Timeline

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

50 ancestors of 580e4ecaff855127

2014-11-05
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