summaryrefslogtreecommitdiff
path: root/uri.c
Commit message (Expand)AuthorAgeFilesLines
* uri: Add explicit cast in xmlSaveUriNick Wellnhofer2023-01-241-1/+2
* uri: Fix handling of port numbersNick Wellnhofer2022-12-131-21/+32
* Revert "uri: Allow port without host"Nick Wellnhofer2022-12-131-0/+2
* uri: Allow port without hostNick Wellnhofer2022-11-201-2/+0
* html: Don't escape ASCII chars in href attributesNick Wellnhofer2022-11-201-2/+2
* Remove or annotate char castsNick Wellnhofer2022-09-011-0/+1
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+2
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-02-281-3/+3
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Add explicit cast in xmlURIUnescapeStringNick Wellnhofer2022-01-251-7/+8
* Fix xmlURIEscape memory leaks.Elliott Hughes2020-11-091-8/+9
* Allow port numbers up to INT_MAXNick Wellnhofer2020-10-171-3/+9
* Fix typosNick Wellnhofer2020-03-081-1/+1
* Large batch of typo fixesJared Yanovich2019-09-301-7/+7
* Fix unsigned integer overflowNick Wellnhofer2019-05-201-2/+4
* cleanup: remove some unreachable codev2.9.9-rc2Thomas Holder2018-11-291-23/+4
* Fix building relative URIsThomas Holder2018-11-291-11/+11
* 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