summaryrefslogtreecommitdiff
path: root/catalog.c
Commit message (Expand)AuthorAgeFilesLines
...
* fixed the main issues reported by Peter Breitenlohner cleanup speedupDaniel Veillard2004-02-251-25/+31
* minor error cleanup for gcc-3.3.[12] compilation warnings.William M. Brack2003-11-141-1/+1
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-6/+6
* enhanced macros to avoid breaking ABI from previous versions. modified toWilliam M. Brack2003-10-181-1/+1
* new files for a different method for doing range validation of characterWilliam M. Brack2003-10-111-4/+4
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-2/+2
* comment fix migrating the catalog code to the new infrastructure DanielDaniel Veillard2003-10-091-31/+69
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+6
* trying to fix #118754 of possible recursion in the catalogs. NotDaniel Veillard2003-08-041-3/+32
* Fixed multithreading problemWilliam M. Brack2003-07-041-1/+3
* removed multiple warning, this fixed a bug and should close #111574 DanielDaniel Veillard2003-05-091-1/+1
* try to find more places where xmlCanonicPath() must be used to convertDaniel Veillard2003-04-231-1/+1
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-2/+2
* added support for large file, tested with a 3+GB instance, and someDaniel Veillard2003-04-181-0/+5
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-1/+1
* fixed bug #104817 with delegateURI fixing bugs #104123 and #104125 DanielDaniel Veillard2003-02-041-1/+2
* a bit more cleanup DanielDaniel Veillard2002-12-111-15/+16
* completed the #96963 fixIgor Zlatkovic2002-11-061-0/+2
* fixed bug #96963, reverted to old behaviour of xmlLoadCatalogsIgor Zlatkovic2002-10-311-2/+2
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-1/+1
* tried to fix bug #91500 where doc->children may be overriden by a call toDaniel Veillard2002-10-221-1/+1
* fixed lists in XML_CATALOG_FILESIgor Zlatkovic2002-10-041-9/+28
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-8/+9
* use the URL notation file:// for default catalog paths DanielDaniel Veillard2001-11-151-2/+2
* releasing 2.4.9 fixing catalog breakages fixed more problems in catalogDaniel Veillard2001-11-061-49/+65
* dohhhh XML catalog add and remove ops were broken too. Side effect of theDaniel Veillard2001-11-051-0/+6
* Fixed SGML catalogs breakage of 2.4.7, added a couple of really neededDaniel Veillard2001-11-041-8/+71
* Justin Fletcher pointed out that xmlParseXMLCatalog was not used anymore !Daniel Veillard2001-10-301-71/+0
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-1/+2
* serious cleanup on the management of the XML catalog tree, more testsDaniel Veillard2001-10-161-60/+101
* avoid a problem in catalog cleanup on SMP if catalogs were notDaniel Veillard2001-10-161-0/+3
* trying to cleanup the not thread safe parts of the library. DanielDaniel Veillard2001-10-161-53/+112
* started integrating the non-controversial parts of Gary PenningtonDaniel Veillard2001-10-111-2/+2
* very serious cleanup, isolating unportable code and as much as possibleDaniel Veillard2001-10-111-590/+1058
* preparing 2.4.6 release updated and rebuilt the docs fixed a number ofLIBXML_2_4_6Daniel Veillard2001-10-101-1/+1
* adding SGML super catalog support adding one API and one flag --sgml toDaniel Veillard2001-10-081-9/+117
* Justin Fletcher provided cleaup code in case HAVE_STAT is not defined IgorDaniel Veillard2001-10-011-51/+82
* fixed catalog.c typoWilliam M. Brack2001-09-281-4/+4
* removed a couple of warning try to solve the linking problem on platformsDaniel Veillard2001-09-201-0/+3
* removed a duplicate affectation Justin Fletcher DanielDaniel Veillard2001-09-011-1/+0
* added a --convert option to xmlcatalog to convert SGML ones to the XMLDaniel Veillard2001-08-251-8/+116
* started some serious testing and fixed a few bug and optmization needs.Daniel Veillard2001-08-231-9/+140
* preparing for a 2.4.3 release even if it may not be ready yet redirectedDaniel Veillard2001-08-231-5/+78
* fixed bugi #59406 in SGML catalog parsing reported by Jun Kuriyama DanielDaniel Veillard2001-08-231-1/+3
* added documentation about Catalog support, misses an API descriptionDaniel Veillard2001-08-221-0/+7
* Added the part about section 7.2 on URI resolution, fixed a side effect inDaniel Veillard2001-08-221-1/+226
* added support and APIs needed for the catalog PI cleanup DanielDaniel Veillard2001-08-221-2/+158
* starts to look okay, really plugged the new framework, cleaned a lot ofDaniel Veillard2001-08-221-143/+443
* fixed nextCatalog started adding a small regression test DanielDaniel Veillard2001-08-211-1/+3