1. e17db99 Impose a reasonable limit on attribute size by Daniel Veillard · 12 years ago
  2. b60e612 Small cleanup of unused variables in test by Daniel Veillard · 12 years ago
  3. 9ee02f8 Harden the buffer code and make it more compatible by Daniel Veillard · 12 years ago
  4. 00ac0d3 More cleanups for input/buffers code by Daniel Veillard · 12 years ago
  5. 61551a1 Cleanup function xmlBufResetInput() to set input from Buffer by Daniel Veillard · 12 years ago
  6. 145477d Swicth the test program for characters to new input buffers by Daniel Veillard · 12 years ago
  7. 7b9b071 Convert the HTML tree module to the new buffers by Daniel Veillard · 12 years ago
  8. a78d803 Convert of the HTML parser to new input buffers by Daniel Veillard · 12 years ago
  9. dbf5411 Convert the writer to new output buffer and save APIs by Daniel Veillard · 12 years ago
  10. 8aebce3 Convert XMLReader to the new input buffers by Daniel Veillard · 12 years ago
  11. 50cdab5 New saving functions using xmlBuf and conversion by Daniel Veillard · 12 years ago
  12. dddeede Provide new xmlBuf based saving functions by Daniel Veillard · 12 years ago
  13. 345ee8b Convert XInclude to the new input buffers by Daniel Veillard · 12 years ago
  14. 2a1d242 Convert catalog code to the new input buffers by Daniel Veillard · 12 years ago
  15. 53aa293 Convert C14N to the new Input buffer by Daniel Veillard · 12 years ago
  16. a6a6e70 Convert xmlIO.c to the new input and output buffers by Daniel Veillard · 12 years ago
  17. 768eb3b Convert XML parser to the new input buffers by Daniel Veillard · 12 years ago
  18. 65c7d3b Incompatible change to the Input and Output buffers by Daniel Veillard · 12 years ago
  19. 18d0db2 Adding new encoding function to deal with the new structures by Daniel Veillard · 12 years ago
  20. ade10f2 Convert XPath to xmlBuf by Daniel Veillard · 12 years ago
  21. bca22f4 Adding a new buf module for buffers by Daniel Veillard · 12 years ago
  22. 4629ee0 Do not fetch external parsed entities by Daniel Veillard · 12 years ago
  23. baaf03f Fix an error in previous commit by Aron Xu · 12 years ago
  24. 4f9fdc7 Fix entities local buffers size problems by Daniel Veillard · 12 years ago
  25. 459eeb9 Fix parser local buffers size problems by Daniel Veillard · 12 years ago
  26. 740cb1a Memory error within SAX2 reuse common framework by Daniel Veillard · 12 years ago
  27. c508fa3 Fix a failure to report xmlreader parsing failures by Daniel Veillard · 12 years ago
  28. 549f06a Expand .gitignore with more files by Daniel Veillard · 12 years ago
  29. 8fc913f Fix compilation on older Visual Studio by Daniel Veillard · 12 years ago
  30. 2e1eaca Fix xmllint --xpath node initialization by Daniel Veillard · 12 years ago
  31. c943f70 Release of libxml2-2.8.0 by Daniel Veillard · 12 years ago
  32. 22030ef Restore code for Windows compilation by Daniel Veillard · 12 years ago
  33. ee8f1d4 Cleanups before 2.8.0-rc2 by Daniel Veillard · 12 years ago
  34. 978ff22 use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime by Roumen Petrov · 12 years ago
  35. f27c668 New symbols added for the next release by Daniel Veillard · 12 years ago
  36. 59df1e4 Avoid an extra operation by Daniel Veillard · 12 years ago
  37. d495e6a Part for rand_r checking missing by Daniel Veillard · 12 years ago
  38. 379ebc1 Cleanup on randomization by Daniel Veillard · 12 years ago
  39. 9d9685a xmlTextReader bails too quickly on error by Andy Lutomirski · 12 years ago
  40. 1ea6b14 Fix undefined reference in python module by Pacho Ramos · 12 years ago
  41. 0d51cfe Fix a race in xmlNewInputStream by Daniel Veillard · 12 years ago
  42. 9313ae8 Fix weird streaming RelaxNG errors by Noam · 12 years ago
  43. 94431ec Fix various bugs in new code raised by the API checking by Daniel Veillard · 12 years ago
  44. 79ee284 Fix various problems with "make dist" by Daniel Veillard · 12 years ago
  45. 9f3cdef Fix a memory leak in the xzlib code by Daniel Veillard · 12 years ago
  46. 7d0d2a5 Use a hybrid allocation scheme in xmlNodeSetContent by Conrad Irwin · 12 years ago
  47. 7d553f8 Use buffers when constructing string node lists. by Conrad Irwin · 12 years ago
  48. a0cd075 HTML parser error with <noscript> in the <head> by Denis Pauk · 12 years ago
  49. 4609e6c XSD: optional element in complex type extension by Remi Gacogne · 12 years ago
  50. 39d027c Fix html serialization error and htmlSetMetaEncoding() by Daniel Veillard · 12 years ago
  51. 2c437da Fix a wrong return value in previous patch by Daniel Veillard · 12 years ago
  52. ed35d3d Fix an uninitialized variable use by Daniel Veillard · 12 years ago
  53. 0c7109c Fix a compilation problem with --minimum by Brandon Slack · 12 years ago
  54. 399aaba Remove redundant and ungarded include of resolv.h by Daniel Veillard · 12 years ago
  55. 040dcb5 Remove git error message during configure by Christian Dywan · 12 years ago
  56. 023206f xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) by Patrick R. Gansterer · 12 years ago
  57. a4fe9b2 emove a bashism in confgure.in by John Hein · 12 years ago
  58. 4cf7325 xinclude with parse="text" does not use the entity loader by Shaun McCance · 12 years ago
  59. fdf990c Allow to parse 1 byte HTML files by Denis Pauk · 12 years ago
  60. 204f1f1 undef ERROR if already defined by Patrick R. Gansterer · 12 years ago
  61. b91111b Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag by Martin Schröder · 12 years ago
  62. 24464be Avoid memory leak if xmlParserInputBufferCreateIO fails by Lin Yi-Li · 12 years ago
  63. 868d92d Add HTML parser support for HTML5 meta charset encoding declaration by Denis Pauk · 12 years ago
  64. 1eabc31 Fix library problems with mingw-w64 by Michael Cronenworth · 12 years ago
  65. aa0be5f fix windows build. ifdef addition from bug 666491 makes no sense by Rob Richards · 12 years ago
  66. 115581a prefer native threads on win32 by Sam Thursfield · 12 years ago
  67. 066c697 Allow to compile with Visual Studio 2010 by Thomas Lemm · 12 years ago
  68. 689408b Prevent an infinite loop when dumping a node with encoding problems by Timothy Elliott · 12 years ago
  69. 8658d27 wrong message for double hyphen in comment XML error by Bryan Henderson · 12 years ago
  70. 71a243d xmlParseNodeInContext problems with an empty document by Tim Elliott · 13 years ago
  71. 8ad4da5 HTML element position is not detected propperly by Pavel Andrejs · 12 years ago
  72. 48f0f3f Fix "make tst" to grab lzma lib too by Daniel Veillard · 12 years ago
  73. fda5717 Fix mingw's snprintf configure check by Andoni Morales · 12 years ago
  74. 0cd29a3 Add "whereis" command to xmllint shell by Ryan · 12 years ago
  75. 9964492 fixed a 64bit big endian issue by Marcus Meissner · 12 years ago
  76. 40db1ee Improve xmllint shell by Ryan · 12 years ago
  77. 267b945 xmlcatalog: Add uri and delegateURI to possible add types in man page. by Ville Skyttä · 13 years ago
  78. 9c56dd0 Update README.tests by Daniel Veillard · 12 years ago
  79. d8e1fae Fix an off by one pointer access by Jüri Aedla · 12 years ago
  80. fc74a6f URI handling code is not OOM resilient by Daniel Veillard · 12 years ago
  81. 288bb62 Fix an error in comment by Daniel Veillard · 12 years ago
  82. eacf6bc Remove vestigial de-ANSI-fication support. by Javier Jardón · 12 years ago
  83. 05fd028 autogen.sh: Fix typo by Javier Jardón · 12 years ago
  84. 72789ef Do not use unsigned but unsigned int by Daniel Veillard · 12 years ago
  85. 4aa68ab Try to fix a problem with entities in SAX mode by Daniel Veillard · 12 years ago
  86. d95b689 Fix portability failure if netdb.h lacks NO_ADDRESS by Daniel Veillard · 12 years ago
  87. ac17e59 Remove two references to u_short by Daniel Veillard · 12 years ago
  88. bdc64d6 Fix a crash with xmllint --path on empty results by Daniel Veillard · 12 years ago
  89. 1579499 add function xmlTextReaderRelaxNGValidateCtxt() by Noam Postavsky · 12 years ago
  90. 2d84ea1 Fix windows build from lzma addition by Rob Richards · 12 years ago
  91. fabbca8 Fixed bug #617016 by Daniel Mustieles · 12 years ago
  92. bde9c35 Fixed bug #667946 by Daniel Mustieles · 12 years ago
  93. 38812b6 Fixed two typos in the README document by Daniel Neel · 14 years ago
  94. cedf84d Fix -Wempty-body warning from clang by Nico Weber · 12 years ago
  95. 5cf1deb Fix a logic error in Schemas Component Constraints by Ryan Sleevi · 12 years ago
  96. aae48e6 Fix a wrong enum type use in Schemas Types by Nico Weber · 12 years ago
  97. 16d3a61 Add --system support to autogen.sh by Daniel Veillard · 12 years ago
  98. 8973d58 Add hash randomization to hash and dict structures by Daniel Veillard · 13 years ago
  99. adf5ec9 Cleanups of lzma support by Daniel Veillard · 13 years ago
  100. 48a305f add generated html files by Anders F Bjorklund · 13 years ago