tclhttpd

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 descendants of a6c57e44905099c8

1999-10-26
01:28
Added optional debug log check-in: 54d82e4f9c user: welch tags: trunk
01:24
Fixed infinite loop that can occur if EOF occurs while reading post data check-in: 71fcdac7ab user: welch tags: trunk
1999-10-25
23:07
Removed unnecessary, and incorrect, Log call check-in: c0f3591520 user: welch tags: trunk
1999-10-15
17:45
Updated for 2.3.2 check-in: bad6b940d6 user: welch tags: trunk, rel-2-3-2
17:37
Updated to 2.3.2 check-in: f8696c2251 user: welch tags: trunk
17:36
Fixed use of file mtime to work better on Macintosh, which has negative file times. check-in: b4bc8d728b user: welch tags: trunk
17:33
Fixed use of mime.types for Macintosh Added HttpdCookieLog check-in: af9c2c9d02 user: welch tags: trunk
17:31
Fixed duplicate-issue-cookie bug! Cookies returned by .tml files were being given out twice. check-in: cfc6063747 user: welch tags: trunk
1999-10-12
22:28
Fixed use of UrlCache when there is query data check-in: 1058683581 user: welch tags: trunk
1999-10-07
05:00
Changed weird <hr> in status display to <img> tags check-in: 8a527e328f user: welch tags: trunk
1999-10-06
03:44
2.3.1 check-in: 98fb170faa user: welch tags: trunk
03:38
Bumped to 2.3.1 check-in: 59533dc718 user: welch tags: trunk, tclhttpd-2-3-1
1999-10-05
23:58
Fixed Url_PrefixInstall so it can handle Urls with regexp special characters. check-in: 0c3ff80018 user: welch tags: trunk
21:16
Added Httpd_PostDataSize so you can see if there is any pending post data. Turned off the socket read handler before calling Url_Dispatch so document handlers don't have to worry about the socket. check-in: 5f46a72ffa user: welch tags: trunk
21:14
Fixed a bug where errors in document handlers would cause the document handler to be run twice, once from the entry in the UrlCache array, and one through the URL prefix dispatch. check-in: 6f8656c6ef user: welch tags: trunk
21:13
Fixed DocTemplate in two ways. First, templates can both set cookies with Doc_SetCookie and cause redirects with Doc_Redirect. Second, it deals correctly with pending post data so document templates do not have to use Httpd_GetPostData. check-in: fd03d198b4 user: welch tags: trunk
18:56
PostData bug fix check-in: a83aa98a19 user: welch tags: trunk
18:42
2.3.0 release Mainly changed the way post data is handled check-in: 70041e2166 user: welch tags: trunk
18:41
2.3.0 release Merged template.tcl into htmlutils.tcl check-in: 6142ed1857 user: welch tags: trunk
18:41
2.3.0 release check-in: 1334e939eb user: welch tags: trunk
1999-09-22
15:05
Made this work on Windows as well as UNIX. check-in: a78afd360a user: welch tags: trunk
15:05
Cleaned up QueryDecode procedures, and made them understand the new post data handling protocol. check-in: ef25c3080d user: welch tags: trunk
15:03
Added mime time for .xtcl files check-in: 705dcb9eaa user: welch tags: trunk
15:03
Changed /echo to use a <table> instead of a <dl> check-in: a28609a992 user: welch tags: trunk
15:02
Fixed CGI to work with new post data protocol. check-in: 6f39a66721 user: welch tags: trunk
15:02
Changed handling of post data so it isn't read all automatically. Added Httpd_GetPostData and Httpd_GetPostChannel check-in: 78d419d1c8 user: welch tags: trunk
1999-09-16
00:44
Added Url_PrefixRemove check-in: ecbc004dc9 user: welch tags: trunk
00:43
Added -nocase to regsub for wish to "name of executable" check-in: 7026bfefd0 user: welch tags: trunk
00:42
Added defense against unknown group specifier. check-in: 21a4aebe46 user: welch tags: trunk
1999-08-25
23:47
Fixed Httpd_Redirect so it works with keep-alives. Fixed Url_PathCheck so it doesn't ignore "empty" path components, which had a buggy interaction with Auth_Check and URLS like /a/b/c/ check-in: 64707007b4 user: welch tags: trunk
1999-08-18
21:29
Add error message during startup loading of redirect file check-in: ab696c2374 user: welch tags: trunk
20:42
Fixed Doc_Cookie to support multiple cookie values for the same key check-in: 98b2e54c51 user: welch tags: trunk
20:42
Added test for TclX uid command instead of setuid extension check-in: 1710cd1bde user: welch tags: trunk
1999-08-12
22:45
Fixing use of Cgi_SetEnv so it affects global env array check-in: 377655b387 user: welch tags: trunk, scriptics-tclpro-1-3-0
00:03
Added Doc_Redirect and added cookie support to direct URLs check-in: 4cc028ef37 user: welch tags: trunk
1999-07-07
20:23
changed tcl_platform(iswrapped) to tcl_platform(isWrapped) check-in: 7db3a98684 user: hershey tags: trunk, scriptics-tclpro-1-3-b3, scriptics-tclpro-1-3-b4
20:19
Cleanup of #! lines to be generic "tclsh8.0" check-in: a377ea8582 user: welch tags: trunk
20:19
Updated for 2.2.1 release check-in: 5271dd9320 user: welch tags: trunk
19:57
Fixed CGI and page environment settings to deal with Doc_AddRoot and ~user URLs - ones that are not under the main root. Also PATH_TRANSLATED had been completly wrong. check-in: a58e2547d7 user: welch tags: trunk
19:56
Added HTDIG man page check-in: 4235652574 user: welch tags: trunk
19:56
Added useful form module that helps to create self-posting forms check-in: 167753b08f user: welch tags: trunk
19:55
Fixed #! line to be generic tclsh check-in: 7ef2bc29c9 user: welch tags: trunk
19:55
Added simple GUI on top of crypt function check-in: 97e1e77e2a user: welch tags: trunk
1999-07-02
19:11
Added this ancient file check-in: 5c92a79e0b user: welch tags: trunk
19:11
Fixed bug check-in: 6732f3294d user: welch tags: trunk
19:09
Bumped to 2.2.1 check-in: 4de8d9a6c5 user: welch tags: trunk
1999-06-22
00:06
Added TclHttpd book chapter check-in: 09d1524ab2 user: welch tags: trunk
1999-06-18
19:25
Improved formatting of environment check-in: 1add28d304 user: welch tags: trunk
19:25
Added environment information check-in: b39cb55a0d user: welch tags: trunk
19:13
Updated to 2.2 check-in: 861dac9777 user: welch tags: trunk
19:13
Added .htaccess and .tclassess files to the distribution check-in: a6c57e4490 user: welch tags: trunk