print: In R7RS |...| symbols, print most graphic characters unescaped.
[bpt/guile.git] / module / web /
2013-11-19 Mark H WeaverWeb: accept "UTC" as the zone offset in date headers.
2013-09-12 Mark H WeaverWeb: Use functional setters in extend-request and exten...
2013-09-12 Mark H WeaverWeb client+server: Add Content-Length header for empty...
2013-09-10 Mark H Weaverweb client: HTTP methods are symbols, not strings.
2013-09-10 Alexandru CojocaruFix extend-request to preserve method and meta.
2013-08-19 Ian Price`write-request-line' always prints a path component.
2013-07-16 Mark H WeaverAdd support for HTTP proxies.
2013-05-02 Aleix Conchillo... web: uri-encode hexadecimal percent-encoding is now...
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 Hartwigminor tweaks to web documentation
2013-03-10 Jason Earlfix response-body-port for responses without content...
2013-01-22 Andy Wingoadd read-string and read-string! to (ice-9 rdelim)
2013-01-21 Andy WingoFix http-get* deprecation note
2013-01-11 Andy WingoAdd http-post, http-put, et cetera
2013-01-11 Andy Wingoread-response-body always returns bytevector or #f
2013-01-11 Andy Wingoremove (web http) TODO list
2013-01-11 Andy Wingo(web server) uses (ice-9 iconv)
2013-01-07 Andy Wingohttp-get: don't shutdown write end of socket
2012-12-16 Ludovic Courtèsweb: Correctly detect "No route to host" conditions.
2012-11-28 Ludovic Courtèsweb: Add `http-get*'.
2012-11-28 Ludovic Courtèsweb: Add `response-body-port'.
2012-11-28 Ludovic Courtèsweb: Export `text-content-type?'.
2012-11-27 Daniel Hartwigweb client: correctly handle uri-query, etc. in relativ...
2012-11-26 Ludovic Courtèsweb client: Support relative URIs in some headers.
2012-11-24 Daniel Hartwig(web uri): document that uri-port is an integer
2012-11-24 Daniel Hartwigsyncronize web module docstrings with manual
2012-10-13 Ludovic Courtèsweb: Fix possible file descriptor leak in `open-socket...
2012-10-12 Ludovic Courtèsweb: Pass `AI_NUMERICSERV' when given a port number.
2012-10-12 Ludovic Courtèsweb: Change `http-get' to try all the addresses for...
2012-08-26 Ian PriceFix uri-encoding for strings with no unreserved chars
2012-08-26 Ian PriceFix uri-encoding for octets 0-15
2012-07-06 Ian PriceDocument and export `declare-opaque-header!'
2012-07-06 Ian PriceAdd HTTP Chunked Encoding support to web modules.
2012-07-06 Andy Wingomore uri-related ipv6 fixes
2012-07-06 Daniel Hartwigenhance IPv6 support
2012-07-06 Daniel Hartwigsupport URIs with domain names starting with numbers
2012-03-22 Andy Wingoadd bad-request printer
2012-03-22 Andy Wingoadd exception printers for bad-header, bad-header-component
2012-03-22 Andy Wingomicro-optimizations to string-trim-both, and to (web...
2012-03-12 Andy Wingoweb http: fix Ma -> Mar
2012-03-11 Andy Wingoweb server http: 400 Bad Request on bad requests
2012-02-22 Andy Wingomicrooptimizations in (web uri)
2012-02-21 Andy Wingoquick fix the quick fix
2012-02-21 Andy Wingoquick fix to uri parser
2012-02-14 Andy Wingoweb server: fix spurious warning
2012-02-12 Andy Wingoweb server: do not provide a response body where it...
2012-02-11 Andy Wingoweb server: print backtrace on errors when run in batch...
2012-02-02 Bake TimmonsImprove the usage of variable names in Scheme docstrings.
2012-01-09 Daniel Hartwigpermit non-date values for Expires header
2012-01-07 Ian Price`write-request-line' writes absolute paths, not absolut...
2012-01-07 Andy Wingoremove duplicate write-uri definition
2011-12-22 Andy WingoHTTP: Fix qstring writing of cache-extension values
2011-12-22 Daniel HartwigExtend handling of "Cache-Control" header.
2011-12-06 Andy Wingoallow URIs of the form file:///etc/hosts
2011-12-06 Andy WingoUpdate a comment in (web client)
2011-11-23 Daniel Hartwigfix validators for various list-style headers
2011-10-17 Andy Wingofix (web http) write-date for mondays
2011-09-10 Ian PriceRFC 822 allows single digit days of the month
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-08-04 Andy Wingo(web http): locale-independent parsing and serializatio...
2011-07-21 Andy Wingoopen-socket-for-url returns port in latin1 encoding
2011-07-15 Andy Wingoensure presence of Host header in HTTP/1.1 requests
2011-07-15 Andy Wingoadd (web client)
2011-02-24 Andy Wingoweb server more assiduous about closing ports
2011-02-18 Andy Wingocore modules use (ice-9 binary-ports) instead of (rnrs...
2011-01-11 Andy Wingorequest and response cleanups
2011-01-11 Andy Wingo(web response) and (web request): bodies are bytevectors
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): don't expose header-decl objects
2011-01-08 Andy Wingo(web http): header names always represented as symbols
2011-01-07 Andy Wingoread-header returns EOF at end, update (web http) docs
2011-01-07 Andy Wingouri-encode fast path
2011-01-07 Andy Wingouri-decode #:encoding, not #:charset
2011-01-07 Andy Wingorename string->uri and uri->string.
2010-12-17 Andy Wingobuild-response validates headers
2010-12-16 Andy Wingohttp: lists of header names parse better
2010-12-16 Andy Wingobetter cache-control: private, no-cache parsing
2010-12-16 Andy Wingo(web server) docstrings
2010-12-16 Andy Wingodocstrings in (web request) and (web response)
2010-12-16 Andy Wingo(web http) docstrings
2010-12-16 Andy Wingodocument (web uri), and simplify uri-encode
2010-12-12 Andy Wingofix testing code in web/server
2010-12-12 Andy Wingohttp-read robustness
2010-12-11 Andy Wingo(web uri) can uri-decode non-utf-8 payloads
2010-12-06 Andy Wingohttp-read calls setvbuf only once
2010-12-06 Andy Wingofix name...
2010-12-06 Andy Wingofix read-{request,response}-body/latin-1
2010-12-06 Andy Wingoleniency regarding quality values in http.scm
2010-12-06 Andy Wingofix entity tag writing
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-04 Andy Wingofix error handling in read-{request,response}-body...
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
next