1. be58697 modified the file header to add more informations, painful... updated to by Daniel Veillard · 21 years ago
  2. b5a46da added xmlStrVPrintf function by Aleksey Sanin · 21 years ago
  3. 9ba8e38 included a new function to reuse a Push parser context, based on Graham by Daniel Veillard · 21 years ago
  4. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  5. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  6. e7acf43 introduced xmlStrPrintf function - wrapper for snprintf by Aleksey Sanin · 21 years ago
  7. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  8. 9ee35f3 fix a bug raised by the Mips compiler. move the SAXv1 block definitions to by Daniel Veillard · 21 years ago
  9. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  10. 60942de Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL by Daniel Veillard · 21 years ago
  11. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  12. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  13. 1989505 more performance hunting reducing memory allocation and free and avoiding by Daniel Veillard · 21 years ago
  14. 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
  15. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  16. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  17. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  18. 0fb1893 allow to give -1 for undefined length in lookups first round of work on by Daniel Veillard · 21 years ago
  19. 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
  20. 76874e4 Exportability taint of the headers by Igor Zlatkovic · 21 years ago
  21. 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago
  22. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  23. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  24. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  25. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  26. 3e59fc5 added support for large file, tested with a 3+GB instance, and some by Daniel Veillard · 21 years ago
  27. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 21 years ago
  28. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  29. 0821b15 fixed bug #98338 , fatalError SAX callback is never used. Daniel by Daniel Veillard · 22 years ago
  30. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  31. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  32. 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
  33. 61f2617 Heiko W. Rupp fixed a lot of comments to generate better API descriptions by Daniel Veillard · 22 years ago
  34. 4a7ae50 isExtender was missing a char % are acceptable in the internal subset if by Daniel Veillard · 22 years ago
  35. 6c4ffaf trying to fix the include mess Daniel by Daniel Veillard · 22 years ago
  36. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  37. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 22 years ago
  38. 963d2ae cleanup patch from Anthony Jones fix the headers to avoid in make scan by Daniel Veillard · 22 years ago
  39. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  40. 8bdb91d cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltproc by Daniel Veillard · 23 years ago
  41. 64a411c make the allocation be per-thread a configure option fixed compilation by Daniel Veillard · 23 years ago
  42. 5ee57fc Norm reported that a few lines added were breaking libxslt compile, by Daniel Veillard · 23 years ago
  43. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  44. 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
  45. a293c32 adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel by Daniel Veillard · 23 years ago
  46. 5d90b6c added support and APIs needed for the catalog PI cleanup Daniel by Daniel Veillard · 23 years ago
  47. cda9692 more work on the XML catalog support. small cleanup seems using list as a by Daniel Veillard · 23 years ago
  48. 50822cb applied const patches from Tom Moog #58002 Daniel by Daniel Veillard · 23 years ago
  49. d9bad13 removing history/readline changed this slightly make element content line by Daniel Veillard · 23 years ago
  50. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  51. 7704473 xmlStrstr args are both const small cleanup reformated, fixed problems if by Daniel Veillard · 23 years ago
  52. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  53. d16df9f - xinclude.c: fixed XInclude recursive behaviour bug #54678 by Daniel Veillard · 23 years ago
  54. f69bb4b - HTMLparser.c: Closed bug #54891 by Daniel Veillard · 23 years ago
  55. fd7ddca - parser.c parser.h parserInternals.h: fixed a couple of by Daniel Veillard · 23 years ago
  56. eae522a Time to work on helping the Gnome Doc project, first step is reintegrating by Daniel Veillard · 23 years ago
  57. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  58. 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 23 years ago
  59. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  60. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  61. 0f2a53c Bug fixes and an extension found and required by XSLT: by Daniel Veillard · 23 years ago
  62. ce6e98d Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c by Daniel Veillard · 24 years ago
  63. 41e0651 A few serious bugfixes: by Daniel Veillard · 24 years ago
  64. c2def84 Various patches and bug fixes, and XInclude progresses: by Daniel Veillard · 24 years ago
  65. 2ffc359 - parser.[ch]: added xmlIOParseDTD() by Daniel Veillard · 24 years ago
  66. 8b5dd83 - configure.in: releasing 2.2.4 by Daniel Veillard · 24 years ago
  67. bc76530 Cleanups, 1 bug fix: by Daniel Veillard · 24 years ago
  68. b656ebe Cleanup, patch from Wayne Davison: by Daniel Veillard · 24 years ago
  69. b1059e2 Finally commiting work done on the plane, major cleanup, by Daniel Veillard · 24 years ago
  70. b513f5a Added a _private for hooking up users data to a parser context, Daniel. by Daniel Veillard · 24 years ago
  71. f0cc7cc libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this by Daniel Veillard · 24 years ago
  72. 87b9539 Large sync between my W3C base and Gnome's one: by Daniel Veillard · 24 years ago
  73. 3f6f7f6 - win32config.h.in: updated by Daniel Veillard · 24 years ago
  74. be80396 - Large resync between W3C and Gnome tree by Daniel Veillard · 24 years ago
  75. 5e873c4 - speedup of IS_CHAR like macros, significant overall improvement by Daniel Veillard · 24 years ago
  76. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  77. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 24 years ago
  78. 3e6d237 Blanks handling function, added 2.x upgrade doc, Daniel by Daniel Veillard · 24 years ago
  79. 83a30e7 Fixed #6766 and satrted working on white space handling, Daniel by Daniel Veillard · 24 years ago
  80. 71b656e - added xmlRemoveID() and xmlRemoveRef() by Daniel Veillard · 25 years ago
  81. 686d6b6 - added xmlRemoveProp by Daniel Veillard · 25 years ago
  82. dbfd641 - Lots of improvements, too long to list here by Daniel Veillard · 25 years ago
  83. 4a53eca - Updated HTML test outputs by Daniel Veillard · 25 years ago
  84. af78a0e Large commit of changes done while travelling to XML'99 by Daniel Veillard · 25 years ago
  85. a819dac Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel by Daniel Veillard · 25 years ago
  86. 2673d3c Fixed problems with HTML parsing, Daniel. by Daniel Veillard · 25 years ago
  87. 00fdf37 Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel by Daniel Veillard · 25 years ago
  88. 7a66ee6 better SAX interfaces. preparing for 1.7.2, Daniel. by Daniel Veillard · 25 years ago
  89. dd6b367 Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel by Daniel Veillard · 25 years ago
  90. 7f7d111 Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, by Daniel Veillard · 25 years ago
  91. 6454aec Added memory debug wrappers, killed all detected memory leaks, Daniel by Daniel Veillard · 25 years ago
  92. b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
  93. b05deb7 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel by Daniel Veillard · 25 years ago
  94. e2d034d Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel by Daniel Veillard · 25 years ago
  95. 1566d3a Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel by Daniel Veillard · 25 years ago
  96. be70ff7 Closing reported bugs: 617 1591 1592, adding an HTML parser, Daniel by Daniel Veillard · 25 years ago
  97. 14fff06 Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel by Daniel Veillard · 25 years ago
  98. 011b63c Release of libxml-1.1, Daniel. by Daniel Veillard · 25 years ago
  99. 27d8874 CORBA defines fixes, char encoding atodetection, Daniel by Daniel Veillard · 25 years ago
  100. 517752b Completed/revamped the SAX support, removed old namespace suppport, Daniel by Daniel Veillard · 25 years ago