summaryrefslogtreecommitdiff
path: root/hooks/ap_hooks.c
Commit message (Expand)AuthorAgeFilesLines
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-191-350/+0
* 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