| Commit message (Expand) | Author | Age | Files | Lines |
* | patch from Oleg Paraschenko to fix xmlDebugDumpNode() when handled a | Daniel Veillard | 2005-09-06 | 1 | -1/+2 |
* | uninitialized field and fix on test. Daniel | Daniel Veillard | 2005-08-25 | 1 | -0/+1 |
* | change verbosity depending on API get back to previous outputs Daniel | Daniel Veillard | 2005-08-25 | 1 | -5/+14 |
* | added a parser XML_PARSE_COMPACT option to allocate small text nodes (less | Daniel Veillard | 2005-08-25 | 1 | -4/+10 |
* | excluded content string check for XML_ELEMENT_DECL in | William M. Brack | 2005-07-06 | 1 | -0/+1 |
* | added enhancement for #309057 in xmllint shell Daniel | Daniel Veillard | 2005-07-04 | 1 | -0/+38 |
* | complete, checking on other platforms is needed updated fix a bug raised | Daniel Veillard | 2005-06-30 | 1 | -0/+1 |
* | revamped the elfgcchack.h format to cope with gcc4 change of aliasing | Daniel Veillard | 2005-04-01 | 1 | -0/+2 |
* | changed maintainer-clean dependency with suggestion from Crispin Flowerday | William M. Brack | 2004-12-17 | 1 | -3/+5 |
* | integrated in "make tests" added -q option, and more conditional features | Daniel Veillard | 2004-11-09 | 1 | -0/+2 |
* | more coverage more fixes Daniel | Daniel Veillard | 2004-11-08 | 1 | -5/+20 |
* | preparing release 2.6.15 cleanups Daniel | Daniel Veillard | 2004-10-27 | 1 | -3/+9 |
* | added checking for names values and dictionnaries generates a tons of | Daniel Veillard | 2004-10-26 | 1 | -2/+110 |
* | excluded a few nodes (with no content) from the string check routine. | William M. Brack | 2004-10-15 | 1 | -4/+8 |
* | added UTF-8 string checking, raise a problem, need debug Daniel | Daniel Veillard | 2004-10-15 | 1 | -2/+28 |
* | added namespace checking daniel | Daniel Veillard | 2004-10-11 | 1 | -65/+98 |
* | some framework preparation to add namespace checkings daniel | Daniel Veillard | 2004-10-09 | 1 | -0/+90 |
* | adding the tree debug mode fixing various problems reported by the debug | Daniel Veillard | 2004-10-07 | 1 | -277/+195 |
* | revamped the XML debugging module and prepare for a new checking mode | Daniel Veillard | 2004-10-04 | 1 | -647/+951 |
* | added the routine xmlNanoHTTPContentLength to the external API | William M. Brack | 2004-09-18 | 1 | -33/+35 |
* | added help for new set shell command added parser option to not generate | Daniel Veillard | 2004-08-16 | 1 | -0/+1 |
* | small typo pointed out by Mike Hommey slightly improved the --c14n | Daniel Veillard | 2004-08-16 | 1 | -0/+47 |
* | applied patch from Stefano Debenedetti to register namespaces in the debug | Daniel Veillard | 2004-06-16 | 1 | -0/+69 |
* | applied patch from Mark Vadoc avoiding using xmlParse* option and use | Daniel Veillard | 2004-03-25 | 1 | -1/+1 |
* | Fixing a head build problem, damn ... Daniel | Daniel Veillard | 2004-03-04 | 1 | -1/+1 |
* | fixing compilation bug with some options disabled as well as | Daniel Veillard | 2004-03-04 | 1 | -0/+4 |
* | fixing compilation and link option when configuring with --without-valid | Daniel Veillard | 2004-02-25 | 1 | -0/+6 |
* | added "relaxng" option to the debugging shell some regression tests for | Daniel Veillard | 2004-02-21 | 1 | -0/+66 |
* | Changed all (?) occurences where validation macros (IS_xxx) had | William M. Brack | 2003-10-18 | 1 | -1/+1 |
* | Okay this is scary but it is just adding a configure option to disable | Daniel Veillard | 2003-09-29 | 1 | -4/+18 |
* | fixed 2 bugs pointed in #116448 Daniel | Daniel Veillard | 2003-07-06 | 1 | -1/+8 |
* | included libxml/uri.h for xmlCanonicPath declaration | Igor Zlatkovic | 2003-04-27 | 1 | -0/+1 |
* | try to find more places where xmlCanonicPath() must be used to convert | Daniel Veillard | 2003-04-23 | 1 | -1/+1 |
* | fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed | Daniel Veillard | 2003-03-21 | 1 | -6/+6 |
* | code cleanup, especially the function comments. fixed a small bug when | Daniel Veillard | 2002-12-10 | 1 | -1/+1 |
* | Applied the VMS update patch from Craig A. Berry update Daniel | Daniel Veillard | 2002-10-22 | 1 | -4/+4 |
* | adding a grep command to --shell in xmllint for T.V. Raman Daniel | Daniel Veillard | 2002-10-22 | 1 | -0/+81 |
* | Joe Marcus Clarke reported a segfault on FBsd this was due to | Daniel Veillard | 2002-10-09 | 1 | -5/+11 |
* | applied patch from Mark Vakoc except the API change, preserved it. updated | Daniel Veillard | 2002-10-08 | 1 | -67/+105 |
* | replaced sprintf() with snprintf() to prevent possible buffer overflow | Aleksey Sanin | 2002-06-14 | 1 | -2/+2 |
* | preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18 | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
* | speedup some node selection operations, this can have a significant impact | Daniel Veillard | 2002-03-13 | 1 | -1/+1 |
* | Fixing #74186, made sure all boolean expressions get fully parenthesized, | Daniel Veillard | 2002-03-11 | 1 | -12/+0 |
* | Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. | Daniel Veillard | 2002-02-10 | 1 | -0/+1 |
* | cleanup always use stdout if output is NULL don't close filedescriptors | Daniel Veillard | 2002-02-07 | 1 | -0/+12 |
* | added an xpath function to the shell for T. V. Raman Daniel | Daniel Veillard | 2002-01-22 | 1 | -0/+15 |
* | patch from Anthony Jones to catch NULL nodes in debug routines. Daniel | Daniel Veillard | 2002-01-22 | 1 | -3/+79 |
* | Build a new version hopefully near complete and fully documented of the | Daniel Veillard | 2002-01-22 | 1 | -2/+2 |
* | fixed the funxtion to set the xml: attributes added "setbase" to test it. | Daniel Veillard | 2002-01-17 | 1 | -0/+24 |
* | some cleanup after an unsuccessful attempt at fixing #61290 :-( Daniel | Daniel Veillard | 2002-01-14 | 1 | -8/+25 |