| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention how "satisfy any" affects AAA hooks run after access_checker | Eric Covener | 2013-08-27 | 1 | -0/+3 |
* | access_checker_ex runs immediately after access_checker, | Eric Covener | 2013-08-08 | 1 | -1/+1 |
* | document params | Stefan Fritsch | 2013-06-09 | 1 | -0/+2 |
* | add dirwalk_stat hook, for use by mpm-itk | Jeff Trawick | 2012-09-21 | 1 | -0/+9 |
* | core: Add post_perdir_config hook. | Jeff Trawick | 2012-08-01 | 1 | -0/+10 |
* | Rename ap_func_attr_* macros to AP_FN_ATTR_* | Stefan Fritsch | 2012-01-09 | 1 | -1/+1 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -8/+8 |
* | Avoid "`sentinel' attribute directive ignored" warning with gcc 3.x | Stefan Fritsch | 2011-06-12 | 1 | -1/+1 |
* | Add __attribute__((sentinel)) to a few functions that require a terminal NULL | Stefan Fritsch | 2011-06-04 | 1 | -1/+2 |
* | Cleanup... most don't need apr_hooks.h at all... | Jim Jagielski | 2011-05-09 | 1 | -1/+0 |
* | Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk. | Stefan Fritsch | 2011-01-17 | 1 | -0/+1 |
* | The approach for allowing authorization by user or IP introduced in r956387, | Stefan Fritsch | 2010-07-14 | 1 | -0/+33 |
* | Add ap_process_request_after_handler to the exported list for mod_serf | William A. Rowe Jr | 2010-02-04 | 1 | -2/+4 |
* | Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch. | Daniel Earl Poirier | 2009-10-28 | 1 | -3/+3 |
* | Introduce Suspendable Requests to the Event MPM. | Paul Querna | 2008-09-20 | 1 | -1/+4 |
* | * include/http_request.h: Fix warning with gcc -Wall. | Joe Orton | 2008-04-07 | 1 | -1/+1 |
* | Remove CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -2/+0 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -4/+138 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Redesign of request cleanup and logging to use End-Of-Request bucket | Brian Pane | 2005-10-24 | 1 | -1/+40 |
* | Corrected an out-of-date comment (it's been a while since main.c has | Brian Pane | 2005-10-09 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -37/+25 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Minor comment fixes, no code changes: | Erik Abele | 2004-10-11 | 1 | -14/+14 |
* | use more intuitive variable names | Stas Bekman | 2004-08-20 | 1 | -9/+9 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Clarify the use and sequencing of these three hooks. | Greg Stein | 2002-08-24 | 1 | -6/+18 |
* | Revert to the 1.39 comments about NULL for ap_sub_req_lookup() next_filter | William A. Rowe Jr | 2002-06-22 | 1 | -3/+3 |
* | Note the changed meaning of the NULL next_filter argument to the | William A. Rowe Jr | 2002-06-22 | 1 | -3/+3 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Which PR? I can't count them all. Get QUERY_STRING and PATH_INFO | William A. Rowe Jr | 2002-01-27 | 1 | -3/+12 |
* | This patch eliminates the wasteful run-time conversion of method names from | Justin Erenkrantz | 2001-09-19 | 1 | -0/+19 |
* | Normalize all paths to run the same, common code for pre-request setup | William A. Rowe Jr | 2001-08-31 | 1 | -0/+8 |
* | Introduce the map_to_storage hook, which allows modules to bypass | William A. Rowe Jr | 2001-08-26 | 1 | -3/+18 |
* | Fix the macro expansion problem in the hook declaration. | Ryan Bloom | 2001-08-11 | 1 | -4/+0 |
* | _THIS_ is why mod_dir wouldn't serve the results of mod_negotiation | William A. Rowe Jr | 2001-08-06 | 1 | -1/+1 |
* | The real slim shady finally stood up. This patch segregates the fast | William A. Rowe Jr | 2001-08-06 | 1 | -0/+10 |
* | Downgrade non-stopper from XXX->### | William A. Rowe Jr | 2001-07-23 | 1 | -1/+1 |
* | Here, finally are a few cleanups of my fat fingers. | William A. Rowe Jr | 2001-06-27 | 1 | -1/+1 |
* | Move duplicated rnew cloning from apr_ap_sub_req_lookup_*() functions, | William A. Rowe Jr | 2001-06-27 | 1 | -0/+17 |
* | change create_request hook to RUN_ALL/return int so handlers can throw errors | Doug MacEachern | 2001-03-25 | 1 | -1/+1 |
* | Add a hook, create_request. This hook allows modules to modify | Ryan Bloom | 2001-03-18 | 1 | -0/+8 |
* | Check in not-quite-working hooks groupings. | Ben Laurie | 2001-03-13 | 1 | -9/+15 |
* | Another chunk of code from http to core. This should continue to build | Ryan Bloom | 2001-03-05 | 1 | -0/+4 |