aboutsummaryrefslogtreecommitdiffstats
path: root/uri.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from from Patrik Fimml. Fixes bug #458268William M. Brack2007-07-201-2/+10
* fix bug reported by François Delyon DanielDaniel Veillard2007-05-281-1/+1
* patch from Richard Jones to save the query part in raw form. DanielDaniel Veillard2007-04-261-4/+50
* More doc cleanup, DanielDaniel Veillard2007-04-241-1/+4
* fix xmlURIUnescapeString comments which was confusing DanielDaniel Veillard2007-04-241-3/+3
* implemented patch from S. Bidoul for uri.c (bug #389767)William M. Brack2007-01-271-10/+20
* applied patch from Igor for path conversion on Windows DanielDaniel Veillard2006-11-061-0/+18
* add a new function xmlPathToUri() to provide a clean conversion whenDaniel Veillard2006-10-101-8/+50
* a bunch of small cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-3/+7
* applied patch from Rob Richards fixing the URI regressions tests onDaniel Veillard2006-02-031-1/+7
* more fixes to the behaviour of xmlBuildRelativeURI DanielDaniel Veillard2005-09-151-8/+34
* fixed problem when xmlBuildRelativeURI was given a blank path (bug 316224)William M. Brack2005-09-141-42/+68
* get rid of the dependancy on a locally installed DTD try to cleanup theDaniel Veillard2005-08-071-23/+125
* enhanced xmlBuildRelativeURI to allow the URI and the base to be inWilliam M. Brack2005-07-251-14/+13
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* This change started out as a simple desire to speed up theWilliam M. Brack2005-02-131-23/+72
* fixed problem with xmlURIEscape when query part was empty (actually fixedWilliam M. Brack2005-01-061-2/+4
* fixed a stupid mistake in xmlBuildRelativeURI (bug 156527)William M. Brack2004-10-271-4/+5
* couple of memory fixes from Mark Vakoc reported by Purify on Windows.Daniel Veillard2004-09-221-1/+1
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-4/+7
* further fixes for out of memory condition, mostly from Olivier Andrieu.William M. Brack2004-07-291-1/+3
* fixed a couple of problems in the new elfgcchack.h trick pointed by PeterDaniel Veillard2004-07-091-1/+3
* fixed a problem when base path was "./xxx" 5 test results changed byWilliam M. Brack2004-06-251-1/+5
* added a new routine xmlBuildRelativeURI needed for enhancement ofWilliam M. Brack2004-06-071-0/+175
* fixing some problems in URI unescaping and output buffer opening, thisDaniel Veillard2004-05-091-1/+9
* fix for xmlUriEscape on "http://user@somewhere.com" from Mark Vadok.Daniel Veillard2004-04-011-1/+3
* fixing an use of strcpy() where both strings overlap pointed out byDaniel Veillard2003-08-141-2/+6
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-0/+3
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-6/+6
* applied a set of patches from Lorenzo Viali correcting URI parsing errors.Daniel Veillard2003-03-231-65/+54
* after and exchange with James Clark it appeared I had bug in URI parsingDaniel Veillard2003-03-071-2/+4
* some warning removal on Igor's patch seems I messed up with #106788 fixDaniel Veillard2003-02-241-3/+5
* path handling bug introduced by my recent machinations fixedIgor Zlatkovic2003-02-231-13/+18
* introduced xmlCanonicPathIgor Zlatkovic2003-02-191-0/+54
* more testing on the Relax-NG front, cleaning up the regression testsDaniel Veillard2003-02-141-1/+1
* preparing 2.5.0 release only warn in pedantic mode about namespace nameDaniel Veillard2003-01-061-0/+7
* working on DTD validation on top of xml reader interfaces. Allows toDaniel Veillard2002-12-201-1/+1
* Johann Richard pointed out some XPointer problems for URN based URIDaniel Veillard2002-11-281-43/+33
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-1/+1
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-1/+1
* fixing bug #82848 DanielDaniel Veillard2002-05-241-1/+1
* fixing bug #78662 i.e. add proper escaping of URI when saving HTML files.Daniel Veillard2002-04-141-1/+1
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-6/+6
* closed bug #66159 added --escape option some cleanup for xml2-configDaniel Veillard2001-12-071-1/+0
* preparing 2.4.10 upgraded and rebuilt the docs DanielDaniel Veillard2001-11-101-2/+3
* second pass at fixing #63336, using Joel Young final patch. looks okay.Daniel Veillard2001-10-301-143/+166
* trying to clear #63336 allowing the escaping routine to parse unconformantDaniel Veillard2001-10-291-144/+31
* Applied the last patches from Gary, cleanup, activated threading all userDaniel Veillard2001-10-131-0/+1
* preparing 2.4.6 release updated and rebuilt the docs fixed a number ofDaniel Veillard2001-10-101-1/+1