1. c4b8189 fixed a bug in the range search; enhanced range generation (inline code if by William M. Brack · 21 years ago
  2. ea887cf rebuilt chvalid.def from scratch based on XML 2nd edition REC and by Daniel Veillard · 21 years ago
  3. 1a99396 removed some annoying warnings fixed a bug in the PubidChars definition, by Daniel Veillard · 21 years ago
  4. 418342b fixed small error on previous commit (chvalid.h in base dir instead of by William M. Brack · 21 years ago
  5. 68aca05 new files for a different method for doing range validation of character by William M. Brack · 21 years ago
  6. 7300057 adding an serror field to the validation context breaks the ABI for the by Daniel Veillard · 21 years ago
  7. 2b0f879 fixed a nasty bug with interning some text strings prepare for beta5 of by Daniel Veillard · 21 years ago
  8. d885040 make room in Doc, Element, Attributes for PSVI type informations. Daniel by Daniel Veillard · 21 years ago
  9. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  10. d96cce1 converted the C14N module too Daniel by Daniel Veillard · 21 years ago
  11. fcf719c cleanup migrated XPointer module to the new error mechanism Daniel by Daniel Veillard · 21 years ago
  12. d0c9c32 cleanup fix a funny typo converted the Schemas code to the new error by Daniel Veillard · 21 years ago
  13. e2238d5 converted too small cleanup Daniel by Daniel Veillard · 21 years ago
  14. 69d2c17 comment fix migrating the catalog code to the new infrastructure Daniel by Daniel Veillard · 21 years ago
  15. cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
  16. 97bf4d0 better handling of error cases Daniel by Daniel Veillard · 21 years ago
  17. 05d987b first pass at cleaning up error handling in the I/O module. Daniel by Daniel Veillard · 21 years ago
  18. ff46a04 error handling cleanup of the Regexp module. Daniel by Daniel Veillard · 21 years ago
  19. 18ec16e converting the tree module too created a simpler internal error reporting by Daniel Veillard · 21 years ago
  20. d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
  21. 6edbfbb last cleanup of error handling in the Relax-NG module. Daniel by Daniel Veillard · 21 years ago
  22. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  23. ce9457f more cleanup of error handling in parserInternals, sharing the routine for by Daniel Veillard · 21 years ago
  24. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  25. 24eb978 more error/warning handling cleanups, the XML parser module should be okay by Daniel Veillard · 21 years ago
  26. 1ae42d6 integrated the xmlDocWalker API given by Alfred Mickautsch, and providing by Daniel Veillard · 21 years ago
  27. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  28. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  29. e7acf43 introduced xmlStrPrintf function - wrapper for snprintf by Aleksey Sanin · 21 years ago
  30. 3648fcb let's see how much of a pain murrayc is really gonna be. Daniel by Daniel Veillard · 21 years ago
  31. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  32. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  33. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  34. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  35. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  36. 9ee35f3 fix a bug raised by the Mips compiler. move the SAXv1 block definitions to by Daniel Veillard · 21 years ago
  37. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  38. 60942de Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL by Daniel Veillard · 21 years ago
  39. 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
  40. 7a02cfe fixing some comments to avoid warnings from apibuild.py Daniel by Daniel Veillard · 21 years ago
  41. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  42. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  43. 9ec2653 applied patch from Markus Keim fixing a problem with I/O callback by Daniel Veillard · 21 years ago
  44. f85ce8e the uri arg to xmlNodeSetBase is really a const xmlChar* addin the by Daniel Veillard · 21 years ago
  45. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  46. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  47. 1989505 more performance hunting reducing memory allocation and free and avoiding by Daniel Veillard · 21 years ago
  48. 81514ba do string allocations in large pools, allowing to find if a string pertain by Daniel Veillard · 21 years ago
  49. 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
  50. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  51. 1afc9f3 starting cleaning up error handling, factorize error processing update of by Daniel Veillard · 21 years ago
  52. 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
  53. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  54. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  55. c07329e Implemented detection of compressed files, setting doc->compressed by William M. Brack · 21 years ago
  56. 0fb1893 allow to give -1 for undefined length in lookups first round of work on by Daniel Veillard · 21 years ago
  57. 93625d3 patch from Stéphane Bidoul to export globals entry points to the python by Daniel Veillard · 21 years ago
  58. 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
  59. 5e483c8 additional macros, mingw section by Igor Zlatkovic · 21 years ago
  60. 01d9995 fixed typos reported by Mark Vakoc by Igor Zlatkovic · 21 years ago
  61. aa3cfbd realigned parameters after taint by Igor Zlatkovic · 21 years ago
  62. 5b316cd fixed defs for Borland compiler, as reported by Eric Zurcher by Igor Zlatkovic · 21 years ago
  63. 68f8fad make sure the new header will be included when generating a new by Daniel Veillard · 21 years ago
  64. 93f984a realigned the parameters after taint by Igor Zlatkovic · 21 years ago
  65. cd38635 changed default var export to extern by Igor Zlatkovic · 21 years ago
  66. f05e5d1 moved export defs to a separate file for consistency by Igor Zlatkovic · 21 years ago
  67. 76874e4 Exportability taint of the headers by Igor Zlatkovic · 21 years ago
  68. 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago
  69. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  70. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  71. 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 21 years ago
  72. 9848532 get rid of some compilation warnings. fix the performance problem reported by Daniel Veillard · 21 years ago
  73. ab1ae3a applied UTF-16 encoding handling patch provided by Mark Itzcovitz more by Daniel Veillard · 21 years ago
  74. 0ab6fa0 changing an enum definition to get a correct API XML description. This was by Daniel Veillard · 21 years ago
  75. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  76. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  77. d6038e0 applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and by Daniel Veillard · 21 years ago
  78. 01fc1a9 applying patch from Peter Jacobi to added ISO-8859-x encoding support when by Daniel Veillard · 21 years ago
  79. 4a557d9 fixed problem with comments reported by Nick Kew added routines by William M. Brack · 21 years ago
  80. 8edf1c5 added a new API xmlXIncludeProcessTree() to process XInclude only on a by Daniel Veillard · 21 years ago
  81. 409a814 adding Get interface for the error callback and parameters of parsing and by Daniel Veillard · 21 years ago
  82. 72f92a8 applied the BCB patch by Eric Zurcher by Igor Zlatkovic · 21 years ago
  83. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  84. a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
  85. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  86. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  87. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  88. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  89. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  90. 3e59fc5 added support for large file, tested with a 3+GB instance, and some by Daniel Veillard · 21 years ago
  91. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago
  92. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  93. c58f4ef integrated the regexp based validity checking of fragments of the document by Daniel Veillard · 21 years ago
  94. 52b48c7 Starting work precompiling parts of RelaxNG schemas. Not plugged onto by Daniel Veillard · 21 years ago
  95. f6bad79 make sure xmllint --stream and xmllint --stream --valid returns errors by Daniel Veillard · 21 years ago
  96. c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 21 years ago
  97. 02ea141 exported htmlCreateMemoryParserCtxt() it was static Daniel by Daniel Veillard · 21 years ago
  98. d3b9cd8 update from Charles Bozeman for date and duration types updated too Daniel by Daniel Veillard · 21 years ago
  99. c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 21 years ago
  100. 80b1909 implemented comparisons for Schemas values. fixed some bugs in duration by Daniel Veillard · 21 years ago