summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* When not configured, don't do anything by default.Paul Querna2008-12-021-2/+17
* Make dialup_callback a static function.Paul Querna2008-12-021-1/+1
* * Avoid sending no answer at all if a custom error page causes anRuediger Pluem2008-12-011-1/+25
* Add the new modules to the netware buildBradley Nicholes2008-12-018-0/+1293
* Move the variable declarations to the beginning of the code blocks to avoid c...Bradley Nicholes2008-12-013-9/+16
* Allow for external PCRE on netwareBradley Nicholes2008-12-013-5/+18
* To be safe, consume the entire brigade after processing an error bucket inEric Covener2008-12-012-1/+10
* Add a new module to read in the heartbeat file and do load balancing forPaul Querna2008-12-013-0/+371
* Add a new module, mod_ratelimit, which can rate limit the outgoing bandwidth Paul Querna2008-12-013-0/+339
* Move variable declartions to the top of functions for c89'ness.Paul Querna2008-12-012-9/+13