Timeline

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

50 ancestors of 6d8f63011ed67fc2

2011-06-24
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-14
13:45
Improved upload support to not require looking for EOF if content-length is provided check-in: 65c26befb0 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
23:06
Fixed parsing error check-in: 91ed5a77fe user: rkeene tags: trunk
2011-05-18
00:48
Added internal examples check-in: c91a2dbc7c user: rkeene tags: trunk
2010-03-06
22:57
Corrected issue with Tcl parser check-in: 3d9820faef 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
21:10
Made ::rivet::reset reset all of rivet check-in: 88e46bf0b5 user: rkeene tags: trunk
07:54
Disabled compression on kits, to improve performance check-in: ce8ff2227f 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
17:59
Fixed issue with rivet parser and literal "?" in script check-in: 89642f8e24 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:52
Updated build process to remove buildinfo dir check-in: 8d8189627d user: rkeene tags: trunk
17:50
Corrected typo check-in: 0e15152b2c 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:46
Fixed issue with rivet_puts not writing data to the socket after the buffer is filled check-in: 957e6e8d99 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
21:43
Updated SCRIPT_NAME processing to be more robust check-in: ca64ffd49d user: rkeene tags: trunk
19:34
Added more HTTP variables in server mode, and in CGI mode check-in: e85fd3ebe5 user: rkeene tags: trunk
05:31
Updated --help output to fit in an 80-char wide terminal check-in: fe47fe8418 user: rkeene tags: trunk
05:21
Minor cleanup check-in: 87ceb52d62 user: rkeene tags: trunk
05:15
Updated to copy some environment variables directly to children check-in: 173e8c337b user: rkeene tags: trunk
03:58
Minor documentation update check-in: 0931f26e89 user: rkeene tags: trunk
03:54
Updated to cleanup zombies check-in: 48687199ba user: rkeene tags: trunk
03:51
Fixed package load order check-in: c082fc40d8 user: rkeene tags: trunk
03:46
Added note about standalone HTTP server to README check-in: 92057887b6 user: rkeene tags: trunk
03:42
Added daemonizing code check-in: 2787df7246 user: rkeene tags: trunk
03:34
Fixed issue with error logging disabled check-in: ce6847e6d9 user: rkeene tags: trunk
03:33
Added better logging to starkit-rivet server component check-in: 9834c5fff4 user: rkeene tags: trunk
02:53
Updated server component significantly (no longer requires dup2()) check-in: 268b2475c9 user: rkeene tags: trunk
02:21
Fixed bug in starkit-rivet server mode where spawned clients would enter the listening event loop check-in: e08375e4aa user: rkeene tags: trunk
01:47
Updated to use content length for POST requests, if possible check-in: 8b90817d0e user: rkeene tags: trunk