summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* OS400: iconv functions compatibility wrappers and table builder.Patrick Monnerat2014-10-048-0/+10165
* doc/news.html: small update to avoid line join while generating NEWS.Patrick Monnerat2014-10-042-4/+8
* OS400: create architecture directory. Implement dlfcn emulation.Patrick Monnerat2014-10-042-0/+1245
* Fix a problem properly saving URIsDaniel Veillard2014-10-031-15/+19
* Add methods for python3 iteratorRon Angeles2014-10-031-2/+4
* wrong error column in structured error when parsing attribute valuesJuergen Keil2014-08-071-0/+19
* wrong error column in structured error when skipping whitespace in xml declJuergen Keil2014-08-071-0/+2
* no error column in structured error handler for xml schema validation errorsJuergen Keil2014-08-071-1/+3
* Couple of Missing Null checksGaurav Gupta2014-08-071-0/+4
* Support element node traversal in document fragments.Kyle VanderBeek2014-08-051-0/+3
* Remove a couple of dead conditionsGaurav Gupta2014-07-262-9/+3
* Add couple of missing Null checksDaniel Veillard2014-07-262-1/+10
* typo in error messages "colon are forbidden from..."Daniel Veillard2014-07-261-3/+3
* xmlschemastypes: Fix potential array overflowPhilip Withnall2014-07-261-1/+2
* runtest: Fix a memory leak on parse failurePhilip Withnall2014-07-261-1/+4
* xmlIO: Fix an FD leak on gzdopen() failurePhilip Withnall2014-07-261-2/+12
* xmlcatalog: Fix a memory leak on quitPhilip Withnall2014-07-261-5/+6
* HTMLparser: Correctly initialise a stack allocated structurePhilip Withnall2014-07-261-1/+1
* Fix building when configuring without xpath and xptrDaniel Veillard2014-07-151-14/+23
* Check for tmon in _xmlSchemaDateAdd() is incorrectDavid Kilzer2014-07-141-2/+2
* Avoid Possible Null Pointer in trio.cGaurav Gupta2014-07-141-2/+8
* Fix processing in SAX2 in case of an allocation failureDaniel Veillard2014-07-141-0/+1
* XMl Shell command "cd" does not handle "/" at end of pathDaniel Veillard2014-07-141-0/+5
* Fix various Missing Null checksGaurav Gupta2014-07-143-8/+17
* Fix a potential NULL dereferenceDaniel Veillard2014-07-141-0/+6
* Add a couple of misisng check in xmlRelaxNGCleanupTreeGaurav Gupta2014-07-141-3/+4
* Add a missing argument checkGaurav Gupta2014-07-141-1/+1
* Adding a check in case of allocation errorGaurav Gupta2014-07-141-0/+4
* Fix a link to James SAX documentation old pageDaniel Veillard2014-07-121-1/+1
* xmlSaveUri() incorrectly recomposes URIs with rootless pathsDennis Filder2014-06-131-2/+0
* Adding some missing NULL checksGaurav2014-06-132-2/+11
* Fixes for xmlInitParserCtxtDaniel Veillard2014-06-111-1/+13
* Fix regressions introduced by CVE-2014-0191 patchDaniel Veillard2014-06-111-2/+11
* erroneously ignores a validation error if no error callback setDaniel Veillard2014-06-101-5/+2
* configure: Add --with-python-install-dirJonas Eriksson2014-06-101-0/+7
* Fix typos in relaxng.cJan Pokorný2014-06-101-2/+2
* xmllint was not parsing the --c14n11 flagSérgio Batista2014-06-091-1/+1
* Avoid Possible null pointer dereference in memory debug modeGaurav2014-05-091-2/+4
* Avoid Double Null CheckGaurav2014-05-091-2/+0
* Do not fetch external parameter entitiesCVE-2014-0191Daniel Veillard2014-05-061-0/+14
* xmlNodeSetName: Allow setting the name to a substring of the currently set nameTristan Van Berkom2014-04-231-2/+7
* Added macros for argument castsEric Zurcher2014-04-071-0/+2
* Fix a doc typoDaniel Veillard2014-03-281-1/+1
* Restore context size and position after XPATH_OP_ARGNick Wellnhofer2014-03-241-8/+11
* Fix xmlParseInNodeContext() if node is not elementDaniel Veillard2014-03-211-1/+2
* Avoid a possible NULL pointer dereferenceGaurav2014-02-181-1/+1
* Fix compilation with minimum and xinclude.Nicolas Le Cam2014-02-102-2/+3
* Compile out use of xmlValidateNCName() when not available.Nicolas Le Cam2014-02-101-0/+2
* Fix compilation with minimum and schematron.Nicolas Le Cam2014-02-102-0/+3
* Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement().Nicolas Le Cam2014-02-104-6/+7