Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / test-suite / tests / web-http.test
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