summaryrefslogtreecommitdiff
path: root/module/web/uri.scm
AgeCommit message (Expand)AuthorFilesLines
2025-03-02Allow trailing "." in urlsDale P. Smith1-7/+10
2021-01-12Add call-with-input-bytevector, call-with-output-bytevectorAndy Wingo1-48/+6
2020-06-18web: Accept URI host names consisting only of hex digits.Ludovic Courtès1-2/+2
2019-08-02Merge from stable-2.2Andy Wingo1-10/+21
2019-06-04Make URI handling locale independent.Timothy Sample1-10/+21
2017-05-22Remove all deprecated codeAndy Wingo1-8/+1
2017-05-21web: add support for URI-referenceAndy Wingo1-29/+123
2016-06-20Fix uri-decode behavior for "+"Andy Wingo1-3/+8
2014-11-01web: Location header is URI-reference; better URI-reference supportAndy Wingo1-15/+33
2013-05-02web: uri-encode hexadecimal percent-encoding is now uppercaseAleix Conchillo Flaque1-5/+6
2013-03-16minor tweaks to web documentationDaniel Hartwig1-15/+13
2013-01-22add read-string and read-string! to (ice-9 rdelim)Andy Wingo1-2/+2
2012-11-27web client: correctly handle uri-query, etc. in relative URI headersDaniel Hartwig1-10/+20
2012-11-24(web uri): document that uri-port is an integerDaniel Hartwig1-4/+5
2012-11-24syncronize web module docstrings with manualDaniel Hartwig1-30/+43
2012-08-26Fix uri-encoding for strings with no unreserved charsIan Price1-1/+3
2012-08-26Fix uri-encoding for octets 0-15Ian Price1-0/+2
2012-07-06more uri-related ipv6 fixesAndy Wingo1-8/+14
2012-07-06enhance IPv6 supportDaniel Hartwig1-2/+2
2012-07-06support URIs with domain names starting with numbersDaniel Hartwig1-1/+1
2012-02-22microoptimizations in (web uri)Andy Wingo1-11/+10
2012-02-21quick fix the quick fixAndy Wingo1-1/+1
2012-02-21quick fix to uri parserAndy Wingo1-3/+3
2011-12-06allow URIs of the form file:///etc/hostsAndy Wingo1-8/+12
2011-02-24web server more assiduous about closing portsAndy Wingo1-40/+59
2011-02-18core modules use (ice-9 binary-ports) instead of (rnrs io ports)Andy Wingo1-1/+1
2011-01-07uri-encode fast pathAndy Wingo1-16/+18
2011-01-07uri-decode #:encoding, not #:charsetAndy Wingo1-17/+17
2011-01-07rename string->uri and uri->string.Andy Wingo1-3/+3
2010-12-16document (web uri), and simplify uri-encodeAndy Wingo1-33/+58
2010-12-12fix testing code in web/serverAndy Wingo1-3/+1
2010-12-11(web uri) can uri-decode non-utf-8 payloadsAndy Wingo1-11/+38
2010-11-12unparse-uri avoids serializing e.g. :80 in http:// urisAndy Wingo1-3/+16
2010-11-04URI parsing errors throw to `uri-error'Andy Wingo1-10/+14
2010-10-17web/uri: reimplement for rfc 3986, add testsAndy Wingo1-169/+282
2010-10-17import uri.scm from tekuti, from guile-wwwAndy Wingo1-0/+187