Timeline

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

18 descendants and 50 ancestors of 7511bc25620ab6c66756a2fd82ac274f0a7931b1

2019-02-20
15:33
Created a tool to create a static page from a rivet page Leaf check-in: e8b70552ee user: rkeene tags: trunk
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
RivetCGI 0.5.1.8 check-in: 3ccd8ac071 user: rkeene tags: 0.5.1.8, trunk
02:54
Ensure environment is preserved check-in: 2a2001a67e user: rkeene tags: trunk
2017-12-29
04:08
Minor expr cleanup check-in: ab947cc1c3 user: rkeene tags: trunk
2015-05-23
01:59
Updated to return a 500 error when we generate a rivet_error check-in: 65bf739985 user: rkeene tags: trunk
01:48
Updated so that logging works with threads correctly check-in: d1dc76a920 user: rkeene tags: trunk
2015-04-06
17:35
Added proc-wrappers so global variables aren't passed through Leaf check-in: 8e3b0a8451 user: rkeene tags: proc-wrapper
2014-11-05
19:09
rivetcgi 0.5.1.7 check-in: e81ec0430d user: rkeene tags: 0.5.1.7, trunk
19:03
Updated to terminate without flushing in flat mode check-in: 83adf92eb7 user: rkeene tags: trunk
16:41
rivetcgi 0.5.1.6 check-in: 580e4ecaff user: rkeene tags: 0.5.1.6, trunk
16:40
Fixed bug with redirects in standalone server mode check-in: 311a223fc7 user: rkeene tags: trunk
2014-11-04
23:39
rivetcgi 0.5.1.5 check-in: d545ab71bf user: rkeene tags: 0.5.1.5, trunk
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:04
rivetcgi 0.5.1.2 check-in: 353e897c9f user: rkeene tags: 0.5.1.2, 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:19
RivetCGI 0.5.1 series (version bump to account for difference in version control system) check-in: fac81abf45 user: rkeene tags: trunk
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
2012-10-08
13:55
Further clarified Apache 2.x installation instructions check-in: a319dcaebc user: rkeene tags: trunk
13:49
Updated instructions on installing for Apache 2.x Fixed to link rivet.cgi with libtcl8.5 check-in: 4445007818 user: rkeene tags: trunk
2012-10-06
15:15
Corrected librivetparser "build" and "install" scripts to look harder for tclConfig.sh check-in: 8204a54bd9 user: rkeene tags: trunk
15:07
Fixed issue with errors always being reported as lacking Tclx check-in: ba7953c7c1 user: rkeene tags: trunk
2012-05-12
18:22
Updated ignores check-in: 4f298b4068 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-08
13:42
Updated to try hardre to compile librivetparser check-in: 24c1357b4e user: rkeene tags: trunk
13:12
Updated to include source for compiled Rivet parser (untested) check-in: ac5f782e14 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
13:43
Corrected typo check-in: ee3526d1bc user: rkeene tags: trunk
00:52
Updated to send all headers using a single header mechanism check-in: d4dede5804 user: rkeene tags: trunk
2011-06-26
18:23
Simplified rivet_puts to use rivet_flush check-in: 181887c4ce 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
20:59
Added more test files to test check-in: 6c4382b852 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-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