interp
|
bd613946d0
|
+ CASE-RETURNED-VIA from mainzelm added
+ RETURNED-VIA alias for RETURNED-VIA? added
|
2003-03-03 10:27:49 +00:00 |
interp
|
98f0da38c6
|
Add MAKE-ANNOTATED-ADDRESS that creates string-annotated return-addresses
|
2003-02-28 08:22:29 +00:00 |
sperber
|
b2884b22e2
|
Don't close the data connection upon errors.
|
2003-02-27 13:33:15 +00:00 |
sperber
|
118bc545b1
|
Make sure we close the data connection upon an error.
|
2003-02-27 10:53:24 +00:00 |
sperber
|
3405ab31ed
|
"occured" -> "occurred"
|
2003-02-27 09:02:10 +00:00 |
sperber
|
ee5aba4cf5
|
Fix reply generation for data transfer errors and aborts.
|
2003-02-27 09:01:45 +00:00 |
mainzelm
|
7f81f8bed9
|
+ Use a port buffer of 4096 bytes for the socket's output port.
+ Comment why we cannot do the same for input.
|
2003-02-26 18:03:40 +00:00 |
mainzelm
|
e3d252c370
|
Use a port buffer of 4096 bytes when reading the CGI script's output
and copy 4094 bytes at once from this buffer to output port.
|
2003-02-26 18:02:14 +00:00 |
mainzelm
|
4923286d96
|
Let FORM-QUERY return '() if the query string is #f.
|
2003-02-26 15:55:22 +00:00 |
interp
|
d5dcbace37
|
Log a single dash (`-') if referer or user-agent header is missing/unknown
|
2003-02-25 17:36:36 +00:00 |
interp
|
862dd31c88
|
Correct self links & restructure a bit.
|
2003-02-21 09:50:49 +00:00 |
interp
|
9a6b262637
|
Correct self links.
|
2003-02-21 09:49:35 +00:00 |
mainzelm
|
ef3a8af150
|
Added httpd-options-post-bind-thunk.
|
2003-02-20 17:52:27 +00:00 |
mainzelm
|
1b0b3f5690
|
Directory handlers now have a default option.
|
2003-02-20 16:37:11 +00:00 |
mainzelm
|
bc6324e252
|
Generate a pair of status and text if the CGI script failed to provide
the "Status" header.
|
2003-02-20 08:57:59 +00:00 |
interp
|
e6e4ea0f1a
|
use INPUT-FIELD-VALUE for check-box
|
2003-02-19 18:48:24 +00:00 |
interp
|
ca7e42cfa0
|
use scheme-with-scsh where appropriate.
|
2003-02-19 18:47:04 +00:00 |
interp
|
945b4a2ade
|
failsafe if "which" is not executable.
|
2003-02-19 18:45:57 +00:00 |
interp
|
2d7a37f060
|
unify dispatcher: RETURNED-VIA? accepts now input-fields as well as return-addresses.
|
2003-02-19 18:42:45 +00:00 |
interp
|
bd26da7497
|
remove debug output
|
2003-02-19 18:34:48 +00:00 |
interp
|
bf070b1036
|
use 'convert' to create PNG profiling chart.
|
2003-02-19 18:26:10 +00:00 |
mainzelm
|
2ff86dd73b
|
Adaption to parameter change in socket-address->fqdn.
|
2003-02-19 17:40:48 +00:00 |
mainzelm
|
8111eddf82
|
Fix broken call to map in lookup-optional-args.
|
2003-02-19 17:37:35 +00:00 |
interp
|
da98c4b78c
|
factor out GET-HEADER
|
2003-02-19 17:05:16 +00:00 |
mainzelm
|
a1f3d72ce8
|
Fixed \defun for pop3-quit.
|
2003-02-19 09:43:46 +00:00 |
interp
|
71650fbb41
|
catch every condition only for load-config et al.; otherwise catch only errors.
|
2003-02-19 09:43:29 +00:00 |
sperber
|
c48ab741a7
|
Call scsh with "+lpsd -ll" instead of "-lm."
|
2003-02-17 15:46:45 +00:00 |
interp
|
a767f7b84b
|
Correct self-links.
|
2003-02-17 10:10:26 +00:00 |
interp
|
21f62d5d8e
|
+ REQUEST object extended for SUrflets by INPUT-PORT
+ SURFLET-REQUESTs used in SUrflets
+ Use MAKE-INPUT-RESPONSE to generate SUrflet responses
|
2003-02-17 10:09:24 +00:00 |
interp
|
bf937b2e74
|
WITH-LOGFILE was renamed to WITH-LOG-FILE
|
2003-02-17 09:52:21 +00:00 |
interp
|
ade0a8391f
|
+ remove standard options from file handlers
+ remove superfluous comment
|
2003-02-17 09:08:27 +00:00 |
interp
|
0823675325
|
ignore .idx files
|
2003-02-17 09:05:15 +00:00 |
sperber
|
001c86f6d2
|
Fix condition handling in HANDLE-COMMAND.
|
2003-02-14 15:58:17 +00:00 |
mainzelm
|
4c2a10f0ff
|
Removed section "Host Names"
|
2003-02-10 13:14:06 +00:00 |
mainzelm
|
0b8c33af3f
|
Removed fqdn? and unqualified-hostname
|
2003-02-10 13:13:26 +00:00 |
mainzelm
|
35efb036af
|
name -> IP-string
|
2003-02-10 12:46:21 +00:00 |
mainzelm
|
e75388ad14
|
Adapted documentation for ips.
|
2003-02-10 12:38:40 +00:00 |
mainzelm
|
45223c1d81
|
Created structure ips for ip-string related procedures.
|
2003-02-10 12:30:43 +00:00 |
sperber
|
0e7152b68b
|
Finally fix MAKE-HOST-NAME-HANDLER to the point where it works and has
been tested.
|
2003-02-10 12:02:11 +00:00 |
mainzelm
|
183cf60bb7
|
Make resolve.conf-parse-error a condition.
|
2003-02-10 10:48:46 +00:00 |
mainzelm
|
ceb481fc10
|
Ignore *.png
|
2003-02-10 10:46:53 +00:00 |
mainzelm
|
1503017988
|
Removed system-fqdn from sunet-utilities and internet-address->fqdn from dns.
|
2003-02-10 10:44:59 +00:00 |
mainzelm
|
090a91be0e
|
+ More on introduction
+ Removed many \oops
|
2003-02-10 09:56:21 +00:00 |
mainzelm
|
2bb48917a2
|
Minor changes.
|
2003-02-10 08:10:17 +00:00 |
mainzelm
|
e2697605f6
|
+ rr-X -> resource-record-X
+ removed separate cache mapping IPs to FQDNs
|
2003-02-10 08:04:17 +00:00 |
mainzelm
|
a4f7e6f337
|
Most of Mike's corrections.
|
2003-02-07 17:21:23 +00:00 |
sperber
|
44322977fc
|
Add HTTPD-INPUT-RESPONSE response values.
|
2003-02-06 15:05:15 +00:00 |
mainzelm
|
f99dbe3b99
|
Imported css.t2p from tex2page 4q7d
|
2003-01-31 13:00:27 +00:00 |
sperber
|
1824b062d3
|
Remove abstract.
|
2003-01-30 16:11:21 +00:00 |
sperber
|
d027d399c3
|
Minor grammar fixes.
|
2003-01-30 16:10:40 +00:00 |