summaryrefslogtreecommitdiff
path: root/hooks/apr_hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Include apr_private.h for NetWare to resolve the per application global data ...bnicholes2003-02-071-0/+1
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Eliminating the per-application global data in the apr_hook source for NetWare.bnicholes2002-12-021-1/+34
* Fix a warning that was added with the symbol renames.rbb2002-07-081-1/+1
* Renames Pending:thommay2002-07-061-19/+55
* Update our copyright for this year.fielding2002-03-131-1/+1
* Get rid of some warnings about missing prototypes for memXXX and strXXXtrawick2001-05-211-4/+3
* Long overdue name change from "generic hook" to "optional hook".ben2001-05-201-17/+18
* Fix the win32 GP fault from the 2.0.16 release candidate. Hook callingwrowe2001-04-051-2/+2
* Substantial cleanup to the linkage and declarations of the genericwrowe2001-04-031-3/+3
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-12/+12
* use a cast to resolve the discrepancy between void(*)(void)" and "void*"trawick2001-01-291-2/+2
* Remove a warning. This variable is never used.rbb2001-01-281-2/+0
* Not sure what all the private stuff is doing in the header... but heck,wrowe2001-01-271-3/+3
* Add support for type-safe optional functions.ben2001-01-271-0/+22
* The current hooking module is _not_ a debugging aid.ben2001-01-241-2/+2
* Get rid of irritating comment weirdness.ben2001-01-241-3/+3
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-191-27/+27
* Back out the last change, this breaks Apache. The abstraction is incorrectrbb2001-01-061-1/+1
* Move ap_generic_hook from the Apache include directory to the apr-utilrbb2001-01-061-1/+2
* Generic hooks (and a demo content filter module).ben2001-01-021-4/+53
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-0/+3
* The APU_DECLARE symbol rename to solve DAV faults and other lurkingwrowe2000-12-211-7/+7
* Remove some warnings. The fixes may not be perfectly portable, but thisrbb2000-12-051-0/+1
* Get the hooks code into apr-utilsrbb2000-12-051-9/+9
* *) Compensate for recent changes in the APR headers. Specifically, somegstein2000-11-261-2/+7
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-7/+7
* Sloppy licenses. Update to ASF license 1.1.fielding2000-08-141-0/+54
* prefix libapr functions and types with apr_dougm2000-08-021-16/+16
* PR:wrowe2000-05-271-3/+3
* PR:wrowe2000-05-271-7/+7
* A really simple change for readability:wrowe2000-05-271-9/+9
* ap.h is the basis for the ap.lib collection. Since it is a distinctwrowe2000-05-271-5/+10
* PR:wrowe2000-04-291-2/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-3/+3
* Clear hook registrations between reads of the config file.ake2000-03-231-1/+12
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isrbb2000-01-281-0/+1
* Finish the commits for the change in the header files. Basically, this hidesrbb2000-01-191-0/+1
* Fix hook sorting. When walking a linked list it's a good idea to startbjh1999-11-281-1/+1
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-7/+8
* Reformat according to style guide.ben1999-08-011-65/+54
* Use C comments instead of C++ commentsmartin1999-07-191-3/+3
* Add non-topological ordering for hooks.ben1999-07-111-0/+10
* Add topological sorting to hook ordering.ben1999-07-111-0/+221