1. 7fbecab Update to libxml2 2.9.9 (2019-01-03). by Elliott Hughes · 5 years ago
  2. 6e6ae5d Change calls to xmlCharEncInput to set flush false when not final call. Having flush incorrectly set to true causes errors for ICU. by Joel Hockey · 6 years ago
  3. cb5541c Fix libz and liblzma detection by Nick Wellnhofer · 7 years ago
  4. 86615e4 Fix IO callback signatures by Nick Wellnhofer · 7 years ago
  5. 28f52fe Refactor name and type signature for xmlNop by Vlad Tsyrklevich · 7 years ago
  6. 5672397 Simplify Windows IO functions by Nick Wellnhofer · 7 years ago
  7. e389054 Fix the Windows header mess by Nick Wellnhofer · 7 years ago
  8. d422b95 Fix pointer/int cast warnings on 64-bit Windows by Nick Wellnhofer · 7 years ago
  9. 454e397 Porting libxml2 on zOS encoding of code by Stéphane Michaut · 7 years ago
  10. 5a0ae66 Documentation fixes by Nick Wellnhofer · 7 years ago
  11. 81c01ee Fix unused-parameter warnings by Nick Wellnhofer · 7 years ago
  12. 94f6ce8 Allow zero sized memory input buffers by Nick Wellnhofer · 7 years ago
  13. 030b1f7 Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local" by Nick Wellnhofer · 7 years ago
  14. 2304078 Add an XML_PARSE_NOXXE flag to block all entities loading even local by Doran Moppert · 7 years ago
  15. c2545cb Fix format string warnings by Nick Wellnhofer · 8 years ago
  16. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  17. 18b8988 Reenable xz support by default by Daniel Veillard · 9 years ago
  18. 7a72f4a Fix a couple of issues raised by make dist by Daniel Veillard · 10 years ago
  19. 2169993 xmlIO: Handle error returns from dup() by Philip Withnall · 10 years ago
  20. b8480ae Remove a couple of dead conditions by Gaurav Gupta · 10 years ago
  21. 31aa381 xmlIO: Fix an FD leak on gzdopen() failure by Philip Withnall · 10 years ago
  22. 147aaf2 Portability fix by Patrick Monnerat · 11 years ago
  23. 63588f4 Fix a regression in xmlGetDocCompressMode() by Daniel Veillard · 11 years ago
  24. 8e2098a Fix an output buffer flushing conversion bug by Mikhail Titov · 11 years ago
  25. bf058dc Fix the flushing out of raw buffers on encoding conversions by Daniel Veillard · 11 years ago
  26. 153cf15 Fix large parse of file from memory by Daniel Veillard · 12 years ago
  27. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  28. 55b899a Support long path names on WNT by Michael Stahl · 12 years ago
  29. 89b6f73 use xmlBuf... if DEBUG_INPUT is defined by Roumen Petrov · 12 years ago
  30. e258ade Provide new accessors for xmlOutputBuffer by Daniel Veillard · 12 years ago
  31. a6a6e70 Convert xmlIO.c to the new input and output buffers by Daniel Veillard · 12 years ago
  32. adf5ec9 Cleanups of lzma support by Daniel Veillard · 12 years ago
  33. 6bdc774 move xz/lzma helpers to separate included files by Anders F Bjorklund · 13 years ago
  34. eae5261 add lzma compression support by Anders F Bjorklund · 13 years ago
  35. a7e79f2 libxml violates the zlib interface and crashes by Mark Adler · 14 years ago
  36. 0d5e58f 542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACK by Daniel Veillard · 15 years ago
  37. 6c61e02 Fix windows build by Rob Richards · 15 years ago
  38. 2ad41ca 574393 – utf-8 filename magic for compressed files by Hans Breuer · 15 years ago
  39. 43bc89c add a missing check in xmlAddSibling, patch by Kris Breuker avoid by Daniel Veillard · 15 years ago
  40. da3fee4 Borland C fix from Moritz Both regenerate, workaround a problem for buffer by Daniel Veillard · 16 years ago
  41. 1572425 preparing 2.7.0 release remove some testing traces remove some warnings by Daniel Veillard · 16 years ago
  42. e83e93e make a new kind of buffer where shrinking and adding in head can avoid by Daniel Veillard · 16 years ago
  43. c4ba8a4 fix output bug reported by Petr Pajas and analyzed by Bill Daniel by Daniel Veillard · 16 years ago
  44. f779da3 fixed windows path determination (patch from Roland Schwarz, bug #462877) by Rob Richards · 17 years ago
  45. 5cdbbd2 workaround misgenerated file: URIs c.f. #437385 daniel by Daniel Veillard · 17 years ago
  46. 38d452a Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159) by William M. Brack · 17 years ago
  47. 59d3ed8 applied patch from Andreas Stricke to ease the compilation on Windows CE by Daniel Veillard · 17 years ago
  48. bd672bc applied change from Michael Day to avoid a problem when compiled without by Daniel Veillard · 17 years ago
  49. 6460f92 fix Windows compile - missing xmlWrapOpen. by Rob Richards · 18 years ago
  50. 6ad5c4a fixed a weird error where validity context whould not show up if warnings by Daniel Veillard · 18 years ago
  51. e8967e0 applied patch from Mikhail Zabaluev fixing the conditions of unescaping by Daniel Veillard · 18 years ago
  52. 0da4166 applied a portability patch from Emelyanov Alexey Daniel by Daniel Veillard · 18 years ago
  53. ad4e296 applied patch from Michael Day doing some refactoring for the catalog by Daniel Veillard · 18 years ago
  54. 8ca85b2 another patch from Emelyanov Alexey to clean up a few things in the by Daniel Veillard · 18 years ago
  55. e5a3f37 applied patch from Roland Schwingel to fix the problem with file names in by Daniel Veillard · 18 years ago
  56. 0b30995 fix a mix of code and declarations showing up on Windows patch from by Daniel Veillard · 18 years ago
  57. f741601 applied patch from Roland Schwingel to allow UTF-8 file paths on Windows by Daniel Veillard · 18 years ago
  58. 4d3866c applied patch from Geert Jansen to remove xmlBufferClose() which is not by Daniel Veillard · 19 years ago
  59. a44f234 function consolidation when writing to xmlBuffer. Return error condition by Rob Richards · 19 years ago
  60. 9a00fd2 applied patch from Geert Jansen to implement the save function to a by Daniel Veillard · 19 years ago
  61. 9b693b4 more portability patches from Albert Chin for HP-UX and AIX Daniel by Daniel Veillard · 19 years ago
  62. 336a8e1 get rid of the dependancy on a locally installed DTD try to cleanup the by Daniel Veillard · 19 years ago
  63. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  64. 8fcd2ca fixed bug #307503 misplaced #ifdef Daniel by Daniel Veillard · 19 years ago
  65. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  66. 66e40b1 added a check within xmlOutputBufferWriteEscape to prevent a dead loop on by William M. Brack · 20 years ago
  67. 5ea30d7 more fixes. Daniel by Daniel Veillard · 20 years ago
  68. 4259532 more types, more coverage more problems fixed Daniel by Daniel Veillard · 20 years ago
  69. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  70. ce244ad fixed the way the generator works, extended the testing, especially with by Daniel Veillard · 20 years ago
  71. 34099b4 changing the way the .c is generated, extending the tests coverage fixing by Daniel Veillard · 20 years ago
  72. b1b3a3e more fixes and extending the tests coverage more fixes and hardening by Daniel Veillard · 20 years ago
  73. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  74. c7e3cc4 another patch from Malcolm Tredinnick fixing warning generated by the by Daniel Veillard · 20 years ago
  75. 71b9563 fixing #151456, an encoding error could generate a serialization loop. by Daniel Veillard · 20 years ago
  76. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  77. 4e3a9fa elaborated on description of xmlValidityWarningFunc and by William M. Brack · 20 years ago
  78. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  79. 42331a9 further fixes for out of memory condition, mostly from Olivier Andrieu. by William M. Brack · 20 years ago
  80. 1b243b4 applied patch from Rob Richards for the per thread I/O mappings Daniel by Daniel Veillard · 20 years ago
  81. 0335a84 applied patch from Rob Richards for custom I/O BufferCreateFilenane fixes by Daniel Veillard · 20 years ago
  82. 83a75e0 third pass at the escaping refactoring. Daniel by Daniel Veillard · 20 years ago
  83. ee8960b second pass on escaping handling, start to looks better, need to be by Daniel Veillard · 20 years ago
  84. 5d1a4d8 first pass at refactoring the escape on save routines for better by Daniel Veillard · 20 years ago
  85. 18a6509 fix to the fix for #141864 from Paul Elseth apply fix from David Gatwood by Daniel Veillard · 20 years ago
  86. 966a31e fixing some problems in URI unescaping and output buffer opening, this by Daniel Veillard · 20 years ago
  87. aecc0dc fixes the use of 'list' as a parameter added xmlPopInputCallback for Matt by Daniel Veillard · 20 years ago
  88. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  89. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  90. 61b9338 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use by Daniel Veillard · 21 years ago
  91. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  92. c5cbf99 enhanced to bypass compression detection code when input file is stdin by William M. Brack · 21 years ago
  93. 2823243 fix needed when HTTP is not compiled in by Mark Vakoc Daniel by Daniel Veillard · 21 years ago
  94. e8039df make sure we report errors if xmlNewInputFromFile() fails. avoid using by Daniel Veillard · 21 years ago
  95. d61e8fb fixes for compiling using --with-minimum Daniel by Daniel Veillard · 21 years ago
  96. a840b69 Fixed the HTTP<->parser interraction, which should fix 2 long standing by Daniel Veillard · 21 years ago
  97. 9ca682f fixed segfault when input file not present changed output formatting of by William M. Brack · 21 years ago
  98. 847332a starting work to fix the HTTP/XML parser integration. Daniel by Daniel Veillard · 21 years ago
  99. 2b0f879 fixed a nasty bug with interning some text strings prepare for beta5 of by Daniel Veillard · 21 years ago
  100. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago