| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -12/+12 |
| * | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -4/+4 |
| * | PR: 29709,32051 | Nick Kew | 2004-11-04 | 1 | -0/+9 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -50/+10 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | fix cut-n-paste errors in the logging of the current hook | Jeff Trawick | 2003-12-13 | 1 | -2/+2 |
| * | add map_to_storage hook to mod_example | Jeff Trawick | 2003-10-10 | 1 | -0/+23 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | Clean up docs and add a hook for clarification. | William A. Rowe Jr | 2002-07-11 | 1 | -17/+38 |
| * | remove a redundant piece of code | Ian Holsman | 2002-06-17 | 1 | -26/+0 |
| * | try to be a better example of a process-connection hook | Jeff Trawick | 2002-06-07 | 1 | -4/+2 |
| * | More docs for mod_example.c | Ryan Bloom | 2002-06-07 | 1 | -2/+18 |
| * | signature of quick_handler hook changed | Jeff Trawick | 2002-03-28 | 1 | -1/+1 |
| * | Commit 1 of 2 to: | Bill Stoddard | 2002-03-20 | 1 | -1/+1 |
| * | First commit to introduce accessor function to set r->content_type.. | Bill Stoddard | 2002-03-20 | 1 | -1/+1 |
| * | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
| * | Remove the install_transport_filters hook. The same function can be | Ryan Bloom | 2002-02-05 | 1 | -1/+1 |
| * | The pre_config hook now takes a return value. This allows modules to | Aaron Bannert | 2002-01-28 | 1 | -2/+4 |
| * | Ok one typo... that's it for me for one evening | William A. Rowe Jr | 2002-01-10 | 1 | -1/+1 |
| * | Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules. | William A. Rowe Jr | 2002-01-10 | 1 | -2/+2 |
| * | change open_logs hook to return a value, allowing you to flag a error | Ian Holsman | 2001-11-24 | 1 | -1/+2 |
| * | Modify post_config hook so that it can return a error, | Ian Holsman | 2001-11-23 | 1 | -1/+2 |
| * | disabling mod_example ap_hook_{http_method,default_port} | Doug MacEachern | 2001-10-15 | 1 | -0/+4 |
| * | x_handler() was not checking r->handler, leaving it to handle every request | Doug MacEachern | 2001-10-13 | 1 | -0/+4 |
| * | a couple of hacks to mod_example to get it to behave a little better: | Jeff Trawick | 2001-08-06 | 1 | -2/+4 |
| * | Remove all the warnings from mod_example.c. | Ryan Bloom | 2001-08-06 | 1 | -42/+5 |
| * | Sorting things out | Chuck Murcko | 2001-07-25 | 1 | -9/+10 |
| * | fix warning | Chuck Murcko | 2001-07-24 | 1 | -1/+2 |
| * | Checkpoint my mod_example work. It does not work correctly yet, | Ken Coar | 2001-05-22 | 1 | -192/+358 |
| * | Goodbye ap_send_http_header | William A. Rowe Jr | 2001-02-28 | 1 | -1/+0 |
| * | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
| * | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -5/+5 |
| * | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -14/+14 |
| * | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
| * | Get mod_example building cleanly. | Ryan Bloom | 2000-11-28 | 1 | -23/+28 |
| * | Fix a typo. | Ken Coar | 2000-08-21 | 1 | -1/+1 |
| * | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -42/+42 |
| * | Add mod_example to the build system. | Tony Finch | 2000-05-11 | 1 | -71/+85 |
| * | back out APR_ prefix for TRUE,FALSE | Doug MacEachern | 2000-04-28 | 1 | -1/+1 |
| * | prefix TRUE,FALSE with APR_ | Doug MacEachern | 2000-04-28 | 1 | -1/+1 |
| * | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -14/+14 |
| * | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -14/+14 |
| * | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -33/+34 |
| * | Update the example module to 2.0 | Ryan Bloom | 2000-03-13 | 1 | -26/+59 |
| * | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |
| * | Remove most of the annoying "re ap_context_t mplement" mis-replacements | Martin Kraemer | 1999-10-11 | 1 | -5/+5 |