aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HTML noscript should not close pupstream-masterDaniel 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.8Daniel Veillard2018-03-0535-137/+298
* python: remove single use of _PyVerify_fdPatrick Welche2018-03-051-2/+0
* Fix xmlParserEntityCheckNick Wellnhofer2018-01-231-1/+1
* Halt parser in case of encoding errorNick Wellnhofer2018-01-221-0/+1
* Clear entity content in case of errorsNick Wellnhofer2018-01-221-1/+3
* Change calls to xmlCharEncInput to set flush false when not final call. Havin...Joel Hockey2018-01-083-4/+4
* Disable pointer-overflow UBSan checks under TravisNick Wellnhofer2018-01-081-1/+1
* Fix buffer over-read in xmlParseNCNameComplexNick Wellnhofer2018-01-081-1/+1
* Improve handling of context input_idDaniel Veillard2017-12-081-0/+8
* Build more test executables on Windows/MSVCNick Wellnhofer2017-11-271-0/+3
* Fix ICU library filenames on Windows/MSVCNick Wellnhofer2017-11-271-1/+5
* Add resource file to Windows DLLccpaging2017-11-273-2/+53
* Run Travis tests with -WerrorNick Wellnhofer2017-11-271-2/+2
* Build with "-Wall -Wextra"Nick Wellnhofer2017-11-271-2/+2
* Fix -Wtautological-pointer-compare warningsNick Wellnhofer2017-11-271-11/+26
* Stop including ansidecl.hNick Wellnhofer2017-11-276-16/+0
* Remove unused AC_CHECKsNick Wellnhofer2017-11-276-122/+1
* Fix libz and liblzma detectionNick Wellnhofer2017-11-2721-141/+80
* Fix xmlXPathIsNaN broken by recent commitNick Wellnhofer2017-11-271-1/+1
* Update information about contributingNick Wellnhofer2017-11-274-39/+26
* Fix -Wenum-compare warningsNick Wellnhofer2017-11-272-3/+1
* Fix -Wmisleading-indentation warningsNick Wellnhofer2017-11-272-29/+29
* Don't touch CFLAGS in configure.acNick Wellnhofer2017-11-142-14/+14
* Fix callback signature in testapi.cNick Wellnhofer2017-11-141-1/+2
* Ignore function pointer cast warningsNick Wellnhofer2017-11-143-2/+20
* Simplify XPath NaN, inf and -0 handlingNick Wellnhofer2017-11-142-99/+49
* Revert "Compile testapi with -Wno-unused-function"Nick Wellnhofer2017-11-141-1/+0
* Fix unused parameter warning without ICUNick Wellnhofer2017-11-091-0/+1
* Fix IO callback signaturesNick Wellnhofer2017-11-093-24/+18
* Fix misc callback signaturesNick Wellnhofer2017-11-092-10/+10
* Fix list callback signaturesNick Wellnhofer2017-11-095-22/+29
* Fix hash callback signaturesNick Wellnhofer2017-11-0916-143/+235
* Introduce xmlPosixStrdup and update xmlMemStrdupNick Wellnhofer2017-11-091-5/+17
* Refactor name and type signature for xmlNopVlad Tsyrklevich2017-11-093-6/+9
* Add test for ICU flush and pivot bufferNick Wellnhofer2017-11-048-0/+94
* Fixed ICU to set flush correctly and provide pivot buffer.Joel Hockey2017-11-042-21/+30
* Skip EBCDIC tests if EBCDIC isn't supportedNick Wellnhofer2017-11-041-0/+10
* Compile testapi with -Wno-unused-functionNick Wellnhofer2017-11-041-0/+1
* Release of libxnl2-2.9.7Daniel Veillard2017-11-026-120/+105
* Add Makefile rules to rebuild HTML man pagesNick Wellnhofer2017-10-243-277/+309