summaryrefslogtreecommitdiffstats
path: root/modules/experimental/mod_example.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up docs and add a hook for clarification.William A. Rowe Jr2002-07-111-17/+38
* remove a redundant piece of codeIan Holsman2002-06-171-26/+0
* try to be a better example of a process-connection hookJeff Trawick2002-06-071-4/+2
* More docs for mod_example.cRyan Bloom2002-06-071-2/+18
* signature of quick_handler hook changedJeff Trawick2002-03-281-1/+1
* Commit 1 of 2 to:Bill Stoddard2002-03-201-1/+1
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Remove the install_transport_filters hook. The same function can beRyan Bloom2002-02-051-1/+1
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-291-2/+4
* Ok one typo... that's it for me for one eveningWilliam A. Rowe Jr2002-01-101-1/+1
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-2/+2
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-241-1/+2
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-1/+2
* disabling mod_example ap_hook_{http_method,default_port}Doug MacEachern2001-10-161-0/+4
* x_handler() was not checking r->handler, leaving it to handle every requestDoug MacEachern2001-10-131-0/+4
* a couple of hacks to mod_example to get it to behave a little better:Jeff Trawick2001-08-061-2/+4
* Remove all the warnings from mod_example.c.Ryan Bloom2001-08-061-42/+5
* Sorting things outChuck Murcko2001-07-251-9/+10
* fix warningChuck Murcko2001-07-241-1/+2
* Checkpoint my mod_example work. It does not work correctly yet,Ken Coar2001-05-221-192/+358
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-1/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-5/+5
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-14/+14
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Get mod_example building cleanly.Ryan Bloom2000-11-281-23/+28
* Fix a typo.Ken Coar2000-08-211-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-42/+42
* Add mod_example to the build system.Tony Finch2000-05-111-71/+85
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-1/+1
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-281-1/+1
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-14/+14
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-14/+14
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Update the example module to 2.0Ryan Bloom2000-03-141-26/+59
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Remove most of the annoying "re ap_context_t mplement" mis-replacementsMartin Kraemer1999-10-121-5/+5
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-21/+21
* Removed timeouts.Roy T. Fielding1999-08-261-3/+0
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+1149