| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | core: Support named groups and backreferences within the LocationMatch, | Graham Leggett | 2013-12-30 | 1 | -11/+111 |
* | Add LogLevelOverride directive that allows to override the loglevel for | Stefan Fritsch | 2012-12-08 | 1 | -6/+10 |
* | add dirwalk_stat hook, for use by mpm-itk | Jeff Trawick | 2012-09-21 | 1 | -7/+9 |
* | ap_sub_req_lookup_dirent() depends on the over-allocation done by | Stefan Fritsch | 2012-09-14 | 1 | -1/+1 |
* | spelling fix | Jeff Trawick | 2012-08-01 | 1 | -1/+1 |
* | core: Add post_perdir_config hook. | Jeff Trawick | 2012-08-01 | 1 | -0/+7 |
* | Adjust log message: Condition can be caused by configuration error | Stefan Fritsch | 2012-06-17 | 1 | -2/+6 |
* | add filesystem paths to some common error messages. | Eric Covener | 2012-03-16 | 1 | -4/+5 |
* | Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly | William A. Rowe Jr | 2012-01-06 | 1 | -2/+2 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -2/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -15/+15 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -2/+2 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -0/+3 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -4/+4 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | Add AllowOverrideList directive and documentation | Daniel Ruggeri | 2011-07-28 | 1 | -2/+10 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -20/+20 |
* | - Add <ElseIf> and <Else> to complement <If> sections. These are both easier | Stefan Fritsch | 2011-06-05 | 1 | -7/+22 |
* | core: AllowEncodedSlashes new option NoDecode to allow encoded slashes | Daniel Earl Poirier | 2011-03-16 | 1 | -1/+1 |
* | Initialize the core_dir_config->sec_files and ->sec_if only if needed. | Stefan Fritsch | 2011-01-18 | 1 | -4/+14 |
* | Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk. | Stefan Fritsch | 2011-01-17 | 1 | -15/+125 |
* | Save a useless check: | Stefan Fritsch | 2011-01-12 | 1 | -3/+1 |
* | ap_expr related fixes/enhancements: | Stefan Fritsch | 2010-11-21 | 1 | -1/+1 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -3/+3 |
* | PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3 | Eric Covener | 2010-11-04 | 1 | -1/+3 |
* | PR49809: Allow DirectoryMatch to match the EOL character ($). and | Eric Covener | 2010-08-27 | 1 | -1/+1 |
* | Add the same r->user == NULL check in the Satisfy Any code path as r965709 did | Stefan Fritsch | 2010-08-18 | 1 | -1/+8 |
* | Intel's compiler warns about assigning the non-enum value 0 to the | Jeff Trawick | 2010-08-06 | 1 | -10/+10 |
* | remove more unused variables | Stefan Fritsch | 2010-08-04 | 1 | -9/+7 |
* | Don't risk segfault in authz if r->user is not set | Nick Kew | 2010-07-20 | 1 | -0/+8 |
* | fix log messages | Stefan Fritsch | 2010-07-14 | 1 | -2/+2 |
* | The approach for allowing authorization by user or IP introduced in r956387, | Stefan Fritsch | 2010-07-14 | 1 | -31/+52 |
* | Don't restore r->user after authn/authz failure. Any authn module that sets | Stefan Fritsch | 2010-06-20 | 1 | -7/+0 |
* | Fix authorization by user or IP/ENV/... | Stefan Fritsch | 2010-06-20 | 1 | -2/+25 |
* | More trace logging | Stefan Fritsch | 2010-06-20 | 1 | -0/+11 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -1/+12 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
* | Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings. | Takashi Sato | 2009-12-29 | 1 | -1/+1 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -1/+1 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -1/+1 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -3/+3 |
* | Determine registered authn/z providers directly in ap_setup_auth_internal(), | Chris Darroch | 2008-05-22 | 1 | -16/+7 |
* | When testing for slash-terminated configuration paths in | Chris Darroch | 2008-05-10 | 1 | -1/+2 |
* | mod_request: Insert the KEPT_BODY filter via the insert_filter | Graham Leggett | 2008-05-09 | 1 | -7/+0 |
* | Move the KeptBodySize directive, kept_body filters and the | Graham Leggett | 2008-04-11 | 1 | -2/+3 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | Make it compile on pre-C99 compilers (Move decls to beginning of func) | Martin Kraemer | 2008-04-07 | 1 | -2/+2 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -47/+214 |
* | HTTPD Core: Implement <If> sections for conditional (runtime) configuration. | Nick Kew | 2008-04-03 | 1 | -7/+16 |
* | * lfi is already a pointer in contrast fi which was used before. | Ruediger Pluem | 2008-03-03 | 1 | -1/+1 |