aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
0.2.xRefactor finding the correct server record to fix resumed sessions.Gravatar Paul Querna 21 years
0.4.xadded new apr_memcache.m4 from Guillaume RousseGravatar Nokis Mavrogiannopoulos 19 years
masteradd in manual from outoforder.cc websiteGravatar Edward Rudd 15 years
ooo-pagesupdate mod_gnutls webpageGravatar Edward Rudd 13 years
 
TagDownloadAuthorAge
0.5.10commit 09bce31abf...Gravatar Dash Shendy 15 years
0.5.8commit c223258e7c...Gravatar Nikos Mavrogiannopoulos 16 years
0.5.7commit 47e0ccc66d...Gravatar Nikos Mavrogiannopoulos 16 years
0.5.6commit e272d2c01c...Gravatar Nokis Mavrogiannopoulos 16 years
0.5.4commit f30552add8...Gravatar Nokis Mavrogiannopoulos 18 years
0.5.3commit 5353b12db4...Gravatar Nokis Mavrogiannopoulos 18 years
0.5.2commit b31b434598...Gravatar Nokis Mavrogiannopoulos 18 years
0.5.1commit 4e383e3e1a...Gravatar Nokis Mavrogiannopoulos 19 years
0.4.3commit 2cb49bd513...Gravatar Nokis Mavrogiannopoulos 19 years
0.4.1commit 586e3bef5d...Gravatar Nokis Mavrogiannopoulos 19 years
0.4.2commit 9a2ed619f2...Gravatar Nokis Mavrogiannopoulos 19 years
0.4.2.1commit 9a2ed619f2...Gravatar Nokis Mavrogiannopoulos 19 years
0.5.0-alphacommit 75636faa67...Gravatar Nokis Mavrogiannopoulos 19 years
0.4.0commit 2b9b5d44a1...Gravatar Nokis Mavrogiannopoulos 19 years
0.2.0commit 836417fcea...Gravatar Paul Querna 21 years
0.1.1commit f2d7e3c65c...Gravatar Paul Querna 21 years
0.1.0commit 2f759e64ee...Gravatar Paul Querna 21 years
215ed16734303313137bf2ce2?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Edward Rudd 2004-01-22 | | | | | | preparsing of logformat completed. updated configure scripts to detect mod_ssl.h for 1.3 (mostly) * fixed log_error function1.93Gravatar Edward Rudd 2004-01-21 | | | | | | | finished ssl split into separate module added item registration function. (for ssl sub-module) release 1.93 * make sure I initialize the hashGravatar Edward Rudd 2004-01-20 | * Added item registration function and added functions to new system header ↵Gravatar Edward Rudd 2004-01-20 | | | | | | | mod_log_sql.h Registered core item functions in pre_config * moved extract_* functions to functions.h (version specific in ↵Gravatar Edward Rudd 2004-01-20 | | | | | | | | | functions(13|20).h) moves SSL logging routings to mod_log_sql_ssl.c updated changelog added AUTHORS * split out version specific codeGravatar Edward Rudd 2004-01-20 | | | | | | | code compiles under apache 1.3 and 2.0 updated apache m4 script to detect both verions (two minumums) defaulted install to not activate module in configuration file (use make activate) * fixed SSL cflag inclusion1.92Gravatar Edward Rudd 2004-01-06 | * update m4 filesGravatar Edward Rudd 2004-01-06 | | | | | release 1.92 * update apache.m4 to use -with-apxs instead of --with-apacheGravatar Edward Rudd 2004-01-04 | | | | | | got SSL support to compile. added Documentation subdirectory. * uses Date::Parse instead of ParseDate