index
:
libparserutils.git
ashmew2/kolibrios-port
master
Lexer/parser utility functions
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
(buffer): Initialise error to OK
HEAD
master
Daniel Silverstone
2022-11-27
1
-1
/
+1
*
(buffer): Add parserutils_buffer_appendv()
Daniel Silverstone
2022-11-26
1
-0
/
+33
*
Endian: Improve host endian detection for older GCCs.
Michael Drake
2022-03-24
1
-2
/
+2
*
Buffer: Optimise to minimise memmove shuffles.
Michael Drake
2021-05-16
1
-16
/
+70
*
make unused variable macro more portable
Vincent Sanders
2016-02-06
1
-1
/
+1
*
Fix memmove beyond buffer length in parserutlis_buffer_discard. Thanks to El...
Michael Drake
2014-03-28
1
-1
/
+1
*
Replace use of abort() with assertions.
John-Mark Bell
2014-01-13
6
-32
/
+20
*
Fix non-iconv build.
John-Mark Bell
2014-01-13
1
-2
/
+1
*
Fix bounds checking. Fixes CID 1152178, 1152179.
John-Mark Bell
2014-01-12
2
-2
/
+2
*
Fix leak. Thanks to Ralf Junker.
Michael Drake
2014-01-10
1
-1
/
+6
*
Remove client allocation function.
Michael Drake
2013-12-14
13
-129
/
+56
*
Fix input insertion.
Vincent Sanders
2012-07-05
1
-1
/
+1
*
Update to new NSBUILD infrastructure
Daniel Silverstone
2012-06-29
6
-6
/
+6
*
Remove dead allocation which also isn't even usefully documenting
Daniel Silverstone
2012-03-25
1
-1
/
+0
*
Actually handle byte order marks in streams marked as utf16 or utf32
John Mark Bell
2011-07-19
1
-13
/
+48
*
Require iconv by default, as this is the most useful configuration
John Mark Bell
2011-04-21
1
-9
/
+9
*
Given that some iconv() implementations define the input buffer pointer to be...
John Mark Bell
2011-03-09
1
-2
/
+2
*
Internalise the internal symbol names.
Daniel Silverstone
2011-01-26
6
-21
/
+21
*
Fix profile and coverage targets
John Mark Bell
2010-12-06
1
-1
/
+3
*
Remove spurious assignment
John Mark Bell
2010-12-05
1
-1
/
+1
*
C89
François Revel
2010-12-05
1
-1
/
+4
*
Make sure we elide trailing non-characters when matching aliases
Daniel Silverstone
2010-12-04
1
-0
/
+4
*
Remove init/final code and turn aliases into static data structure. r=vince
Daniel Silverstone
2010-12-04
7
-537
/
+80
*
Fix bug where any encoding specified when creating an input stream would be r...
John Mark Bell
2010-10-23
1
-8
/
+18
*
Ensure we use the canonical charset name when invoking iconv_open()
John Mark Bell
2009-10-12
1
-1
/
+2
*
Correctly handle case where all of the following are true:
John Mark Bell
2009-07-25
1
-3
/
+17
*
Make magic static.
John Mark Bell
2009-07-25
1
-1
/
+1
*
Less brain-dead constant for the benefit of ARM platforms.
John Mark Bell
2009-07-02
1
-2
/
+2
*
Remove dependency on a library providing ntohl/htonl.
John Mark Bell
2009-07-02
6
-60
/
+60
*
Inevitably, Windows requires winsock.h instead of the BSD stack headers.
John Mark Bell
2009-07-02
5
-0
/
+20
*
Reasons I hate TCPIPLibs:
John Mark Bell
2009-06-20
5
-86
/
+96
*
Lose dead code
John Mark Bell
2009-05-27
1
-5
/
+0
*
Lose a bunch of trailing commas.
John Mark Bell
2009-04-15
1
-1
/
+1
*
Remove chunkarray implementation. It's unused.
John Mark Bell
2009-04-15
3
-261
/
+1
*
Lose garbage todo
John Mark Bell
2009-04-01
1
-3
/
+0
*
Port to new buildsystem
John Mark Bell
2009-03-24
6
-273
/
+13
*
Add ability to retrieve vector length. Fix missing note in iteration api
Daniel Silverstone
2009-02-15
1
-0
/
+23
*
Remove dict, hash and rbtree from libparserutils
Daniel Silverstone
2009-02-14
5
-1383
/
+1
*
Ensure that parserutils_inputstream_peek(_slow)? have API documentation.
John Mark Bell
2009-01-09
1
-1
/
+2
*
Silence doxygen warnings.
John Mark Bell
2009-01-09
5
-5
/
+9
*
Correct return value when we can't find a charset in inputstream constructor.
John Mark Bell
2009-01-06
1
-14
/
+62
*
Change API of inputstream_peek(_slow) to return errors. Joy.
John Mark Bell
2009-01-06
2
-18
/
+31
*
Make input filter correctly return _BADENCODING.
John Mark Bell
2009-01-06
2
-5
/
+6
*
C89
François Revel
2008-12-22
1
-2
/
+3
*
Fix build on 32bit platforms.
John Mark Bell
2008-12-02
1
-2
/
+2
*
Chunked arrays: Pack length of entries into array as a prefix to the data.
John Mark Bell
2008-12-01
4
-55
/
+53
*
Make things clearer through use of temporary variables
John Mark Bell
2008-11-30
1
-15
/
+19
*
New datastructures:
John Mark Bell
2008-11-30
5
-2
/
+581
*
Pedantic whitespace changes
John Mark Bell
2008-11-30
5
-12
/
+8
*
C89
François Revel
2008-11-29
1
-5
/
+6
[next]