summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use xmlValidateName() when not available.Nicolas Le Cam2014-02-101-0/+2
* Fix xmlTextWriterWriteElement when a null content is givenDaniel Veillard2014-02-081-4/+6
* Fix a portability issue on WindowsLongstreth Jon2014-02-061-2/+5
* Fix an typo 'onrest' in htmlScriptAttributesDaniel Veillard2014-02-061-1/+1
* Fix typos in {tree,xpath}.c (errror)Jan Pokorný2014-02-062-2/+2
* fixing a ptotential uninitialized accessDaniel Veillard2014-02-061-1/+1
* Fix an fd leak in an error caseDaniel Veillard2014-02-061-0/+5
* Missing initialization for the catalog moduleDaniel Veillard2014-01-261-0/+3
* Handling of XPath function arguments in error caseNick Wellnhofer2013-12-201-2/+7
* Various portability patches for OpenVMSJacob (Jouk) Jansen2013-12-174-10/+32
* Use specific macros for portability to OS/400Patrick Monnerat2013-12-122-19/+19
* Add macros needed for OS/400 portabilityPatrick Monnerat2013-12-121-0/+41
* Portability patch for fopen on OS/400Patrick Monnerat2013-12-121-0/+6
* Portability fixes for OS/400Patrick Monnerat2013-12-122-0/+10
* Improve va_list portabilityPatrick Monnerat2013-12-123-60/+78
* Portability fixPatrick Monnerat2013-12-121-3/+3
* Portability fixPatrick Monnerat2013-12-121-6/+6
* Generic portability fixPatrick Monnerat2013-12-121-0/+14
* Shortening lines in headersPatrick Monnerat2013-12-126-14/+33
* Add limitations about encoding conversionDaniel Veillard2013-12-112-6/+3
* adding init calls to xml and html Read parsing entry pointsDaniel Veillard2013-12-092-0/+16
* Get rid of 'REPLACEMENT CHARACTER' Unicode chars in xmlschemas.cJan Pokorný2013-11-301-274/+274
* Fix typos in xmlschemas{,types}.cJan Pokorný2013-11-302-4/+4
* Fix incorrect spelling entites->entitiesJan Pokorný2013-11-304-4/+4
* Fix a couple of missing NULL checksGaurav2013-11-291-0/+2
* Avoid a possibility of dangling encoding handlerGaurav2013-11-291-2/+14
* Fix HTML push parser to accept HTML_PARSE_NODEFDTDArnold Hendriks2013-11-292-1/+2
* Fix a bug loading some compressed filesMike Alexander2013-11-281-4/+22
* Fix XPath node comparison bugGaurav2013-11-281-1/+1
* Type mismatch in xmlschemas.cGaurav2013-11-281-1/+1
* Type mismatch in xmlschemastypes.cGaurav2013-11-281-1/+1
* Implement choice for name classes on attributesShaun McCance2013-11-288-0/+37
* build: Use pkg-config to find liblzma in preference to AC_CHECK_LIBPhilip Withnall2013-11-281-10/+28
* build: Add @LZMA_LIBS@ to libxml’s pkg-config filesPhilip Withnall2013-10-292-2/+2
* fix some tabs mixing incompatible with python3Daniel Veillard2013-10-021-43/+43
* Avoid some dead code and cleanup in relaxng.cGaurav2013-09-301-4/+1
* Avoid a deadcode in catalog.cDaniel Veillard2013-09-301-2/+2
* Drop not needed checksDenis Pauk2013-09-301-9/+10
* run close socket on Solaris, same as we do on other platformsDenis Pauk2013-09-301-0/+1