summaryrefslogtreecommitdiffstats
path: root/server/request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-301-11/+111
* Add LogLevelOverride directive that allows to override the loglevel forStefan Fritsch2012-12-081-6/+10
* add dirwalk_stat hook, for use by mpm-itkJeff Trawick2012-09-211-7/+9
* ap_sub_req_lookup_dirent() depends on the over-allocation done byStefan Fritsch2012-09-141-1/+1
* spelling fixJeff Trawick2012-08-011-1/+1
* core: Add post_perdir_config hook.Jeff Trawick2012-08-011-0/+7
* Adjust log message: Condition can be caused by configuration errorStefan Fritsch2012-06-171-2/+6
* add filesystem paths to some common error messages.Eric Covener2012-03-161-4/+5
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-2/+2
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-15/+15
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-2/+2
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-0/+3
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-281-2/+10
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-20/+20
* - Add <ElseIf> and <Else> to complement <If> sections. These are both easierStefan Fritsch2011-06-051-7/+22
* core: AllowEncodedSlashes new option NoDecode to allow encoded slashesDaniel Earl Poirier2011-03-161-1/+1
* Initialize the core_dir_config->sec_files and ->sec_if only if needed.Stefan Fritsch2011-01-181-4/+14
* Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.Stefan Fritsch2011-01-171-15/+125
* Save a useless check:Stefan Fritsch2011-01-121-3/+1
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-3/+3
* PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3Eric Covener2010-11-041-1/+3
* PR49809: Allow DirectoryMatch to match the EOL character ($). andEric Covener2010-08-271-1/+1
* Add the same r->user == NULL check in the Satisfy Any code path as r965709 didStefan Fritsch2010-08-181-1/+8
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-10/+10
* remove more unused variablesStefan Fritsch2010-08-041-9/+7
* Don't risk segfault in authz if r->user is not setNick Kew2010-07-201-0/+8
* fix log messagesStefan Fritsch2010-07-141-2/+2
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-31/+52
* Don't restore r->user after authn/authz failure. Any authn module that setsStefan Fritsch2010-06-201-7/+0
* Fix authorization by user or IP/ENV/...Stefan Fritsch2010-06-201-2/+25
* More trace loggingStefan Fritsch2010-06-201-0/+11
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-1/+12
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-1/+1
* Bring back OS/2 support.Brian Havard2009-08-261-1/+1
* remove OS/2 platform supportJeff Trawick2009-03-271-1/+1
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-3/+3
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-221-16/+7
* When testing for slash-terminated configuration paths inChris Darroch2008-05-101-1/+2
* mod_request: Insert the KEPT_BODY filter via the insert_filterGraham Leggett2008-05-091-7/+0
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-111-2/+3
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Make it compile on pre-C99 compilers (Move decls to beginning of func)Martin Kraemer2008-04-071-2/+2
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-47/+214
* HTTPD Core: Implement <If> sections for conditional (runtime) configuration.Nick Kew2008-04-031-7/+16
* * lfi is already a pointer in contrast fi which was used before.Ruediger Pluem2008-03-031-1/+1