- e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
- 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
- 1f40d68 revert xmlCreateDocParserCtxt() since this break the parseDoc() python by Daniel Veillard · 21 years ago
- 309f81d make sure xmlDetectSAX2() is called only at parsing time to avoid breaking by Daniel Veillard · 21 years ago
- 9ec2653 applied patch from Markus Keim fixing a problem with I/O callback by Daniel Veillard · 21 years ago
- f85ce8e the uri arg to xmlNodeSetBase is really a const xmlChar* addin the by Daniel Veillard · 21 years ago
- 6984830 fixed a warning message (trivial) removed incorrect warning message when by William M. Brack · 21 years ago
- e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
- d9e9c9d fixing namespace DTD validations the output of defaulted namespaces is by Daniel Veillard · 21 years ago
- 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
- c44cfdd the last patch broke unicity of returned strings, removed Daniel by Daniel Veillard · 21 years ago
- 536fad5 valgrind found a newly introduced bug Daniel by Daniel Veillard · 21 years ago
- f6bc7c2 add a Timingtests target to check bad behaviour from the streaming engine by Daniel Veillard · 21 years ago
- ccc4d2b two small improvements Daniel by Daniel Veillard · 21 years ago
- a66b1d1 avoid a leak with previous patch Daniel by Daniel Veillard · 21 years ago
- 007d51e use stderr and not stdout for default errors in python environment bug by Daniel Veillard · 21 years ago
- 8d8bf2c small fix from Rob Richards for input filename fixes for --repeat and by Daniel Veillard · 21 years ago
- 1989505 more performance hunting reducing memory allocation and free and avoiding by Daniel Veillard · 21 years ago
- 9f7eb0b started messing seriously with per-document dict and element and attribute by Daniel Veillard · 21 years ago
- 81514ba do string allocations in large pools, allowing to find if a string pertain by Daniel Veillard · 21 years ago
- 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
- 62998c0 starting to cleanup some of the problems exposed by the W3C/NIST by Daniel Veillard · 21 years ago
- bc92eca more parser error factoring Daniel by Daniel Veillard · 21 years ago
- 3a6da76 Fixed bug 121394 - missing ns on attributes by William M. Brack · 21 years ago
- bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
- 4e52f2f fixed bug 121759 - early declaration of attribute-list in external DTD by William M. Brack · 21 years ago
- 1afc9f3 starting cleaning up error handling, factorize error processing update of by Daniel Veillard · 21 years ago
- 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
- 5dd3c96 fix a problem with strcpy() in xmlXPathFormatNumber() valgrind pointed out by Daniel Veillard · 21 years ago
- 2a3fea3 applied speedup to xmlSearchNs() as suggested by Luca Padovani. Cleaned up by Daniel Veillard · 21 years ago
- 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
- 5f1e1f8 backport of a thread bugfix from 2_5_X branch Daniel by Daniel Veillard · 21 years ago
- c6e20e4 fixed a bug in one corner case of attribute parsing. Daniel by Daniel Veillard · 21 years ago
- 8e36e6a 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
- e57ec79 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
- c07329e Implemented detection of compressed files, setting doc->compressed by William M. Brack · 21 years ago
- bbeb9f9 try to cope with the fact that apps may still have allocated smaller SAX by Daniel Veillard · 21 years ago
- 0fb1893 allow to give -1 for undefined length in lookups first round of work on by Daniel Veillard · 21 years ago
- 4811ba3 fixed bug #121210 (callback to sax->error, sax->warning with wrong by William M. Brack · 21 years ago
- 93625d3 patch from Stéphane Bidoul to export globals entry points to the python by Daniel Veillard · 21 years ago
- 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
- 4b1577f removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
- 471cae4 *** empty log message *** by Igor Zlatkovic · 21 years ago
- 008c06b fixed problem parsing xhtml docs small modification to avoid problem in by William M. Brack · 21 years ago
- 10acc2f patch from Mark Vakoc that allows compiling with XInclude but without by Daniel Veillard · 21 years ago
- e855373 Applied a patch from Kevin P. Fleming to add --libtool-libs option to by Daniel Veillard · 21 years ago
- 3f47950 new file added, giving some description of the documentation generation by William M. Brack · 21 years ago
- f5f3718 *** empty log message *** by Igor Zlatkovic · 21 years ago
- cdfa286 enhanced code to compensate for pollution from Igor's header taint (quick by William M. Brack · 21 years ago
- 6790694 fixed a namespace error on attribute reporting bug pointed out by Tobias by Daniel Veillard · 21 years ago
- 6590125 *** empty log message *** by Igor Zlatkovic · 21 years ago
- bc6734a add: doc/tutorial/api.html doc/tutorial/ar01s09.html by MDT 2003 John Fleck · 21 years ago
- db0793a *** empty log message *** by Igor Zlatkovic · 21 years ago
- 19b8764 fixed time inclusion for various compilers by Igor Zlatkovic · 21 years ago
- d37c139 added few casts to shut the compiler warnings by Igor Zlatkovic · 21 years ago
- 1bab92d fixed for mingw by Igor Zlatkovic · 21 years ago
- 5805be2 fixing bug #120870 try to avoid problem with uninitialized mutexes Daniel by Daniel Veillard · 21 years ago
- 1ac24d3 fixed an error reporting bug in Relax-NG when we end up with multiple by Daniel Veillard · 21 years ago
- 1f6c49b *** empty log message *** by Igor Zlatkovic · 21 years ago
- c879e45 *** empty log message *** by Igor Zlatkovic · 21 years ago
- c1ffa0a fixed bug #120386 again a problem introduced when trying to reuse automata by Daniel Veillard · 21 years ago
- 68f8fad make sure the new header will be included when generating a new by Daniel Veillard · 21 years ago
- 73827cb fixed a couple of stupid bugs in the state allocation routines which led by Daniel Veillard · 21 years ago
- 123e93d *** empty log message *** by Igor Zlatkovic · 21 years ago
- 0e7df82 *** empty log message *** by Igor Zlatkovic · 21 years ago
- 9ce224a no message by Igor Zlatkovic · 21 years ago
- 11af429 make the deprecated interfaces log an error message to be sure it won't by Daniel Veillard · 21 years ago
- 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago
- e598408 fixes a small bug introduced in last commit and detected by valgrind. by Daniel Veillard · 21 years ago
- 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
- 66f68e7 added option --dtdvalidfpi for Tobias Reif Daniel by Daniel Veillard · 21 years ago
- 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
- 7fb801f applied patch to xmlCleanupParser from Dave Beckett Daniel by Daniel Veillard · 21 years ago
- a716ff1 fixed part (2) of bug 119535 (wrong alpha case on filenames) by William M. Brack · 21 years ago
- c6e0755 regenerated API documentation for xmlsoft.org (part of Bug 119535) by William M. Brack · 21 years ago
- 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 21 years ago
- cfba2fe preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel by Daniel Veillard · 21 years ago
- bf1e3d8 fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with by Daniel Veillard · 21 years ago
- e8ed620 allocation error #119784 raised by Oliver Stoeneberg Daniel by Daniel Veillard · 21 years ago
- 608d0ac fixing an use of strcpy() where both strings overlap pointed out by by Daniel Veillard · 21 years ago
- 9848532 get rid of some compilation warnings. fix the performance problem reported by Daniel Veillard · 21 years ago
- ab1ae3a applied UTF-16 encoding handling patch provided by Mark Itzcovitz more by Daniel Veillard · 21 years ago
- 1638a47 Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. by Daniel Veillard · 21 years ago
- b19ba83 fixed the serious CPU usage problem reported by Grant Goodale applied by Daniel Veillard · 21 years ago
- ccf9e39 Removed dependency from libxml2.def.src by William M. Brack · 21 years ago
- 476cd96 took away the requirement for automake-1.4, changed the messages for by William M. Brack · 21 years ago
- 6b621b8 cleaning up a problem when parsing UTF-16 and libiconv is not used. Daniel by Daniel Veillard · 21 years ago
- 3090942 renerated with fixed libxml2-api.xml by William M. Brack · 21 years ago
- 83ee40d preparing libxml2-2.5.9 release updated the doc and rebuilt Daniel by Daniel Veillard · 21 years ago
- 0ab6fa0 changing an enum definition to get a correct API XML description. This was by Daniel Veillard · 21 years ago
- 14f752c fixed a nasty bug #119387, bad heuristic from the progressive HTML parser by Daniel Veillard · 21 years ago
- 6d13f33 Added in support for the ISO8859X module (patch provided by Jesse Pelton) by William M. Brack · 21 years ago
- 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
- 41e6bed Bug 119343 (with apologies to Igor) - Enhanced handling of docb and by William M. Brack · 21 years ago
- 16db7b6 further small changes for warnings when configured with --with-iconv=no by William M. Brack · 21 years ago
- a71a8ef further small changes to elminate most of the remaining warnings. by William M. Brack · 21 years ago
- c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
- c758c22 rebuilt the API and docs. Daniel by Daniel Veillard · 21 years ago
- 20aa0fb fixed a small problem in the patch for #118763 this reverts back to the by Daniel Veillard · 21 years ago
- 91e69c5 applied doc patch to xml.html and rebuilt, apparently some C++ wrappers by Daniel Veillard · 21 years ago