1. 7446445 xmlmemory: handle realloc properly by Yegor Yefremov · 10 years ago
  2. b8480ae Remove a couple of dead conditions by Gaurav Gupta · 10 years ago
  3. 7966a76 Avoid Possible null pointer dereference in memory debug mode by Gaurav · 10 years ago
  4. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  5. ecb5d5a xmlmemory: add a cast as size_t has no portable printf modifier by Stefan Kost · 13 years ago
  6. f63085d port patch from Marcus Meissner to add gcc checking for printf like by Daniel Veillard · 16 years ago
  7. 09459bf add xmlMemDisplayLast to help debug incremental memory leaks, and some by Daniel Veillard · 16 years ago
  8. 2a512da xmlFree(NULL) should not crash in debug mode should fix #491651 Daniel by Daniel Veillard · 17 years ago
  9. f4721d6 fix comment on versions do not spend too much time digging in dumped by Daniel Veillard · 18 years ago
  10. 942d6c7 fixed #169630 segfault in xmlMemDisplay Daniel by Daniel Veillard · 19 years ago
  11. 18ffe20 added the call to the breakpoint routine when a monitored block is by Daniel Veillard · 19 years ago
  12. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  13. 91b955c fixed ID deallocation problem based on patch from Steve Shepard fixes bug by Daniel Veillard · 20 years ago
  14. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  15. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  16. e15df58 applied a small fix from Steve Hay Daniel by Daniel Veillard · 20 years ago
  17. 529233c some updates with memory debugging facilities while messing with libxslt by Daniel Veillard · 20 years ago
  18. f93a866 applied patch from Stéphane Bidoul to fix some Python bindings by Daniel Veillard · 20 years ago
  19. 5ab479b fixed problem when configuring using --with-thread-alloc by William M. Brack · 20 years ago
  20. e9f0811 make xmlReallocLoc() accept NULL pointer by Aleksey Sanin · 21 years ago
  21. 9202942 applied suggestion from Miloslav Trmac (see Bug 130419) and eliminated by William M. Brack · 21 years ago
  22. 1a9b708 found and fixed a bug misallocating some non blank text node strings from by Daniel Veillard · 21 years ago
  23. 72ee48d Fixed memory leak reported by Dave Beckett Removed spurious comment by William M. Brack · 21 years ago
  24. 0622fe8 enhanced by adding mutex to protect global structures in a multi-threading by William M. Brack · 21 years ago
  25. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  26. c064b47 better fix, avoids breaking the python bindings Daniel by Daniel Veillard · 21 years ago
  27. fb43bd6 fix a compilation problem when configuring with debug but without by Daniel Veillard · 21 years ago
  28. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  29. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  30. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  31. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  32. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  33. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  34. d30be4a fixed configure for MPE/iX from Markus Henke fixed initialization problems by Daniel Veillard · 22 years ago
  35. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  36. 5997aca humm, changed the way the SAX parser work when by Daniel Veillard · 22 years ago
  37. 9f28f30 avoid a warning bug #71594 Daniel by Daniel Veillard · 22 years ago
  38. 144024e Jesse Perry provided a patch to remove a few warning on alpha/Tru64 Daniel by Daniel Veillard · 22 years ago
  39. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  40. 70cab35 cleanup the extension function lookup always compile the list Daniel by Daniel Veillard · 22 years ago
  41. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 23 years ago
  42. 26908ab one more doc patch from Charlie Bozeman. Daniel by Daniel Veillard · 23 years ago
  43. cd337f0 some cleanups when chasing unappropriate stdout output. Daniel by Daniel Veillard · 23 years ago
  44. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  45. b44025c started integrating the non-controversial parts of Gary Pennington by Daniel Veillard · 23 years ago
  46. 7d7e379 fixed a serious memory problen when walking the namespace axis showing up by Daniel Veillard · 23 years ago
  47. 8599e70 debugging on IA64, fixed serious troubles due to size_t vs. int mismatch by Daniel Veillard · 23 years ago
  48. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  49. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  50. 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 23 years ago
  51. c86a4fa - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c by Daniel Veillard · 23 years ago
  52. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  53. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  54. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  55. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  56. 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago
  57. 3665069 - nanohttp.c: fixed socklen_t replacement to unsigned int by Daniel Veillard · 24 years ago
  58. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  59. 0604743 removed extraneous xmlRemoveProp definition added item about by Daniel Veillard · 24 years ago
  60. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  61. 8f62198 - xmlmemory.[ch] commiting the files finally - rebuilt/uploaded docs, Daniel by Daniel Veillard · 24 years ago
  62. 5e5c623 - Push mode for the HTML parser (new calls) by Daniel Veillard · 25 years ago
  63. dbfd641 - Lots of improvements, too long to list here by Daniel Veillard · 25 years ago
  64. 3c558c3 - fix for PIs name starting with xml by Daniel Veillard · 25 years ago
  65. 10a2c65 Large commit of changes done while travelling to XML'99 by Daniel Veillard · 25 years ago
  66. 7c1206f Revamped HTML parsing, lots of bug fixes for HTML stuff, by Daniel Veillard · 25 years ago
  67. 00fdf37 Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel by Daniel Veillard · 25 years ago
  68. 7f7d111 Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, by Daniel Veillard · 25 years ago
  69. 6454aec Added memory debug wrappers, killed all detected memory leaks, Daniel by Daniel Veillard · 25 years ago