summaryrefslogtreecommitdiff
path: root/hooks
Commit message (Expand)AuthorAgeFilesLines
...
* A really simple change for readability:wrowe2000-05-272-18/+18
* ap.h is the basis for the ap.lib collection. Since it is a distinctwrowe2000-05-272-10/+20
* PR:wrowe2000-04-292-4/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-6/+6
* Clear hook registrations between reads of the config file.ake2000-03-232-2/+24
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isrbb2000-01-282-0/+2
* Finish the commits for the change in the header files. Basically, this hidesrbb2000-01-192-0/+2
* Fix hook sorting. When walking a linked list it's a good idea to startbjh1999-11-282-2/+2
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-042-2/+2
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-142-2/+2
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-312-14/+16
* Reformat according to style guide.ben1999-08-012-130/+108
* Use C comments instead of C++ commentsmartin1999-07-192-6/+6
* Add non-topological ordering for hooks.ben1999-07-112-0/+20
* Add topological sorting to hook ordering.ben1999-07-112-0/+442