1. 76874e4 Exportability taint of the headers by Igor Zlatkovic · 21 years ago
  2. 9ce224a no message by Igor Zlatkovic · 21 years ago
  3. 11af429 make the deprecated interfaces log an error message to be sure it won't by Daniel Veillard · 21 years ago
  4. 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago
  5. e598408 fixes a small bug introduced in last commit and detected by valgrind. by Daniel Veillard · 21 years ago
  6. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  7. 66f68e7 added option --dtdvalidfpi for Tobias Reif Daniel by Daniel Veillard · 21 years ago
  8. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  9. 23a52c5 Updated the front page informations, Daniel by Daniel Veillard · 21 years ago
  10. 7fb801f applied patch to xmlCleanupParser from Dave Beckett Daniel by Daniel Veillard · 21 years ago
  11. a716ff1 fixed part (2) of bug 119535 (wrong alpha case on filenames) by William M. Brack · 21 years ago
  12. a760043 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  13. 3f23648 fixed part (2) of bug 119535 (wrong alpha case on filenames) by William M. Brack · 21 years ago
  14. c6e0755 regenerated API documentation for xmlsoft.org (part of Bug 119535) by William M. Brack · 21 years ago
  15. 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 21 years ago
  16. cfba2fe preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel by Daniel Veillard · 21 years ago
  17. bf1e3d8 fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with by Daniel Veillard · 21 years ago
  18. e8ed620 allocation error #119784 raised by Oliver Stoeneberg Daniel by Daniel Veillard · 21 years ago
  19. 608d0ac fixing an use of strcpy() where both strings overlap pointed out by by Daniel Veillard · 21 years ago
  20. 9848532 get rid of some compilation warnings. fix the performance problem reported by Daniel Veillard · 21 years ago
  21. ab1ae3a applied UTF-16 encoding handling patch provided by Mark Itzcovitz more by Daniel Veillard · 21 years ago
  22. ccf996f Corrected bug tracking modules to look for libxml2 not libxml, Daniel by Daniel Veillard · 21 years ago
  23. 1638a47 Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. by Daniel Veillard · 21 years ago
  24. b19ba83 fixed the serious CPU usage problem reported by Grant Goodale applied by Daniel Veillard · 21 years ago
  25. ccf9e39 Removed dependency from libxml2.def.src by William M. Brack · 21 years ago
  26. 476cd96 took away the requirement for automake-1.4, changed the messages for by William M. Brack · 21 years ago
  27. 6b621b8 cleaning up a problem when parsing UTF-16 and libiconv is not used. Daniel by Daniel Veillard · 21 years ago
  28. 3090942 renerated with fixed libxml2-api.xml by William M. Brack · 21 years ago
  29. 83ee40d preparing libxml2-2.5.9 release updated the doc and rebuilt Daniel by Daniel Veillard · 21 years ago
  30. 0ab6fa0 changing an enum definition to get a correct API XML description. This was by Daniel Veillard · 21 years ago
  31. 14f752c fixed a nasty bug #119387, bad heuristic from the progressive HTML parser by Daniel Veillard · 21 years ago
  32. 6d13f33 Added in support for the ISO8859X module (patch provided by Jesse Pelton) by William M. Brack · 21 years ago
  33. 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
  34. 41e6bed Bug 119343 (with apologies to Igor) - Enhanced handling of docb and by William M. Brack · 21 years ago
  35. 16db7b6 further small changes for warnings when configured with --with-iconv=no by William M. Brack · 21 years ago
  36. a71a8ef further small changes to elminate most of the remaining warnings. by William M. Brack · 21 years ago
  37. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  38. c758c22 rebuilt the API and docs. Daniel by Daniel Veillard · 21 years ago
  39. 20aa0fb fixed a small problem in the patch for #118763 this reverts back to the by Daniel Veillard · 21 years ago
  40. 91e69c5 applied doc patch to xml.html and rebuilt, apparently some C++ wrappers by Daniel Veillard · 21 years ago
  41. 39057f4 fixing HTML attribute serialization bug #118763 applying a modified by Daniel Veillard · 21 years ago
  42. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  43. 5ee43b0 trying to fix #118754 of possible recursion in the catalogs. Not by Daniel Veillard · 21 years ago
  44. 7b68df9 fixed bug #118712 about mixed content, and namespaced element names. added by Daniel Veillard · 21 years ago
  45. 779af00 =Bug 118559 (continued) by William M. Brack · 21 years ago
  46. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  47. 97e0188 applied a patch from William Brack about the problem of parsing very large by Daniel Veillard · 21 years ago
  48. d6038e0 applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and by Daniel Veillard · 21 years ago
  49. 01fc1a9 applying patch from Peter Jacobi to added ISO-8859-x encoding support when by Daniel Veillard · 21 years ago
  50. c266464 patch from Joachim Bauch + cleanup for Relax NG error callbacks in python by Daniel Veillard · 21 years ago
  51. a6874ca applied Peter Jacobi encoding cleanup patch, and also avoided a possible by Daniel Veillard · 21 years ago
  52. 9ff7de1 fix the previous commit Daniel by Daniel Veillard · 21 years ago
  53. 4a557d9 fixed problem with comments reported by Nick Kew added routines by William M. Brack · 21 years ago
  54. 9deb242 applied a change suggested by Sean Griffin in bug #118494 about a memory by Daniel Veillard · 21 years ago
  55. d94849b fixed a Relax-NG compilation/streaming bug introduced when fixing the by Daniel Veillard · 21 years ago
  56. 63f3a47 doc/tutorial/apa.html doc/tutorial/apb.html doc/tutorial/apc.html by MDT 2003 John Fleck · 21 years ago
  57. 597bc48 fixing a bug about a special case of namespace handling, this closes bug by Daniel Veillard · 21 years ago
  58. 5373ea1 Fixing some uppercase fragment identifier pointing to generated docs, Daniel by Daniel Veillard · 21 years ago
  59. 2134ab1 checked and fixed the compilation of RNG schemas, fixes a couple of bugs by Daniel Veillard · 21 years ago
  60. c127adc fixed an out of bound error #118052 , the good part if that base64 code by Daniel Veillard · 21 years ago
  61. 2ae05c7 doc/xmllint.html include html version of the xmllint man page, so an by MDT 2003 John Fleck · 21 years ago
  62. 8edf1c5 added a new API xmlXIncludeProcessTree() to process XInclude only on a by Daniel Veillard · 21 years ago
  63. cbbd78d Applied fix for "wb" open flag, Daniel by Daniel Veillard · 21 years ago
  64. 409a814 adding Get interface for the error callback and parameters of parsing and by Daniel Veillard · 21 years ago
  65. 2dcb937 patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. by Daniel Veillard · 21 years ago
  66. 2009c4e add xmlThrDefMutex = NULL in xmlCleanupGlobals() as suggested by Rob by Daniel Veillard · 21 years ago
  67. 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
  68. 3dc93a4 cleanup patches from Peter Breitenlohner Daniel by Daniel Veillard · 21 years ago
  69. df101d8 fixes some problem when freeing unititialized mutexes Daniel by Daniel Veillard · 21 years ago
  70. 2db8c12 the modules should not import <config.h> directly, some cleanups Peter by Daniel Veillard · 21 years ago
  71. 13d07cd Jesse Pelton pointed out a problem in the javascript code. Daniel by Daniel Veillard · 21 years ago
  72. 75eb1ad regenerated might fix includes problems with the Ipv6 support on solaris by Daniel Veillard · 21 years ago
  73. 95c09d9 Update of docs, Daniel by Daniel Veillard · 21 years ago
  74. 560c2a4 preparing release 1.5.8 changed some preprocessor block applied patch from by Daniel Veillard · 21 years ago
  75. 7a985a1 fixed 2 bugs pointed in #116448 Daniel by Daniel Veillard · 21 years ago
  76. ffe4f5e fixed bug #116095 removing the error message when reapplying XInclude to a by Daniel Veillard · 21 years ago
  77. 598bec3 Libxml2 is not just "for Gnome", this is still confusing people, Daniel by Daniel Veillard · 21 years ago
  78. 1997c3e applied small changes to portability layer for compilation on DJGPP Ms-DOS by Daniel Veillard · 21 years ago
  79. d9d32ae use the character() SAX callback if the cdataBlock ain't defined. fix bug by Daniel Veillard · 21 years ago
  80. 59002e7 Fixed multithreading problem by William M. Brack · 21 years ago
  81. de2a67b Applying IPv6 patch from Archana Shah <archana.shah@wipro.com> by Daniel Veillard · 21 years ago
  82. e8b5b0f small addition to bcb patch by Igor Zlatkovic · 21 years ago
  83. 72f92a8 applied the BCB patch by Eric Zurcher by Igor Zlatkovic · 21 years ago
  84. d7cec92 reverted back patch for #113521, due to #115104 and while fixing #115101 . by Daniel Veillard · 21 years ago
  85. 8265a18 do not generate &quot; for " outside of attributes this changes the output by Daniel Veillard · 21 years ago
  86. 8a46917 Updates, changed libxml to libxml2 in a number of places, Daniel by Daniel Veillard · 21 years ago
  87. 4e9b1bc trying to fix #114277 about when file remapping and escaping should really by Daniel Veillard · 21 years ago
  88. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  89. e132611 applied a couple of patches from Mark Itzcovitz to handle saving back by Daniel Veillard · 21 years ago
  90. a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
  91. 8caa9c2 small fix fixed an error message Daniel by Daniel Veillard · 21 years ago
  92. 0e0f37a fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8 by Daniel Veillard · 21 years ago
  93. fb7f084 ChangeLog by Igor Zlatkovic · 21 years ago
  94. e38ab53 threads default to native now by Igor Zlatkovic · 21 years ago
  95. 84f8c6d *** empty log message *** by Igor Zlatkovic · 21 years ago
  96. d58a42d applied patch from Stephane for threads by Igor Zlatkovic · 21 years ago
  97. 5f5b7bb fixing bug #112904: html output method escaped plus sign character in URI by Daniel Veillard · 21 years ago
  98. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  99. 6f7e24b Fixed the release number fo the spec file, Daniel by Daniel Veillard · 21 years ago
  100. 38b80a8 trying to conciliate --with-python= requirements and RPM builds, a PITA by Daniel Veillard · 21 years ago