summaryrefslogtreecommitdiff
path: root/uri.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows compiler warnings in xmlCanonicPathNick Wellnhofer2017-10-091-5/+4
* Problem resolving relative URIsDaniel Veillard2017-08-281-4/+6
* Fix xmlBuildRelativeURI for URIs starting with './'Nick Wellnhofer2017-06-101-15/+17
* Fix memory leak in xmlCanonicPathNick Wellnhofer2017-05-271-0/+1
* Integer overflow parsing port number in URIMichael Paddon2016-05-211-5/+6
* Fix a problem properly saving URIsDaniel Veillard2014-10-031-15/+19
* xmlSaveUri() incorrectly recomposes URIs with rootless pathsDennis Filder2014-06-131-2/+0
* Support long path names on WNTMichael Stahl2012-09-071-1/+14
* Cleanup URI module memory allocation codeDaniel Veillard2012-07-241-237/+152
* URI handling code is not OOM resilientDaniel Veillard2012-05-071-0/+2
* Fix -Wempty-body warning from clangNico Weber2012-03-051-4/+5
* Fix handling of apos in URIsDaniel Veillard2010-06-041-1/+1
* URI with no path parsing problemDaniel Veillard2009-10-021-16/+32
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-1/+1
* bug in parsing RFC 3986 uris with port numbers DanielDaniel Veillard2008-08-271-0/+1
* allow [ and ] in fragment identifiers, 3986 disallow them but it's widelyDaniel Veillard2008-08-061-1/+6
* rewrite the URI parser to update to rfc3986 (from 2396) removed the errorDaniel Veillard2008-08-041-864/+835
* applied patch from Ashwin fixing a number of realloc problems improveDaniel Veillard2008-04-241-69/+112
* fix saving for file:///X:/ URI embedding Windows file paths should fixDaniel Veillard2008-03-251-0/+24
* applied a patch based on Petr Sumbera one to avoid a problem with pathsDaniel Veillard2008-02-051-0/+5
* applied patch from from Patrik Fimml. Fixes bug #458268William M. Brack2007-07-201-2/+10
* fix bug reported by François Delyon DanielLIBXML2_2_6_28Daniel 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