aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some buffer conversion issuesDaniel Veillard2013-02-121-1/+11
* Fix compiler warning after 153cf15905cf4ec080612ada6703757d10caba1ePatrick Gansterer2013-01-041-1/+1
* Fix an error in the progressive DTD parsing codeDan Winship2012-12-211-1/+1
* Fix spelling of "length".Michael Wood2012-10-301-10/+10
* Fix potential out of bound accessDaniel Veillard2012-10-291-1/+1
* Fix large parse of file from memoryDaniel Veillard2012-10-261-0/+1
* Fix a bug in the nsclean option of the parserDaniel Veillard2012-10-251-1/+1
* Fix a regression in 2.9.0 breaking validation while streamingDaniel Veillard2012-10-251-2/+5
* Fix typos in parser commentsJan Pokorný2012-09-131-2/+2
* Big space and tab cleanupDaniel Veillard2012-09-111-178/+178
* Fix potential crash on entities errorsDaniel Veillard2012-09-041-1/+1
* Cleanup some of the parser codeDaniel Veillard2012-08-151-6/+47
* Add support for big line numbers in error reportingDaniel Veillard2012-08-131-0/+4
* More fixups on the push parser behaviourDaniel Veillard2012-08-031-2/+17
* Strengthen behaviour of the push parser in problematic situationsDaniel Veillard2012-07-311-0/+17
* Improve error reporting on parser errorsDaniel Veillard2012-07-301-58/+63
* Enforce XML_PARSER_EOF state handling through the parserDaniel Veillard2012-07-301-21/+110
* Fixup limits parserDaniel Veillard2012-07-301-0/+1
* Introduce some default parser limitsDaniel Veillard2012-07-301-3/+81
* More avoid quadratic behaviourDaniel Veillard2012-07-231-4/+24
* Impose a reasonable limit on PI sizeDaniel Veillard2012-07-231-5/+21
* Avoid quadratic behaviour in some push parsing casesDaniel Veillard2012-07-231-17/+74
* Impose a reasonable limit on comment sizeDaniel Veillard2012-07-231-7/+26
* Impose a reasonable limit on attribute sizeDaniel Veillard2012-07-231-2/+48
* More cleanups for input/buffers codeDaniel Veillard2012-07-231-21/+13
* Cleanup function xmlBufResetInput() to set input from BufferDaniel Veillard2012-07-231-10/+3
* Convert XML parser to the new input buffersDaniel Veillard2012-07-231-59/+52
* Do not fetch external parsed entitiesDaniel Veillard2012-07-231-2/+9
* Fix parser local buffers size problemsDaniel Veillard2012-07-181-31/+43
* Cleanup on randomizationDaniel Veillard2012-05-181-0/+1
* Fix an uninitialized variable useDaniel Veillard2012-05-111-1/+1
* Avoid memory leak if xmlParserInputBufferCreateIO failsLin Yi-Li2012-05-101-8/+18
* wrong message for double hyphen in comment XML errorBryan Henderson2012-05-081-6/+7
* Fix an error in commentDaniel Veillard2012-05-071-1/+1
* Try to fix a problem with entities in SAX modeDaniel Veillard2012-04-021-0/+10
* add lzma compression supportAnders F Bjorklund2012-01-271-0/+9
* Fix an allocation error when copying entitiesDaniel Veillard2011-12-161-1/+1
* Make sure the parser returns when getting a Stop orderChris Evans2011-12-141-3/+11
* Fix some potential problems on reallocation failures(parser.c)Xia Xinfeng2011-11-111-3/+2
* Add exception for new W3C PI xml-modelDaniel Veillard2011-06-051-0/+1
* Add options to ignore the internal encodingDaniel Veillard2011-05-261-0/+11
* Fix memory corruptionRob Richards2011-02-181-0/+1
* 480323 add code to plug in ICU converters by defaultGiuseppe Iuculano2010-11-041-0/+6
* 606592 update language ID parser to RFC 5646Daniel Veillard2010-11-041-37/+159
* Cleanup encoding pointer comparisonNikolay Sivov2010-11-011-2/+2
* Fix a potential segfault due to weak symbols on pthreadsMike Hommey2010-10-151-1/+1
* ChunkParser: Incorrect decoding of small xml filesRaul Hudea2010-03-151-2/+11
* Fix encoding selection for xmlParseInNodeContextDaniel Veillard2010-02-041-7/+23
* 608773 add a missing check in xmlGROWDaniel Veillard2010-02-021-1/+1
* Fix xmlParseInNodeContext for HTML contentDaniel Veillard2010-01-291-1/+7