1. be58697 modified the file header to add more informations, painful... updated to by Daniel Veillard · 21 years ago
  2. 61b9338 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use by Daniel Veillard · 21 years ago
  3. a840b69 Fixed the HTTP<->parser interraction, which should fix 2 long standing by Daniel Veillard · 21 years ago
  4. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  5. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  6. 4aede2e remove the warning for startDocument(), as it is used by glade (or by Daniel Veillard · 21 years ago
  7. 68aca05 new files for a different method for doing range validation of character by William M. Brack · 21 years ago
  8. ce9457f more cleanup of error handling in parserInternals, sharing the routine for by Daniel Veillard · 21 years ago
  9. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  10. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  11. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  12. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  13. 93f984a realigned the parameters after taint by Igor Zlatkovic · 21 years ago
  14. 76874e4 Exportability taint of the headers by Igor Zlatkovic · 21 years ago
  15. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  16. ab1ae3a applied UTF-16 encoding handling patch provided by Mark Itzcovitz more by Daniel Veillard · 21 years ago
  17. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  18. 61f2617 Heiko W. Rupp fixed a lot of comments to generate better API descriptions by Daniel Veillard · 22 years ago
  19. 7839e16 fixes a misplaced #endif Daniel by Daniel Veillard · 22 years ago
  20. 8dc16a6 had to change 2 internal parsing API when processing document content to by Daniel Veillard · 22 years ago
  21. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  22. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 22 years ago
  23. 8107a22 integrated a couple of fixes and a new API function by Daniel Veillard · 23 years ago
  24. 5344c60 Fixed a few other problems raised by Charlie Bozeman. fixed the output by Daniel Veillard · 23 years ago
  25. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  26. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  27. 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
  28. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  29. 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
  30. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  31. bed7b05 - HTMLtree.h debugXML.h parserInternals.h tree.h valid.c by Daniel Veillard · 23 years ago
  32. fd7ddca - parser.c parser.h parserInternals.h: fixed a couple of by Daniel Veillard · 23 years ago
  33. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  34. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  35. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  36. f714aa3 - tree.c: fixed xmlNodeGetContent, it was not recursing on child by Daniel Veillard · 23 years ago
  37. 0f2a53c Bug fixes and an extension found and required by XSLT: by Daniel Veillard · 23 years ago
  38. f6eea27 Bugfixes, extesion and optimizations for XSLT: by Daniel Veillard · 23 years ago
  39. ce6e98d Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c by Daniel Veillard · 24 years ago
  40. c2def84 Various patches and bug fixes, and XInclude progresses: by Daniel Veillard · 24 years ago
  41. bc76530 Cleanups, 1 bug fix: by Daniel Veillard · 24 years ago
  42. b1059e2 Finally commiting work done on the plane, major cleanup, by Daniel Veillard · 24 years ago
  43. dd477ce - parser.c parserInternals.h: demacroified most of the IS_XXX by Daniel Veillard · 24 years ago
  44. e0854c3 Bunch of new parser cleanup work: by Daniel Veillard · 24 years ago
  45. f0cc7cc libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this by Daniel Veillard · 24 years ago
  46. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  47. 496a1cf revamped the encoding support, added iconv support, so now libxml if by Daniel Veillard · 24 years ago
  48. 5e873c4 - speedup of IS_CHAR like macros, significant overall improvement by Daniel Veillard · 24 years ago
  49. fc708e2 - cosmetic changes from "Timur I. Bakeyev" <timur@bat.ru> Daniel by Daniel Veillard · 24 years ago
  50. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  51. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 24 years ago
  52. dbfd641 - Lots of improvements, too long to list here by Daniel Veillard · 25 years ago
  53. 944b5ff A posteriori validation should now work, by Daniel Veillard · 25 years ago
  54. dd6b367 Fixed CHAR, errno, alpha RPM compile, updated doc, Daniel by Daniel Veillard · 25 years ago
  55. c08a2c6 Bug fixes, improvement on ID/IDREF support, 1.6.2, no memleaks, Daniel by Daniel Veillard · 25 years ago
  56. 6454aec Added memory debug wrappers, killed all detected memory leaks, Daniel by Daniel Veillard · 25 years ago
  57. b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
  58. b05deb7 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel by Daniel Veillard · 25 years ago
  59. 14fff06 Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel by Daniel Veillard · 25 years ago
  60. 011b63c Release of libxml-1.1, Daniel. by Daniel Veillard · 25 years ago
  61. 517752b Completed/revamped the SAX support, removed old namespace suppport, Daniel by Daniel Veillard · 25 years ago
  62. 64068b3 Moved macros to parserInternals, applied patches for MSVC6, Daniel by Daniel Veillard · 25 years ago
  63. bc50b59 Memory leak hunting, export more interfaces, updated the doc, Daniel. by Daniel Veillard · 25 years ago
  64. d692aa4 Added call to create/free parser contexts, + doc, Daniel. by Daniel Veillard · 25 years ago
  65. 1e346af Serious upgrade of internal subset support, setup for gtk-doc, Daniel by Daniel Veillard · 25 years ago