1. 6ca24a3 Namespace nodes can't be unlinked with xmlUnlinkNode by Daniel Veillard · 12 years ago
  2. 89b6f73 use xmlBuf... if DEBUG_INPUT is defined by Roumen Petrov · 12 years ago
  3. c15df7d Avoid using xmlBuffer for serialization by Daniel Veillard · 12 years ago
  4. 7f71349 Improve compatibility between xmlBuf and xmlBuffer by Daniel Veillard · 12 years ago
  5. 495a73d fix runtests to use pthreads support for various Unix platforms by Daniel Richard G · 12 years ago
  6. 5d6c02b Various "make distcheck" and portability fixups 2nd part by Daniel Richard G · 12 years ago
  7. 5706b6d Various "make distcheck" and portability fixups by Daniel Richard G · 12 years ago
  8. e258ade Provide new accessors for xmlOutputBuffer by Daniel Veillard · 12 years ago
  9. 187e529 Fix make dist to include new private header files by Daniel Veillard · 12 years ago
  10. 18e1f1f Improvements for old buffer compatibility by Daniel Veillard · 12 years ago
  11. 3f0c613 Expand the limit test program by Daniel Veillard · 12 years ago
  12. 5353bbf More fixups on the push parser behaviour by Daniel Veillard · 12 years ago
  13. 2b52aa0 Strengthen behaviour of the push parser in problematic situations by Daniel Veillard · 12 years ago
  14. e7bf892 Improve error reporting on parser errors by Daniel Veillard · 12 years ago
  15. 48b4cdd Enforce XML_PARSER_EOF state handling through the parser by Daniel Veillard · 12 years ago
  16. 0df83ca Fixup limits parser by Daniel Veillard · 12 years ago
  17. cd852ad Implement some default limits in the XPath module by Daniel Veillard · 12 years ago
  18. 52d8ade Introduce some default parser limits by Daniel Veillard · 12 years ago
  19. 7c693da Cleanups and new limit APIs for dictionaries by Daniel Veillard · 12 years ago
  20. 6f6feba Fixup for buf.c by Daniel Veillard · 12 years ago
  21. 5756038 Cleanup URI module memory allocation code by Daniel Veillard · 12 years ago
  22. 747c2c1 Extend testlimits by Daniel Veillard · 12 years ago
  23. f572a78 More avoid quadratic behaviour by Daniel Veillard · 12 years ago
  24. 5130481 Impose a reasonable limit on PI size by Daniel Veillard · 12 years ago
  25. 0de1f31 first version of testlimits new test by Daniel Veillard · 12 years ago
  26. 6568645 Avoid quadratic behaviour in some push parsing cases by Daniel Veillard · 12 years ago
  27. 58f73ac Impose a reasonable limit on comment size by Daniel Veillard · 12 years ago
  28. e17db99 Impose a reasonable limit on attribute size by Daniel Veillard · 12 years ago
  29. b60e612 Small cleanup of unused variables in test by Daniel Veillard · 12 years ago
  30. 9ee02f8 Harden the buffer code and make it more compatible by Daniel Veillard · 12 years ago
  31. 00ac0d3 More cleanups for input/buffers code by Daniel Veillard · 12 years ago
  32. 61551a1 Cleanup function xmlBufResetInput() to set input from Buffer by Daniel Veillard · 12 years ago
  33. 145477d Swicth the test program for characters to new input buffers by Daniel Veillard · 12 years ago
  34. 7b9b071 Convert the HTML tree module to the new buffers by Daniel Veillard · 12 years ago
  35. a78d803 Convert of the HTML parser to new input buffers by Daniel Veillard · 12 years ago
  36. dbf5411 Convert the writer to new output buffer and save APIs by Daniel Veillard · 12 years ago
  37. 8aebce3 Convert XMLReader to the new input buffers by Daniel Veillard · 12 years ago
  38. 50cdab5 New saving functions using xmlBuf and conversion by Daniel Veillard · 12 years ago
  39. dddeede Provide new xmlBuf based saving functions by Daniel Veillard · 12 years ago
  40. 345ee8b Convert XInclude to the new input buffers by Daniel Veillard · 12 years ago
  41. 2a1d242 Convert catalog code to the new input buffers by Daniel Veillard · 12 years ago
  42. 53aa293 Convert C14N to the new Input buffer by Daniel Veillard · 12 years ago
  43. a6a6e70 Convert xmlIO.c to the new input and output buffers by Daniel Veillard · 12 years ago
  44. 768eb3b Convert XML parser to the new input buffers by Daniel Veillard · 12 years ago
  45. 65c7d3b Incompatible change to the Input and Output buffers by Daniel Veillard · 12 years ago
  46. 18d0db2 Adding new encoding function to deal with the new structures by Daniel Veillard · 12 years ago
  47. ade10f2 Convert XPath to xmlBuf by Daniel Veillard · 12 years ago
  48. bca22f4 Adding a new buf module for buffers by Daniel Veillard · 12 years ago
  49. 4629ee0 Do not fetch external parsed entities by Daniel Veillard · 12 years ago
  50. baaf03f Fix an error in previous commit by Aron Xu · 12 years ago
  51. 4f9fdc7 Fix entities local buffers size problems by Daniel Veillard · 12 years ago
  52. 459eeb9 Fix parser local buffers size problems by Daniel Veillard · 12 years ago
  53. 740cb1a Memory error within SAX2 reuse common framework by Daniel Veillard · 12 years ago
  54. c508fa3 Fix a failure to report xmlreader parsing failures by Daniel Veillard · 12 years ago
  55. 549f06a Expand .gitignore with more files by Daniel Veillard · 12 years ago
  56. 8fc913f Fix compilation on older Visual Studio by Daniel Veillard · 12 years ago
  57. 2e1eaca Fix xmllint --xpath node initialization by Daniel Veillard · 12 years ago
  58. c943f70 Release of libxml2-2.8.0 by Daniel Veillard · 12 years ago
  59. 22030ef Restore code for Windows compilation by Daniel Veillard · 12 years ago
  60. ee8f1d4 Cleanups before 2.8.0-rc2 by Daniel Veillard · 12 years ago
  61. 978ff22 use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime by Roumen Petrov · 12 years ago
  62. f27c668 New symbols added for the next release by Daniel Veillard · 12 years ago
  63. 59df1e4 Avoid an extra operation by Daniel Veillard · 12 years ago
  64. d495e6a Part for rand_r checking missing by Daniel Veillard · 12 years ago
  65. 379ebc1 Cleanup on randomization by Daniel Veillard · 12 years ago
  66. 9d9685a xmlTextReader bails too quickly on error by Andy Lutomirski · 12 years ago
  67. 1ea6b14 Fix undefined reference in python module by Pacho Ramos · 12 years ago
  68. 0d51cfe Fix a race in xmlNewInputStream by Daniel Veillard · 12 years ago
  69. 9313ae8 Fix weird streaming RelaxNG errors by Noam · 12 years ago
  70. 94431ec Fix various bugs in new code raised by the API checking by Daniel Veillard · 12 years ago
  71. 79ee284 Fix various problems with "make dist" by Daniel Veillard · 12 years ago
  72. 9f3cdef Fix a memory leak in the xzlib code by Daniel Veillard · 12 years ago
  73. 7d0d2a5 Use a hybrid allocation scheme in xmlNodeSetContent by Conrad Irwin · 12 years ago
  74. 7d553f8 Use buffers when constructing string node lists. by Conrad Irwin · 12 years ago
  75. a0cd075 HTML parser error with <noscript> in the <head> by Denis Pauk · 12 years ago
  76. 4609e6c XSD: optional element in complex type extension by Remi Gacogne · 12 years ago
  77. 39d027c Fix html serialization error and htmlSetMetaEncoding() by Daniel Veillard · 12 years ago
  78. 2c437da Fix a wrong return value in previous patch by Daniel Veillard · 12 years ago
  79. ed35d3d Fix an uninitialized variable use by Daniel Veillard · 12 years ago
  80. 0c7109c Fix a compilation problem with --minimum by Brandon Slack · 12 years ago
  81. 399aaba Remove redundant and ungarded include of resolv.h by Daniel Veillard · 12 years ago
  82. 040dcb5 Remove git error message during configure by Christian Dywan · 12 years ago
  83. 023206f xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) by Patrick R. Gansterer · 12 years ago
  84. a4fe9b2 emove a bashism in confgure.in by John Hein · 12 years ago
  85. 4cf7325 xinclude with parse="text" does not use the entity loader by Shaun McCance · 12 years ago
  86. fdf990c Allow to parse 1 byte HTML files by Denis Pauk · 12 years ago
  87. 204f1f1 undef ERROR if already defined by Patrick R. Gansterer · 12 years ago
  88. b91111b Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag by Martin Schröder · 12 years ago
  89. 24464be Avoid memory leak if xmlParserInputBufferCreateIO fails by Lin Yi-Li · 12 years ago
  90. 868d92d Add HTML parser support for HTML5 meta charset encoding declaration by Denis Pauk · 12 years ago
  91. 1eabc31 Fix library problems with mingw-w64 by Michael Cronenworth · 12 years ago
  92. aa0be5f fix windows build. ifdef addition from bug 666491 makes no sense by Rob Richards · 12 years ago
  93. 115581a prefer native threads on win32 by Sam Thursfield · 12 years ago
  94. 066c697 Allow to compile with Visual Studio 2010 by Thomas Lemm · 12 years ago
  95. 689408b Prevent an infinite loop when dumping a node with encoding problems by Timothy Elliott · 12 years ago
  96. 8658d27 wrong message for double hyphen in comment XML error by Bryan Henderson · 12 years ago
  97. 71a243d xmlParseNodeInContext problems with an empty document by Tim Elliott · 13 years ago
  98. 8ad4da5 HTML element position is not detected propperly by Pavel Andrejs · 12 years ago
  99. 48f0f3f Fix "make tst" to grab lzma lib too by Daniel Veillard · 12 years ago
  100. fda5717 Fix mingw's snprintf configure check by Andoni Morales · 12 years ago