racket/collects/net
Matthew Flatt e8f889eb05 net/url: add `current-url-encode-mode'
Changing `current-url-encode-mode' from 'recommended to 'unreserved
causes `url->string' to encode !, *, ', (, and ) using %, which
can avoid confusing some parsers.

See also https://github.com/plt/racket/pull/198

original commit: b8b8260379
2012-12-17 06:56:38 -07:00
..
private move commented-out tests to `test' submodule 2012-07-15 10:32:33 -06:00
scribblings net/url: add `current-url-encode-mode' 2012-12-17 06:56:38 -07:00
cgi.rkt Remove no-longer used net/cgi exceptions. 2012-03-16 02:55:35 -04:00
cookie.rkt De-unitizing cookies and making the serializable 2011-08-15 10:06:21 -06:00
dns.rkt Moved `net/dns' code from unit to module. 2011-09-05 15:22:38 -04:00
ftp.rkt net/ftp: make progress proc keyword, change progress protocol 2012-12-13 07:45:26 -07:00
imap.rkt net/imap: log to an 'imap logger 2012-11-23 18:44:51 -07:00
mime-util.rkt net/mime: allow any subtype, exns as exn:fail subtypes; doc fixes 2012-01-08 12:14:51 -07:00
mime.rkt net/mime: allow any subtype, exns as exn:fail subtypes; doc fixes 2012-01-08 12:14:51 -07:00
nntp.rkt Moved `net/nntp' code from unit to module. 2011-09-05 15:22:38 -04:00
pop3.rkt Moved `net/pop3' code from unit to module. 2011-09-05 15:22:38 -04:00
qp.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
sendmail.rkt Quote sender, subject, and recipients strings if needed. 2011-12-20 16:13:13 -05:00
sendurl.rkt Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
smtp.rkt net/smtp: fix auth encoding to not add extra CRLFs 2012-02-21 06:14:44 -07:00
ssl-tcp-unit.rkt Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
tcp-redirect.rkt Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
tcp-sig.rkt Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
tcp-unit.rkt Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
unihead.rkt Minor typo in recent new regexp. 2011-12-28 21:07:25 -05:00