aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-174/+73
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-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 warningsDaniel 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
* another patch from Emelyanov Alexey to clean up a few things in theDaniel Veillard2006-09-011-170/+158
* applied patch from Roland Schwingel to fix the problem with file names inDaniel Veillard2006-08-301-84/+149
* fix a mix of code and declarations showing up on Windows patch fromDaniel Veillard2006-05-021-3/+4
* applied patch from Roland Schwingel to allow UTF-8 file paths on WindowsDaniel Veillard2006-04-271-12/+97
* applied patch from Geert Jansen to remove xmlBufferClose() which is notDaniel Veillard2005-11-131-15/+1
* function consolidation when writing to xmlBuffer. Return error conditionRob Richards2005-11-091-6/+5
* applied patch from Geert Jansen to implement the save function to aDaniel Veillard2005-11-091-0/+62
* more portability patches from Albert Chin for HP-UX and AIX DanielDaniel Veillard2005-10-281-3/+5
* get rid of the dependancy on a locally installed DTD try to cleanup theDaniel Veillard2005-08-071-1/+0
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* fixed bug #307503 misplaced #ifdef DanielDaniel Veillard2005-07-031-1/+1