Add call-with-stack-overflow-handler tests
[bpt/guile.git] / test-suite / tests / web-http.test
2014-02-07 Andy WingoMerge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'
2014-02-07 Andy WingoMerge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'
2014-02-07 Andy WingoMerge commit '122f24cc8a3637ed42d7792ad1ff8ec0c49c58df'
2014-01-21 Mark H WeaverWrite out HTTP Basic auth headers correctly.
2014-01-21 Mark H WeaverMerge branch 'stable-2.0'
2014-01-21 Andy WingoAdd support for content-disposition
2014-01-18 Andy WingoAdd support for content-disposition
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-19 Ian Price`write-request-line' always prints a path component.
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-27 Daniel Hartwigweb http: parse numeric time zones in headers
2013-03-16 Daniel Hartwighttp: support IP-literal (IPv6 address) in Host header
2013-03-16 Daniel Hartwigadd tests for read-request-line, etc.
2012-07-24 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Ian PriceAdd HTTP Chunked Encoding support to web modules.
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2011-12-22 Andy WingoHTTP: Fix qstring writing of cache-extension values
2011-12-22 Daniel HartwigExtend handling of "Cache-Control" header.
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-23 Daniel Hartwigweb-http.test validates headers
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-10 Ian PriceRFC 822 allows single digit days of the month
2011-01-10 Andy Wingoparse credentials and challenges
2011-01-09 Andy Wingomore symbols in (web http)
2011-01-09 Andy Wingo(web http): keys are always symbols
2011-01-08 Andy Wingo(web http): header names always represented as symbols
2010-12-16 Andy Wingohttp: lists of header names parse better
2010-12-16 Andy Wingobetter cache-control: private, no-cache parsing
2010-12-06 Andy Wingoleniency regarding quality values in http.scm
2010-11-13 Andy Wingo(web http) parses content-type as "foo/bar", not "foo...
2010-11-04 Andy Wingoadd HTTP module