index
:
delta/netsurf/libwapcaplet.git
baserock/morph
chris/sam460-ocm
master
tlsa/insensitive_hash
tlsa/tolower
git.netsurf-browser.org: libwapcaplet.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libwapcaplet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove global context if no strings leak
Daniel Silverstone
2019-09-07
1
-1
/
+11
*
Correct memcpy typedef
Daniel Silverstone
2019-02-16
1
-3
/
+8
*
Use restrict for lwc__lcase_memcpy too.
Michael Drake
2018-11-09
1
-1
/
+1
*
Squash -Werror=cast-function-type warning.
Michael Drake
2018-11-09
1
-1
/
+1
*
Add lwc_string_tolower() API.
Michael Drake
2016-01-30
1
-0
/
+19
*
Consistent use of tabs for indentation.
Michael Drake
2016-01-30
1
-139
/
+137
*
Fix Coverity #1127059. Dereference after NULL check.
Michael Drake
2013-11-08
1
-0
/
+2
*
Rework the majority of wapcaplet's interface to be macros. This removes *man...
Daniel Silverstone
2012-03-29
1
-79
/
+2
*
Use __ in middle of function name for statics and private functions, not _ as...
Rob Kendrick
2012-03-25
1
-26
/
+26
*
Constify lwc_string * param to lwc_string_length and lwc_string_data.
Michael Drake
2011-10-29
1
-2
/
+2
*
Ensure we cope with no chance to opportunistically initialise the hash before...
Daniel Silverstone
2010-12-06
1
-1
/
+5
*
Fix debug build
John Mark Bell
2010-12-04
1
-2
/
+0
*
Remove initialisation, use system allocation functions. r=vince
Daniel Silverstone
2010-12-04
1
-13
/
+17
*
Add simple iteration API and also add brackets in lwc_string_isequal
Daniel Silverstone
2010-03-27
1
-0
/
+14
*
Simplify libwapcaplet and remove context objects.
Daniel Silverstone
2010-03-27
1
-124
/
+64
*
Keep a record of the amount of memory consumed by a lwc_context.
John Mark Bell
2009-07-28
1
-3
/
+23
*
Guarantee to NUL-terminate interned strings.
John Mark Bell
2009-07-25
1
-1
/
+5
*
Merge Bo's libwapcaplet lwc_string_hash_value function and tests. r=dsilvers
Daniel Silverstone
2009-06-23
1
-1
/
+8
*
Fix test build.
John Mark Bell
2009-03-25
1
-0
/
+6
*
In debug mode, poison freed strings to highlight missing refs
Daniel Silverstone
2009-02-15
1
-0
/
+4
*
Add simple accessors for data and length
Daniel Silverstone
2009-02-14
1
-0
/
+18
*
More tests
Daniel Silverstone
2009-02-14
1
-2
/
+5
*
More tests, some fixes. All the API appears to work
Daniel Silverstone
2009-02-14
1
-26
/
+31
*
100% of tests pass. Ship it.
Daniel Silverstone
2009-02-14
1
-1
/
+5
*
Initial untested API and implementation
Daniel Silverstone
2009-02-14
1
-0
/
+304