summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag trunk as 2.3.0.2.3.0Paul Querna2008-12-070-0/+0
* Remove -dev flag to prepare for 2.3.0.Paul Querna2008-12-071-1/+1
* When an expires or cache-control header are sent, the RFC does allow us to ca...Paul Querna2008-12-072-1/+26
* 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
* Remove commented out block that wouldn't even work in this context.Paul Querna2008-12-071-4/+0
* bump minor for new apisPaul Querna2008-12-071-1/+2
* Don't pass in a pool to to argstr_to_table, and duplicate r->args before send...Paul Querna2008-12-071-3/+3
* update transformationsTakashi Sato2008-12-0669-622/+865
* fix XML errors of r723560Takashi Sato2008-12-061-2/+2
* Sync with the codes about the independence of load balancing scheduler algori...Takashi Sato2008-12-064-234/+356
* * Don't enable mod_wombat by default for now.Ruediger Pluem2008-12-061-1/+1
* provide a little more context in the multiple hostnames exampleEric Covener2008-12-052-2/+2
* Merge mod_wombat from the wombat branch:Paul Querna2008-12-0534-0/+3934
|\
| * Update ignore.wombat-integrationPaul Querna2008-12-050-0/+0
| * Finish removing dependecy on apreqPaul Querna2008-12-051-7/+6
| * Build the right objects for wombat.Paul Querna2008-12-051-1/+1
| * New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq...Paul Querna2008-12-053-0/+80
| * Update ignore.Paul Querna2008-12-050-0/+0
| * 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 new api, ap_args_to_table, to parse a request's arguments into a table.Paul Querna2008-12-052-0/+40
| * 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
| * Dev branch to integrate mod_wombat.Paul Querna2008-12-050-0/+0
* | Make the max time from when we last saw a host a compile time option.Paul Querna2008-12-051-1/+8
* | Add a note that the ratelimit module was addedPaul Querna2008-12-051-0/+2
* | 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-052-26/+3
* Note the dtrace stuff in CHANGES.Paul Querna2008-12-051-0/+3
* When dtrace support is not present, compile it all the way out.Paul Querna2008-12-052-0/+349
* Add other args to proxy hooksPaul Querna2008-12-051-2/+2
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-058-9/+342
* Put the arguments to Header, RequestHeader, in alphabetic order.Rich Bowen2008-12-052-82/+84
* I have finally been asked one too many times whether the 'foobar' inRich Bowen2008-12-054-28/+28
* More trivial typos.Paul Querna2008-12-031-1/+1