summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy_http: Make sure that when an ErrorDocument is servedGraham Leggett2010-02-131-16/+38
* Support remote https proxies by using HTTP CONNECT.Rainer Jung2010-02-122-2/+145
* Fix typo in comment.Rainer Jung2010-02-121-1/+1
* fix additional use of "session" terminology, following r907917Jeff Trawick2010-02-093-9/+9
* style tweaksJeff Trawick2010-02-091-6/+3
* * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation):Joe Orton2010-02-091-1/+2
* Illustrate an ->iterator() implementation for mod_socache_shmcb.William A. Rowe Jr2010-02-091-17/+122
* Fix inadvertent changes and be more verbose and correct in loggingWilliam A. Rowe Jr2010-02-091-48/+6
* Track time now for retrieveWilliam A. Rowe Jr2010-02-091-0/+1
* Do not expire an entire subcache on ->retrieve (doh!); only expire a cache hitWilliam A. Rowe Jr2010-02-091-33/+35
* Catch up ssl to socache store expiry change, and clarify what the code is doingWilliam A. Rowe Jr2010-02-094-11/+12
* distcache already demonstrates sub-second resolutions, but much moreWilliam A. Rowe Jr2010-02-094-96/+186
* fix comment typoWilliam A. Rowe Jr2010-02-091-1/+1
* missing prototype - compile before committing pleaseWilliam A. Rowe Jr2010-02-091-0/+1
* Style guides at httpd are pretty clear, macro values are UPCASE, please?William A. Rowe Jr2010-02-074-10/+10
* Make the error message correspond to the code, which sets APR_SO_NONBLOCK.Graham Leggett2010-02-051-1/+1
* Print directive name in error message.Stefan Fritsch2010-02-051-1/+1
* Add ap_process_request_after_handler to the exported list for mod_serfWilliam A. Rowe Jr2010-02-041-1/+1
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup): Only set theJoe Orton2010-02-041-6/+2
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup): Set Joe Orton2010-02-041-0/+10
* Folks, this is not C++. Please, pay attention to your patchesWilliam A. Rowe Jr2010-02-041-1/+1
* Add mod_serf.dsp at last, based on the patch available in;William A. Rowe Jr2010-02-041-0/+123
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): AddJoe Orton2010-02-032-0/+9
* New releases of OpenSSL will only allow secure renegotiation byJoe Orton2010-02-035-8/+37
* mod_session: Session expiry was being initialised, but not updatedGraham Leggett2010-02-021-0/+9
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-021-28/+3
* mod_log_config: Add the R option to log the handler used within theGraham Leggett2010-02-011-0/+6
* Allow fine control over the removal of Last-Modified and ETag headersGraham Leggett2010-02-011-6/+43
* * Make autoindex.t from perl testframework work againRuediger Pluem2010-01-271-1/+1
* * Remove unused variable to silence compiler warningRuediger Pluem2010-01-271-1/+0
* * We need to return an int as result of the pre_config hook.Ruediger Pluem2010-01-271-1/+2
* Use correct comment style.Rich Bowen2010-01-261-6/+6
* Applies the patch provided in ticket 34014, enhancing the CSS abilitiesRich Bowen2010-01-261-34/+54
* Fix default OSCP stapling port.William A. Rowe Jr2010-01-261-0/+4
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-261-36/+11
* mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the password toStefan Fritsch2010-01-241-1/+29
* Change LDAP authentication failures (user->DN or password check) to log Eric Covener2010-01-241-1/+1
* Move the ldap_simple_bind() + ldap_result() code implementing a timeoutStefan Fritsch2010-01-241-31/+48
* changed strcasestr() to ap_strcasestr() to fix broken NetWare compile.Guenter Knauf2010-01-241-1/+1
* Rename RequestTimeout into RequestReadTimeout and change the configurationStefan Fritsch2010-01-231-36/+64
* fix maintainer mode ap_strstr() argument mismatch warningsJeff Trawick2010-01-221-2/+2
* Because the redirect-request survives logging, we don't have theWilliam A. Rowe Jr2010-01-211-3/+1
* Correctly align the behavior of headers_in to be consistent with theWilliam A. Rowe Jr2010-01-212-17/+13
* Such macros exist for a reason :)William A. Rowe Jr2010-01-211-1/+1
* Turn static function get_server_name_for_url() into public functionStefan Fritsch2010-01-162-3/+3
* * Fix compiler warning about wrong formatRuediger Pluem2010-01-131-1/+1
* Introduce new config option LDAPTimeout to set the timeout for operationsStefan Fritsch2010-01-121-15/+157
* Allow several of the configured session identifiers to be found and removed inStefan Fritsch2010-01-101-2/+1
* We shouldn't need to create r->allowed_methods twice!Nick Kew2010-01-091-1/+0
* Move ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.Takashi Sato2009-12-303-21/+17