aboutsummaryrefslogtreecommitdiffstats
path: root/catalog.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-24/+27
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-5/+5
* Fix an fd leak in an error caseDaniel Veillard2014-02-061-0/+5
* Avoid a deadcode in catalog.cDaniel Veillard2013-09-301-2/+2
* Few cleanup patches for WindowsDenis Pauk2013-03-271-4/+6
* Big space and tab cleanupDaniel Veillard2012-09-111-42/+42
* Cleanup function xmlBufResetInput() to set input from BufferDaniel Veillard2012-07-231-3/+1
* Convert catalog code to the new input buffersDaniel Veillard2012-07-231-4/+5
* Avoid an extra operationDaniel Veillard2012-05-211-2/+0
* Avoid a descriptor leak in catalog loading codeCarlo Bramini2010-10-141-5/+2
* apply a couple of fixes based on a Coverity report forwarded by DerrickDaniel Veillard2008-06-101-1/+3
* fixed bug #383687, some case of recursion on next were not caught in theDaniel Veillard2007-06-121-6/+17
* applied patch from Andreas Stricke to ease the compilation on Windows CEDaniel Veillard2007-04-171-0/+6
* "xmllint unusable on win32" so applied a libxml2 patch from ChristianDaniel Veillard2007-04-171-2/+19
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-7/+1
* Martin Cole pointed out a bug in xmlCatalogAdd() if /etc/xml/catalogDaniel Veillard2006-02-241-0/+1
* improve catalog debugging message patch from Rick Jones DanielDaniel Veillard2006-02-231-1/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-0/+2
* fixed problem with NULL entry (bug 157407) fixed a couple of warnings (noWilliam M. Brack2004-11-051-17/+19
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-0/+1
* fix small leakWilliam M. Brack2004-10-061-0/+1
* small change to last fix, to get xml:base rightWilliam M. Brack2004-10-061-2/+7
* added code to handle <group>, including dumping to output (bug 151924).William M. Brack2004-10-061-122/+175
* applied patches from Peter Breitenlohner to fix handling of white spaceDaniel Veillard2004-07-161-7/+109
* revert 2 parts of the patch, DanielDaniel Veillard2004-06-141-2/+62
* patch from Igor for the default catalog path on Windows DanielDaniel Veillard2004-06-141-62/+37
* reverted the broken change. DanielDaniel Veillard2004-05-181-2/+2
* a couple of large static variable which should really not be declared asDaniel Veillard2004-05-161-2/+2
* fixes the comments for xmlCatalogDump and xmlDumpACatalog rebuilt toDaniel Veillard2004-03-291-2/+2
* applied a cleanup patch from Peter Breitenlohner removed a doc buildDaniel Veillard2004-02-251-26/+26
* 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