| Commit message (Expand) | Author | Age | Files | Lines |
* | Add DTrace hooks to APR-Util's Hooks. | pquerna | 2008-05-06 | 1 | -27/+67 |
* | Update license headers. | jerenkrantz | 2007-01-15 | 1 | -6/+6 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Relicense APR under Apache License, Version 2.0. | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | Axe deprecated functions, #defines, etc. in apr-util. | jerenkrantz | 2003-11-16 | 1 | -17/+0 |
* | Wrong function was being marked as deprecated. | thommay | 2003-08-15 | 1 | -2/+2 |
* | Update copyright notifications to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Go through doxygen output and remove as many errors and warnings as I could. | jerenkrantz | 2002-11-10 | 1 | -3/+10 |
* | Renames Pending: | thommay | 2002-07-06 | 1 | -6/+24 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | DOxygen'ization of header files | ianh | 2001-09-09 | 1 | -4/+9 |
* | Doxygen Fixes | ianh | 2001-09-06 | 1 | -1/+9 |
* | Documentation updates. | ben | 2001-06-17 | 1 | -14/+5 |
* | Put some declarations in the right order, for detection's sake. | orlikowski | 2001-06-09 | 1 | -3/+3 |
* | Make APR_IMPLEMENT_EXTERNAL_HOOK_BASE generate a | dougm | 2001-05-15 | 1 | -0/+8 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -2/+2 |
* | be consistent with 'const char * const *' spacing (noticed when parsing the t... | dougm | 2001-02-02 | 1 | -1/+1 |
* | The current hooking module is _not_ a debugging aid. | ben | 2001-01-24 | 1 | -3/+3 |
* | Changes at-a-glance for the symbol rename. Files removed now per | wrowe | 2001-01-19 | 1 | -60/+64 |
* | The APU_DECLARE's finished (nearly) for apr-util. This change also | wrowe | 2001-01-18 | 1 | -2/+10 |
* | Back out the last change, this breaks Apache. The abstraction is incorrect | rbb | 2001-01-06 | 1 | -1/+1 |
* | Use APU_DECLARE instead of AP_DECLARE. | rbb | 2001-01-06 | 1 | -1/+1 |
* | Generic hooks (and a demo content filter module). | ben | 2001-01-02 | 1 | -2/+2 |
* | The APU_DECLARE symbol rename to solve DAV faults and other lurking | wrowe | 2000-12-21 | 1 | -7/+8 |
* | This solves two issues, one is a backref from apr-util into the | wrowe | 2000-12-06 | 1 | -29/+22 |
* | Get all of the docs in apr-utils up to date. We can't build these yet, | rbb | 2000-12-05 | 1 | -0/+24 |
* | Put the HOOKS declarations back to AP_DECLARE instead of APR_DECLARE | rbb | 2000-12-05 | 1 | -3/+3 |
* | Get the hooks code into apr-utils | rbb | 2000-12-05 | 1 | -12/+10 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | gstein | 2000-11-26 | 1 | -1/+1 |
* | This change is not the same old change. We declare a new set of | wrowe | 2000-10-11 | 1 | -25/+40 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -9/+9 |
* | Document the ap_hooks.h include file. | rbb | 2000-07-29 | 1 | -0/+43 |
* | PR: | wrowe | 2000-05-27 | 1 | -15/+15 |
* | PR: | wrowe | 2000-05-27 | 1 | -3/+3 |
* | PR: | wrowe | 2000-05-27 | 1 | -7/+7 |
* | A really simple change for readability: | wrowe | 2000-05-27 | 1 | -6/+6 |
* | ap.h is the basis for the ap.lib collection. Since it is a distinct | wrowe | 2000-05-27 | 1 | -24/+27 |
* | Move prototype of ap_hook_deregister_all to where it belongs. | fielding | 2000-05-18 | 1 | -0/+1 |
* | PR: | wrowe | 2000-04-29 | 1 | -0/+57 |
* | add AP_ prefix to *HOOK* macros | dougm | 2000-04-26 | 1 | -15/+15 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 1 | -1/+1 |
* | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | rbb | 1999-08-31 | 1 | -3/+3 |
* | Break out the hook implementations into three kinds, thus avoiding null macro | ben | 1999-07-31 | 1 | -18/+55 |
* | Another hook (I won't be upset if someone else wants to do some!). | ben | 1999-07-27 | 1 | -2/+2 |
* | And with one bound, he was free! This seemingly minor change allows modules | ben | 1999-07-22 | 1 | -1/+4 |
* | Add non-topological ordering for hooks. | ben | 1999-07-11 | 1 | -2/+13 |
* | Make run_all symbolic. | ben | 1999-07-11 | 1 | -0/+3 |
* | Add topological sorting to hook ordering. | ben | 1999-07-11 | 1 | -5/+19 |
* | Use arrays for hooks. | ben | 1999-07-10 | 1 | -7/+12 |