summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Halt parser in case of encoding errorv2.9.8-rc1Nick 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.7v2.9.7Daniel Veillard2017-11-026-120/+105
* Add Makefile rules to rebuild HTML man pagesv2.9.7-rc1Nick Wellnhofer2017-10-243-277/+309
* xmlcatalog: refresh man page wrt. quering system catalog easilyJan Pokorný2017-10-242-8/+33
* xmlcatalog: restore ability to query system catalog easilyJan Pokorný2017-10-211-2/+10
* Fix mixed decls and code in timsort.hNick Wellnhofer2017-10-211-5/+5
* Fix deprecated Travis compiler flagNick Wellnhofer2017-10-211-1/+1
* Rework handling of return values in thread testsNick Wellnhofer2017-10-211-37/+37
* Add declaration for DllMainJ. Peter Mugaas2017-10-211-0/+10
* Fix preprocessor conditional in threads.hJ. Peter Mugaas2017-10-212-5/+10
* Fix unused variable warnings in testrecurseNick Wellnhofer2017-10-211-2/+2
* Fix pointer comparison warnings on 64-bit WindowsJ. Peter Mugaas2017-10-212-3/+3
* Fix macro redefinition warningJ. Peter Mugaas2017-10-211-1/+1
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-2111-7/+49
* Upgrade timsort.h to latest revisionNick Wellnhofer2017-10-121-248/+331
* Increase warning level to /W3 under MSVCNick Wellnhofer2017-10-091-1/+1