summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* unixd_config/ap_unixd_config rename for mod_privilegesEric Covener2008-12-031-3/+3
* trivial typoJim Jagielski2008-12-031-1/+1
* Note mod_proxy_balancer changes...Jim Jagielski2008-12-031-0/+4
* 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
* Add in independent bybusyness lbmethodJim Jagielski2008-12-031-0/+129
* And allow for the submod to be builtJim Jagielski2008-12-035-368/+17
* And move the HB balancer thereJim Jagielski2008-12-031-0/+364
* Create subdir for balancer locationsJim Jagielski2008-12-030-0/+0
* * Another set of missed renames.Ruediger Pluem2008-12-022-2/+2
* Add the Japanese errordoc contributor. See r124566.Takashi Sato2008-12-021-0/+1
* Migrate the charset of error/README to UTF-8Takashi Sato2008-12-021-1/+1
* update Turkish UTF-8 messagesNilgun Belma Buguner2008-12-0218-67/+63
* Multi-language error pages:Takashi Sato2008-12-0219-733/+628
* * The API Cleanup in r722399 missed some locations.Ruediger Pluem2008-12-021-5/+5
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-0229-123/+138
* Don't do anything by defautl if we haven't been configured.Paul Querna2008-12-021-10/+15