tclhttpd

Check-in [fdef5ebb12]
Login

Check-in [fdef5ebb12]

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

Overview
Comment:*** empty log message ***
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: fdef5ebb1235a653ba654b002a71482e4f2eb096
User & Date: wart 2006-04-27 00:24:58.000
Context
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
Changes
Unified Diff Ignore Whitespace Patch
Changes to ChangeLog.




1
2
3
4
5
6
7




2005-04-09 Colin McCormack <[email protected]>
	* bin/httpd.tcl: changed version number to reflect actual
	version (3.5.2)

2005-02-26 Colin McCormack <[email protected]>
	   * lib/httpd.tcl Fixes per sf bugs 1152183 1152182
	    NotModified can't contain a message body and
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
2005-04-26 Michael Thomas <[email protected]>
        * bin/httpd.tcl:  Don't [fork] if we're in a threaded interpreter
          since [fork] doesn't play well with threads.

2005-04-09 Colin McCormack <[email protected]>
	* bin/httpd.tcl: changed version number to reflect actual
	version (3.5.2)

2005-02-26 Colin McCormack <[email protected]>
	   * lib/httpd.tcl Fixes per sf bugs 1152183 1152182
	    NotModified can't contain a message body and