summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesomeEric Covener2008-12-191-2/+12
* Use apr_cpystrn instead of strncpy since strncpy can create an unterminated s...Takashi Sato2008-12-181-1/+1
* Output -M and -S dumps (modules and vhosts) to stdout instead of stderr.Paul J. Reder2008-12-171-1/+1
* *) mod_ldap: Avoid a segfault when result->rc is checked in uldap_connection_...Paul J. Reder2008-12-161-1/+10
* * Correctly save Content-Encoding of cachable entity.Ruediger Pluem2008-12-151-0/+6
* * Fix r->content_encoding for inflate_in and inflate_out filters.Ruediger Pluem2008-12-151-0/+9
* * Fix r->content_encoding in deflate_out_filter if it was set before.Ruediger Pluem2008-12-151-0/+5
* * Do not add an empty argument if we do not have any args for the script.Ruediger Pluem2008-12-151-1/+1
* Remove safe duplication...Jim Jagielski2008-12-131-7/+0
* mod_ssl: Make the size of the per-dir-reneg request-body bufferJoe Orton2008-12-125-12/+43
* silence compiler warningChris Darroch2008-12-121-0/+2
* Per suggestions by Roy T. Fielding:Chris Darroch2008-12-121-92/+74
* Treat proxy/balancers normally and independently...Jim Jagielski2008-12-121-1/+1
* socache API tweaks based on chrisd's review:Joe Orton2008-12-125-35/+46
* * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCache): AllowJoe Orton2008-12-121-8/+12
* * modules/cache/mod_socache_memcache.c (socache_mc_init): Remove referencesJoe Orton2008-12-121-15/+14
* * modules/cache/mod_socache_memcache.c (socache_mc_create): Fail ifJoe Orton2008-12-121-10/+30
* Add configuration of the Flush provider for mod_proxy_fdpass.Paul Querna2008-12-123-1/+5
* Move the provider interface to a separate header file for mod_proxy_fdpass.Paul Querna2008-12-122-8/+42
* Convert the flushing mechanism used before passing the socket to be based on ...Paul Querna2008-12-121-15/+52
* Add a new mod_proxy_fdpass module to pass a client connection off to a separa...Paul Querna2008-12-122-0/+264
* Hopefully the final fix for the subreq/filter issue. TheJim Jagielski2008-12-101-12/+9
* 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