summaryrefslogtreecommitdiff
path: root/xmlmemory.c
Commit message (Expand)AuthorAgeFilesLines
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-091-1/+1
* Fix cast-align warningsNick Wellnhofer2017-06-171-1/+1
* Fix copy-paste errors in error messagesNick Wellnhofer2017-06-111-3/+3
* Check for integer overflow in memory debug codeNick Wellnhofer2017-06-061-0/+21
* Unsigned addition may overflow in xmlMallocAtomicLoc()David Kilzer2016-05-231-2/+10
* xmlMemUsed is not thread-safeMartin von Gagern2015-04-131-2/+12
* xmlmemory: handle realloc properlyYegor Yefremov2014-10-131-3/+5
* Remove a couple of dead conditionsGaurav Gupta2014-07-261-4/+1
* Avoid Possible null pointer dereference in memory debug modeGaurav2014-05-091-2/+4
* Big space and tab cleanupDaniel Veillard2012-09-111-1/+1
* xmlmemory: add a cast as size_t has no portable printf modifierStefan Kost2011-05-091-4/+7
* port patch from Marcus Meissner to add gcc checking for printf likeDaniel Veillard2009-01-181-3/+3
* add xmlMemDisplayLast to help debug incremental memory leaks, and someDaniel Veillard2008-07-301-35/+108
* xmlFree(NULL) should not crash in debug mode should fix #491651 DanielDaniel Veillard2007-10-301-0/+3
* 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 newLIBXML_2_4_18Daniel 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