5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 17 hours ago.
Sep 12, 2024 — Sep 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added two I missed on the first commit. More... almost 24 years ago
Added two I missed on the first commit. More... almost 24 years ago
Changed testing system, breaking tests into smaller files with More... almost 24 years ago
Changed testing system, breaking tests into smaller files with corresponding .ttml files. More... almost 24 years ago
Fixed up apache channel so that buffering is done by Tcl. More... almost 24 years ago
Fixed up apache channel so that buffering is done by Tcl. PR: Obtained from: Submitted by: Reviewed by: More... almost 24 years ago
A few slight changes to the env/cookie stuff. More... almost 24 years ago
A few slight changes to the env/cookie stuff. More... almost 24 years ago
* src/tcl_commands.c More... almost 24 years ago
* src/tcl_commands.c load_env and load_cookies now accept an optional argument of ?arrayName?. More... almost 24 years ago
* src/tcl_commands.c More... almost 24 years ago
* src/tcl_commands.c Renamed a lot of the commands into a standard naming scheme. More... almost 24 years ago
Updated tests to work with new Tcl commands. More... almost 24 years ago
Updated tests to work with new Tcl commands. More... almost 24 years ago
Updated from old variable syntax. More... almost 24 years ago
Updated from old variable syntax. More... almost 24 years ago
* src/tcl_commands.c Cleaned up some more code. Just textual changes. * src/mod_rivet.c Cleaned up some run-over lines and code. * src/mod_rivet.c Changed module signature from "mod_rivet" to "Rivet" * src/tcl_commands.c Changed hgetvars command to load_env command. * src/tcl_command.c Moved loading of cookies to load_cookies command. * src/tcl_command.c Renamed default load_env array from ENVS array to env. * src/tcl_command.c Renamed default load_cookies array from COOKIES to cookies. More... almost 24 years ago
* src/tcl_commands.c More... almost 24 years ago
Updated test to give more meaningful results/comparisons. More... almost 24 years ago
Updated test to give more meaningful results/comparisons. More... almost 24 years ago
Eliminated buffer_add, hputs, hflush, and buffered Tcl commands, More... almost 24 years ago
Eliminated buffer_add, hputs, hflush, and buffered Tcl commands, replacing with puts. PR: Obtained from: Submitted by: Reviewed by: More... almost 24 years ago
Fixed up a return value comparison. More... almost 24 years ago
Fixed up a return value comparison. Fixed up a directory hard wiring in the tests' template. PR: Obtained from: Submitted by: Reviewed by: More... almost 24 years ago
* src/mod_rivet.c (rivet_child_init): Fix loop, pass correct parameter to RIVET_SERVER_CONF. PR: Obtained from: Submitted by: Reviewed by: More... almost 24 years ago
* src/mod_rivet.c (rivet_child_init): Fix loop, pass correct More... almost 24 years ago
Moved all the tcl_command relative stuff to tcl_commands.c More... almost 24 years ago
Moved all the tcl_command relative stuff to tcl_commands.c More... almost 24 years ago
Cast a few things to (int) to get rid of compiler warnings. More... almost 24 years ago
Cast a few things to (int) to get rid of compiler warnings. Added error check of ApacheRequest___Parse. PR: Obtained from: Submitted by: Reviewed by: More... almost 24 years ago