Commit Graph

520 Commits

Author SHA1 Message Date
interp 77ebc6aea4 * split up big httpd-core file in several pieces
* make structures that used httpd-core using the new pieces of httpd-core
2002-05-26 17:56:56 +00:00
interp a4eec0ffb8 added ignoring of *.log files 2002-05-26 14:51:56 +00:00
interp 05b1111b08 added ignoring of test-subdirectory 2002-05-26 14:50:47 +00:00
interp 3e16721158 renamed httpd-\(*\).scm files to \1.scm
updated modules.scm and docu accordingly
2002-05-26 14:47:48 +00:00
interp c11f26f0e2 moved toothless docu near to web server docu 2002-05-26 14:39:44 +00:00
interp ec03477824 use regexp for exluding files 2002-05-26 14:39:24 +00:00
cresh 66208241f5 + error conditions 2002-05-21 15:25:09 +00:00
cresh 5d357598b1 dns-lookup-nameserver revised,
dns-lookup-mailexchanger now implements RFC 2821,
added force-ip and force-ip-list.
2002-05-21 10:03:21 +00:00
interp 3573dcc613 * moved files concerning web server to new subdirectory httpd
* minor change in inner order of modules.scm
* commented out structure in program-modules: source files are missing (?)
2002-05-14 13:53:55 +00:00
interp efedbd4620 removed links to httpd-subdirectory (introduced too early) 2002-05-13 14:01:22 +00:00
interp d188ba7ddb "pretty printing" modules.scm; in fact, rearranging definitions 2002-05-13 13:58:19 +00:00
interp 69d33b3afc removed initialising of invariant env of cgi (done by cgi-handler itself) 2002-05-12 16:04:11 +00:00
interp ac3622ec96 added mapping of old pop3-names to new ones
updated docu accordingly
2002-05-12 05:59:18 +00:00
interp 906ef5571c renamend pop3-procedures (':' --> '-')
updated docu and exports accordingly
added new pop3-obsolete structure, mapping old names to new ones
2002-05-12 05:53:44 +00:00
interp 7792db48f4 added example to parse-userhost / unparse->string 2002-05-12 05:52:57 +00:00
interp 97a7b52316 updated new procedure names 2002-05-12 05:40:18 +00:00
interp 721ce37623 renamed chapter from "Using NTP" (which was misleading) to
"Using Time and Daytime Protocol"
2002-05-12 05:39:37 +00:00
interp 8388a7d13c Renamed ntp.tex to nettime.tex 2002-05-12 05:36:53 +00:00
interp 25b8dd2261 minor add 2002-05-12 05:34:25 +00:00
interp 0bb8b7a28f * changed names: net:time => net-time, net:daytime => net-daytime
* created nettime-obsolete structure, mapping old names to new ones
2002-05-12 05:32:28 +00:00
interp ed0679bb85 * open-logfile returns null-output-port if logfile cannot be opened for writing
* No output to stderr anymore. Output now goes to syslog. If syslogging
  is disabled, bad luck.
2002-05-08 20:28:40 +00:00
interp 2f0397483b Don't log to stderr if logfile cannot be opened.
Removes problem with make-logfile-rotator and closing stderr.
2002-05-08 19:55:56 +00:00
cresh e58dcbd1b3 minor changes in concurrent-lookup and dns-find-nameserver-list 2002-05-08 14:55:55 +00:00
mainzelm 34dcb6dc9d Added a small comment on logfile rotation. 2002-05-08 13:14:41 +00:00
mainzelm 47e58254eb 7k mainzelM 2002-05-08 12:59:30 +00:00
mainzelm 6d09299c5d Added on-interrupt. 2002-05-08 12:04:56 +00:00
mainzelm 18c056e01e Added logfile rotation on SIGUSR1. 2002-05-08 12:04:41 +00:00
cresh 5c72a6dad2 revised concurrent-lookup 2002-05-07 09:48:53 +00:00
cresh a766574fd1 added concurrent-lookup, made some minor changes 2002-05-06 17:15:22 +00:00
cresh 831555ba83 added UDP transportation, made changes in the interface 2002-05-05 18:37:50 +00:00
interp 87e3cb0c84 * removed introduced bug in ESCAPE-URI, happened by removing stringhax.scm
(string-reduce was not fold-right but fold-left)
2002-04-26 10:55:28 +00:00
interp 09dfa74792 minor changes 2002-04-26 08:35:58 +00:00
interp 74961f8bd4 *** empty log message *** 2002-04-25 16:30:14 +00:00
interp de5c5dab30 * this is the source to the ftp-obsolete package
(note a map to ftp:error? is missing as it was not exported up to now)
2002-04-25 09:54:07 +00:00
interp c5eeb471f8 * changed names in ftp client from ftp:... to ftp-...
* added ftp-obsolete package, maps the obsolete names to the new
* added ftp-error? as an exported procedure
2002-04-25 09:52:42 +00:00
interp 2fccbe9b3e * removed global cgi-default-bin-path - now optional parameter
to cgi-handler defaulting to previous value
* remove initialise-request-invariant-cgi-env - now part of
  cgi-handler (is called on procedure call).
  side effect: every cgi-handler has completely its own environment
* docu accordingly updated
* [no change to ftpd.scm; only blank line inserted]
2002-04-25 09:35:18 +00:00
interp 49ac945af4 minor insert 2002-04-25 09:23:55 +00:00
interp d61d187510 * added description of ROOTED-FILE-OR-DIRECTORY-HANDLER
* removed chapter 2.6 (Losing on NextStep)
2002-04-25 09:17:33 +00:00
interp d8025632f7 * adapted to new httpd interface (httpd-options) 2002-04-25 08:10:38 +00:00
cresh 5c424ac160 added dns-inverse-query 2002-04-23 21:42:41 +00:00
interp 1689c545c8 * removed STRING-HAX library from sunet. (now using SRFI 13 & 14 from
scsh)
2002-04-21 18:55:18 +00:00
interp ef253e072a * small update regarding file names in logfile 2002-04-21 17:54:34 +00:00
interp a7e16bed27 * spaces in files are converted to _ (underscore) in logfile (as wuftpd does) 2002-04-21 17:52:46 +00:00
interp 241e5c7a2a removed ping-statement... (sorry) 2002-04-19 15:56:24 +00:00
interp fb0833078b * added file logging like wu-ftpd does 2002-04-19 15:50:06 +00:00
cresh 48a0a95a4a added better multiple answers processing and rr-data-types 2002-04-17 12:12:58 +00:00
cresh 6f9f67f484 complete revision of the PLT-dns-resolver.
it nearly fully implements the rfc1035:
  - resolver-side recursion
  - cache
  - following types: a, ns, cname, hinfo, mx, ptr, soa, txt
  - in-addr.arpa (get hostname by ip)
each dns-lookup returns a dns-message record.
2002-04-15 14:16:02 +00:00
cresh 9b916db28e adjusted dns module to the new dns.scm 2002-04-15 13:53:47 +00:00
interp a9033bfc76 Added docu on CGI server and CGI scripts package. 2002-04-14 17:04:26 +00:00
interp af97738352 added export of HTTP-SYSLOG to HTTPD-CORE 2002-04-14 17:01:19 +00:00