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
Age
Commit message (
Expand
)
Author
Files
Lines
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
web: Fix 'close' method of delimited input ports.
Ludovic Courtès
1
-2
/
+2
2016-05-22
web: Export 'server-impl' procedures and the 'http' server implementation.
Ludovic Courtès
2
-3
/
+13
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-04-04
Use symbols instead of _IONBF values as args to setvbuf
Andy Wingo
2
-2
/
+2
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
4
-45
/
+70
2014-09-30
Merge branch 'stable-2.0'
Mark H Weaver
1
-3
/
+1
2014-05-23
web: Keep the default size for the client's in-kernel receive buffer.
Ludovic Courtès
1
-3
/
+1
2014-02-07
Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'
Andy Wingo
1
-4
/
+4
2014-01-21
Write out HTTP Basic auth headers correctly.
Mark H Weaver
1
-4
/
+4
2014-01-21
Merge branch 'stable-2.0'
Mark H Weaver
1
-11
/
+16
2014-01-20
Add support for content-disposition
Andy Wingo
1
-1
/
+25
2014-01-18
Add support for content-disposition
Andy Wingo
1
-1
/
+25
2014-01-15
web: Don't throw if a response is longer than its Content-Length says.
Ludovic Courtès
1
-11
/
+16
2013-11-28
Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
Andy Wingo
1
-0
/
+2
2013-11-19
Web: accept "UTC" as the zone offset in date headers.
Mark H Weaver
1
-0
/
+2
2013-09-13
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2
-21
/
+21
2013-09-12
Web: Use functional setters in extend-request and extend-response.
Mark H Weaver
2
-14
/
+9
2013-09-12
Web client+server: Add Content-Length header for empty bodies.
Mark H Weaver
2
-2
/
+4
2013-09-10
web client: HTTP methods are symbols, not strings.
Mark H Weaver
1
-9
/
+9
2013-09-10
Fix extend-request to preserve method and meta.
Alexandru Cojocaru
1
-2
/
+5
2013-08-23
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-6
/
+3
2013-08-19
`write-request-line' always prints a path component.
Ian Price
1
-6
/
+3
2013-07-18
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
2
-3
/
+36
2013-07-16
Add support for HTTP proxies.
Mark H Weaver
2
-3
/
+36
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-5
/
+6
2013-05-02
web: uri-encode hexadecimal percent-encoding is now uppercase
Aleix Conchillo Flaque
1
-5
/
+6
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
4
-52
/
+108
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
4
-24
/
+22
2013-03-10
fix response-body-port for responses without content-length
Jason Earl
1
-7
/
+20
2013-01-23
merge stable-2.0
Andy Wingo
2
-6
/
+5
2013-01-22
add read-string and read-string! to (ice-9 rdelim)
Andy Wingo
1
-2
/
+2
2013-01-21
Fix http-get* deprecation note
Andy Wingo
1
-4
/
+3
2013-01-15
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
4
-107
/
+293
2013-01-11
Add http-post, http-put, et cetera
Andy Wingo
1
-56
/
+269
2013-01-11
read-response-body always returns bytevector or #f
Andy Wingo
1
-2
/
+8
2013-01-11
remove (web http) TODO list
Andy Wingo
1
-7
/
+0
2013-01-11
(web server) uses (ice-9 iconv)
Andy Wingo
1
-37
/
+3
2013-01-07
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
6
-170
/
+292
2013-01-07
http-get: don't shutdown write end of socket
Andy Wingo
2
-5
/
+13
2012-12-17
web: Correctly detect "No route to host" conditions.
Ludovic Courtès
1
-11
/
+14
2012-11-28
web: Add `http-get*'.
Ludovic Courtès
1
-1
/
+24
2012-11-28
web: Add `response-body-port'.
Ludovic Courtès
1
-11
/
+59
2012-11-28
web: Export `text-content-type?'.
Ludovic Courtès
2
-7
/
+10
2012-11-27
web client: correctly handle uri-query, etc. in relative URI headers
Daniel Hartwig
2
-19
/
+23
[prev]
[next]