aboutsummaryrefslogtreecommitdiffstats
path: root/xmlmemory.c
Commit message (Expand)AuthorAgeFilesLines
* fix comment on versions do not spend too much time digging in dumpedDaniel Veillard2006-10-111-2/+4
* fixed #169630 segfault in xmlMemDisplay DanielDaniel Veillard2005-05-081-0/+15
* added the call to the breakpoint routine when a monitored block isDaniel Veillard2005-04-141-0/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed ID deallocation problem based on patch from Steve Shepard fixes bugDaniel Veillard2004-12-101-1/+2
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-0/+20
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-3/+3
* applied a small fix from Steve Hay DanielDaniel Veillard2004-07-131-3/+3
* some updates with memory debugging facilities while messing with libxsltDaniel Veillard2004-07-021-4/+28
* applied patch from Stéphane Bidoul to fix some Python bindingsDaniel Veillard2004-07-011-1/+29
* fixed problem when configuring using --with-thread-allocWilliam M. Brack2004-06-101-3/+3
* make xmlReallocLoc() accept NULL pointerAleksey Sanin2004-01-221-2/+3
* applied suggestion from Miloslav Trmac (see Bug 130419) and eliminatedWilliam M. Brack2004-01-041-5/+5
* found and fixed a bug misallocating some non blank text node strings fromDaniel Veillard2004-01-021-0/+1
* Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack2003-12-301-0/+14
* enhanced by adding mutex to protect global structures in a multi-threadingWilliam M. Brack2003-11-291-14/+34
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+2
* better fix, avoids breaking the python bindings DanielDaniel Veillard2003-09-291-14/+5
* fix a compilation problem when configuring with debug but withoutDaniel Veillard2003-09-291-48/+52
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-5/+12
* small changes to syntax to get rid of compiler warnings. No changes toWilliam M. Brack2003-08-051-4/+0
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-0/+2
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+138
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-6/+6
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-11/+12
* fixed configure for MPE/iX from Markus Henke fixed initialization problemsDaniel Veillard2002-03-281-0/+3
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* humm, changed the way the SAX parser work whenDaniel Veillard2002-03-181-0/+2
* avoid a warning bug #71594 DanielDaniel Veillard2002-02-151-1/+1
* Jesse Perry provided a patch to remove a few warning on alpha/Tru64 DanielDaniel Veillard2002-02-131-3/+4
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-3/+6
* cleanup the extension function lookup always compile the list DanielDaniel Veillard2002-02-061-2/+9
* Build a new version hopefully near complete and fully documented of theDaniel Veillard2002-01-221-1/+1
* one more doc patch from Charlie Bozeman. DanielDaniel Veillard2002-01-011-6/+6
* some cleanups when chasing unappropriate stdout output. DanielDaniel Veillard2001-11-221-1/+2
* Applied the last patches from Gary, cleanup, activated threading all userDaniel Veillard2001-10-131-12/+1
* started integrating the non-controversial parts of Gary PenningtonDaniel Veillard2001-10-111-4/+4
* fixed a serious memory problen when walking the namespace axis showing upDaniel Veillard2001-07-301-4/+51
* debugging on IA64, fixed serious troubles due to size_t vs. int mismatchDaniel Veillard2001-07-171-8/+8
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* trio upgrade and integrationBjorn Reese2001-04-211-6/+1
* Spring cleanup ...: - configure.in Makefile.am config.h.inDaniel Veillard2001-03-271-0/+4
* - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.cDaniel Veillard2001-03-261-12/+0
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-2/+28
* Revert directory structure changesOwen Taylor2001-02-231-0/+707
* moved to libxml directory - this allow simplify automake/autoconf. NowCET 2001 Tomasz K³oczko2001-02-231-707/+0
* patched to redirrect all "out of context" error messages toDaniel Veillard2000-10-251-7/+15
* Bunch of fixes, finishing moving datastructures to the hash stuff:Daniel Veillard2000-10-241-1/+6
* - nanohttp.c: fixed socklen_t replacement to unsigned intDaniel Veillard2000-07-211-4/+4
* - doc/encoding.html doc/xml.html: added I18N docDaniel Veillard2000-07-141-2/+2