summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing h3 for release, DanielLIBXML2_2_6_15Daniel Veillard2004-10-273-14/+19
* preparing release 2.6.15 cleanups DanielDaniel Veillard2004-10-2751-657/+1386
* fixed a stupid mistake in xmlBuildRelativeURI (bug 156527)William M. Brack2004-10-272-4/+10
* second part of the security fix for xmlNanoFTPConnect() andDaniel Veillard2004-10-273-15/+46
* applied fixes for a couple of potential security problems more fixes onDaniel Veillard2004-10-265-7/+22
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-2614-273/+480
* modified the handling of _private for entity expansion (bug 155816)William M. Brack2004-10-252-2/+22
* fixed the leak reported by Volker Roth on the list added a specific testDaniel Veillard2004-10-2510-4/+119
* unlinked the internal subset within xmlValidateDtd (bug 141827) addedWilliam M. Brack2004-10-234-3/+20
* added support for HTML PIs #156087 added specific tests DanielDaniel Veillard2004-10-229-11/+223
* fixed nasty bug #156087 DanielDaniel Veillard2004-10-222-2/+11
* fixed a problem occuring only in x86_64 when very large error messages areDaniel Veillard2004-10-224-273/+272
* fixed a memory bug added test from Graham Bennett and regenerated theDaniel Veillard2004-10-217-5/+170
* applied patch from Graham Bennett adding 4 convenience functions to theDaniel Veillard2004-10-195-274/+213
* excluded a few nodes (with no content) from the string check routine.William M. Brack2004-10-152-4/+13
* added UTF-8 string checking, raise a problem, need debug DanielDaniel Veillard2004-10-154-7/+35
* applied patch from Thomas Fitzsimmons fixing #155240 building outside theDaniel Veillard2004-10-123-251/+257
* added namespace checking danielDaniel Veillard2004-10-113-69/+106
* some framework preparation to add namespace checkings danielDaniel Veillard2004-10-093-250/+344
* Changed the link for ChangeLog and News to reflect the actual content, danielDaniel Veillard2004-10-0916-106/+289
* adding the tree debug mode fixing various problems reported by the debugDaniel Veillard2004-10-079-294/+304
* fix small leakWilliam M. Brack2004-10-061-0/+1
* small change to last fix, to get xml:base rightWilliam M. Brack2004-10-062-2/+11
* added code to handle <group>, including dumping to output (bug 151924).William M. Brack2004-10-065-128/+189
* revamped the XML debugging module and prepare for a new checking modeDaniel Veillard2004-10-046-648/+1008
* applied patch from Malcolm Tredinnick fixing bug #152426 DanielDaniel Veillard2004-10-042-1/+5
* applied patch from Malcolm Tredinnick fixing bug #154294 related to savingDaniel Veillard2004-10-044-22/+164
* changed xmlHasNsProp to properly handle a request for the defaultWilliam M. Brack2004-10-032-13/+29
* fixed problem with dictionary handling within xmlParseInNodeContext (bugWilliam M. Brack2004-10-032-5/+19
* changed changed sys.path setting from 'append' to 'insert' (patch suppliedWilliam M. Brack2004-10-027-6/+14
* added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)William M. Brack2004-10-024-9/+47
* added some coding to attempt to display which file contains an error whenWilliam M. Brack2004-10-022-7/+36
* stupid cut'n paste bug in xmllint detection danielDaniel Veillard2004-09-302-1/+5
* releasing 2.6.14, rebuilding the docs DanielLIBXML2_2_6_14Daniel Veillard2004-09-2942-97/+573
* Parsing of <complexContent> - handle attribute 'mixed', catch illegalKasimier T. Buchcik2004-09-299-746/+2391
* another patch from Malcolm Tredinnick adding option not to load dtd fromDaniel Veillard2004-09-292-10/+16
* another patch from Malcolm Tredinnick fixing warning generated by theDaniel Veillard2004-09-288-14/+20
* applied patch from Malcolm Tredinnick fixing python exception hierarchyDaniel Veillard2004-09-282-4/+12
* applied patch from Malcolm Tredinnick fixing errata E20 concerningDaniel Veillard2004-09-267-56/+40
* applied patch from Malcolm Tredinnick fixing space/tabs fixed a reallocDaniel Veillard2004-09-263-28/+37
* fixed make valgrind xstc DanielDaniel Veillard2004-09-243-5/+6
* fixing an out of bound adressing issue DanielDaniel Veillard2004-09-232-3/+11
* more memory related code cleanups. DanielDaniel Veillard2004-09-235-13/+32
* fixed a bunch of errors when realloc failed. DanielDaniel Veillard2004-09-222-22/+68
* couple of memory fixes from Mark Vakoc reported by Purify on Windows.Daniel Veillard2004-09-224-248/+255
* added --timing --copy timing for the copy applied patch from Craig BerryDaniel Veillard2004-09-203-7/+25
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-1810-296/+314
* removed some extern before function code reported by Kjartan Maraas on IRCDaniel Veillard2004-09-175-7/+37
* applied fix from Stepan Kasal to fix duplication in the change log andDaniel Veillard2004-09-171-7854/+101
* Simpified attribute wildcard creation and assignment to get rid of memoryKasimier T. Buchcik2004-09-1612-1783/+2937