tclhttpd

Timeline
Login

Timeline

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

50 check-ins occurring around 55b63d988ba667eb.

2015-03-28
09:03
Systematically updated the version number to 4.0.0 check-in: 73b5dda325 user: hypnotoad tags: 4_0
08:33
Folding in Supports8.6 check-in: 88f6a30094 user: hypnotoad tags: 4_0
08:26
Creating a "branch" to maintain our feature set as released in 3.5.1 Leaf check-in: d2a3620b0e user: hypnotoad tags: 3_5_1
08:25
Starting the branch to tclhttpd 4.0 check-in: de06e800ad user: hypnotoad tags: 4_0
08:17
Merged with trunk Closed-Leaf check-in: d5c61ebd08 user: hypnotoad tags: Supports8.6
2014-09-10
12:45
Added support for "-dispatch" option to Url_PrefixInstall. This allows for custom thread dispatchers and per-session threading. Leaf check-in: 16399ebdeb user: clif tags: trunk
2014-08-17
16:06
Added support for config::cget MailServer. That's what's defined in tclhttpd.rc. I think Config(mail) was a previous incarnation of Config. I left that for consistency with older (much older?) systems. check-in: 973cd248ed user: clif tags: trunk
2014-08-14
19:09
Documentation update to reflect changes to behavior that were put in place a long time ago. check-in: 87c43ea178 user: clif tags: trunk
19:08
Documentation update to reflect a flag (-secure) that wasn't in the procedure docs before. check-in: db7e720db5 user: clif tags: trunk
2014-08-08
15:25
Integrating fixes from trunk check-in: a24d5f8916 user: hypnotoad tags: Supports8.6
15:21
(no comment) check-in: c833e75716 user: hypnotoad tags: trunk
15:15
Fix to prevent limit.c from accessing the ->result field in interp. (Which Tcl 8.6 REALLY doesn't like) check-in: 5269e4d34c user: hypnotoad tags: trunk
2014-08-06
03:28
Moved "package require fileutil" from tclhttpd.rc to httpd.tcl. This is where other package requires are done. Tclhttpd.rc is evaluated in a safe interp and can't perform package require. Added namespace import to config.tcl to force the fileutil::tempdir into the Safe interp. check-in: c9f8384938 user: clif tags: trunk
2014-06-03
16:39
Created the pre-8.5 branch Leaf check-in: 28db4bc020 user: hypnotoad tags: SupportsPre8.5
16:10
Fixed limit.c (Was using the old ->result point on the interpreter structure which was removed after 8.5) check-in: 26dada586b user: seandeelywoods tags: Supports8.6
03:49
Fix for [51ace89534] - dirlist fails if dirname contains glob metacharacters check-in: bc52ac2218 user: gwlester tags: trunk
03:36
Fix for [51ace88134] -- /tmp in paths doesn't work for Windows check-in: 89bec73d35 user: gwlester tags: trunk
03:17
Fix for bug [51ace89034] -- Stderr not defined in Thread_Start check-in: 587b12376d user: gwlester tags: trunk
2014-05-11
05:11
Revert added blank lines at the begining of the file. check-in: e050acf0c0 user: gwlester tags: trunk
2014-05-06
18:59
Modified lib/config.tcl to support Tcl 8.5 and 8.6 with a ::SafeFile command instead of "namespace expose". Tested with 8.3, 8.5 and 8.6. Addresses Ticket: 93f9e55b95f1ca1329d9953152869734b1dc477b check-in: fa09d48166 user: clif tags: trunk
2008-05-06
00:18
Quick little hack to add SWF files to the default list of mime.types check-in: 5309652e73 user: eviltwinskippy tags: trunk
00:17
New API that is designed to make integrating objects into Tclhttpd a bit easier. This change adds ::Object_Url [virtual] [object] ?inthread 0? Any urls under virtual are dispatched to the object to handle. The API expects to see a method for the object called httpdMarshallArguments httpdMarshallArguments [suffix] [cgiList] Returns the actual command to execute to provide the url, or {} if the combination of suffix and cgilist to not map to a valid object. check-in: ce2f351756 user: eviltwinskippy tags: trunk
2006-11-09
23:41
auth.tcl - error in processing Config(Auth) - used $password instead of correct $val variable. check-in: 7f0052366b user: coldstore tags: trunk
2006-04-27
00:24
*** empty log message *** check-in: fdef5ebb12 user: wart tags: trunk
00:24
Don't [fork] if we're in a threaded interpreter since [fork] doesn't play well with threads. check-in: 1559a777b3 user: wart tags: trunk
2006-01-27
19:43
System startup script for redhat-based systems such as Fedora Core. check-in: 55b63d988b user: wart tags: trunk
2005-04-08
18:52
bin/httpd.tcl: changed version number to reflect actual version (3.5.2) check-in: ead4305c4d user: coldstore tags: trunk
18:50
Changed version number to reflect the actual (3.5.2) version check-in: a8e1a09f76 user: coldstore tags: trunk
2005-02-26
02:35
lib/httpd.tcl - fixes per sf 1152183 and 1152182 check-in: d55a0047f5 user: coldstore tags: trunk
02:33
Fixes per sf bugs 1152183 1152182 - NotModified can't contain a message body and shouldn't close connection. check-in: 16cd61176d user: coldstore tags: trunk
2005-01-02
03:37
Fixed Cookie_Unset to allow additional arguments, without this you can't unset p ath-restricted cookies. check-in: 80d06ad9d0 user: coldstore tags: trunk
03:36
Fixed Cookie_Unset to allow additional arguments, without this you can't unset path-restricted cookies. check-in: a0efa09c36 user: coldstore tags: trunk
03:02
lib/cookie.tcl Cookie_Unset - was using 'name' instead of '$name' to remove cookies. check-in: 02aa6fc0e3 user: coldstore tags: trunk
2004-12-11
13:22
patched Doc_GetPath to use [file normalize], as per sourceforge bug #1083423 check-in: 787d929942 user: coldstore tags: trunk
2004-11-27
03:08
renamed custom/dodirs.tcl to custom/zzzdodirs.tcl to force directory load after file load in custom library check-in: 2fd862ac19 user: coldstore tags: trunk
03:06
renamed dodirs.tcl to zzzdodirs.tcl check-in: 9232005840 user: coldstore tags: trunk
2004-11-20
07:10
Export DirectRespond as Direct_Respond check-in: e2e1e54f6a user: coldstore tags: trunk
2004-11-08
03:13
*** empty log message *** check-in: 32f5b9bb30 user: wart tags: trunk
03:10
Obey the --libdir configure switch when looking for tclConfig.sh. check-in: 06d6eb84fc user: wart tags: trunk
2004-10-28
23:18
*** empty log message *** check-in: b688372a20 user: wart tags: trunk
23:18
Add /usr/lib64 to list of directories where tclConfig.sh might be located. check-in: 176df2f41f user: wart tags: trunk
22:10
Exit with an error if -daemon is used and neither tclx nor expect are available. check-in: 70eada7b66 user: wart tags: trunk
20:49
*** empty log message *** check-in: 9d9908d6ef user: wart tags: trunk
20:49
Allow forking into the background if either one of Tclx or Expect are available. check-in: 221c617dad user: wart tags: trunk
20:23
*** empty log message *** check-in: e445695721 user: wart tags: trunk
20:21
tclhttpd.spec check-in: faca00c885 user: wart tags: trunk
2004-10-22
10:31
Removed redundant argument from Template_Try check-in: 350ed8fa26 user: coldstore tags: trunk
08:33
fixed accidental checkin - partial update check-in: a91059552c user: coldstore tags: trunk
08:32
removed redundant prefix arg from Template_Try check-in: 1f91af587a user: coldstore tags: trunk
03:43
Added braces around [if] conditionals for speed check-in: bd3f48d84c user: coldstore tags: trunk