1. ecdab2a Upgrade libxml2 to c41bc10da31a4a4e5416270110b6d1b79606cad1 by Elliott Hughes · 2 years, 7 months ago
  2. 5cefca7 Upgrade libxml2 to 7279d236364739a05657a8a614c15990eb08d0c6 by Elliott Hughes · 3 years, 5 months ago
  3. ca68927 Upgrade libxml2 to cbe1212db6e22fa92c33242c3ce089476585f872 by Haibo Huang · 3 years, 8 months ago
  4. cfd91dc Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97 by Haibo Huang · 4 years, 2 months ago
  5. e03f0a1 Fix hash callback signatures by Nick Wellnhofer · 7 years ago
  6. 454e397 Porting libxml2 on zOS encoding of code by Stéphane Michaut · 7 years ago
  7. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  8. 95ebe53 Fix and add const qualifiers by Kurt Roeckx · 10 years ago
  9. 0ab8ce5 Switched comment in file to UTF-8 encoding by Daniel Veillard · 11 years ago
  10. 7651606 Various cleanups to avoid compiler warnings by Daniel Veillard · 12 years ago
  11. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  12. 7d4c529 Improve HTML escaping of attribute on output by Daniel Veillard · 12 years ago
  13. baaf03f Fix an error in previous commit by Aron Xu · 12 years ago
  14. 4f9fdc7 Fix entities local buffers size problems by Daniel Veillard · 12 years ago
  15. 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
  16. aa6de47 applied patch from Aswin to fix tree skipping fixed a comment and added a by Daniel Veillard · 16 years ago
  17. f4f4e48 rework the patch to avoid some ABI issue with people allocating entities by Daniel Veillard · 16 years ago
  18. 4bf899b fix for CVE-2008-3281 Daniel by Daniel Veillard · 16 years ago
  19. a37a6ad trying to fix entities behaviour when using SAX, had to extend entities by Daniel Veillard · 18 years ago
  20. 2728f84 more cleanups based on coverity reports. Daniel by Daniel Veillard · 19 years ago
  21. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  22. 316a5c3 added xmlHashCreateDict where the hash reuses the dictionnary for internal by Daniel Veillard · 20 years ago
  23. 7da9270 small speedup in skipping blanks characters interning the entities strings by Daniel Veillard · 20 years ago
  24. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  25. 8e725fb fixed a compilation problem on a recent change Daniel by Daniel Veillard · 20 years ago
  26. ce244ad fixed the way the generator works, extended the testing, especially with by Daniel Veillard · 20 years ago
  27. 62040be avoid returning default namespace when searching from an attribute reverse by Daniel Veillard · 20 years ago
  28. 18ab872 fixed an XML entites content serialization potentially triggered by by Daniel Veillard · 21 years ago
  29. d453255 fixed #127877, never output " in element content this changes the by Daniel Veillard · 21 years ago
  30. 9e66059 fixed problem reported on the mailing list by Melvyn Sopacua - wrong by William M. Brack · 21 years ago
  31. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  32. b2517d8 Fix error on output of high codepoint charref like  , reported by Daniel Veillard · 21 years ago
  33. d3a2e4c made the predefined entities static predefined structures to avoid the by Daniel Veillard · 21 years ago
  34. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  35. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  36. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  37. 9ee35f3 fix a bug raised by the Mips compiler. move the SAXv1 block definitions to by Daniel Veillard · 21 years ago
  38. 899e64a minor change to avoid compilation warnings on some (e.g. AIX) systems by William M. Brack · 21 years ago
  39. 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
  40. 8265a18 do not generate " for " outside of attributes this changes the output by Daniel Veillard · 21 years ago
  41. 19ab45b fixes again one of the problem raised by James Clark in #106788 Daniel by Daniel Veillard · 22 years ago
  42. 0046c0f another fix for nodeinfo in entities problem fixed bug #106788 from James by Daniel Veillard · 22 years ago
  43. 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
  44. 3487c8d get rid of all the perror() calls made in the library execution paths. by Daniel Veillard · 22 years ago
  45. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 23 years ago
  46. 2875770 fixed a couple of conformances issues deep into the validation code by Daniel Veillard · 23 years ago
  47. 8ee9c8f applied patch from Anthony Jones to implement copy of DTD subtree too. Had by Daniel Veillard · 23 years ago
  48. 3606581 another set of patches from Anthony Jones for copy operations cleanup and by Daniel Veillard · 23 years ago
  49. 845cce4 Anthony Jones pointed a bug in xmlCopyEntity() Daniel by Daniel Veillard · 23 years ago
  50. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  51. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  52. b44025c started integrating the non-controversial parts of Gary Pennington by Daniel Veillard · 23 years ago
  53. 1669828 do not output hexadecimal charrefs when serializing HTML since some by Daniel Veillard · 23 years ago
  54. 05c13a2 John Fleck fixed typos in the options output fix ignorable white space SAX by Daniel Veillard · 23 years ago
  55. 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
  56. 62f313b - SAX.c entities.c parser.c: changed completely the way entities by Daniel Veillard · 23 years ago
  57. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  58. d79bcd1 attempt to work around what seemed a gcc optimizer bug when handling by Daniel Veillard · 23 years ago
  59. 122376b Staring to receive bug reports on 2.3.7: by Daniel Veillard · 23 years ago
  60. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  61. 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 24 years ago
  62. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 24 years ago
  63. 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 24 years ago
  64. 3473f88 Revert directory structure changes by Owen Taylor · 24 years ago
  65. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 24 years ago
  66. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  67. 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago
  68. 52afe80 Started working on the hash table module integration, fixed a bug: by Daniel Veillard · 24 years ago
  69. 8b5dd83 - configure.in: releasing 2.2.4 by Daniel Veillard · 24 years ago
  70. 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
  71. 4b5b80c Fixed cases where doc is NULL when looking up entities, daniel by Daniel Veillard · 24 years ago
  72. f0cc7cc libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this by Daniel Veillard · 24 years ago
  73. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  74. be80396 - Large resync between W3C and Gnome tree by Daniel Veillard · 24 years ago
  75. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  76. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 25 years ago
  77. 0142b84 Oops, it seems I forgot to commit 1.8.4 changes by Daniel Veillard · 25 years ago
  78. dbfd641 - Lots of improvements, too long to list here by Daniel Veillard · 25 years ago
  79. 3c558c3 - fix for PIs name starting with xml by Daniel Veillard · 25 years ago
  80. a0555cc - Updated HTML test outputs by Daniel Veillard · 25 years ago
  81. a594bf4 - added the patch from Carl Nygard <cnygard@bellatlantic.net> by Daniel Veillard · 25 years ago
  82. 7c1206f Revamped HTML parsing, lots of bug fixes for HTML stuff, by Daniel Veillard · 25 years ago
  83. dd6b367 Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel by Daniel Veillard · 25 years ago
  84. 7f7d111 Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, by Daniel Veillard · 25 years ago
  85. 6454aec Added memory debug wrappers, killed all detected memory leaks, Daniel by Daniel Veillard · 25 years ago
  86. 1ff7ae3 Fixing two stupid bugs on entities and HTML tree deallocation, Daniel. by Daniel Veillard · 25 years ago
  87. b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
  88. b05deb7 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel by Daniel Veillard · 25 years ago
  89. be70ff7 Closing reported bugs: 617 1591 1592, adding an HTML parser, Daniel by Daniel Veillard · 25 years ago
  90. 14fff06 Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel by Daniel Veillard · 25 years ago
  91. 011b63c Release of libxml-1.1, Daniel. by Daniel Veillard · 25 years ago
  92. 5099ae8 Removal of threading problems, update documentation, added SAX tests, Daniel by Daniel Veillard · 25 years ago
  93. 1e346af Serious upgrade of internal subset support, setup for gtk-doc, Daniel by Daniel Veillard · 26 years ago
  94. 39a1f9a Speed, conformance testing, more parsing, general improvements, Daniel. by Daniel Veillard · 26 years ago
  95. be36afe Added copy operations for node/tree/documents, Daniel. by Daniel Veillard · 26 years ago
  96. 8cc0d1f Better entities and char ref encoding, error msg formatting, Daniel. by Daniel Veillard · 26 years ago
  97. 242590e simple bug hunting done during rpm2html and rpmfind integration. by Daniel Veillard · 26 years ago
  98. da4d3c4 Update of libtool files, use of HAVE_SNPRINTF, Daniel. by Daniel Veillard · 26 years ago
  99. 442321c Use g_snprintf insteda of snprintf. by Miguel de Icaza · 26 years ago
  100. 0ba4d53 CharRef handling, comments, formatting, pre UTF-8 handling, Daniel. by Daniel Veillard · 26 years ago