| Commit message (Expand) | Author | Age | Files | Lines |
* | Big space and tab cleanup | Daniel Veillard | 2012-09-11 | 1 | -1/+1 |
* | xmlmemory: add a cast as size_t has no portable printf modifier | Stefan Kost | 2011-05-09 | 1 | -4/+7 |
* | port patch from Marcus Meissner to add gcc checking for printf like | Daniel Veillard | 2009-01-18 | 1 | -3/+3 |
* | add xmlMemDisplayLast to help debug incremental memory leaks, and some | Daniel Veillard | 2008-07-30 | 1 | -35/+108 |
* | xmlFree(NULL) should not crash in debug mode should fix #491651 Daniel | Daniel Veillard | 2007-10-30 | 1 | -0/+3 |
* | fix comment on versions do not spend too much time digging in dumped | Daniel Veillard | 2006-10-11 | 1 | -2/+4 |
* | fixed #169630 segfault in xmlMemDisplay Daniel | Daniel Veillard | 2005-05-08 | 1 | -0/+15 |
* | added the call to the breakpoint routine when a monitored block is | Daniel Veillard | 2005-04-14 | 1 | -0/+2 |
* | revamped the elfgcchack.h format to cope with gcc4 change of aliasing | Daniel Veillard | 2005-04-01 | 1 | -0/+2 |
* | fixed ID deallocation problem based on patch from Steve Shepard fixes bug | Daniel Veillard | 2004-12-10 | 1 | -1/+2 |
* | adding xmlMemBlocks() work on generator of an automatic API regression | Daniel Veillard | 2004-11-02 | 1 | -0/+20 |
* | added the routine xmlNanoHTTPContentLength to the external API | William M. Brack | 2004-09-18 | 1 | -3/+3 |
* | applied a small fix from Steve Hay Daniel | Daniel Veillard | 2004-07-13 | 1 | -3/+3 |
* | some updates with memory debugging facilities while messing with libxslt | Daniel Veillard | 2004-07-02 | 1 | -4/+28 |
* | applied patch from Stéphane Bidoul to fix some Python bindings | Daniel Veillard | 2004-07-01 | 1 | -1/+29 |
* | fixed problem when configuring using --with-thread-alloc | William M. Brack | 2004-06-10 | 1 | -3/+3 |
* | make xmlReallocLoc() accept NULL pointer | Aleksey Sanin | 2004-01-22 | 1 | -2/+3 |
* | applied suggestion from Miloslav Trmac (see Bug 130419) and eliminated | William M. Brack | 2004-01-04 | 1 | -5/+5 |
* | found and fixed a bug misallocating some non blank text node strings from | Daniel Veillard | 2004-01-02 | 1 | -0/+1 |
* | Fixed memory leak reported by Dave Beckett Removed spurious comment | William M. Brack | 2003-12-30 | 1 | -0/+14 |
* | enhanced by adding mutex to protect global structures in a multi-threading | William M. Brack | 2003-11-29 | 1 | -14/+34 |
* | Okay this is scary but it is just adding a configure option to disable | Daniel Veillard | 2003-09-29 | 1 | -0/+2 |
* | better fix, avoids breaking the python bindings Daniel | Daniel Veillard | 2003-09-29 | 1 | -14/+5 |
* | fix a compilation problem when configuring with debug but without | Daniel Veillard | 2003-09-29 | 1 | -48/+52 |
* | cleanup, creating a new legacy.c module, made sure make tests ran in | Daniel Veillard | 2003-09-28 | 1 | -5/+12 |
* | small changes to syntax to get rid of compiler warnings. No changes to | William M. Brack | 2003-08-05 | 1 | -4/+0 |
* | integrated the Out Of Memory test from Havoc Pennington #109368 a lot of | Daniel Veillard | 2003-04-24 | 1 | -0/+2 |
* | added xmlMallocAtomic() to be used when allocating blocks which do not | Daniel Veillard | 2003-04-19 | 1 | -1/+138 |
* | new API building Python script, does the C parsing directly, generates a | Daniel Veillard | 2002-12-11 | 1 | -6/+6 |
* | code cleanup, especially the function comments. fixed a small bug when | Daniel Veillard | 2002-12-10 | 1 | -11/+12 |
* | fixed configure for MPE/iX from Markus Henke fixed initialization problems | Daniel Veillard | 2002-03-28 | 1 | -0/+3 |
* | preparing 2.4.18 updated and rebuilt the web site implement the new | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
* | humm, changed the way the SAX parser work when | Daniel Veillard | 2002-03-18 | 1 | -0/+2 |
* | avoid a warning bug #71594 Daniel | Daniel Veillard | 2002-02-15 | 1 | -1/+1 |
* | Jesse Perry provided a patch to remove a few warning on alpha/Tru64 Daniel | Daniel Veillard | 2002-02-13 | 1 | -3/+4 |
* | Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. | Daniel Veillard | 2002-02-10 | 1 | -3/+6 |
* | cleanup the extension function lookup always compile the list Daniel | Daniel Veillard | 2002-02-06 | 1 | -2/+9 |
* | Build a new version hopefully near complete and fully documented of the | Daniel Veillard | 2002-01-22 | 1 | -1/+1 |
* | one more doc patch from Charlie Bozeman. Daniel | Daniel Veillard | 2002-01-01 | 1 | -6/+6 |
* | some cleanups when chasing unappropriate stdout output. Daniel | Daniel Veillard | 2001-11-22 | 1 | -1/+2 |
* | Applied the last patches from Gary, cleanup, activated threading all user | Daniel Veillard | 2001-10-13 | 1 | -12/+1 |
* | started integrating the non-controversial parts of Gary Pennington | Daniel Veillard | 2001-10-11 | 1 | -4/+4 |
* | fixed a serious memory problen when walking the namespace axis showing up | Daniel Veillard | 2001-07-30 | 1 | -4/+51 |
* | debugging on IA64, fixed serious troubles due to size_t vs. int mismatch | Daniel Veillard | 2001-07-17 | 1 | -8/+8 |
* | Summer's cleanup, a really big one: | Daniel Veillard | 2001-06-24 | 1 | -1/+1 |
* | trio upgrade and integration | Bjorn Reese | 2001-04-21 | 1 | -6/+1 |
* | Spring cleanup ...: - configure.in Makefile.am config.h.in | Daniel Veillard | 2001-03-27 | 1 | -0/+4 |
* | - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c | Daniel Veillard | 2001-03-26 | 1 | -12/+0 |
* | Huge cleanup, I switched to compile with | Daniel Veillard | 2001-03-24 | 1 | -2/+28 |
* | Revert directory structure changes | Owen Taylor | 2001-02-23 | 1 | -0/+707 |