| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix flex and bison usage when building out of tree. | Rainer Jung | 2010-09-30 | 1 | -2/+2 |
* | Add authz providers for use with mod_authz_core and its RequireAny/RequireAll | Stefan Fritsch | 2010-09-29 | 7 | -9/+160 |
* | mod_disk_cache: Instead of creating an empty data file when the body is | Graham Leggett | 2010-09-29 | 1 | -50/+70 |
* | Make the ssl expression parser thread-safe. It now requires bison instead of | Stefan Fritsch | 2010-09-29 | 11 | -1978/+3669 |
* | mod_disk_cache: Change on-disk header file format to support the | Graham Leggett | 2010-09-29 | 2 | -46/+86 |
* | This is just too easy to not do it: Add an 'expr' authz provider that allows | Stefan Fritsch | 2010-09-28 | 1 | -0/+37 |
* | save some memory by using cmd->temp_pool instead of cmd->pool in some places | Stefan Fritsch | 2010-09-28 | 6 | -9/+8 |
* | Add generate_log_id hook to allow to use the ID generated by mod_unique_id as | Stefan Fritsch | 2010-09-28 | 1 | -14/+56 |
* | mod_cache: Make sure that we never allow a 304 Not Modified response | Graham Leggett | 2010-09-27 | 1 | -0/+56 |
* | axe extra ";", fixing this messages from Sun Studio: | Jeff Trawick | 2010-09-27 | 1 | -1/+1 |
* | Allow for non-persist of shared mem | Jim Jagielski | 2010-09-27 | 1 | -27/+35 |
* | No leakie | Jim Jagielski | 2010-09-27 | 1 | -4/+13 |
* | Split ENV: handling between the request_rec section and the | Stefan Fritsch | 2010-09-27 | 1 | -7/+6 |
* | fix another null pointer dereference found by clang | Stefan Fritsch | 2010-09-27 | 1 | -3/+5 |
* | Avoid potential segfault (found by clang/scan-build). | Stefan Fritsch | 2010-09-27 | 1 | -6/+11 |
* | mod_cache: Add the cache_status hook to register the final cache | Graham Leggett | 2010-09-27 | 3 | -5/+243 |
* | don't use data allocated from ptemp when parsing .htaccess | Stefan Fritsch | 2010-09-25 | 1 | -3/+15 |
* | in 'ip' authz provider, parse subnets only once on startup instead of once per | Stefan Fritsch | 2010-09-25 | 1 | -45/+79 |
* | Add 'local' authz provider that matches connections originating | Stefan Fritsch | 2010-09-25 | 1 | -21/+47 |
* | Move all, env, and method authz providers from mod_authz_host to mod_authz_core | Stefan Fritsch | 2010-09-25 | 2 | -114/+131 |
* | Fixed NetWare import/export list for cache modules. | Guenter Knauf | 2010-09-24 | 1 | -4/+5 |
* | Remove a relic from the original error code, and fix segfaults in the | Graham Leggett | 2010-09-23 | 1 | -2/+0 |
* | Move mod_cache-private includes and defines from the public mod_cache.h | Graham Leggett | 2010-09-22 | 3 | -61/+70 |
* | Make cache_provider_list and cache_request_rec private by moving them | Graham Leggett | 2010-09-22 | 5 | -61/+64 |
* | Make cache_server_conf, cache_enable and cache_disable private. Remove | Graham Leggett | 2010-09-22 | 5 | -91/+92 |
* | Make ap_cache_accept_headers, ap_cache_accept_headers, ap_cache_try_lock and | Graham Leggett | 2010-09-22 | 4 | -73/+121 |
* | Trim legacy structure from removed mod_mem_cache. | Graham Leggett | 2010-09-22 | 1 | -10/+0 |
* | Remove deprecated ap_cache_cacheable_hdrs_out. | Graham Leggett | 2010-09-22 | 2 | -17/+0 |
* | Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_rec | Graham Leggett | 2010-09-22 | 5 | -53/+42 |
* | Revert breakage in 2.2.4 introduced in r450055, by offering a CacheStoreExpired | William A. Rowe Jr | 2010-09-22 | 2 | -1/+28 |
* | axe an unnecessary call to sscanf() when parsing the response line | Jeff Trawick | 2010-09-22 | 1 | -5/+4 |
* | Move private cache_* declarations out of the public mod_cache.h file. | Graham Leggett | 2010-09-22 | 4 | -24/+53 |
* | Update mod_disk_cache to comply with the new create_entity() interface. | Graham Leggett | 2010-09-22 | 1 | -1/+2 |
* | mod_cache: Give the cache provider the opportunity to choose to cache | Graham Leggett | 2010-09-21 | 3 | -5/+5 |
* | * LimitRequestBody does not affect Proxy requests (Should it?). | Ruediger Pluem | 2010-09-21 | 1 | -0/+15 |
* | Fold in possible use of FNV if desired | Jim Jagielski | 2010-09-20 | 2 | -9/+17 |
* | Add method authz provider as potential Limit/LimitExcept replacement. | Stefan Fritsch | 2010-09-19 | 1 | -0/+41 |
* | Allow authz providers to check args while reading the config and allow | Stefan Fritsch | 2010-09-19 | 8 | -29/+102 |
* | mod_include: Move the request_rec within mod_include to be | Graham Leggett | 2010-09-19 | 2 | -12/+14 |
* | mod_include: Reinstate support for UTF-8 character sets by allowing a | Graham Leggett | 2010-09-19 | 1 | -32/+156 |
* | Introduce integer comparison support in RewriteCond | William A. Rowe Jr | 2010-09-16 | 1 | -2/+35 |
* | Reduce complexity and fix a regex.t based on observation by rpluem; | William A. Rowe Jr | 2010-09-16 | 1 | -18/+20 |
* | No need to call the cleanup in the forked-child case. | Graham Leggett | 2010-09-16 | 1 | -1/+1 |
* | Ensure the return value is initialised. | Graham Leggett | 2010-09-16 | 1 | -1/+1 |
* | *) Accept modern bash test conventions of -h or -L for testing symlinks | William A. Rowe Jr | 2010-09-16 | 1 | -8/+43 |
* | mod_cache: Add a discrete commit_entity() provider function within the | Graham Leggett | 2010-09-16 | 4 | -150/+213 |
* | Handle the case where a brigade might have buckets following the eos | Graham Leggett | 2010-09-14 | 2 | -1/+10 |
* | mod_cache: Change the signature of the store_body() provider function | Graham Leggett | 2010-09-13 | 4 | -48/+223 |
* | remove unused variables | Stefan Fritsch | 2010-09-05 | 2 | -2/+1 |
* | Add ErrorLogFormat directive for configuring the error log format, including | Stefan Fritsch | 2010-09-05 | 1 | -3/+15 |