1. c82c57e some parser optimizations, xmllint --memory --timing --repeat --stream by Daniel Veillard · 21 years ago
  2. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  3. 7762bb1 added a routine xmlStrncatNew to create a new string from 2 frags. added by William M. Brack · 21 years ago
  4. 72ee48d Fixed memory leak reported by Dave Beckett Removed spurious comment by William M. Brack · 21 years ago
  5. 4bc5f43 change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(), by Daniel Veillard · 21 years ago
  6. 87ab1c1 fixed bug #129489, propagation of parsing flags in entities. improved the by Daniel Veillard · 21 years ago
  7. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  8. 43caefb attempt to fix #126211 ... Daniel by Daniel Veillard · 21 years ago
  9. e70c877 swapped the attribute defaulting and attribute checking parts of parsing a by Daniel Veillard · 21 years ago
  10. 74c0e59 moved xmlCleanupThreads() to the end of xmlCleanupParser() to avoid bug by Daniel Veillard · 21 years ago
  11. d8cf906 less verbose on difference cleanup fixed xmlCleanupParser() doc work on by Daniel Veillard · 21 years ago
  12. 61b9338 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use by Daniel Veillard · 21 years ago
  13. 7ec2997 always generate line numbers Daniel by Daniel Veillard · 21 years ago
  14. fd343dc fixed another regression introduced in fixing #125823 Daniel by Daniel Veillard · 21 years ago
  15. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  16. 8a0a633 side effect of #123105 patch, namespace resolution would fail when defined by Daniel Veillard · 21 years ago
  17. b5a46da added xmlStrVPrintf function by Aleksey Sanin · 21 years ago
  18. e4e3f5d preparing release 2.6.1, updated and regenerated docs and APIs cleanup and by Daniel Veillard · 21 years ago
  19. 9ba8e38 included a new function to reuse a Push parser context, based on Graham by Daniel Veillard · 21 years ago
  20. f5cb3cd fixed #123263, the encoding is mandatory in a textdecl. Daniel by Daniel Veillard · 21 years ago
  21. 95d2d5b applied patch from #123105 about defaulted attributes from element coming by Daniel Veillard · 21 years ago
  22. cc199e0 applied patch from Patrick Welche provided in bug #125432 , future by Daniel Veillard · 21 years ago
  23. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  24. a07050d applied patch from Chris Anderson to change back memcmp with CMPx() Daniel by Daniel Veillard · 21 years ago
  25. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  26. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  27. 4aede2e remove the warning for startDocument(), as it is used by glade (or by Daniel Veillard · 21 years ago
  28. 04054be Marc Liyanage pointed out that xmlCleanupParser() was missing by Daniel Veillard · 21 years ago
  29. 9bcc7c5 Dohhh ! Daniel by Daniel Veillard · 21 years ago
  30. c790bf4 patch from Mike Hommey applied Windows patch from Jesse Pelton and by Daniel Veillard · 21 years ago
  31. 2b0f879 fixed a nasty bug with interning some text strings prepare for beta5 of by Daniel Veillard · 21 years ago
  32. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  33. b65e12e bug in compression saving was crashing galeon, reported by teuf Daniel by Daniel Veillard · 21 years ago
  34. d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
  35. 8f597c3 fixing the script replace sequences of RAW && NXT(.) == '.' with memcmp by Daniel Veillard · 21 years ago
  36. ce9457f more cleanup of error handling in parserInternals, sharing the routine for by Daniel Veillard · 21 years ago
  37. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  38. 24eb978 more error/warning handling cleanups, the XML parser module should be okay by Daniel Veillard · 21 years ago
  39. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  40. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  41. e7acf43 introduced xmlStrPrintf function - wrapper for snprintf by Aleksey Sanin · 21 years ago
  42. d3a2e4c made the predefined entities static predefined structures to avoid the by Daniel Veillard · 21 years ago
  43. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  44. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  45. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  46. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  47. 9ee35f3 fix a bug raised by the Mips compiler. move the SAXv1 block definitions to by Daniel Veillard · 21 years ago
  48. 7b9154b further (final?) minor changes for compilation warnings. No change to by William M. Brack · 21 years ago
  49. b670e2e fixed small problem with missing entities (test/ent2) by William M. Brack · 21 years ago
  50. 9d8c1df William's change allowed to spot a nasty bug in xmlDoRead if the result is by Daniel Veillard · 21 years ago
  51. 7d51575 other patches from William Brack to avoid compilation warnings on AIX. by Daniel Veillard · 21 years ago
  52. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  53. 60942de Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL by Daniel Veillard · 21 years ago
  54. 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
  55. 7a02cfe fixing some comments to avoid warnings from apibuild.py Daniel by Daniel Veillard · 21 years ago
  56. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  57. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  58. 1f40d68 revert xmlCreateDocParserCtxt() since this break the parseDoc() python by Daniel Veillard · 21 years ago
  59. 309f81d make sure xmlDetectSAX2() is called only at parsing time to avoid breaking by Daniel Veillard · 21 years ago
  60. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  61. 9f7eb0b started messing seriously with per-document dict and element and attribute by Daniel Veillard · 21 years ago
  62. 62998c0 starting to cleanup some of the problems exposed by the W3C/NIST by Daniel Veillard · 21 years ago
  63. bc92eca more parser error factoring Daniel by Daniel Veillard · 21 years ago
  64. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  65. 1afc9f3 starting cleaning up error handling, factorize error processing update of by Daniel Veillard · 21 years ago
  66. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  67. c6e20e4 fixed a bug in one corner case of attribute parsing. Daniel by Daniel Veillard · 21 years ago
  68. 8e36e6a 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  69. e57ec79 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  70. c07329e Implemented detection of compressed files, setting doc->compressed by William M. Brack · 21 years ago
  71. bbeb9f9 try to cope with the fact that apps may still have allocated smaller SAX by Daniel Veillard · 21 years ago
  72. 0fb1893 allow to give -1 for undefined length in lookups first round of work on by Daniel Veillard · 21 years ago
  73. 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
  74. d37c139 added few casts to shut the compiler warnings by Igor Zlatkovic · 21 years ago
  75. 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago
  76. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  77. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  78. 7fb801f applied patch to xmlCleanupParser from Dave Beckett Daniel by Daniel Veillard · 21 years ago
  79. bf1e3d8 fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with by Daniel Veillard · 21 years ago
  80. ab1ae3a applied UTF-16 encoding handling patch provided by Mark Itzcovitz more by Daniel Veillard · 21 years ago
  81. b19ba83 fixed the serious CPU usage problem reported by Grant Goodale applied by Daniel Veillard · 21 years ago
  82. 6b621b8 cleaning up a problem when parsing UTF-16 and libiconv is not used. Daniel by Daniel Veillard · 21 years ago
  83. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  84. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  85. a6874ca applied Peter Jacobi encoding cleanup patch, and also avoided a possible by Daniel Veillard · 21 years ago
  86. 597bc48 fixing a bug about a special case of namespace handling, this closes bug by Daniel Veillard · 21 years ago
  87. 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
  88. d9d32ae use the character() SAX callback if the cdataBlock ain't defined. fix bug by Daniel Veillard · 21 years ago
  89. 4e9b1bc trying to fix #114277 about when file remapping and escaping should really by Daniel Veillard · 21 years ago
  90. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  91. c3ca5ba removed multiple warning, this fixed a bug and should close #111574 Daniel by Daniel Veillard · 21 years ago
  92. 329456a fix for xmlIOParseDTD same as previous and reported by Petr Pajas Daniel by Daniel Veillard · 21 years ago
  93. c6abc3d applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638 by Daniel Veillard · 21 years ago
  94. c557346 fixing an xmlParseDTD bug raised by Petr Pajas Daniel by Daniel Veillard · 21 years ago
  95. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  96. 85095e2 try to find more places where xmlCanonicPath() must be used to convert by Daniel Veillard · 21 years ago
  97. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  98. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  99. 3e59fc5 added support for large file, tested with a 3+GB instance, and some by Daniel Veillard · 21 years ago
  100. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago