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
/
http.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-22
doc: srfi-19: Use `day' instead of `date' for `make-date'.
Tomas Volf
1
-12
/
+12
2023-06-08
Use custom binary output ports for make-chunked-output-port
Andy Wingo
1
-25
/
+13
2023-02-24
Remove unnecessary module imports.
Ludovic Courtès
1
-2
/
+0
2022-07-04
web: Don't hide missing data in the chunked input port.
Christopher Baines
1
-2
/
+16
2022-07-04
web: Handle ending CRLF (\r\n) for chunked input and output ports.
Christopher Baines
1
-1
/
+2
2022-07-04
web: send capitalized authorization header scheme
Aleix Conchillo Flaqué
1
-2
/
+12
2021-03-12
Revert "Handle CRLF and Unicode line endings in read-line"
Andy Wingo
1
-6
/
+8
2021-03-11
Handle CRLF and Unicode line endings in read-line
Mike Gran
1
-8
/
+6
2020-05-18
http: Support CONNECT and PATCH HTTP methods.
Christopher Baines
1
-0
/
+2
2019-06-24
Revert "web: Add support for HTTP header continuation lines."
Mark H Weaver
1
-24
/
+7
2019-06-18
web: Add support for HTTP header continuation lines.
Mark H Weaver
1
-7
/
+24
2017-11-11
http: Fix typo in proxy handling in 'write-request-line'.
Ludovic Courtès
1
-3
/
+3
2017-11-10
http: Fix typo in proxy handling in 'write-request-line'.
Ludovic Courtès
1
-2
/
+2
2017-05-21
web: add support for URI-reference
Andy Wingo
1
-39
/
+9
2017-03-01
http: Do not use 'eq?' to compare characters in parse-request-uri.
Mark H Weaver
1
-1
/
+1
2017-02-08
Remove remaining "display" uses in (web http)
Andy Wingo
1
-59
/
+62
2017-02-08
Beginnings of suspendable HTTP
Andy Wingo
1
-134
/
+146
2017-02-08
Modernize (web http) a bit
Andy Wingo
1
-353
/
+356
2016-08-28
ETag list headers accept sloppy etags
Andy Wingo
1
-19
/
+33
2016-05-22
http: Accept date strings with a leading space for hours.
Ludovic Courtès
1
-0
/
+20
2016-05-22
http: Use 'read-header-line' instead of 'read-line*'.
Ludovic Courtès
1
-19
/
+3
2016-05-22
http: Accept empty reason phrases.
Ludovic Courtès
1
-5
/
+20
2016-05-22
web: Gracefully handle premature EOF when reading chunk header.
Ludovic Courtès
1
-9
/
+16
2016-05-22
http: Do not buffer HTTP chunks.
Ludovic Courtès
1
-34
/
+32
2016-04-11
make-chunked-output-port buffering fix
Andy Wingo
1
-7
/
+11
2016-01-07
web: Be less strict when parsing entity tags.
Andy Wingo
1
-4
/
+9
2014-11-01
web: Location header is URI-reference; better URI-reference support
Andy Wingo
1
-27
/
+29
2014-01-21
Write out HTTP Basic auth headers correctly.
Mark H Weaver
1
-4
/
+4
2014-01-20
Add support for content-disposition
Andy Wingo
1
-1
/
+25
2013-11-19
Web: accept "UTC" as the zone offset in date headers.
Mark H Weaver
1
-0
/
+2
2013-08-19
`write-request-line' always prints a path component.
Ian Price
1
-6
/
+3
2013-07-16
Add support for HTTP proxies.
Mark H Weaver
1
-1
/
+24
2013-03-27
web http: parse numeric time zones in headers
Daniel Hartwig
1
-15
/
+46
2013-03-16
http: support IP-literal (IPv6 address) in Host header
Daniel Hartwig
1
-6
/
+20
2013-03-16
minor tweaks to web documentation
Daniel Hartwig
1
-3
/
+3
2013-01-11
remove (web http) TODO list
Andy Wingo
1
-7
/
+0
2013-01-07
http-get: don't shutdown write end of socket
Andy Wingo
1
-3
/
+13
2012-11-27
web client: correctly handle uri-query, etc. in relative URI headers
Daniel Hartwig
1
-9
/
+3
2012-11-27
web client: Support relative URIs in some headers.
Ludovic Courtès
1
-2
/
+17
2012-11-24
syncronize web module docstrings with manual
Daniel Hartwig
1
-45
/
+42
2012-07-06
Document and export `declare-opaque-header!'
Ian Price
1
-0
/
+3
2012-07-06
Add HTTP Chunked Encoding support to web modules.
Ian Price
1
-1
/
+103
2012-03-22
add exception printers for bad-header, bad-header-component
Andy Wingo
1
-1
/
+16
2012-03-22
micro-optimizations to string-trim-both, and to (web http)
Andy Wingo
1
-24
/
+20
2012-03-12
web http: fix Ma -> Mar
Andy Wingo
1
-2
/
+2
2012-02-02
Improve the usage of variable names in Scheme docstrings.
Bake Timmons
1
-1
/
+1
2012-01-09
permit non-date values for Expires header
Daniel Hartwig
1
-1
/
+9
2012-01-07
`write-request-line' writes absolute paths, not absolute URIs.
Ian Price
1
-1
/
+12
2012-01-07
remove duplicate write-uri definition
Andy Wingo
1
-3
/
+0
2011-12-22
HTTP: Fix qstring writing of cache-extension values
Andy Wingo
1
-1
/
+1
[next]