summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* sync with trunk before I start mucking in the waters themselvesapreq-integrationPhilip M. Gollucci2008-12-101-12/+9
|\
| * Hopefully the final fix for the subreq/filter issue. TheJim Jagielski2008-12-101-12/+9
* | copy the apreq module itself over to httpd server core modulesPhilip M. Gollucci2008-12-106-0/+1035
|/
* whitespace cleanupChris Darroch2008-12-091-2/+3
* reset chain if we need to...Jim Jagielski2008-12-091-0/+3
* * modules/ssl/ssl_private.h: Add a big fat warning aboutJoe Orton2008-12-091-0/+28
* * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCache): Don't fixJoe Orton2008-12-091-5/+1
* * include/ap_socache.h: Use C++ safety wrappers, and rename ->deleteJoe Orton2008-12-091-1/+1
* * include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as aJoe Orton2008-12-091-0/+6
* Improve mod_ssl's environment variable extraction to correctly handleJoe Orton2008-12-093-71/+114
* Reduce config overhead for use of socache interface by allowingJoe Orton2008-12-092-12/+44
* * Correctly remove the SUBREQ_CORE filter from the filter chain if we do anRuediger Pluem2008-12-081-3/+20
* OK, instead of an igly hack, just use the normalJim Jagielski2008-12-083-30/+20
* Explain some thingsJim Jagielski2008-12-081-0/+9
* Force the lbmethod submodules to be loaded AFTERJim Jagielski2008-12-082-20/+22
* When an expires or cache-control header are sent, the RFC does allow us to ca...Paul Querna2008-12-071-1/+22
* Use cmd->temp_pool for temp allocations during configuration.Paul Querna2008-12-072-5/+5
* Make ctx:status an apr_status_t, and be consistent about checking and setting...Paul Querna2008-12-072-10/+10
* Use APR_THREAD_FUNC for heart{beat,monitor} thread workers.Paul Querna2008-12-072-2/+2
* * Don't enable mod_wombat by default for now.Ruediger Pluem2008-12-061-1/+1
* Merge mod_wombat from the wombat branch:Paul Querna2008-12-0531-0/+3814
|\
| * Finish removing dependecy on apreqPaul Querna2008-12-051-7/+6
| * Build the right objects for wombat.Paul Querna2008-12-051-1/+1
| * Use ap_args_to_table instead of apreq for GET query params.Paul Querna2008-12-051-2/+1
| * Remove apreq includesPaul Querna2008-12-051-4/+0
| * Use only c89 style commentsPaul Querna2008-12-051-3/+3
| * Add wombat to build system.Paul Querna2008-12-052-0/+107
| * Initial import of mod_wombat to the modules directory.Paul Querna2008-12-0529-0/+3713
* | Make the max time from when we last saw a host a compile time option.Paul Querna2008-12-051-1/+8
* | Always break out if the connection is aborted.Paul Querna2008-12-051-0/+1
* | Also init mutex_path in hm_create_config.Paul Querna2008-12-051-0/+2
* | Print the correct enum value for the lock mech.Paul Querna2008-12-051-7/+9
* | Add a comment explaining the start mutex.Paul Querna2008-12-051-0/+3
* | Log the correct function name.Paul Querna2008-12-051-1/+1
* | D'oh. Fix r723672 and use the correct define.Paul Querna2008-12-051-1/+1
* | Make the frequency with how often we write the stats file a compile time option.Paul Querna2008-12-051-1/+8
* | Make hm_ctx_t:keep_running a volatile.Paul Querna2008-12-051-1/+1
* | Show the correct mutex type (even if its just the enum id) rather than the de...Paul Querna2008-12-051-5/+8
* | Add comment explaining the startup mutex.Paul Querna2008-12-051-0/+3
* | Use correct function name in log message.Paul Querna2008-12-051-1/+1
* | Don't overcount busy servers from previous generations.Paul Querna2008-12-051-1/+2
* | Make hb_ctx_t:keep_running volatile.Paul Querna2008-12-051-1/+1
|/
* Remove X-Pad work around.Paul Querna2008-12-051-26/+0
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-053-1/+17
* unixd_config/ap_unixd_config rename for mod_privilegesEric Covener2008-12-031-3/+3
* unixd_config->ap_unixd_config renames for mod_suexecEric Covener2008-12-031-2/+2
* All lbmethods are now ind submodules...Jim Jagielski2008-12-032-308/+1
* Allow for ind lbs to buildJim Jagielski2008-12-031-0/+7
* Add in independent bytraffic lbmethodJim Jagielski2008-12-031-0/+132
* Add in independent byrequests lbmethodJim Jagielski2008-12-031-0/+165