define-module for elisp special modules
[bpt/guile.git] / module / web / server /
2012-03-12 Andy WingoMerge branch 'master' of git.sv.gnu.org:/srv/git/guile
2012-03-11 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-11 Andy Wingoweb server http: 400 Bad Request on bad requests
2011-01-11 Andy Wingo(web response) and (web request): bodies are bytevectors
2010-12-12 Andy Wingohttp-read robustness
2010-12-06 Andy Wingohttp-read calls setvbuf only once
2010-12-06 Andy Wingomore robustness in http-read
2010-12-05 Andy Wingohttp doesn't keep-alive requests for which there was...
2010-12-04 Andy Wingo(web server http) comment
2010-12-03 Andy Wingohttp server impl reads body as a bytevector by default
2010-12-03 Andy Wingoremove redundant error-handling block
2010-12-03 Andy Wingoweb server micro-tuning
2010-12-03 Andy Wingoreverse order of poll-set traversal in http-read
2010-12-03 Andy Wingo(web server) punts keep-alive to impls; http server...
2010-12-02 Andy Wingobetter socket buffering on http web server backend
2010-12-01 Andy Wingohttp web server impl ignores SIGPIPE
2010-12-01 Andy Wingostub fixes to http 1.0 support in the web server
2010-11-12 Andy Wingoadd generic web server with http-over-tcp backend