1. 69936b1 Revert "Print error messages for truncated UTF-8 sequences" by Nick Wellnhofer · 7 years ago
  2. f19385a Fix a couple of misleading indentation errors by Daniel Veillard · 7 years ago
  3. 3aca7f3 Fix unwanted warnings when switching encodings by Nick Wellnhofer · 7 years ago
  4. 453dff1 Remove unnecessary calls to xmlPopInput by Nick Wellnhofer · 7 years ago
  5. aa267cd Simplify handling of parameter entity references by Nick Wellnhofer · 7 years ago
  6. 46dc989 Don't switch encoding for internal parameter entities by Nick Wellnhofer · 7 years ago
  7. 79c8a6b Print error messages for truncated UTF-8 sequences by Nick Wellnhofer · 7 years ago
  8. f9e7997 Reset parser input pointers on encoding failure by Nick Wellnhofer · 7 years ago
  9. 45ce1ee Add TODO comment in xmlSwitchEncoding by Nick Wellnhofer · 7 years ago
  10. 0db8dc9 Stop parser on unsupported encodings by Nick Wellnhofer · 7 years ago
  11. 0bcd05c Heap-based buffer overread in htmlCurrentChar by Pranjal Jumde · 8 years ago
  12. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  13. d433ea6 Integer signed/unsigned type mismatch in xmlParserInputGrow() by David Kilzer · 8 years ago
  14. fdfeecc Bug on creating new stream from entity by Daniel Veillard · 9 years ago
  15. afd27c2 Avoid processing entities after encoding conversion failures by Daniel Veillard · 9 years ago
  16. c35af8b Fixes for xmlInitParserCtxt by Daniel Veillard · 10 years ago
  17. ff76eb2 Clear up a potential NULL dereference by Daniel Veillard · 11 years ago
  18. 23f05e0 Detect excessive entities expansion upon replacement by Daniel Veillard · 11 years ago
  19. bf058dc Fix the flushing out of raw buffers on encoding conversions by Daniel Veillard · 11 years ago
  20. fb27e2c Fix spelling of "length". by Michael Wood · 12 years ago
  21. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  22. 52d8ade Introduce some default parser limits by Daniel Veillard · 12 years ago
  23. 61551a1 Cleanup function xmlBufResetInput() to set input from Buffer by Daniel Veillard · 12 years ago
  24. 768eb3b Convert XML parser to the new input buffers by Daniel Veillard · 12 years ago
  25. 0d51cfe Fix a race in xmlNewInputStream by Daniel Veillard · 12 years ago
  26. 615904f Switch the HTML parser to be non-recursive by Eugene Pimenov · 14 years ago
  27. 7e385bd 566012 autodetected encoding and encoding conflict by Daniel Veillard · 15 years ago
  28. 33c76c8 Fix end of buffer char being split in XML parser by Daniel Veillard · 15 years ago
  29. 2f522dc Fix xmlKeepBlanksDefault to not break indent by Nick Wellnhofer · 15 years ago
  30. 4bf899b fix for CVE-2008-3281 Daniel by Daniel Veillard · 16 years ago
  31. 87303e3 applied patch from Ashwin to avoid a potential double-free Daniel by Daniel Veillard · 16 years ago
  32. b3edafd avoid a warning on 64bits introduced earlier make more checking on the by Daniel Veillard · 17 years ago
  33. 5addfeb applied patch from Marius Konitzer to avoid leaking in by Daniel Veillard · 18 years ago
  34. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  35. 6a0baa0 fixed a number of warnings shown by HP-UX compiler and reported by Rick by Daniel Veillard · 19 years ago
  36. c19d535 removed unreachable code pointed out by Oleksandr Kononenko, fixes bug by Daniel Veillard · 19 years ago
  37. 6e84bb2 fix a problem in some error case on Solaris when passed a NULL filename, by Daniel Veillard · 19 years ago
  38. 2e7598c avoid passing a char[] as snprintf first argument. implemented by Daniel Veillard · 19 years ago
  39. 75e389d more cleanups based on sparse reports, added "make sparse" Daniel by Daniel Veillard · 19 years ago
  40. 304e78c fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in new by Daniel Veillard · 19 years ago
  41. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  42. 8fdc32a fixing col information in xmlParserInput and propagating column into xmlError by Aleksey Sanin · 20 years ago
  43. 1d8c9b2 fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes the by William M. Brack · 20 years ago
  44. a521d28 better handling of conditional features more testing on parser contexts by Daniel Veillard · 20 years ago
  45. f2a36f9 more types. more fixes Daniel by Daniel Veillard · 20 years ago
  46. 2a4fb5a more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  47. 4259532 more types, more coverage more problems fixed Daniel by Daniel Veillard · 20 years ago
  48. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  49. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  50. eff45a9 register xmlSchemaSetValidErrors, patch from Brent Hendricks in the by Daniel Veillard · 20 years ago
  51. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  52. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  53. 5bb9ccd remove the warning on the 2001 namespace remove some warnings when by Daniel Veillard · 20 years ago
  54. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  55. e8039df make sure we report errors if xmlNewInputFromFile() fails. avoid using by Daniel Veillard · 21 years ago
  56. a840b69 Fixed the HTTP<->parser interraction, which should fix 2 long standing by Daniel Veillard · 21 years ago
  57. 68aca05 new files for a different method for doing range validation of character by William M. Brack · 21 years ago
  58. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  59. ce9457f more cleanup of error handling in parserInternals, sharing the routine for by Daniel Veillard · 21 years ago
  60. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  61. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  62. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  63. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  64. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  65. 11476b4 fixed a backward compatibility problem when formatting "deprecated SAXv1 by Daniel Veillard · 21 years ago
  66. 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
  67. a66b1d1 avoid a leak with previous patch Daniel by Daniel Veillard · 21 years ago
  68. 8d8bf2c small fix from Rob Richards for input filename fixes for --repeat and by Daniel Veillard · 21 years ago
  69. 9f7eb0b started messing seriously with per-document dict and element and attribute by Daniel Veillard · 21 years ago
  70. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  71. 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
  72. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  73. 8e36e6a 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  74. e57ec79 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  75. 0fb1893 allow to give -1 for undefined length in lookups first round of work on by Daniel Veillard · 21 years ago
  76. d37c139 added few casts to shut the compiler warnings by Igor Zlatkovic · 21 years ago
  77. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  78. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  79. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  80. a6874ca applied Peter Jacobi encoding cleanup patch, and also avoided a possible by Daniel Veillard · 21 years ago
  81. 2dcb937 patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. by Daniel Veillard · 21 years ago
  82. 0e0f37a fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8 by Daniel Veillard · 21 years ago
  83. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  84. c4f65ab updated a bit fixed the comment, threads now default to on fixed an by Daniel Veillard · 21 years ago
  85. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  86. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  87. 77a90a7 patch from johan@evenhuis.nl for #107937 fixing some line counting by Daniel Veillard · 21 years ago
  88. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  89. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  90. d2ff039 fixing bug #99190 when UTF8 document are parsed using the progressive by Daniel Veillard · 22 years ago
  91. 8b2c7f1 fixed thread problem by William M. Brack · 22 years ago
  92. d076a20 fixed #99082 for xi:include encoding="..." support on text includes. added by Daniel Veillard · 22 years ago
  93. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  94. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  95. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  96. 3487c8d get rid of all the perror() calls made in the library execution paths. by Daniel Veillard · 22 years ago
  97. fdc9156 applied patch from Richard Jinks for the namespace axis + fixed a memory by Daniel Veillard · 22 years ago
  98. 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 22 years ago
  99. e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 22 years ago
  100. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago