sunet/scheme/lib
vibr 932f03a638 *fix two typos in RegExps
*better comments for PARSE-URI, SPLIT-PATH
*make SPLIT-PATH really accept PARSE-URI's return values
*restructure record-type HTTP-URL
*new procedure PARSED-URI->HTTP-URL
*rewrite PARSE-HTTP-URL to use PARSE-URI and PARSED-URI->HTTP-URL
*remove out-dated comments
*remove out-dated procedure PARSE-HTTP-URL-STRING
*remove DEFAULT-HTTP-SERVER (relict of server record-type)
*rewrite HTTP-URL->STRING
*rename HTTP-URL->STRING to HTTP-URL->URI-STRING
2004-10-11 17:01:32 +00:00
..
cgi-script.scm Remove comments which are either superfluous or have moved to the 2003-01-22 10:48:19 +00:00
crlf-io.scm Add copyright notice. 2002-08-27 09:03:22 +00:00
dns.scm Return 'unsupported-message-type if message type is unknown, return 2004-03-24 20:52:12 +00:00
format-net.scm Add copyright notice. 2002-08-27 09:03:22 +00:00
ftp-library.scm In copy-ascii-port->port, get length of line only after checking for EOF. 2004-02-17 16:07:22 +00:00
ftp.scm Fixed wrong parentheses in FTP-APPEND 2003-10-21 05:44:56 +00:00
handle-fatal-error.scm Moved handle-fatal-error.scm from httpd/ to lib/ 2002-12-19 14:27:31 +00:00
htmlout.scm emit less newlines 2004-08-15 12:40:06 +00:00
ip.scm Created structure ips for ip-string related procedures. 2003-02-10 12:30:43 +00:00
ls.scm Add hack for the benefits of ftpds on AFS directories, to enable 2004-03-26 13:46:56 +00:00
netrc.scm Rewrite the NETRC library to something more general and much shorter, 2003-01-21 14:20:13 +00:00
nettime.scm In RFC867/RFC868: work correctly if the remote server isn't there. 2003-01-21 12:02:51 +00:00
parse-forms.scm Re-indent. 2003-01-22 10:42:47 +00:00
pop3.scm Fix insignificant typo. 2003-01-21 14:57:12 +00:00
rate-limit.scm Add copyright notice. 2002-08-27 09:03:22 +00:00
rfc822.scm Actually use READ-LINE parameter in MAKE-READ-RFC822-HEADERS. 2003-01-24 09:51:17 +00:00
smtp.scm In SMTP-SEND-MAIL, signal a condition instead of returning funny reply 2003-01-22 09:29:55 +00:00
sunet-utilities.scm char-set:blank = LWS from RFC 2616 (after folding) 2004-08-15 12:02:36 +00:00
uri.scm remove uri-parser PARSE-URI 2004-10-06 13:33:45 +00:00
url.scm *fix two typos in RegExps 2004-10-11 17:01:32 +00:00