Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / module / web / uri.scm
2013-01-07 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-27 Daniel Hartwigweb client: correctly handle uri-query, etc. in relativ...
2012-11-24 Daniel Hartwig(web uri): document that uri-port is an integer
2012-11-24 Daniel Hartwigsyncronize web module docstrings with manual
2012-10-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-08-26 Ian PriceFix uri-encoding for strings with no unreserved chars
2012-08-26 Ian PriceFix uri-encoding for octets 0-15
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Andy Wingomore uri-related ipv6 fixes
2012-07-06 Daniel Hartwigenhance IPv6 support
2012-07-06 Daniel Hartwigsupport URIs with domain names starting with numbers
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-22 Andy Wingomicrooptimizations in (web uri)
2012-02-21 Andy Wingoquick fix the quick fix
2012-02-21 Andy Wingoquick fix to uri parser
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy Wingoallow URIs of the form file:///etc/hosts
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-02-24 Andy Wingoweb server more assiduous about closing ports
2011-02-18 Andy Wingocore modules use (ice-9 binary-ports) instead of (rnrs...
2011-01-07 Andy Wingouri-encode fast path
2011-01-07 Andy Wingouri-decode #:encoding, not #:charset
2011-01-07 Andy Wingorename string->uri and uri->string.
2010-12-16 Andy Wingodocument (web uri), and simplify uri-encode
2010-12-12 Andy Wingofix testing code in web/server
2010-12-11 Andy Wingo(web uri) can uri-decode non-utf-8 payloads
2010-11-12 Andy Wingounparse-uri avoids serializing e.g. :80 in uris
2010-11-04 Andy WingoURI parsing errors throw to `uri-error'
2010-10-17 Andy Wingoweb/uri: reimplement for rfc 3986, add tests
2010-10-17 Andy Wingoimport uri.scm from tekuti, from guile-www