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