summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some warningsMartin Kraemer2005-08-121-3/+5
* simple, functional interface to add additional balancer lb selection methodsJim Jagielski2005-08-124-57/+129
* * modules/cache/cache_storage.c (cache_remove_url): Remove unusedJoe Orton2005-08-121-3/+0
* Fix mess left by incompleteness of previous ProxyPassReverse fixNick Kew2005-08-125-15/+17
* Fix build error from cut&pasteNick Kew2005-08-111-3/+4
* Fix incorrectly served 304 responses when expired cache entityJustin Erenkrantz2005-08-111-4/+37
* mod_cache: Implement remove URL via a filter.Justin Erenkrantz2005-08-114-19/+101
* Implement mod_disk_cache's remove_url.Justin Erenkrantz2005-08-111-2/+44
* Add const-ness to apr_dbd_driver_tNick Kew2005-08-112-2/+2
* Fix ProxyPassReverse & family to work correctly in <Location>Nick Kew2005-08-113-34/+39
* mod_disk_cache: Retry file rename up to three times to ameliorate raceJustin Erenkrantz2005-08-111-3/+30
* Update mod_dbd to API that hides apr_dbd_driver_t struct.Nick Kew2005-08-101-5/+7
* Fix bug where non-200 CGI responses will not send anything down filter chain.Justin Erenkrantz2005-08-101-1/+12
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix gcc warning.Joe Orton2005-08-091-1/+1
* Hopefully, address the last edge case where status may William A. Rowe Jr2005-08-091-1/+2
* Remove the base href tag from mod_proxy_ftp, as it breaks relativeGraham Leggett2005-08-091-2/+1
* * modules/http/byterange_filter.c (ap_byterange_filter): Update someJoe Orton2005-08-091-9/+7
* * modules/ldap/util_ldap.c (util_ldap_parse_cert_type): Fix gcc 4Joe Orton2005-08-091-2/+2
* Ensure that req->dn is valid for the util_ldap_cache_compare() call.Jim Jagielski2005-08-081-0/+14
* Two blank lines for clarity; whitespace only change.William A. Rowe Jr2005-08-081-0/+2
* We already accept 80 bytes less than the client body's anticipated William A. Rowe Jr2005-08-081-1/+1
* Drop an impossible case; the while() loop already protected usWilliam A. Rowe Jr2005-08-081-7/+0
* Fix a double-termination case in svn trunk/; we terminated theWilliam A. Rowe Jr2005-08-081-1/+0
* An impossible-to-hit edge case today; we described the requestWilliam A. Rowe Jr2005-08-081-13/+14
* * modules/ldap/util_ldap.c (util_ldap_post_config): Pass NULL toJoe Orton2005-08-031-2/+0
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Only removeJoe Orton2005-08-021-2/+4
* For generated files, strip off an absolute pathMartin Kraemer2005-08-021-1/+2
* Commit (forgotten) generated files for changed in ssl_expr_parse.y and ssl_ex...Martin Kraemer2005-08-023-1149/+694
* * modules/ldap/util_ldap.c (util_ldap_post_config): Fail ifJoe Orton2005-08-021-21/+9
* * modules/ldap/util_ldap_cache.c (util_ldap_url_node_display,Joe Orton2005-08-011-57/+46
* * modules/ldap/util_ldap_cache.c: Remove various casts-from-void *,Joe Orton2005-08-011-31/+39
* * modules/ldap/util_ldap_cache.c (MODLDAP_SHMEM_CACHE): Remove unusedJoe Orton2005-08-011-4/+0
* * modules/ldap/util_ldap.c (util_ldap_post_config): Don't attempt toJoe Orton2005-08-012-11/+3
* * modules/ssl/mod_ssl.c (ssl_hook_pre_config): Initialize allJoe Orton2005-08-011-0/+1
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): ReplaceJoe Orton2005-07-281-41/+41
* * modules/ldap/util_ldap.c, modules/aaa/mod_authnz_ldap.c: Stop usingJoe Orton2005-07-282-59/+58
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_module_kill): MakeJoe Orton2005-07-281-4/+1
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Use theJoe Orton2005-07-281-2/+14
* Add status param option so that current workerMladen Turk2005-07-283-2/+41
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_insert,Joe Orton2005-07-281-3/+3
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_insert): Fix aJoe Orton2005-07-281-1/+8
* * modules/ldap/util_ldap.c: Remove DOCTYPE_* macros duplicated fromJoe Orton2005-07-281-36/+0
* * modules/ldap/util_ldap.c (util_ldap_cmds): Make static const.Joe Orton2005-07-281-1/+1
* * modules/ldap/util_ldap.c (LDAP_CACHE_LOCK, LDAP_CACHE_UNLOCK):Joe Orton2005-07-281-7/+9
* * modules/experimental/mod_filter.c (filter_trace): Fix gccJoe Orton2005-07-281-1/+1
* * modules/aaa/mod_authnz_ldap.c (authz_ldap_check_user_access): RemoveJoe Orton2005-07-271-1/+0
* * modules/ssl/ssl_expr_eval.c (ssl_expr_eval_oid): Remove unusedJoe Orton2005-07-253-2/+2
* * modules/proxy/mod_proxy_http.c (stream_reqbody_cl): Fix formatJoe Orton2005-07-251-1/+4
* * modules/metadata/mod_setenvif.c: Unconditionally include mod_ssl.h.Joe Orton2005-07-251-7/+4
* Allow extraction of the values of SSL certificate extensions intoMartin Kraemer2005-07-224-23/+125