0db253e1a1Add hack for the benefits of ftpds on AFS directories, to enable anonymous-upload directories:
sperber
2004-03-26 13:46:56 +0000
cca616721aFixed some inconsistencies in the documentation of the DNS library.
mainzelm
2004-03-24 20:55:29 +0000
6cf0413f98Export a whole bunch of procedures from the low-level interface of the DNS library.
mainzelm
2004-03-24 20:53:19 +0000
222f5c5052Return 'unsupported-message-type if message type is unknown, return 'unsupported-message-class if message class is unknown.
mainzelm
2004-03-24 20:52:12 +0000
a65a5c5f86Fixed severe bug in WITH-LOCK. Noted by Taylor Campbell
mainzelm
2004-03-16 07:30:14 +0000
f328c0537fIn copy-ascii-port->port, get length of line only after checking for EOF.
mainzelm
2004-02-17 16:07:22 +0000
73f55ffb1bAdd tags target that got lost on the way
interp
2004-02-17 15:07:36 +0000
a65dbd70e4On restart, set the file port to unbuffered mode before seeking to work around scsh limitiation.
mainzelm
2004-02-10 12:27:57 +0000
b7314f87f1+ Use SRFI-37 (arg-fold) for parsing command-line-arguments
eknauel
2004-02-09 08:09:35 +0000
2b27ee6569Use location of script to find web-server root
mainzelm
2004-02-03 14:11:26 +0000
0a7ada489d+ Install example scripts + Use library search path to find SUnet in example scripts + Add option to install without SSAX
mainzelm
2004-02-03 13:51:51 +0000
1fe7ec1e6fMoving SUrflets webserver to top level, adjusting startup scripts and documentation accordingly. Replaced index.html (small & no content) by index2.html.
interp
2004-02-02 17:49:37 +0000
ed74e197eeThe annotation of an address is not put into the URL so URI escaping it is superfluous and wrong.
mainzelm
2004-02-02 17:37:01 +0000
bf44e9d93dAdd generation of load.scm
mainzelm
2004-02-02 10:49:10 +0000
7668a290dcUse Michel's install-lib for installation of SUnet
mainzelm
2004-02-02 10:26:26 +0000
2067f77670Remove surflet-path bug in SURFLET-HANDLER. The surflet-path could be given either explicitly or by options-structure. This introduced an unexpected behavior: the explicitly given surflet-path argument was completely ignored when options were given. Now we accept only one argument to SURFLET-HANDLER that must be an option, like HTTPD does it.
interp
2003-07-18 15:06:53 +0000
0a510b7c76Rename SELECT-MULTIPLE-TRANSFORMER to MULTIPLE-SELECT-TRANSFORMER to make things clearer.
interp
2003-07-15 14:39:55 +0000
3d5a92eb44Renamen MAKE-ADDRESS-CONSTRUCTOR to MAKE-ADDRESS-RECORD to make things clearer.
interp
2003-07-15 14:06:17 +0000
0cfc9491d9Use 'hidden' as internal type of hidden-fields.
interp
2003-07-15 14:05:22 +0000
2ff183fa28Move definition of deprecated MAKE-ANNOTATED-SELECT behind the definition of MAKE-SELECT.
interp
2003-07-14 17:33:37 +0000
b532f8a991Minor change in FIND-IMAGE-BUTTON-COORDINATE.
interp
2003-07-14 09:10:36 +0000
44268c5c4aRemove double definition of MAKE-IMAGE-BUTTON
interp
2003-07-14 08:57:10 +0000
e634526856Some minor changes: + Detach TEXTAREA input field from simple input fields (concerning its setter) and remove WRAP? parameter from make-simple-default-setter + Rename TOLERATE-OLD-SELECT-OPTIONS to SIMPLE-OPTIONS + Deprecate MAKE-ANNOTATED-SELECT; it's not useful anymore + Merge MAKE-SELECT and REALLY-MAKE-SELECT to one function MAKE-SELECT
interp
2003-07-13 20:08:28 +0000
4ff633e5dbAdd test.scm SUrflet to list of selectable SUrflets.
interp
2003-07-13 16:21:53 +0000
347094a62fMinor change in RAW-INPUT-FIELD-VALUE
interp
2003-07-13 14:36:41 +0000
cad4fe21cfMinor change in args of MAKE-INPUT-FIELD-SETTER!
interp
2003-07-13 14:35:33 +0000
4caaa001c7Don't unwrap and rewrap real-input-field in input-field-rule.
interp
2003-07-13 10:22:21 +0000
7e76eac6c8* New packages SURFLETS/INTERNAL-INPUT-FIELDS provides bindings used to define INPUT-FIELD-RULE in surflet-input-fields.scm. * Change imports of SURFLETS/SURFLET-SXML (don't need pre-post-order anymore).
interp
2003-07-11 11:38:28 +0000
7a7fd39f0cUse SXML->LOW-LEVEL-SXML provided by SURFLETS/SXML instead of using PRE-POST-ORDER directly.
interp
2003-07-11 11:34:38 +0000
e71a3581affixed bugs related to invalid nameservers: * added new error signal no-nameserver-given * modified send-receive-message-* functions: - better error handling - timeout/maxtries functionality - try to contact all nameservers, before error is signaled
cresh
2003-07-09 20:45:20 +0000
f972598f59Remove module typed-optionals. We don't need it anymore. Rename function TYPED-OPTONALS to OPTIONALS-FIRST and move its definition to the only module that uses it: sxml.scm Use LET-OPTIONALS instead of OPTIONALS, as it does the job, too, and it ensures that the meaning of an argument depends only on its position and not on the amount of arguments in front of it. This commit removes a pitfall in calls to MAKE-TEXTAREA. Nearly every example SUrflet continues to work unchanged, except of one line in admin-surflets.scm, thus updating it.
interp
2003-07-09 17:18:57 +0000
e43b8bb2fcRewritten OPTIONALS macro with SYNTAX-RULES.
interp
2003-07-08 23:07:37 +0000
3384fdd920Always add COLS and ROWS attributes to TEXTAREA to suffice HTML 4.01
interp
2003-07-08 22:50:21 +0000
c78145dee2small row line up
interp
2003-07-08 21:23:27 +0000
c1d14a06a0Change names in surflet-input-fields.scm, so that they are both short and descriptive and not misleading.
interp
2003-07-08 21:22:06 +0000
477544caaaMerge a LET in upper LET*
interp
2003-07-06 08:58:39 +0000
39f7addaf9Factor out SURFLET-RESPONSE object
interp
2003-07-05 18:13:32 +0000
592baf7c6aminor change in comment layout.
interp
2003-07-04 16:18:19 +0000
d5b14d4ffcLet it be a bit more valid as HTML 4.01 Transitional. Among other things, add HEAD tag, give charset information, add TITLE tag and let it start with the "<!DOCTYPE ...>" declaration.
interp
2003-07-04 14:46:31 +0000
dbd13f24abMinor changes in parse-resolv.conf.
cresh
2003-06-30 10:57:26 +0000
886b8f7dd1Made uri-escaped-chars the complement of alphanum | mark.
mainzelm
2003-06-25 07:49:54 +0000
6c99e3a707Remove image button bug (thanks to Eric Knauel for reporting this): Image buttons return the coordinates where the user clicked à la imgbtn321.x=13&imgbtn321.y=12. Thus, we cannot search for the input-field-name of the image button. To remove this bug, we introduce following changes:
interp
2003-05-22 13:32:49 +0000
69ea6ae13fUse do-html-string-sending in do-html-sending
interp
2003-05-13 14:02:24 +0000