| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -1/+1 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 1 | -1/+1 |
* | Fix some style issues on files that can easily be synch'ed with 2.4.x | Christophe Jaillet | 2015-09-30 | 1 | -1/+1 |
* | - Introduce concept of context prefix (which is an URL prefix) | Stefan Fritsch | 2011-06-05 | 1 | -14/+14 |
* | Cleanup... most don't need apr_hooks.h at all... | Jim Jagielski | 2011-05-09 | 1 | -1/+1 |
* | fix some dead assignments found by the clang analyzer | Jeff Trawick | 2011-04-30 | 1 | -1/+1 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | 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 |
* | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 1 | -5/+5 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -14/+14 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -190/+190 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | 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-08 | 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 |
* | Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST. | Joshua Slive | 2002-07-21 | 1 | -1/+3 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Already committed in similar form to Apache 1.3.22-dev, this patch allows | William A. Rowe Jr | 2001-10-17 | 1 | -2/+9 |
* | Legibility counts for something, so does eliminating bogus ssize_t | William A. Rowe Jr | 2001-10-06 | 1 | -1/+1 |
* | *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and | Greg Stein | 2001-02-24 | 1 | -1/+1 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | clean up more warnings and link problems after the header file | Jeff Trawick | 2001-02-11 | 1 | -0/+1 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 1 | -3/+5 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -2/+2 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
* | fix some handler brokenness | Jeff Trawick | 2001-01-09 | 1 | -1/+0 |
* | include <strings.h> for the strcasecmp() and strncasecmp() prototypes; | Jeff Trawick | 2000-12-01 | 1 | -0/+3 |
* | Make cgi-bin work as a regular directory when using mod_vhost_alias | Tony Finch | 2000-11-15 | 1 | -3/+6 |
* | Get rid of warning on Tru64: | Jeff Trawick | 2000-11-14 | 1 | -1/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -2/+2 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -4/+4 |
* | Use new AP_INIT_xxx macros & include apr_strings.h to get rid of warnings. | Jeff Trawick | 2000-08-06 | 1 | -13/+18 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -11/+11 |
* | Prevent the source code for CGIs from being revealed when using | Tony Finch | 2000-06-15 | 1 | -9/+7 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 1 | -0/+2 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -2/+2 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -2/+2 |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -2/+2 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -33/+34 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -11/+11 |
* | Update these modules to Apache 2.0. Not tested, but they compile again. | Ryan Bloom | 1999-12-31 | 1 | -13/+7 |
* | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | Ryan Bloom | 1999-08-31 | 1 | -3/+3 |
* | Apache 1.3.9 baseline for the Apache 2.0 repository. | Roy T. Fielding | 1999-08-24 | 1 | -0/+482 |