summaryrefslogtreecommitdiff
path: root/xmlIO.c
Commit message (Expand)AuthorAgeFilesLines
* Fix IO callback signaturesNick Wellnhofer2017-11-091-4/+2
* Refactor name and type signature for xmlNopVlad Tsyrklevich2017-11-091-4/+6
* Simplify Windows IO functionsNick Wellnhofer2017-10-091-129/+21
* Fix the Windows header messNick Wellnhofer2017-10-091-2/+3
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-091-5/+6
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-2/+7
* Documentation fixesNick Wellnhofer2017-06-181-1/+1
* Fix unused-parameter warningsNick Wellnhofer2017-06-171-1/+1
* Allow zero sized memory input buffersNick Wellnhofer2017-06-101-2/+2
* Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local"Nick Wellnhofer2017-06-061-35/+5
* Add an XML_PARSE_NOXXE flag to block all entities loading even localDoran Moppert2017-04-071-5/+35
* Fix format string warningsNick Wellnhofer2016-10-121-1/+1
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-7/+7
* Reenable xz support by defaultDaniel Veillard2015-11-031-6/+6
* Fix a couple of issues raised by make distDaniel Veillard2014-10-131-0/+7
* xmlIO: Handle error returns from dup()Philip Withnall2014-10-061-2/+2
* Remove a couple of dead conditionsGaurav Gupta2014-07-261-5/+2
* xmlIO: Fix an FD leak on gzdopen() failurePhilip Withnall2014-07-261-2/+12
* Portability fixPatrick Monnerat2013-12-121-3/+3
* Fix a regression in xmlGetDocCompressMode()Daniel Veillard2013-05-101-0/+17
* Fix an output buffer flushing conversion bugMikhail Titov2013-03-271-7/+9
* Fix the flushing out of raw buffers on encoding conversionsDaniel Veillard2013-02-131-2/+2
* Fix large parse of file from memoryDaniel Veillard2012-10-261-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-2/+2
* Support long path names on WNTMichael Stahl2012-09-071-3/+11
* use xmlBuf... if DEBUG_INPUT is definedRoumen Petrov2012-08-071-1/+1
* Provide new accessors for xmlOutputBufferDaniel Veillard2012-08-061-0/+33
* Convert xmlIO.c to the new input and output buffersDaniel Veillard2012-07-231-90/+82
* Cleanups of lzma supportDaniel Veillard2012-01-271-5/+5
* move xz/lzma helpers to separate included filesAnders F Bjorklund2012-01-271-683/+1
* add lzma compression supportAnders F Bjorklund2012-01-271-0/+808
* libxml violates the zlib interface and crashesMark Adler2010-01-191-0/+4
* 542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACKDaniel Veillard2009-08-241-1/+1
* Fix windows buildRob Richards2009-08-121-1/+8
* 574393 – utf-8 filename magic for compressed filesHans Breuer2009-08-111-46/+84
* add a missing check in xmlAddSibling, patch by Kris Breuker avoidDaniel Veillard2009-03-231-0/+4
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-8/+61
* preparing 2.7.0 release remove some testing traces remove some warningsLIBXML2.7.0Daniel Veillard2008-08-301-1/+0
* make a new kind of buffer where shrinking and adding in head can avoidDaniel Veillard2008-08-301-4/+16
* fix output bug reported by Petr Pajas and analyzed by Bill DanielDaniel Veillard2008-02-161-0/+11
* fixed windows path determination (patch from Roland Schwarz, bug #462877)Rob Richards2007-08-141-4/+7
* workaround misgenerated file: URIs c.f. #437385 danielDaniel Veillard2007-06-121-2/+9
* Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack2007-05-221-1/+1
* applied patch from Andreas Stricke to ease the compilation on Windows CEDaniel Veillard2007-04-171-1/+5
* applied change from Michael Day to avoid a problem when compiled withoutDaniel Veillard2007-03-301-6/+8
* fix Windows compile - missing xmlWrapOpen.Rob Richards2006-10-121-1/+1
* fixed a weird error where validity context whould not show up if warningsDaniel Veillard2006-10-111-27/+26
* applied patch from Mikhail Zabaluev fixing the conditions of unescapingDaniel Veillard2006-10-111-1/+2
* applied a portability patch from Emelyanov Alexey DanielDaniel Veillard2006-10-101-2/+4
* applied patch from Michael Day doing some refactoring for the catalogDaniel Veillard2006-09-211-113/+82