| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the use | Jim Jagielski | 2018-08-01 | 1 | -2/+2 |
* | Revert style changes | Christophe Jaillet | 2014-10-10 | 1 | -2/+2 |
* | Style | Christophe Jaillet | 2014-10-05 | 1 | -2/+2 |
* | Strip useless apr_brigade_cleanup() calls. | Yann Ylavic | 2014-06-10 | 1 | -1/+0 |
* | Further clarify the naming of the entity that directly connects to us by | Graham Leggett | 2011-12-14 | 1 | -3/+3 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -3/+3 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -3/+3 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -5/+5 |
* | Introduce new function ap_get_conn_socket() to access the socket of | Stefan Fritsch | 2011-06-13 | 1 | -1/+1 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -1/+1 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | * modules/echo/mod_echo.c (process_echo_connection): Use _cleanup | Joe Orton | 2010-06-05 | 1 | -2/+2 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | Two sane reasons to wrap up, timeup, or eof. Quiet down both results | William A. Rowe Jr | 2007-10-24 | 1 | -1/+1 |
* | Enhance mod_echo with an illustration of using the scoreboard for a connection | William A. Rowe Jr | 2007-10-24 | 1 | -8/+123 |
* | * Fix precedence problem. | Ruediger Pluem | 2006-10-02 | 1 | -3/+3 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 1 | -6/+6 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -2/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | * modules/echo/mod_echo.c (process_echo_connection): Fix brigade | Joe Orton | 2004-06-15 | 1 | -5/+8 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright date 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 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -2/+2 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Change ap_get_brigade prototype to remove *readbytes in favor of readbytes. | Justin Erenkrantz | 2002-01-25 | 1 | -2/+1 |
* | Input filtering prototype change: Socket blocking type should be | Justin Erenkrantz | 2002-01-19 | 1 | -2/+2 |
* | Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules. | William A. Rowe Jr | 2002-01-10 | 1 | -2/+3 |
* | Remove a warning from mod_echo. | Ryan Bloom | 2001-08-13 | 1 | -1/+1 |
* | Make mod_echo use filters for all communication with clients. | Ryan Bloom | 2001-06-06 | 1 | -10/+18 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -1/+1 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
* | Remove a couple more NULL handler specifications. | Ryan Bloom | 2001-01-12 | 1 | -1/+0 |
* | This sets an example for this type of module, so let's make sure | Ken Coar | 2001-01-09 | 1 | -26/+28 |
* | Get mod_echo to stop using BUFF. | Ryan Bloom | 2000-11-28 | 1 | -3/+4 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -2/+2 |
* | Mod_echo was using raw args instead of a flag to enable and disable | Ryan Bloom | 2000-08-17 | 1 | -4/+4 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -4/+4 |
* | Use the new command-handler initializer macros in a few more modules, | Jeff Trawick | 2000-06-18 | 1 | -5/+6 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -2/+2 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -2/+2 |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -1/+1 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -0/+58 |
* | Jeff's couple of small corrections. | David Reid | 2000-03-15 | 1 | -1/+1 |