summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bounds checking. Fixes CID 1152178, 1152179.John-Mark Bell2014-01-122-2/+2
* Fix leak. Thanks to Ralf Junker.Michael Drake2014-01-101-1/+6
* Remove client allocation function.Michael Drake2013-12-1413-129/+56
* Fix input insertion.Vincent Sanders2012-07-051-1/+1
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-296-6/+6
* Remove dead allocation which also isn't even usefully documentingDaniel Silverstone2012-03-251-1/+0
* Actually handle byte order marks in streams marked as utf16 or utf32John Mark Bell2011-07-191-13/+48
* Require iconv by default, as this is the most useful configurationJohn Mark Bell2011-04-211-9/+9
* Given that some iconv() implementations define the input buffer pointer to be...John Mark Bell2011-03-091-2/+2
* Internalise the internal symbol names.Daniel Silverstone2011-01-266-21/+21
* Fix profile and coverage targetsJohn Mark Bell2010-12-061-1/+3
* Remove spurious assignmentJohn Mark Bell2010-12-051-1/+1
* C89François Revel2010-12-051-1/+4
* Make sure we elide trailing non-characters when matching aliasesDaniel Silverstone2010-12-041-0/+4
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-047-537/+80
* Fix bug where any encoding specified when creating an input stream would be r...John Mark Bell2010-10-231-8/+18
* Ensure we use the canonical charset name when invoking iconv_open()John Mark Bell2009-10-121-1/+2
* Correctly handle case where all of the following are true:John Mark Bell2009-07-251-3/+17
* Make magic static.John Mark Bell2009-07-251-1/+1
* Less brain-dead constant for the benefit of ARM platforms.John Mark Bell2009-07-021-2/+2
* Remove dependency on a library providing ntohl/htonl.John Mark Bell2009-07-026-60/+60
* Inevitably, Windows requires winsock.h instead of the BSD stack headers.John Mark Bell2009-07-025-0/+20
* Reasons I hate TCPIPLibs:John Mark Bell2009-06-205-86/+96
* Lose dead codeJohn Mark Bell2009-05-271-5/+0
* Lose a bunch of trailing commas.John Mark Bell2009-04-151-1/+1
* Remove chunkarray implementation. It's unused.John Mark Bell2009-04-153-261/+1
* Lose garbage todoJohn Mark Bell2009-04-011-3/+0
* Port to new buildsystemJohn Mark Bell2009-03-246-273/+13
* Add ability to retrieve vector length. Fix missing note in iteration apiDaniel Silverstone2009-02-151-0/+23
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-145-1383/+1
* Ensure that parserutils_inputstream_peek(_slow)? have API documentation.John Mark Bell2009-01-091-1/+2
* Silence doxygen warnings.John Mark Bell2009-01-095-5/+9
* Correct return value when we can't find a charset in inputstream constructor.John Mark Bell2009-01-061-14/+62
* Change API of inputstream_peek(_slow) to return errors. Joy.John Mark Bell2009-01-062-18/+31
* Make input filter correctly return _BADENCODING.John Mark Bell2009-01-062-5/+6
* C89François Revel2008-12-221-2/+3
* Fix build on 32bit platforms.John Mark Bell2008-12-021-2/+2
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-014-55/+53
* Make things clearer through use of temporary variablesJohn Mark Bell2008-11-301-15/+19
* New datastructures:John Mark Bell2008-11-305-2/+581
* Pedantic whitespace changesJohn Mark Bell2008-11-305-12/+8
* C89François Revel2008-11-291-5/+6
* C89François Revel2008-11-296-19/+33
* C89François Revel2008-11-295-8/+23
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-091-12/+21
* Fix build when iconv filter is enabledJohn Mark Bell2008-11-091-2/+2
* What to do with errors when reading from the buffer?John Mark Bell2008-11-091-0/+3
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-091-6/+19
* Return errors from constructors and destructors.John Mark Bell2008-11-0817-299/+431
* Add API to vector to permit peeking.John Mark Bell2008-10-181-0/+20