summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix flex and bison usage when building out of tree.Rainer Jung2010-09-301-2/+2
* Add authz providers for use with mod_authz_core and its RequireAny/RequireAllStefan Fritsch2010-09-297-9/+160
* mod_disk_cache: Instead of creating an empty data file when the body isGraham Leggett2010-09-291-50/+70
* Make the ssl expression parser thread-safe. It now requires bison instead ofStefan Fritsch2010-09-2911-1978/+3669
* mod_disk_cache: Change on-disk header file format to support theGraham Leggett2010-09-292-46/+86
* This is just too easy to not do it: Add an 'expr' authz provider that allowsStefan Fritsch2010-09-281-0/+37
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-286-9/+8
* Add generate_log_id hook to allow to use the ID generated by mod_unique_id asStefan Fritsch2010-09-281-14/+56
* mod_cache: Make sure that we never allow a 304 Not Modified responseGraham Leggett2010-09-271-0/+56
* axe extra ";", fixing this messages from Sun Studio:Jeff Trawick2010-09-271-1/+1
* Allow for non-persist of shared memJim Jagielski2010-09-271-27/+35
* No leakieJim Jagielski2010-09-271-4/+13
* Split ENV: handling between the request_rec section and theStefan Fritsch2010-09-271-7/+6
* fix another null pointer dereference found by clangStefan Fritsch2010-09-271-3/+5
* Avoid potential segfault (found by clang/scan-build).Stefan Fritsch2010-09-271-6/+11
* mod_cache: Add the cache_status hook to register the final cacheGraham Leggett2010-09-273-5/+243
* don't use data allocated from ptemp when parsing .htaccessStefan Fritsch2010-09-251-3/+15
* in 'ip' authz provider, parse subnets only once on startup instead of once perStefan Fritsch2010-09-251-45/+79
* Add 'local' authz provider that matches connections originatingStefan Fritsch2010-09-251-21/+47
* Move all, env, and method authz providers from mod_authz_host to mod_authz_coreStefan Fritsch2010-09-252-114/+131
* Fixed NetWare import/export list for cache modules.Guenter Knauf2010-09-241-4/+5
* Remove a relic from the original error code, and fix segfaults in theGraham Leggett2010-09-231-2/+0
* Move mod_cache-private includes and defines from the public mod_cache.hGraham Leggett2010-09-223-61/+70
* Make cache_provider_list and cache_request_rec private by moving themGraham Leggett2010-09-225-61/+64
* Make cache_server_conf, cache_enable and cache_disable private. RemoveGraham Leggett2010-09-225-91/+92
* Make ap_cache_accept_headers, ap_cache_accept_headers, ap_cache_try_lock andGraham Leggett2010-09-224-73/+121
* Trim legacy structure from removed mod_mem_cache.Graham Leggett2010-09-221-10/+0
* Remove deprecated ap_cache_cacheable_hdrs_out.Graham Leggett2010-09-222-17/+0
* Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_recGraham Leggett2010-09-225-53/+42
* Revert breakage in 2.2.4 introduced in r450055, by offering a CacheStoreExpiredWilliam A. Rowe Jr2010-09-222-1/+28
* axe an unnecessary call to sscanf() when parsing the response lineJeff Trawick2010-09-221-5/+4
* Move private cache_* declarations out of the public mod_cache.h file.Graham Leggett2010-09-224-24/+53
* Update mod_disk_cache to comply with the new create_entity() interface.Graham Leggett2010-09-221-1/+2
* mod_cache: Give the cache provider the opportunity to choose to cacheGraham Leggett2010-09-213-5/+5
* * LimitRequestBody does not affect Proxy requests (Should it?).Ruediger Pluem2010-09-211-0/+15
* Fold in possible use of FNV if desiredJim Jagielski2010-09-202-9/+17
* Add method authz provider as potential Limit/LimitExcept replacement.Stefan Fritsch2010-09-191-0/+41
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-198-29/+102
* mod_include: Move the request_rec within mod_include to beGraham Leggett2010-09-192-12/+14
* mod_include: Reinstate support for UTF-8 character sets by allowing aGraham Leggett2010-09-191-32/+156
* Introduce integer comparison support in RewriteCondWilliam A. Rowe Jr2010-09-161-2/+35
* Reduce complexity and fix a regex.t based on observation by rpluem;William A. Rowe Jr2010-09-161-18/+20
* No need to call the cleanup in the forked-child case.Graham Leggett2010-09-161-1/+1
* Ensure the return value is initialised.Graham Leggett2010-09-161-1/+1
* *) Accept modern bash test conventions of -h or -L for testing symlinksWilliam A. Rowe Jr2010-09-161-8/+43
* mod_cache: Add a discrete commit_entity() provider function within theGraham Leggett2010-09-164-150/+213
* Handle the case where a brigade might have buckets following the eosGraham Leggett2010-09-142-1/+10
* mod_cache: Change the signature of the store_body() provider functionGraham Leggett2010-09-134-48/+223
* remove unused variablesStefan Fritsch2010-09-052-2/+1
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-3/+15