| Commit message (Expand) | Author | Age | Files | Lines |
* | Paul Keogh pointed out a possibility of segfault on repeted | Daniel Veillard | 2002-01-08 | 1 | -0/+1 |
* | applied 42 documentation patches from Charlie Bozeman. Regenerated the | Daniel Veillard | 2001-12-31 | 1 | -19/+19 |
* | fix bug #63752 of compiling libxml with a non standard set of options | Daniel Veillard | 2001-11-04 | 1 | -1/+1 |
* | make the allocation be per-thread a configure option fixed compilation | Daniel Veillard | 2001-10-15 | 1 | -0/+1 |
* | preparing 2.4.6 release updated and rebuilt the docs fixed a number ofLIBXML_2_4_6 | Daniel Veillard | 2001-10-10 | 1 | -1/+1 |
* | do not output hexadecimal charrefs when serializing HTML since some | Daniel Veillard | 2001-09-14 | 1 | -1/+1 |
* | Add cast to fix warning. Add include of <libxml/parser.h>. | Darin Adler | 2001-07-27 | 1 | -1/+1 |
* | Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% | Daniel Veillard | 2001-07-18 | 1 | -3/+2 |
* | cleanup of global variables, marking some const or private. Daniel | Daniel Veillard | 2001-07-16 | 1 | -2/+2 |
* | Summer's cleanup, a really big one: | Daniel Veillard | 2001-06-24 | 1 | -1/+1 |
* | attempt to work around what seemed a gcc optimizer bug when handling | Daniel Veillard | 2001-06-21 | 1 | -41/+55 |
* | - parser.c parserInternals.c encoding.c: Since Notepad on Win2k | Daniel Veillard | 2001-06-20 | 1 | -0/+9 |
* | - encoding.c: Robert Collins provided a patch to add the | Daniel Veillard | 2001-05-31 | 1 | -0/+1 |
* | - xpath.c encoding.[ch]: William M. Brack provided a set of UTF8 | Daniel Veillard | 2001-05-30 | 1 | -18/+216 |
* | - TODO: updated - nanohttp.[ch] : started adding APIs to get the | Daniel Veillard | 2001-05-28 | 1 | -31/+31 |
* | - tree.c parser.c encoding.c: spent a bit more time looking | Daniel Veillard | 2001-04-30 | 1 | -11/+12 |
* | trio upgrade and integration | Bjorn Reese | 2001-04-21 | 1 | -7/+1 |
* | - xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper | Daniel Veillard | 2001-04-16 | 1 | -0/+41 |
* | Huge cleanup, I switched to compile with | Daniel Veillard | 2001-03-24 | 1 | -12/+10 |
* | Revert directory structure changes | Owen Taylor | 2001-02-23 | 1 | -0/+2078 |
* | moved to libxml directory - this allow simplify automake/autoconf. Now | CET 2001 Tomasz Kłoczko | 2001-02-23 | 1 | -2078/+0 |
* | - encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon | Daniel Veillard | 2001-01-04 | 1 | -3/+14 |
* | General fixes, XPointer improvements: | Daniel Veillard | 2000-11-24 | 1 | -2/+2 |
* | patched to redirrect all "out of context" error messages to | Daniel Veillard | 2000-10-25 | 1 | -38/+69 |
* | libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this | Daniel Veillard | 2000-08-26 | 1 | -2/+195 |
* | Large sync between my W3C base and Gnome's one: | Daniel Veillard | 2000-08-12 | 1 | -2/+19 |
* | - nanohttp.c: fixed socklen_t replacement to unsigned int | Daniel Veillard | 2000-07-21 | 1 | -2/+0 |
* | - doc/encoding.html doc/xml.html: added I18N doc | Daniel Veillard | 2000-07-14 | 1 | -41/+259 |
* | Work on character encoding support for the HTML parser | Daniel Veillard | 2000-07-02 | 1 | -1/+1 |
* | - win32config.h.in: updated | Daniel Veillard | 2000-06-30 | 1 | -7/+9 |
* | - Large resync between W3C and Gnome tree | Daniel Veillard | 2000-06-28 | 1 | -25/+375 |
* | revamped the encoding support, added iconv support, so now libxml if | Daniel Veillard | 2000-05-03 | 1 | -177/+555 |
* | Work done on the plane, ready to release libxml2-2.0.0, Daniel | Daniel Veillard | 2000-04-03 | 1 | -2/+2 |
* | This is the 2.0.0-beta, lots and lots and lots of changes | Daniel Veillard | 2000-03-14 | 1 | -88/+439 |
* | - fix for PIs name starting with xml | Daniel Veillard | 1999-12-22 | 1 | -1/+3 |
* | - fixed a nasty bug destroying default namespace and Dia :-( | Daniel Veillard | 1999-12-16 | 1 | -0/+3 |
* | Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel | Daniel Veillard | 1999-11-24 | 1 | -0/+23 |
* | Attribute nomarlization closing bug #3597 | Daniel Veillard | 1999-11-17 | 1 | -20/+20 |
* | Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, | Daniel Veillard | 1999-09-22 | 1 | -2/+8 |
* | Added memory debug wrappers, killed all detected memory leaks, Daniel | Daniel Veillard | 1999-09-02 | 1 | -6/+4 |
* | Release 1.6, lot of fixes, more validation, code cleanup, added namespace | Daniel Veillard | 1999-08-29 | 1 | -4/+10 |
* | Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel | Daniel Veillard | 1999-08-10 | 1 | -0/+10 |
* | Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel | Daniel Veillard | 1999-07-27 | 1 | -0/+1 |
* | Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel | Daniel Veillard | 1999-06-22 | 1 | -1/+168 |
* | Release of libxml-1.1, Daniel.LIB_XML_1_1 | Daniel Veillard | 1999-06-02 | 1 | -2/+2 |
* | CORBA defines fixes, char encoding atodetection, Daniel | Daniel Veillard | 1999-05-29 | 1 | -0/+107 |
* | Serious upgrade of internal subset support, setup for gtk-doc, Daniel | Daniel Veillard | 1999-02-22 | 1 | -4/+4 |
* | Speed, conformance testing, more parsing, general improvements, Daniel. | Daniel Veillard | 1999-01-17 | 1 | -2/+0 |
* | CharRef handling, comments, formatting, pre UTF-8 handling, Daniel. | Daniel Veillard | 1998-11-01 | 1 | -0/+11 |
* | Changed the internals a lot for DOM, entity support, slight changes of API, | Daniel Veillard | 1998-10-27 | 1 | -1/+1 |