aboutsummaryrefslogtreecommitdiff
path: root/uri.c
AgeCommit message (Expand)Author
2023-09-20globals: Stop including globals.hNick Wellnhofer
2023-01-24uri: Add explicit cast in xmlSaveUriNick Wellnhofer
2022-12-13uri: Fix handling of port numbersNick Wellnhofer
2022-12-13Revert "uri: Allow port without host"Nick Wellnhofer
2022-11-20uri: Allow port without hostNick Wellnhofer
2022-11-20html: Don't escape ASCII chars in href attributesNick Wellnhofer
2022-09-01Remove or annotate char castsNick Wellnhofer
2022-09-01Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-02-28Remove useless __CYGWIN__ checksNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2022-01-25Add explicit cast in xmlURIUnescapeStringNick Wellnhofer
2020-11-09Fix xmlURIEscape memory leaks.Elliott Hughes
2020-10-17Allow port numbers up to INT_MAXNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2019-05-20Fix unsigned integer overflowNick Wellnhofer
2018-11-29cleanup: remove some unreachable codeThomas Holder
2018-11-29Fix building relative URIsThomas Holder
2017-10-09Fix Windows compiler warnings in xmlCanonicPathNick Wellnhofer
2017-08-28Problem resolving relative URIsDaniel Veillard
2017-06-10Fix xmlBuildRelativeURI for URIs starting with './'Nick Wellnhofer
2017-05-27Fix memory leak in xmlCanonicPathNick Wellnhofer
2016-05-21Integer overflow parsing port number in URIMichael Paddon
2014-10-03Fix a problem properly saving URIsDaniel Veillard
2014-06-13xmlSaveUri() incorrectly recomposes URIs with rootless pathsDennis Filder
2012-09-07Support long path names on WNTMichael Stahl
2012-07-24Cleanup URI module memory allocation codeDaniel Veillard
2012-05-07URI handling code is not OOM resilientDaniel Veillard
2012-03-05Fix -Wempty-body warning from clangNico Weber
2010-06-04Fix handling of apos in URIsDaniel Veillard
2009-10-02URI with no path parsing problemDaniel Veillard
2009-09-05Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard
2008-08-27bug in parsing RFC 3986 uris with port numbers DanielDaniel Veillard
2008-08-06allow [ and ] in fragment identifiers, 3986 disallow them but it's widelyDaniel Veillard
2008-08-04rewrite the URI parser to update to rfc3986 (from 2396) removed the errorDaniel Veillard
2008-04-24applied patch from Ashwin fixing a number of realloc problems improveDaniel Veillard
2008-03-25fix saving for file:///X:/ URI embedding Windows file paths should fixDaniel Veillard
2008-02-05applied a patch based on Petr Sumbera one to avoid a problem with pathsDaniel Veillard
2007-07-20applied patch from from Patrik Fimml. Fixes bug #458268William M. Brack
2007-05-28fix bug reported by François Delyon DanielDaniel Veillard
2007-04-26patch from Richard Jones to save the query part in raw form. DanielDaniel Veillard
2007-04-24More doc cleanup, DanielDaniel Veillard
2007-04-24fix xmlURIUnescapeString comments which was confusing DanielDaniel Veillard
2007-01-27implemented patch from S. Bidoul for uri.c (bug #389767)William M. Brack
2006-11-06applied patch from Igor for path conversion on Windows DanielDaniel Veillard
2006-10-10add a new function xmlPathToUri() to provide a clean conversion whenDaniel Veillard
2006-03-09a bunch of small cleanups based on coverity reports. DanielDaniel Veillard
2006-02-03applied patch from Rob Richards fixing the URI regressions tests onDaniel Veillard
2005-09-15more fixes to the behaviour of xmlBuildRelativeURI DanielDaniel Veillard