aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
Commit message (Expand)AuthorAgeFilesLines
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-8/+24
* further fixes for out of memory condition, mostly from Olivier Andrieu.William M. Brack2004-07-291-0/+3
* applied patch from Rob Richards for the per thread I/O mappings DanielDaniel Veillard2004-06-081-2/+43
* applied patch from Rob Richards for custom I/O BufferCreateFilenane fixesDaniel Veillard2004-06-021-27/+45
* third pass at the escaping refactoring. DanielDaniel Veillard2004-05-141-0/+2
* second pass on escaping handling, start to looks better, need to beDaniel Veillard2004-05-141-6/+9
* first pass at refactoring the escape on save routines for betterDaniel Veillard2004-05-131-0/+173
* fix to the fix for #141864 from Paul Elseth apply fix from David GatwoodDaniel Veillard2004-05-111-2/+2
* fixing some problems in URI unescaping and output buffer opening, thisDaniel Veillard2004-05-091-12/+17
* fixes the use of 'list' as a parameter added xmlPopInputCallback for MattDaniel Veillard2004-05-081-0/+26
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-4/+6
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-111-0/+9
* implemented the XML_PARSE_NONET parser option. converted xmllint.c to useDaniel Veillard2003-11-031-0/+9
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-0/+3
* enhanced to bypass compression detection code when input file is stdinWilliam M. Brack2003-10-291-1/+2
* fix needed when HTTP is not compiled in by Mark Vakoc DanielDaniel Veillard2003-10-291-2/+0
* make sure we report errors if xmlNewInputFromFile() fails. avoid usingDaniel Veillard2003-10-271-11/+8
* fixes for compiling using --with-minimum DanielDaniel Veillard2003-10-191-3/+0
* Fixed the HTTP<->parser interraction, which should fix 2 long standingDaniel Veillard2003-10-191-72/+131
* fixed segfault when input file not present changed output formatting ofWilliam M. Brack2003-10-191-0/+1
* starting work to fix the HTTP/XML parser integration. DanielDaniel Veillard2003-10-181-1/+21
* fixed a nasty bug with interning some text strings prepare for beta5 ofDaniel Veillard2003-10-101-5/+58
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-1/+3
* final error handling cleanup converted XInclude to the new error handlingDaniel Veillard2003-10-081-15/+35
* Oops, DanielDaniel Veillard2003-10-081-1/+1
* more cleanup through the I/O error path DanielDaniel Veillard2003-10-081-7/+10
* better handling of error cases DanielDaniel Veillard2003-10-081-3/+19
* first pass at cleaning up error handling in the I/O module. DanielDaniel Veillard2003-10-081-75/+325
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-3/+6
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-1/+45
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-0/+2
* applied patch from Markus Keim fixing a problem with I/O callbackDaniel Veillard2003-09-231-2/+2
* preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code inDaniel Veillard2003-09-191-1/+1
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-0/+49
* small fix from Rob Richards for input filename fixes for --repeat andDaniel Veillard2003-09-171-0/+2
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-1/+1
* Implemented detection of compressed files, setting doc->compressedWilliam M. Brack2003-09-081-10/+16
* fixed bug #121210 (callback to sax->error, sax->warning with wrongWilliam M. Brack2003-09-061-4/+4
* optimization when freeing hash tables. some tuning of buffer allocationsDaniel Veillard2003-08-191-5/+4
* =Bug 118559 (continued)William M. Brack2003-08-011-1/+1
* fixing bug 118559William M. Brack2003-07-311-3/+7
* Applied fix for "wb" open flag, DanielDaniel Veillard2003-07-201-3/+3
* applied small changes to portability layer for compilation on DJGPP Ms-DOSDaniel Veillard2003-07-051-13/+13
* trying to fix #114277 about when file remapping and escaping should reallyDaniel Veillard2003-06-091-10/+26
* small fix fixed an error message DanielDaniel Veillard2003-06-021-1/+1
* added support for large file, tested with a 3+GB instance, and someDaniel Veillard2003-04-181-2/+1
* augnemting the APIs, cleanups. cleanup bug #111005 added some missingDaniel Veillard2003-04-171-0/+3
* obsoleted xmlNormalizeWindowsPathIgor Zlatkovic2003-02-191-71/+8
* fixing bug #104646 about iconv based encoding conversion when the inputDaniel Veillard2003-02-101-1/+1
* comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2Daniel Veillard2003-02-051-0/+2