summaryrefslogtreecommitdiff
path: root/include/apr_hooks.h
Commit message (Expand)AuthorAgeFilesLines
* Add DTrace hooks to APR-Util's Hooks.pquerna2008-05-061-27/+67
* Update license headers.jerenkrantz2007-01-151-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Axe deprecated functions, #defines, etc. in apr-util.jerenkrantz2003-11-161-17/+0
* Wrong function was being marked as deprecated.thommay2003-08-151-2/+2
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-3/+10
* Renames Pending:thommay2002-07-061-6/+24
* Update our copyright for this year.fielding2002-03-131-1/+1
* DOxygen'ization of header filesianh2001-09-091-4/+9
* Doxygen Fixesianh2001-09-061-1/+9
* Documentation updates.ben2001-06-171-14/+5
* Put some declarations in the right order, for detection's sake.orlikowski2001-06-091-3/+3
* Make APR_IMPLEMENT_EXTERNAL_HOOK_BASE generate adougm2001-05-151-0/+8
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* be consistent with 'const char * const *' spacing (noticed when parsing the t...dougm2001-02-021-1/+1
* The current hooking module is _not_ a debugging aid.ben2001-01-241-3/+3
* Changes at-a-glance for the symbol rename. Files removed now perwrowe2001-01-191-60/+64
* The APU_DECLARE's finished (nearly) for apr-util. This change alsowrowe2001-01-181-2/+10
* Back out the last change, this breaks Apache. The abstraction is incorrectrbb2001-01-061-1/+1
* Use APU_DECLARE instead of AP_DECLARE.rbb2001-01-061-1/+1
* Generic hooks (and a demo content filter module).ben2001-01-021-2/+2
* The APU_DECLARE symbol rename to solve DAV faults and other lurkingwrowe2000-12-211-7/+8
* This solves two issues, one is a backref from apr-util into thewrowe2000-12-061-29/+22
* Get all of the docs in apr-utils up to date. We can't build these yet,rbb2000-12-051-0/+24
* Put the HOOKS declarations back to AP_DECLARE instead of APR_DECLARErbb2000-12-051-3/+3
* Get the hooks code into apr-utilsrbb2000-12-051-12/+10
* *) Compensate for recent changes in the APR headers. Specifically, somegstein2000-11-261-1/+1
* This change is not the same old change. We declare a new set ofwrowe2000-10-111-25/+40
* prefix libapr functions and types with apr_dougm2000-08-021-9/+9
* Document the ap_hooks.h include file.rbb2000-07-291-0/+43
* PR:wrowe2000-05-271-15/+15
* PR:wrowe2000-05-271-3/+3
* PR:wrowe2000-05-271-7/+7
* A really simple change for readability:wrowe2000-05-271-6/+6
* ap.h is the basis for the ap.lib collection. Since it is a distinctwrowe2000-05-271-24/+27
* Move prototype of ap_hook_deregister_all to where it belongs.fielding2000-05-181-0/+1
* PR:wrowe2000-04-291-0/+57
* add AP_ prefix to *HOOK* macrosdougm2000-04-261-15/+15
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-3/+3
* Break out the hook implementations into three kinds, thus avoiding null macroben1999-07-311-18/+55
* Another hook (I won't be upset if someone else wants to do some!).ben1999-07-271-2/+2
* And with one bound, he was free! This seemingly minor change allows modulesben1999-07-221-1/+4
* Add non-topological ordering for hooks.ben1999-07-111-2/+13
* Make run_all symbolic.ben1999-07-111-0/+3
* Add topological sorting to hook ordering.ben1999-07-111-5/+19
* Use arrays for hooks.ben1999-07-101-7/+12