index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
web
/
uri.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-02
Allow trailing "." in urls
Dale P. Smith
1
-7
/
+10
2021-01-12
Add call-with-input-bytevector, call-with-output-bytevector
Andy Wingo
1
-48
/
+6
2020-06-18
web: Accept URI host names consisting only of hex digits.
Ludovic Courtès
1
-2
/
+2
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-10
/
+21
2019-06-04
Make URI handling locale independent.
Timothy Sample
1
-10
/
+21
2017-05-22
Remove all deprecated code
Andy Wingo
1
-8
/
+1
2017-05-21
web: add support for URI-reference
Andy Wingo
1
-29
/
+123
2016-06-20
Fix uri-decode behavior for "+"
Andy Wingo
1
-3
/
+8
2014-11-01
web: Location header is URI-reference; better URI-reference support
Andy Wingo
1
-15
/
+33
2013-05-02
web: uri-encode hexadecimal percent-encoding is now uppercase
Aleix Conchillo Flaque
1
-5
/
+6
2013-03-16
minor tweaks to web documentation
Daniel Hartwig
1
-15
/
+13
2013-01-22
add read-string and read-string! to (ice-9 rdelim)
Andy Wingo
1
-2
/
+2
2012-11-27
web client: correctly handle uri-query, etc. in relative URI headers
Daniel Hartwig
1
-10
/
+20
2012-11-24
(web uri): document that uri-port is an integer
Daniel Hartwig
1
-4
/
+5
2012-11-24
syncronize web module docstrings with manual
Daniel Hartwig
1
-30
/
+43
2012-08-26
Fix uri-encoding for strings with no unreserved chars
Ian Price
1
-1
/
+3
2012-08-26
Fix uri-encoding for octets 0-15
Ian Price
1
-0
/
+2
2012-07-06
more uri-related ipv6 fixes
Andy Wingo
1
-8
/
+14
2012-07-06
enhance IPv6 support
Daniel Hartwig
1
-2
/
+2
2012-07-06
support URIs with domain names starting with numbers
Daniel Hartwig
1
-1
/
+1
2012-02-22
microoptimizations in (web uri)
Andy Wingo
1
-11
/
+10
2012-02-21
quick fix the quick fix
Andy Wingo
1
-1
/
+1
2012-02-21
quick fix to uri parser
Andy Wingo
1
-3
/
+3
2011-12-06
allow URIs of the form file:///etc/hosts
Andy Wingo
1
-8
/
+12
2011-02-24
web server more assiduous about closing ports
Andy Wingo
1
-40
/
+59
2011-02-18
core modules use (ice-9 binary-ports) instead of (rnrs io ports)
Andy Wingo
1
-1
/
+1
2011-01-07
uri-encode fast path
Andy Wingo
1
-16
/
+18
2011-01-07
uri-decode #:encoding, not #:charset
Andy Wingo
1
-17
/
+17
2011-01-07
rename string->uri and uri->string.
Andy Wingo
1
-3
/
+3
2010-12-16
document (web uri), and simplify uri-encode
Andy Wingo
1
-33
/
+58
2010-12-12
fix testing code in web/server
Andy Wingo
1
-3
/
+1
2010-12-11
(web uri) can uri-decode non-utf-8 payloads
Andy Wingo
1
-11
/
+38
2010-11-12
unparse-uri avoids serializing e.g. :80 in http:// uris
Andy Wingo
1
-3
/
+16
2010-11-04
URI parsing errors throw to `uri-error'
Andy Wingo
1
-10
/
+14
2010-10-17
web/uri: reimplement for rfc 3986, add tests
Andy Wingo
1
-169
/
+282
2010-10-17
import uri.scm from tekuti, from guile-www
Andy Wingo
1
-0
/
+187