- 39057f4 fixing HTML attribute serialization bug #118763 applying a modified by Daniel Veillard · 21 years ago
- 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
- a6874ca applied Peter Jacobi encoding cleanup patch, and also avoided a possible by Daniel Veillard · 21 years ago
- 75eb1ad regenerated might fix includes problems with the Ipv6 support on solaris by Daniel Veillard · 21 years ago
- e132611 applied a couple of patches from Mark Itzcovitz to handle saving back by Daniel Veillard · 21 years ago
- d72c7e3 PI nodes in external subset were not freed :-\ fixes bug #112842 Daniel by Daniel Veillard · 21 years ago
- a067e65 fixed a problem with xmlUnlinkNode() for DTDs. Daniel by Daniel Veillard · 22 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
- c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 22 years ago
- 6560a42 two patches from James Bursa on the HTML parser and a typo reindenting, by Daniel Veillard · 22 years ago
- 9adc046 some changes related to the new way of handling Result Value Tree, before by Daniel Veillard · 22 years ago
- a1a9d04 removed a warning more cleanup, added ENTITY and ENTITIES support by Daniel Veillard · 22 years ago
- 7b72ee5 fixed a node dump crash on attributes fixed an URI test bug and get better by Daniel Veillard · 22 years ago
- 3ebc7d4 fixed xmlSetProp and al. when the node passed is not an element. fixed by Daniel Veillard · 22 years ago
- c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 22 years ago
- 0046c0f another fix for nodeinfo in entities problem fixed bug #106788 from James by Daniel Veillard · 22 years ago
- d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 22 years ago
- 784b935 applied a patch from Kjartan Maraas to fix some typos Daniel 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
- fd7ce5f trying to fix #104934 about some XHTML1 serialization issues. Daniel by Daniel Veillard · 22 years ago
- 6aa2f60 fixing #105678 problem when dumping a namespace node. Daniel 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
- e5b110b try to fix # 105049 a couple of changes and extensions updated a function by Daniel Veillard · 22 years ago
- 7424eb6 applied a documentation patch from Stefan Kost Daniel by Daniel Veillard · 22 years ago
- 814a76d minimized the memory allocated for GetContent and a bit of cleanup. Daniel by Daniel Veillard · 22 years ago
- 4dbe77a fixed the streaming property of the reader, it was generating tree faster by Daniel Veillard · 22 years ago
- 5ecaf7f fixes #102920 about namespace handling in HTML output and section 16.2 by Daniel Veillard · 22 years ago
- 8a1b185 applied patch from Lukas Schroeder for register callbacks modified patch by Daniel Veillard · 22 years ago
- 3c265e4 backing out one change in the last patch which broke the regression tests 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
- beb70bd more work on the xml reader interfaces. updated Igor's mail and the Web by Daniel Veillard · 22 years ago
- a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
- 01c13b5 code cleanup, especially the function comments. fixed a small bug when 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
- 64b3528 Chip turner indicated that XHTML1 serialization rule for style actually 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
- 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
- a70d62f make xmlFreeNode() handle attributes correctly. Daniel by Daniel Veillard · 22 years ago
- ce66ce1 applied patch from Brian Stafford to fix a bug in xmlReconciliateNs() by Daniel Veillard · 22 years ago
- 7e3f140 applied patch from Christian Glahn to allow xmlNewChild() on document by Daniel Veillard · 22 years ago
- e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
- 96c3a3b investigating xmlNodeGetContent() on namespace nodes and removed a few by Daniel Veillard · 22 years ago
- 9dc1cf1 patch from Mark Vakoc to fix xmlNodeGetPath() Daniel by Daniel Veillard · 22 years ago
- bd9afb5 improving some documentation comments found and fixed a mem leak with by Daniel Veillard · 22 years ago
- 0f04f8e fixed another stupid bug in xmlGetNodePath() --version now report the by Daniel Veillard · 22 years ago
- ec6725e try to make the copy function work for node of type by Daniel Veillard · 22 years ago
- c1a0da3 applied the same fix for the XML-1.0 namespace to xmlSearchNsByHref() as by Daniel Veillard · 22 years ago
- 0bf2900 trying to fix a problem in namespaced attribute handling raised by by Daniel Veillard · 22 years ago
- a57c26e trying to fix a problem in namespaced attribute handling raised by by Daniel Veillard · 22 years ago
- 6f46f6c Opening the interface xmlNewCharEncodingHandler as requested in #89415 by Daniel Veillard · 22 years ago
- 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
- 9e41230 patch from Richard Jinks for XPath substring() function new set of tests by Daniel Veillard · 22 years ago
- 46de64e performance patch from Peter Jacobi Daniel by Daniel Veillard · 22 years ago
- 2300256 changed default value for global parameter xmlIndentTreeOutput to 1 and by Aleksey Sanin · 22 years ago
- 4cbe470 modified xmlNodeSetBase to allow changing the base of a document. Daniel by Daniel Veillard · 23 years ago
- 7646b18 another entity processing update from Markus Henke Daniel by Daniel Veillard · 23 years ago
- bf8dae8 patch from Markus Henke, fix for recursive entities. Daniel by Daniel Veillard · 23 years ago
- 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 23 years ago
- e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 23 years ago
- 4b3a84f adding "make valgrind" running the full regression tests (except python by Daniel Veillard · 23 years ago
- 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 23 years ago
- 5997aca humm, changed the way the SAX parser work when by Daniel Veillard · 23 years ago
- 9ff8817 Fixing #74186, made sure all boolean expressions get fully parenthesized, by Daniel Veillard · 23 years ago
- a3db2e3 fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp() by Daniel Veillard · 23 years ago
- ef6c46f fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specific by Daniel Veillard · 23 years ago
- f742d34 fixed xmlReconciliateNs(), added a Python test/example for inter-document by Daniel Veillard · 23 years ago
- 1e77438 fix bug #72490 added methods serialize() and saveTo() to all node by Daniel Veillard · 23 years ago
- 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 23 years ago
- d4f41aa patch from Boris Erdmann fixing some namespace odities with xmlCopyNode() by Daniel Veillard · 23 years ago
- a6d0538 Fixing #71342 serializing '\n' in attribute values added a specific test. by Daniel Veillard · 23 years ago
- 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 23 years ago
- c5f05ad fix #68882, cleanup the XInclude copying of node, merge back IDs in the by Daniel Veillard · 23 years ago
- c575b99 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 by Daniel Veillard · 23 years ago
- 36eea2d hardened the addChild function added accessors needed for xmlNode, a bit by Daniel Veillard · 23 years ago
- 8ee9c8f applied patch from Anthony Jones to implement copy of DTD subtree too. Had by Daniel Veillard · 23 years ago
- bd227ae more fixes from Petr Kozelka for attribute handling in the tree API to by Daniel Veillard · 23 years ago
- 3606581 another set of patches from Anthony Jones for copy operations cleanup and by Daniel Veillard · 23 years ago
- c169f8b apply an patch from Petr Kozelka for unlink and replace support of by Daniel Veillard · 23 years ago
- 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 23 years ago
- d2f2300 Adam Lounds pointed out a bug in xmlSearchNs() Daniel by Daniel Veillard · 23 years ago
- cfa0d81 fixed the funxtion to set the xml: attributes added "setbase" to test it. by Daniel Veillard · 23 years ago
- 2c748c6 update xmlNodeSetContent() and xmlNodeSetContentLen() to allow updating an by Daniel Veillard · 23 years ago
- e6a5519 some cleanup after an unsuccessful attempt at fixing #61290 :-( Daniel by Daniel Veillard · 23 years ago
- fb25a51 fixed xmlSaveFormatFileEnc() when encoding == NULL Fixes bug #67229 Daniel by Daniel Veillard · 23 years ago
- acb2bda trying to avoid troubles when a subtree is copied and coalesced in part by Daniel Veillard · 23 years ago
- 8107a22 integrated a couple of fixes and a new API function by Daniel Veillard · 23 years ago
- 6f42c13 Anthony Jones pointed out a problem in xmlStringGetNodeList() and provided by Daniel Veillard · 23 years ago
- cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
- d164092 applied documentation patches from Charlie Bozeman Daniel by Daniel Veillard · 23 years ago
- 29e4399 fix the xmlStrdup() used in the previous patch. added --dropdtd fixed by Daniel Veillard · 23 years ago
- 8faa783 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, they by Daniel Veillard · 23 years ago
- 4855c8c fixed a couple of problems in xmlSetProp() Daniel by Daniel Veillard · 23 years ago
- cd337f0 some cleanups when chasing unappropriate stdout output. Daniel by Daniel Veillard · 23 years ago
- 0ec9863 better comments for _private fields removed a problem when copying an by Daniel Veillard · 23 years ago
- 5a37bde more include cleanups, export cleanly one html output + format function. by CET 2001 Daniel Veillard · 23 years ago
- 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago