1. dce1c8b Patch for xinclude of text using multibyte characters by Vitaly Ostanin · 12 years ago
  2. 40851d0 Fix a segfault on XSD validation on pattern error by Daniel Veillard · 12 years ago
  3. b60061a Visible HTML elements close the head tag by Conrad Irwin · 12 years ago
  4. c9a575c libxml(3) manpage typo fix by John Bradshaw · 12 years ago
  5. dfc0aa0 GetProcAddressA is available only on WinCE by Daniel Veillard · 12 years ago
  6. ec4fc52 More updates and cleanups on autotools and Makefiles by Daniel Richard G · 12 years ago
  7. 6842ee8 More cleanups to the documentation part of libxml2 by Daniel Richard G · 12 years ago
  8. e028698 More changes for Win32 compilation by Eric Zurcher · 12 years ago
  9. 414f269 Basic changes for Win32 builds of release 2.9.0: compile buf.c by Eric Zurcher · 12 years ago
  10. 1f972e9 Cleanup some of the parser code by Daniel Veillard · 12 years ago
  11. ef4526a Fix a variable name in comment by Daniel Veillard · 12 years ago
  12. baaeadc Regenerated testapi.c by Daniel Veillard · 12 years ago
  13. 64d1124 Fix missing xmlsave.h module which was ignored in recent builds by Daniel Veillard · 12 years ago
  14. d10a72c Bundles all generated files for python into the distribution by Daniel Richard G · 12 years ago
  15. 97fa5b3 Fix file and line report for XSD SAX and reader streaming validation by Daniel Veillard · 12 years ago
  16. aabc084 Fix compiler warnings of wincecompat.c by Patrick Gansterer · 12 years ago
  17. fd4f6fd Fix non __GNUC__ build by Patrick Gansterer · 12 years ago
  18. 3b66622 Fix const qualifyer to definition of xmlBufferDetach by Daniel Veillard · 12 years ago
  19. 5a82e48 Fix windows unicode build by Patrick Gansterer · 12 years ago
  20. c3b1d09 clean redefinition of {v}snprintf in C-source by Roumen Petrov · 12 years ago
  21. 1f0453f minimize use of HAVE_CONFIG_H by Roumen Petrov · 12 years ago
  22. 8886f33 fixup regression in Various "make distcheck" and portability fixups by Roumen Petrov · 12 years ago
  23. 968a03a Add support for big line numbers in error reporting by Daniel Veillard · 12 years ago
  24. 264cee6 Add a missing element check by Daniel Veillard · 12 years ago
  25. aa017c5 Release candidate 1 of libxml2-2.9.0 by Daniel Veillard · 12 years ago
  26. 28cc42d Regenerating docs and API files by Daniel Veillard · 12 years ago
  27. 3e62adb Adding various checks on node type though the API by Daniel Veillard · 12 years ago
  28. 6ca24a3 Namespace nodes can't be unlinked with xmlUnlinkNode by Daniel Veillard · 12 years ago
  29. 89b6f73 use xmlBuf... if DEBUG_INPUT is defined by Roumen Petrov · 12 years ago
  30. c15df7d Avoid using xmlBuffer for serialization by Daniel Veillard · 12 years ago
  31. 7f71349 Improve compatibility between xmlBuf and xmlBuffer by Daniel Veillard · 12 years ago
  32. 495a73d fix runtests to use pthreads support for various Unix platforms by Daniel Richard G · 12 years ago
  33. 5d6c02b Various "make distcheck" and portability fixups 2nd part by Daniel Richard G · 12 years ago
  34. 5706b6d Various "make distcheck" and portability fixups by Daniel Richard G · 12 years ago
  35. e258ade Provide new accessors for xmlOutputBuffer by Daniel Veillard · 12 years ago
  36. 187e529 Fix make dist to include new private header files by Daniel Veillard · 12 years ago
  37. 18e1f1f Improvements for old buffer compatibility by Daniel Veillard · 12 years ago
  38. 3f0c613 Expand the limit test program by Daniel Veillard · 12 years ago
  39. 5353bbf More fixups on the push parser behaviour by Daniel Veillard · 12 years ago
  40. 2b52aa0 Strengthen behaviour of the push parser in problematic situations by Daniel Veillard · 12 years ago
  41. e7bf892 Improve error reporting on parser errors by Daniel Veillard · 12 years ago
  42. 48b4cdd Enforce XML_PARSER_EOF state handling through the parser by Daniel Veillard · 12 years ago
  43. 0df83ca Fixup limits parser by Daniel Veillard · 12 years ago
  44. cd852ad Implement some default limits in the XPath module by Daniel Veillard · 12 years ago
  45. 52d8ade Introduce some default parser limits by Daniel Veillard · 12 years ago
  46. 7c693da Cleanups and new limit APIs for dictionaries by Daniel Veillard · 12 years ago
  47. 6f6feba Fixup for buf.c by Daniel Veillard · 12 years ago
  48. 5756038 Cleanup URI module memory allocation code by Daniel Veillard · 12 years ago
  49. 747c2c1 Extend testlimits by Daniel Veillard · 12 years ago
  50. f572a78 More avoid quadratic behaviour by Daniel Veillard · 12 years ago
  51. 5130481 Impose a reasonable limit on PI size by Daniel Veillard · 12 years ago
  52. 0de1f31 first version of testlimits new test by Daniel Veillard · 12 years ago
  53. 6568645 Avoid quadratic behaviour in some push parsing cases by Daniel Veillard · 12 years ago
  54. 58f73ac Impose a reasonable limit on comment size by Daniel Veillard · 12 years ago
  55. e17db99 Impose a reasonable limit on attribute size by Daniel Veillard · 12 years ago
  56. b60e612 Small cleanup of unused variables in test by Daniel Veillard · 12 years ago
  57. 9ee02f8 Harden the buffer code and make it more compatible by Daniel Veillard · 12 years ago
  58. 00ac0d3 More cleanups for input/buffers code by Daniel Veillard · 12 years ago
  59. 61551a1 Cleanup function xmlBufResetInput() to set input from Buffer by Daniel Veillard · 12 years ago
  60. 145477d Swicth the test program for characters to new input buffers by Daniel Veillard · 12 years ago
  61. 7b9b071 Convert the HTML tree module to the new buffers by Daniel Veillard · 12 years ago
  62. a78d803 Convert of the HTML parser to new input buffers by Daniel Veillard · 12 years ago
  63. dbf5411 Convert the writer to new output buffer and save APIs by Daniel Veillard · 12 years ago
  64. 8aebce3 Convert XMLReader to the new input buffers by Daniel Veillard · 12 years ago
  65. 50cdab5 New saving functions using xmlBuf and conversion by Daniel Veillard · 12 years ago
  66. dddeede Provide new xmlBuf based saving functions by Daniel Veillard · 12 years ago
  67. 345ee8b Convert XInclude to the new input buffers by Daniel Veillard · 12 years ago
  68. 2a1d242 Convert catalog code to the new input buffers by Daniel Veillard · 12 years ago
  69. 53aa293 Convert C14N to the new Input buffer by Daniel Veillard · 12 years ago
  70. a6a6e70 Convert xmlIO.c to the new input and output buffers by Daniel Veillard · 12 years ago
  71. 768eb3b Convert XML parser to the new input buffers by Daniel Veillard · 12 years ago
  72. 65c7d3b Incompatible change to the Input and Output buffers by Daniel Veillard · 12 years ago
  73. 18d0db2 Adding new encoding function to deal with the new structures by Daniel Veillard · 12 years ago
  74. ade10f2 Convert XPath to xmlBuf by Daniel Veillard · 12 years ago
  75. bca22f4 Adding a new buf module for buffers by Daniel Veillard · 12 years ago
  76. 4629ee0 Do not fetch external parsed entities by Daniel Veillard · 12 years ago
  77. baaf03f Fix an error in previous commit by Aron Xu · 12 years ago
  78. 4f9fdc7 Fix entities local buffers size problems by Daniel Veillard · 12 years ago
  79. 459eeb9 Fix parser local buffers size problems by Daniel Veillard · 12 years ago
  80. 740cb1a Memory error within SAX2 reuse common framework by Daniel Veillard · 12 years ago
  81. c508fa3 Fix a failure to report xmlreader parsing failures by Daniel Veillard · 12 years ago
  82. 549f06a Expand .gitignore with more files by Daniel Veillard · 12 years ago
  83. 8fc913f Fix compilation on older Visual Studio by Daniel Veillard · 12 years ago
  84. 2e1eaca Fix xmllint --xpath node initialization by Daniel Veillard · 12 years ago
  85. c943f70 Release of libxml2-2.8.0 by Daniel Veillard · 12 years ago
  86. 22030ef Restore code for Windows compilation by Daniel Veillard · 12 years ago
  87. ee8f1d4 Cleanups before 2.8.0-rc2 by Daniel Veillard · 12 years ago
  88. 978ff22 use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime by Roumen Petrov · 12 years ago
  89. f27c668 New symbols added for the next release by Daniel Veillard · 12 years ago
  90. 59df1e4 Avoid an extra operation by Daniel Veillard · 12 years ago
  91. d495e6a Part for rand_r checking missing by Daniel Veillard · 12 years ago
  92. 379ebc1 Cleanup on randomization by Daniel Veillard · 12 years ago
  93. 9d9685a xmlTextReader bails too quickly on error by Andy Lutomirski · 12 years ago
  94. 1ea6b14 Fix undefined reference in python module by Pacho Ramos · 12 years ago
  95. 0d51cfe Fix a race in xmlNewInputStream by Daniel Veillard · 12 years ago
  96. 9313ae8 Fix weird streaming RelaxNG errors by Noam · 12 years ago
  97. 94431ec Fix various bugs in new code raised by the API checking by Daniel Veillard · 12 years ago
  98. 79ee284 Fix various problems with "make dist" by Daniel Veillard · 12 years ago
  99. 9f3cdef Fix a memory leak in the xzlib code by Daniel Veillard · 12 years ago
  100. 7d0d2a5 Use a hybrid allocation scheme in xmlNodeSetContent by Conrad Irwin · 12 years ago