summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release of libxml2-2.9.9v2.9.9Daniel Veillard2019-01-034-36/+174
* Fix "Problem with data in interleave in RelaxNG validation"Nikolai Weibull2019-01-011-3/+3
* Revert "Support xmlTextReaderNextSibling w/o preparsed doc"Nick Wellnhofer2018-12-011-6/+7
* cleanup: remove some unreachable codev2.9.9-rc2Thomas Holder2018-11-291-23/+4
* Fix building relative URIsThomas Holder2018-11-291-11/+11
* add --relative to testURIThomas Holder2018-11-291-1/+12
* reader: Fix documentation commentMohammed Sadiq2018-11-291-1/+1
* Remove redefined starts and defines inside include elementsNikolai Weibull2018-11-299-0/+37
* Allow choice within choice in nameClass in RELAX NGNikolai Weibull2018-11-297-6/+28
* Look inside divs for starts and defines inside includeNikolai Weibull2018-11-298-1/+31
* Add compile and libxml2-config.cmake to .gitignoreNikolai Weibull2018-11-291-0/+2
* Problem with data in interleave in RelaxNG validationv2.9.9-rc1Nikolai Weibull2018-11-221-4/+12
* Fix memory leak in xmlSwitchInputEncodingInt error pathNick Wellnhofer2018-11-221-0/+10
* Set doc on element obtained from freeElemsNick Wellnhofer2018-11-221-0/+1
* Fix MSVC build with lzmaNick Wellnhofer2018-11-061-0/+6
* Fix HTML serialization with UTF-8 encodingNick Wellnhofer2018-10-131-44/+40
* Stop using doc->charset outside parser codeNick Wellnhofer2018-10-134-47/+5
* Use actual doc in xmlTextReaderRead*XmlNick Wellnhofer2018-09-251-2/+4
* Add newlines to 'xmllint --xpath' outputNick Wellnhofer2018-09-231-12/+13
* Variables need 'extern' in static lib on CygwinMichael Haubenwallner2018-09-221-1/+1
* Unlink node before freeing it in xmlSAX2StartElementNick Wellnhofer2018-09-221-0/+2
* Check return value of nodePush in xmlSAX2StartElementNick Wellnhofer2018-09-121-2/+8
* Free input buffer in xmlHaltParserNick Wellnhofer2018-09-112-10/+12
* Reset HTML parser input pointers on encoding failureNick Wellnhofer2018-09-111-1/+1
* Don't run icu_parse_test if EUC-JP is unsupportedNick Wellnhofer2018-09-041-3/+7
* Fix xmlSchemaValidCtxtPtr reuse memory leakGreg Hildstrom2018-09-041-0/+11
* Don't include SAX.h from globals.hNick Wellnhofer2018-09-031-1/+0
* Support xmlTextReaderNextSibling w/o preparsed docFelix Bünemann2018-09-011-7/+6
* Fix xmlTextReaderNext with preparsed documentFelix Bünemann2018-09-011-6/+3
* Really declare dllexport/dllimport for CygwinMichael Haubenwallner2018-08-311-2/+2
* Merge branch 'patch-2' into 'master'Nick Wellnhofer2018-08-241-2/+2
|\
| * Change dir to $THEDIR after ACLOCAL_PATH checkVitaly Buka2018-08-231-2/+2
|/
* Improve error message if pkg.m4 couldn't be foundNick Wellnhofer2018-08-191-0/+9
* Don't instruct user to run make when autogen.sh failed林博仁(Buo-ren Lin)2018-08-191-2/+7
* Fix infinite loop in LZMA decompressionNick Wellnhofer2018-07-301-0/+9
* Fix nullptr deref with XPath logic opsNick Wellnhofer2018-07-301-6/+4
* Remove stray character from commentNick Wellnhofer2018-07-301-1/+1
* Remove a misleading line from xmlCharEncOutputAndrey Bienkowski2018-07-231-2/+0
* HTML noscript should not close pDaniel Veillard2018-04-181-1/+1
* Run Travis ASan tests with "sudo: required"Nick Wellnhofer2018-04-161-0/+1
* Improve restoring of context size and positionNick Wellnhofer2018-04-161-80/+53
* Simplify and harden nodeset filteringNick Wellnhofer2018-04-161-111/+41
* Avoid unnecessary backups of the context nodeNick Wellnhofer2018-04-161-42/+0
* Don't change context node in xmlXPathRootNick Wellnhofer2018-04-161-2/+1
* Stop using XPATH_OP_RESETNick Wellnhofer2018-04-161-34/+3
* Fix inconsistency in xmlXPathIsInfNick Wellnhofer2018-04-161-2/+2
* Revert "Change calls to xmlCharEncInput to set flush false"Nick Wellnhofer2018-03-173-4/+4
* NaN and Inf fixes for pre-C99 compilersNick Wellnhofer2018-03-161-9/+10
* Release of libxml2-2.9.8v2.9.8Daniel Veillard2018-03-0535-137/+298
* python: remove single use of _PyVerify_fdPatrick Welche2018-03-051-2/+0