- 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
- 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
- e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in 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
- 1989505 more performance hunting reducing memory allocation and free and avoiding 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
- bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 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
- 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
- 07cb822 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
- 0fb1893 allow to give -1 for undefined length in lookups first round of work on by Daniel Veillard · 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
- 5e483c8 additional macros, mingw section by Igor Zlatkovic · 21 years ago
- 01d9995 fixed typos reported by Mark Vakoc by Igor Zlatkovic · 21 years ago
- aa3cfbd realigned parameters after taint by Igor Zlatkovic · 21 years ago
- 5b316cd fixed defs for Borland compiler, as reported by Eric Zurcher by Igor Zlatkovic · 21 years ago
- 68f8fad make sure the new header will be included when generating a new by Daniel Veillard · 21 years ago
- 93f984a realigned the parameters after taint by Igor Zlatkovic · 21 years ago
- cd38635 changed default var export to extern by Igor Zlatkovic · 21 years ago
- f05e5d1 moved export defs to a separate file for consistency by Igor Zlatkovic · 21 years ago
- 76874e4 Exportability taint of the headers by Igor Zlatkovic · 21 years ago
- 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago
- 6155d8a optimization when freeing hash tables. some tuning of buffer allocations 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
- 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 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
- 0ab6fa0 changing an enum definition to get a correct API XML description. This was by Daniel Veillard · 21 years ago
- c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
- 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
- d6038e0 applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and by Daniel Veillard · 21 years ago
- 01fc1a9 applying patch from Peter Jacobi to added ISO-8859-x encoding support when by Daniel Veillard · 21 years ago
- 4a557d9 fixed problem with comments reported by Nick Kew added routines by William M. Brack · 21 years ago
- 8edf1c5 added a new API xmlXIncludeProcessTree() to process XInclude only on a by Daniel Veillard · 21 years ago
- 409a814 adding Get interface for the error callback and parameters of parsing and by Daniel Veillard · 21 years ago
- 72f92a8 applied the BCB patch by Eric Zurcher by Igor Zlatkovic · 21 years ago
- a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
- a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
- 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
- 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
- a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 22 years ago
- a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 22 years ago
- 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 22 years ago
- 3e59fc5 added support for large file, tested with a 3+GB instance, and some by Daniel Veillard · 22 years ago
- 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 22 years ago
- f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 22 years ago
- c58f4ef integrated the regexp based validity checking of fragments of the document by Daniel Veillard · 22 years ago
- 52b48c7 Starting work precompiling parts of RelaxNG schemas. Not plugged onto by Daniel Veillard · 22 years ago
- f6bad79 make sure xmllint --stream and xmllint --stream --valid returns errors by Daniel Veillard · 22 years ago
- c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 22 years ago
- 02ea141 exported htmlCreateMemoryParserCtxt() it was static Daniel by Daniel Veillard · 22 years ago
- d3b9cd8 update from Charles Bozeman for date and duration types updated too Daniel by Daniel Veillard · 22 years ago
- c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 22 years ago
- 80b1909 implemented comparisons for Schemas values. fixed some bugs in duration by Daniel Veillard · 22 years ago
- 91a1325 fixed bugs and memory leaks in the W3C XML Schemas code implemented by Daniel Veillard · 22 years ago
- e4fa293 first part of the fix to performance bug #108905, adds by Daniel Veillard · 22 years ago
- ef0b450 fixed some problems related to #75813 about handling of Result Value Trees by Daniel Veillard · 22 years ago
- ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 22 years ago
- c3da18a added Datatype ID and IDREF, usable from RelaxNG now need to add a new by Daniel Veillard · 22 years ago
- 952379b fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF by Daniel Veillard · 22 years ago
- fd573f1 switched back to the previous Relax-NG code base, the derivation algorithm by Daniel Veillard · 22 years ago
- 1564e6e After coming to the conclusion that the original RelaxNG validation code by Daniel Veillard · 22 years ago
- 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 22 years ago
- 6c73cb8 adding xmlNanoFTPDele() from Philipp Dunkel Daniel by Daniel Veillard · 22 years ago
- 8bc6cf9 added param support for relaxng type checking, started to increment the by Daniel Veillard · 22 years ago
- 5f9fada obsoleted xmlNormalizeWindowsPath by Igor Zlatkovic · 22 years ago
- f2238e6 introduced xmlCanonicPath by Igor Zlatkovic · 22 years ago
- d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 22 years ago
- febcca4 more bug-hunting added --tree to dump the intermediate rng tree patch from by Daniel Veillard · 22 years ago
- d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 22 years ago
- 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 22 years ago
- 930dfb6 applied HTML improvements from Nick Kew, allowing to do more checking to by Daniel Veillard · 22 years ago
- bb4c817 oops forgot a new header, daniel by Daniel Veillard · 22 years ago
- 6eadf63 First commit of the new Relax-NG validation code, not generally useful by Daniel Veillard · 22 years ago
- 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 22 years ago
- 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 22 years ago
- 8326e73 fixed --with-threads compile fixed --without-debug compile cleanup add a by Daniel Veillard · 22 years ago
- 5335dc5 applied an old patch from Lukas Schroeder to track node creation and by Daniel Veillard · 22 years ago
- 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
- e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago
- ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
- beb70bd more work on the xml reader interfaces. updated Igor's mail and the Web by Daniel Veillard · 22 years ago
- 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
- da46d2d added more methods of XmlTextReader. this increased the methods in the by Daniel Veillard · 22 years ago
- 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
- 024b570 patch from Mark Vadok about htmlNodeDumpOutput location. removed an by Daniel Veillard · 22 years ago
- 1932b6c applied patch from Magnus Henoch by Igor Zlatkovic · 22 years ago
- a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
- e1ca503 Adding a new set of APIs based on the C# TextXmlReader API but converted by Daniel Veillard · 22 years ago
- 8db67d2 applied the same kind of refactoring to the HTML saving code. slight API by Daniel Veillard · 22 years ago
- ebc4ca9 refactored the XML dump of a node to a buffer API to reuse the generic by Daniel Veillard · 22 years ago
- d5c2f92 modified the existing APIs to handle XHTML1 serialization rules by Daniel Veillard · 22 years ago
- dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
- b2f6163 cleanup by Igor Zlatkovic · 22 years ago