summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure that Python tests exit with error codeNick Wellnhofer2019-10-211-9/+11
* Update GitLab CI configNick Wellnhofer2019-10-202-13/+12
* Audit memory error handling in xpath.cNick Wellnhofer2019-10-201-6/+34
* Propagate memory errors in valuePushNick Wellnhofer2019-10-201-9/+16
* Propagate memory errors in xmlXPathCompExprAddNick Wellnhofer2019-10-201-8/+10
* Make xmlFreeDocElementContent non-recursiveNick Wellnhofer2019-10-141-5/+27
* Fix error code in xmlTextWriterStartDocumentNick Wellnhofer2019-10-141-2/+2
* Fix integer overflow when counting written bytesNick Wellnhofer2019-10-141-3/+12
* Fix exponent digits when running tests under old MSVCDaniel Richard G2019-10-141-0/+4
* Fix uninitialized memory access in HTML parserNick Wellnhofer2019-10-141-5/+10
* Fix memory leak in xmlSchemaValAtomicTypeNick Wellnhofer2019-10-141-1/+1
* Enable continuous integration via GitLab CINick Wellnhofer2019-10-141-0/+38
* Avoid ignored attribute warnings under GCCNick Wellnhofer2019-10-142-0/+8
* Make xmlDumpElementContent non-recursiveNick Wellnhofer2019-10-041-68/+89
* Rebuild docsNick Wellnhofer2019-09-30142-633/+520
* Make apibuild.py ignore ATTRIBUTE_NO_SANITIZENick Wellnhofer2019-09-301-0/+1
* Fix a few more typos ("fonction")Nick Wellnhofer2019-09-302-4/+4
* Large batch of typo fixesJared Yanovich2019-09-30104-542/+524
* Mark xmlExp* symbols as removedNick Wellnhofer2019-09-302-42/+42
* Disallow conditional sections in internal subsetNick Wellnhofer2019-09-303-28/+26
* Make xmlParseConditionalSections non-recursiveNick Wellnhofer2019-09-3013-156/+203
* Adjust expected error in Python testsNick Wellnhofer2019-09-261-2/+2
* Disable xmlExp regex codeNick Wellnhofer2019-09-262-1/+6
* Fix use-after-free in xmlTextReaderFreeNodeListNick Wellnhofer2019-09-261-4/+4
* Fix RegextestsNick Wellnhofer2019-09-253-4/+4
* Fix empty branch in regexNick Wellnhofer2019-09-253-7/+25
* Make xmlTextReaderFreeNodeList non-recursiveNick Wellnhofer2019-09-231-9/+23
* Make xmlFreeNodeList non-recursiveNick Wellnhofer2019-09-231-5/+21
* Make xmlParseContent and xmlParseElement non-recursiveNick Wellnhofer2019-09-233-53/+74
* Fix integer overflow in entity recursion checkNick Wellnhofer2019-09-201-6/+15
* Don't read external entities or XIncludes from stdinNick Wellnhofer2019-09-202-0/+12
* Remove executable bit from non-executable filesNick Wellnhofer2019-09-16111-0/+0
* Fix expected output of test/schemas/any4Nick Wellnhofer2019-09-162-1/+1
* Fix Schema determinism check of ##other namespacesNick Wellnhofer2019-09-165-3/+26
* Fix potential null deref in xmlSchemaIDCFillNodeTableszhouzhongyuan2019-09-131-0/+2
* Fix potential memory leak in xmlBufBackToBufferNick Wellnhofer2019-09-131-2/+2
* Fix error message when processing XIncludes with fallbacksNick Wellnhofer2019-09-131-1/+2
* Optimize build instructions in READMEzhouzhongyuan2019-09-131-0/+1
* Fix memory leak in xmlRegEpxFromParsezhouzhongyuan2019-09-131-0/+2
* 14:00 is a valid timezone for xs:dateTimeNick Wellnhofer2019-09-132-1/+2
* Fix memory leak in xmlParseBalancedChunkMemoryRecoverZhipeng Xie2019-08-261-1/+2
* Fix potential null deref in xmlRelaxNGParsePatternsNick Wellnhofer2019-08-251-0/+4
* Misleading error message with xs:{min|max}Inclusivebettermanzzy2019-08-256-12/+1
* Fix memory leak in xmlXIncludeLoadTxtWang Kirin2019-08-251-0/+1
* Partial fix for comparison of xs:durationsNick Wellnhofer2019-08-251-2/+4
* Fix typos: tree: move{ -> s}, reconcil{i -> }ed, h{o -> e}ld by...Jan Pokorný2019-08-251-4/+4
* Fix typo: xpath: simpli{ -> fi}edJan Pokorný2019-08-251-1/+1
* Fix null deref in xmlreader bufferzhouzhongyuan2019-08-251-0/+2
* Fix unability to RelaxNG-validate grammar with choice-based name classJan Pokorný2019-08-255-1/+7
* Fix unability to validate ambiguously constructed interleave for RelaxNGJan Pokorný2019-08-255-1/+29