Timeline

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

50 most recent check-ins that include changes to files matching 'rivet-starkit/*'

2018-04-28
04:04
Need to also set baseEnvironment for threads check-in: 2a85db2588 user: rkeene tags: trunk
04:03
More fix ups for logging from threads check-in: ee6bad0d84 user: rkeene tags: trunk
03:10
Fixed logging when using fork check-in: 379773cfa6 user: rkeene tags: trunk
02:54
Ensure environment is preserved check-in: 2a2001a67e user: rkeene tags: trunk
2015-05-23
01:48
Updated so that logging works with threads correctly check-in: d1dc76a920 user: rkeene tags: trunk
2014-11-05
19:03
Updated to terminate without flushing in flat mode check-in: 83adf92eb7 user: rkeene tags: trunk
2014-11-04
23:20
rivetcgi 0.5.1.4 check-in: 3038f5cae3 user: rkeene tags: 0.5.1.4, trunk
23:08
rivetcg 0.5.1.3 check-in: cb723c8627 user: rkeene tags: trunk
23:01
Updated to exit by destroying the interp if exit is called check-in: 7511bc2562 user: rkeene tags: trunk
2014-10-04
15:45
Started work on cleanup of basic things check-in: 86846f07bc user: rkeene tags: cleanup-basics
2014-10-02
20:23
Updated to set auto_path in newly created threads check-in: cb84926aca user: rkeene tags: trunk
2014-07-01
20:17
Updated to perform a limited form of canonicalization check-in: e249edd4ab user: rkeene tags: trunk
2013-08-09
18:24
Updated to supply certificate information, if available check-in: e100b509bb user: rkeene tags: trunk
2011-11-22
11:07
Updated to use centralized function for logging in Rivet/Starkit check-in: 361a6aeaca user: rkeene tags: trunk
2011-07-01
11:53
Updated to read configuration file correctly Updated to normalize paths relative to starkit/starpack check-in: 3ed8ae2b4b user: rkeene tags: trunk
11:15
Fixed configuration file to work with starkits as well as starpacks check-in: 81539be14a user: rkeene tags: trunk
11:13
Minor updates check-in: 94a516cf73 user: rkeene tags: trunk
11:02
Updated to only display errors on TCL_ERROR check-in: b9793d3447 user: rkeene tags: trunk
10:47
Updated to catch all errors in a request Updated to support reading a conf file in server mode check-in: 4fd943d1aa user: rkeene tags: trunk
2011-06-27
00:52
Updated to send all headers using a single header mechanism check-in: d4dede5804 user: rkeene tags: trunk
2011-06-25
14:58
Updated to correctly compute SCRIPT_NAME check-in: 833a5b0533 user: rkeene tags: trunk
12:07
Fixed bug in keep-alive support where errors would return Connection: close but then not close the connection check-in: 5acb86f46d user: rkeene tags: trunk
2011-06-24
21:07
Removed debugging output to errorlog check-in: de3fdb8060 user: rkeene tags: trunk
21:03
Added HTTP keep-alive support (slightly tested) check-in: 7a29385e38 user: rkeene tags: trunk
18:56
Updated to support requesting a certificate and setting the verification status in env(SSL_CLIENT_VERIFY) check-in: 6d8f63011e user: rkeene tags: trunk
2011-06-22
22:50
Updated to propogate auto_path to created interpreters check-in: ded8851b04 user: rkeene tags: trunk
2011-06-12
21:07
Updated to correctly handle requests with no headers check-in: 6d69837cca user: rkeene tags: trunk
2011-05-20
23:07
Added basic upload support Moved private procedures into rivet namespace check-in: 5f5005e0b0 user: rkeene tags: trunk
2010-02-17
16:56
Added support for setting SSL CGI environment variables check-in: c017797487 user: rkeene tags: trunk
2010-01-13
03:06
Added TLS support check-in: 5858c585b3 user: rkeene tags: trunk
2009-10-06
20:34
Updated to disable threads if maxthreads is specified as 0 Updated to do copies in the foreground (bg copies broken?) check-in: 085eb4c5c8 user: rkeene tags: trunk
2009-04-27
23:21
Updated Rivet starkit to only do "fcopy" inside the event loop if a new interpreter is requested. check-in: 99898778bb user: rkeene tags: trunk
23:13
Added a --maxthreads option check-in: e534d82216 user: rkeene tags: trunk
21:16
Added Thread support for standalone mode of Rivet-Starkit check-in: 56b1190a30 user: rkeene tags: trunk
2009-04-20
18:01
Added explict checks for Win32 and updated to not try to fork on it, since it will never work. check-in: 37649833f3 user: rkeene tags: trunk
2009-04-15
20:19
Fixed bug in recent switch to rivet2starkit requiring the first argument to be a Tclkit Updated standalone single threaded HTTP server to use fcopy in the event loop to copy static files so requests can be served while sending static files. check-in: ab834b7821 user: rkeene tags: trunk
17:45
Updated rivet2starkit to require a tclkit argument check-in: cfa3de117b user: rkeene tags: trunk
07:22
Updated Server fork() mode to close master socket before processing client data check-in: e18cc07e71 user: rkeene tags: trunk
2009-04-14
23:56
Removed extraneous "update" calls (now left up to the application to cleanup) check-in: dc54a28437 user: rkeene tags: trunk
23:38
Added update idletasks to rivet starkit mode immediately after finishing parsing a rivet page check-in: a9534241c4 user: rkeene tags: trunk
23:24
Updated Rivet parser to only create interpreters if a Rivet page is being parsed (single threaded/events mode) check-in: db8d3de31d user: rkeene tags: trunk
09:49
Unified socket cleanup code between processes(fork)/events Added reaping of children if forking check-in: bd09ca36ce user: rkeene tags: trunk
09:13
Updated Rivet to catch errors closing and copying to the target. check-in: ca0db367b0 user: rkeene tags: trunk
06:09
Removed redundant update check-in: 675b2bc561 user: rkeene tags: trunk
2009-04-13
23:28
Added Win32 support to Rivet-starkit (it even seems to work!) check-in: 034be83890 user: rkeene tags: trunk
23:03
Updated rivet to only process idletasks for an interpreter before destroying it check-in: a461a258f3 user: rkeene tags: trunk
22:32
Added support for running in server mode where [fork] is unavailable, this makes Tclx an optional package and Win32 support available Added HTTP_REFERER environment variable support check-in: a394afff01 user: rkeene tags: trunk
2009-04-12
22:36
Removed extraneous information in debugging output check-in: 7b385b2ff4 user: rkeene tags: trunk
22:22
Yet more work on making SCRIPT_NAME processing work correctly. check-in: d950739c04 user: rkeene tags: trunk
22:03
More work on making SCRIPT_NAME processing work in all cases. check-in: 6b727e3b24 user: rkeene tags: trunk