aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
Commit message (Expand)AuthorAgeFilesLines
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-19/+0
* Christian Glahn found a small bug in the push parser. cleaned up and madeDaniel Veillard2002-10-141-9/+6
* extended slashification to fix the base problem in xsltIgor Zlatkovic2002-10-041-16/+25
* applied Javier's WinCE patchIgor Zlatkovic2002-09-291-0/+4
* small portability glitch fixed. DanielDaniel Veillard2002-09-171-0/+3
* fixed a stupid out of bound array error DanielDaniel Veillard2002-09-101-2/+1
* messing around with support for Windows path, cleanups, trying to identifyDaniel Veillard2002-09-101-13/+101
* get rid of all the perror() calls made in the library execution paths.Daniel Veillard2002-09-051-1/+0
* handle Windows sepecific file://localhost/ semantic ... DanielDaniel Veillard2002-08-251-0/+4
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-5/+5
* patch from Richard Jinks for XPath substring() function new set of testsDaniel Veillard2002-06-101-1/+3
* patch from Rachel Hestilow to fix bug #84340Aleksey Sanin2002-06-061-0/+2
* applied a small buffer performance patch from Gary Pennington DanielDaniel Veillard2002-05-161-10/+11
* exported default 'file:', 'http:' and 'ftp:' protocols input handlers andAleksey Sanin2002-05-011-30/+28
* Thomas Steinborn pointed out #76404 that libxml2 could leakDaniel Veillard2002-03-261-1/+0
* dohh I really didn't intended to commit this test version :-( DanielDaniel Veillard2002-03-201-148/+8
* I wanted to see the real speed at the SAX interface after a little tooDaniel Veillard2002-03-201-8/+148
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* closed #73430, don't read from an input source which indicated anDaniel Veillard2002-03-051-0/+15
* fix bug #72706 when loading a NULL entity DanielDaniel Veillard2002-03-021-0/+2
* cleanup always use stdout if output is NULL don't close filedescriptorsDaniel Veillard2002-02-071-1/+1
* Build a new version hopefully near complete and fully documented of theDaniel Veillard2002-01-221-1/+1
* removed the last occurences of strdup usage in the code DanielDaniel Veillard2002-01-181-32/+32
* Applied following patches from Robert Collins and make sure IN_LIBXML isDaniel Veillard2002-01-081-8/+8
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-6/+6
* as robert pointed again, xmlInputCallbackInitialized gets reset byDaniel Veillard2001-11-281-2/+0
* robert pointed out a loop error in callback cleanups DanielDaniel Veillard2001-11-271-2/+2
* some cleanups when chasing unappropriate stdout output. DanielDaniel Veillard2001-11-221-0/+2
* cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltprocDaniel Veillard2001-10-311-0/+131
* closing bug #62711, the library should never close stdin or stdout. DanielDaniel Veillard2001-10-301-2/+9
* a few VMS updates from John A Fotheringham addedDaniel Veillard2001-10-291-0/+50
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* started some serious testing and fixed a few bug and optmization needs.Daniel Veillard2001-08-231-13/+30
* preparing for a 2.4.3 release even if it may not be ready yet redirectedDaniel Veillard2001-08-231-4/+9
* Added the part about section 7.2 on URI resolution, fixed a side effect inDaniel Veillard2001-08-221-10/+32
* added support and APIs needed for the catalog PI cleanup DanielDaniel Veillard2001-08-221-3/+33
* starts to look okay, really plugged the new framework, cleaned a lot ofDaniel Veillard2001-08-221-7/+14
* renaming testCatalog as xmlcatalog, making it an installed app adding aDaniel Veillard2001-08-201-1/+1
* xmlOutputBufferCreateFilename() didn't unescaped URIs before doing theDaniel Veillard2001-08-151-26/+66
* count() was broken on Result Value Tree fixed file:/// accesses on _WIN32Daniel Veillard2001-08-141-8/+24
* applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSCDaniel Veillard2001-08-031-1/+5
* get rid of the readline and libhistory dependancies by default, releaseDaniel Veillard2001-07-231-24/+715
* Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%Daniel Veillard2001-07-181-5/+14
* cleaned up some warning on the Alpha DanielDaniel Veillard2001-07-171-5/+5
* cleanup of global variables, marking some const or private. DanielDaniel Veillard2001-07-161-6/+6
* fixed an old bug raised by Bernhard Zwisch, the I/O layer shouldDaniel Veillard2001-07-081-7/+29
* fixed a URI-Reference computation problem when validating small cleanupDaniel Veillard2001-07-041-1/+1
* - parser.c: improved the description of a couple of interfacesDaniel Veillard2001-07-041-3/+2
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* - xmlIO.c: Gary Pennington spotted a few troubles with file:///Daniel Veillard2001-05-311-3/+3