Commit Graph

941 Commits

Author SHA1 Message Date
sperber ffa411bd78 Rework. 2002-08-21 15:15:48 +00:00
sperber e8f82bc547 Obsolete. 2002-08-21 14:56:15 +00:00
sperber bb4d6c43a9 Various reorganizations.
Convert to report document class.
2002-08-21 14:52:34 +00:00
sperber ed74bc29c1 New abstract. 2002-08-21 14:18:02 +00:00
sperber 6e24c051cd Basic LaTeX cleanup.
Basic tex2page support.
AUC-TeX annotations.
2002-08-21 13:35:41 +00:00
cresh efab1a3161 concurrent lookup changes 2002-07-23 08:48:47 +00:00
cresh 17a3dac645 minor bugfixes in concurrent lookup & error handling 2002-07-08 09:13:56 +00:00
cresh 470c2fbab3 IPs are now 32bit integer internet addresses,
changed the API for concurrent-lookup,
revised the documentation
2002-07-07 17:43:32 +00:00
sperber 27ff0f4326 Cleaned up a bunch of log messages. 2002-06-27 08:27:18 +00:00
sperber d7a148a2a5 Turn off port buffering, thereby making Microsoft Windows Internet
Explorer work.
2002-06-27 08:11:48 +00:00
cresh 57915d3e16 added more documentation 2002-06-25 09:11:45 +00:00
sperber 0d70f66dd7 Revert to old representation of HTTP-URL:PATH. 2002-06-08 15:29:29 +00:00
sperber f9ae24b133 Contents are now in packages.scm. 2002-06-08 15:09:27 +00:00
sperber 1171926f1e Cleaned-up package definitions for new subdirectory layout. 2002-06-08 15:08:31 +00:00
sperber 7d3c1ddf6f Moved to ftpd subdirectory. 2002-06-08 15:07:55 +00:00
sperber 3a166202d8 Moved from top-level directory. 2002-06-08 15:07:01 +00:00
sperber 7e137b2ce6 Moved to lib subdirectory. 2002-06-08 15:06:19 +00:00
interp f82499bf71 removed superfluous char-set:whitespace in call to string-trim 2002-05-30 14:07:30 +00:00
interp cacca61a29 adjusted names in Makefile to new structure 2002-05-30 14:05:52 +00:00
interp a8a06a1337 minor correction 2002-05-27 13:57:18 +00:00
interp 813f0ee4eb removed (old) 2002-05-27 06:41:45 +00:00
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