5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 12, 2024 — Sep 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/apache_cookie.c * src/apache_cookie.h Removed in favor of doing cookies through a Tcl interface. More... over 23 years ago
* src/apache_cookie.c More... over 23 years ago
Fixing load_cookies. Slight mistype. More... over 23 years ago
Fixing load_cookies. Slight mistype. More... over 23 years ago
Decrementing here is causing core dumps. Let's not do it. 0-] More... over 23 years ago
Decrementing here is causing core dumps. Let's not do it. 0-] More... over 23 years ago
Forgot to add the command to the index. 0-] More... over 23 years ago
Forgot to add the command to the index. 0-] More... over 23 years ago
Added import_switch_args command. More... over 23 years ago
Added import_switch_args command. More... over 23 years ago
Added delete option to 'cookie' command. More... over 23 years ago
Added delete option to 'cookie' command. More... over 23 years ago
We don't really need to cleanup the CGI variables. Apache will clean them up when it's done with the request. More... over 23 years ago
We don't really need to cleanup the CGI variables. Apache will clean More... over 23 years ago
* src/TclWebapache.c Added a routine to setup the environment variables and mark that they have been set. This will save us from having to reload them all the time. Once they're loaded, they don't load again. More... over 23 years ago
* src/TclWebapache.c More... over 23 years ago
* rivet/init.tcl More... over 23 years ago
* rivet/init.tcl Changed the default error handler to a Tcl proc. More... over 23 years ago
Cleaned up the error handling a little. There was a really nasty bug that if the ErrorScript was defined, it wouldn't actually error out. This had something to do with the header output and flush being before the errorscript was executed. More... over 23 years ago
Cleaned up the error handling a little. There was a really nasty bug More... over 23 years ago
Just some cleanup. More... over 23 years ago
Just some cleanup. More... over 23 years ago
Adding helpers to the buildscripts. More... over 23 years ago
Adding helpers to the buildscripts. More... over 23 years ago
* src/make.tcl More... over 23 years ago
* src/make.tcl * src/TclWebapache.c Cleaned up the remainder of the compiler warnings. Rivet should build cleanly without warnings now. More... over 23 years ago
* src/mod_rivet.c (Rivet_PropagatePerDirConfArrays): Clean up arrayName object after we're done with it. More... over 23 years ago
* src/mod_rivet.c (Rivet_PropagatePerDirConfArrays): Clean up More... over 23 years ago
* src/TclWebapache.c (TclWeb_GetVar): Make sure to compare all of the More... over 23 years ago
* src/TclWebapache.c (TclWeb_GetVar): Make sure to compare all of the variable key. More... over 23 years ago