| Commit message (Expand) | Author | Age | Files | Lines |
| * | fixed the serious CPU usage problem reported by Grant Goodale applied | Daniel Veillard | 2003-08-14 | 1 | -0/+1 |
| * | fixed a nasty bug #119387, bad heuristic from the progressive HTML parser | Daniel Veillard | 2003-08-09 | 1 | -14/+25 |
| * | small changes to syntax to get rid of compiler warnings. No changes to | William M. Brack | 2003-08-05 | 1 | -2/+2 |
| * | added a new API to split a QName without generating any memory allocation | Daniel Veillard | 2003-08-04 | 1 | -1/+1 |
| * | fixing bug 118559 | William M. Brack | 2003-07-31 | 1 | -6/+6 |
| * | applied a patch from William Brack about the problem of parsing very large | Daniel Veillard | 2003-07-30 | 1 | -16/+19 |
| * | fixed problem with comments reported by Nick Kew added routines | William M. Brack | 2003-07-29 | 1 | -2/+3 |
| * | removed some warnings by casting xmlChar to unsigned int and a couple of | Daniel Veillard | 2003-07-15 | 1 | -13/+14 |
| * | use the character() SAX callback if the cdataBlock ain't defined. fix bug | Daniel Veillard | 2003-07-05 | 1 | -0/+6 |
| * | oops last commit introduced a memory leak. Daniel | Daniel Veillard | 2003-05-13 | 1 | -4/+1 |
| * | added --nonet option fixing #112803 by adding --nonet when calling | Daniel Veillard | 2003-05-13 | 1 | -16/+13 |
| * | tried to fix #98879 again in a more solid way. Daniel | Daniel Veillard | 2003-04-22 | 1 | -0/+6 |
| * | added xmlMallocAtomic() to be used when allocating blocks which do not | Daniel Veillard | 2003-04-19 | 1 | -4/+4 |
| * | exported htmlCreateMemoryParserCtxt() it was static Daniel | Daniel Veillard | 2003-04-09 | 1 | -1/+1 |
| * | two patches from James Bursa on the HTML parser and a typo reindenting, | Daniel Veillard | 2003-03-27 | 1 | -2/+2 |
| * | patch from johan@evenhuis.nl for #107937 fixing some line counting | Daniel Veillard | 2003-03-22 | 1 | -3/+9 |
| * | made powten array static it should not be exported fix bug #107361 by | Daniel Veillard | 2003-03-05 | 1 | -1/+12 |
| * | obsoleted xmlNormalizeWindowsPath | Igor Zlatkovic | 2003-02-19 | 1 | -1/+2 |
| * | OASIS RelaxNG testsuite python script to run regression against OASIS | Daniel Veillard | 2003-02-10 | 1 | -2/+2 |
| * | comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 | Daniel Veillard | 2003-02-05 | 1 | -2/+2 |
| * | applied HTML improvements from Nick Kew, allowing to do more checking to | Daniel Veillard | 2003-02-05 | 1 | -91/+520 |
| * | applied patch from Arne de Bruijn fixing bug #103827 Daniel | Daniel Veillard | 2003-02-04 | 1 | -0/+5 |
| * | updating a comment, fixing #103776 Daniel | Daniel Veillard | 2003-02-04 | 1 | -1/+0 |
| * | try to fix # 105049 a couple of changes and extensions updated a function | Daniel Veillard | 2003-02-04 | 1 | -1/+39 |
| * | fixed bug #102960 by reusing the XML name parsing routines. Daniel | Daniel Veillard | 2003-01-10 | 1 | -20/+101 |
| * | code cleanup, especially the function comments. fixed a small bug when | Daniel Veillard | 2002-12-10 | 1 | -10/+10 |
| * | code cleanup Daniel | Daniel Veillard | 2002-11-30 | 1 | -35/+52 |
| * | final touch at closing #87235 </p> end tags need to be generated. this | Daniel Veillard | 2002-11-22 | 1 | -1/+1 |
| * | fixed bug #98879 a corner case when 0 is included in HTML documents and | Daniel Veillard | 2002-11-18 | 1 | -1/+1 |
| * | preparing release 2.4.27 updated and rebuilt the docs try to make sure the | Daniel Veillard | 2002-11-17 | 1 | -1/+1 |
| * | strengthen the guard in the Pop macros, like in the XML parser, closes bug | Daniel Veillard | 2002-11-12 | 1 | -1/+1 |
| * | Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added | Daniel Veillard | 2002-10-22 | 1 | -0/+7 |
| * | Applied the VMS update patch from Craig A. Berry update Daniel | Daniel Veillard | 2002-10-22 | 1 | -1/+1 |
| * | small cleanup switched DTD validation to use only regexp when configured | Daniel Veillard | 2002-09-17 | 1 | -1/+2 |
| * | messing around with support for Windows path, cleanups, trying to identify | Daniel Veillard | 2002-09-10 | 1 | -1/+1 |
| * | get rid of all the perror() calls made in the library execution paths. | Daniel Veillard | 2002-09-05 | 1 | -79/+6 |
| * | fixing bug #84876 based on the xml working code. Daniel | Daniel Veillard | 2002-07-22 | 1 | -20/+69 |
| * | trying to fix 87235 about discarded white spaces in the HTML parser. this | Daniel Veillard | 2002-07-05 | 1 | -9/+33 |
| * | replaced sprintf() with snprintf() to prevent possible buffer overflow | Aleksey Sanin | 2002-06-14 | 1 | -1/+1 |
| * | fixing #79334 making htmlParseDocument a public entry point. rebuilt the | Daniel Veillard | 2002-05-27 | 1 | -1/+1 |
| * | dohh I really didn't intended to commit this test version :-( Daniel | Daniel Veillard | 2002-03-20 | 1 | -8/+5 |
| * | I wanted to see the real speed at the SAX interface after a little too | Daniel Veillard | 2002-03-20 | 1 | -5/+8 |
| * | preparing 2.4.18 updated and rebuilt the web site implement the new | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
| * | fixing #61290 "namespace nodes have no parent" long standing divergence | Daniel Veillard | 2002-03-04 | 1 | -0/+11 |
| * | applied 42 documentation patches from Charlie Bozeman. Regenerated the | Daniel Veillard | 2001-12-31 | 1 | -20/+21 |
| * | fix comment in scripts element parsing. updated the results. Daniel | Daniel Veillard | 2001-11-10 | 1 | -1/+34 |
| * | handle the case of < in quoted attributes, Bastian Kleineidam Daniel | Daniel Veillard | 2001-11-06 | 1 | -1/+2 |
| * | apply fixes to close #63271 and avoid segfaults when the error routine | Daniel Veillard | 2001-10-29 | 1 | -0/+1 |
| * | fixed an erroneous validation bug when PE refs occurs in external parsed | Daniel Veillard | 2001-10-23 | 1 | -1/+1 |
| * | Fixed a bug when creating a new HTML document, doc->children | Daniel Veillard | 2001-10-22 | 1 | -3/+3 |