summaryrefslogtreecommitdiffstats
path: root/modules/echo/mod_echo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the useJim Jagielski2018-08-011-2/+2
* Revert style changesChristophe Jaillet2014-10-101-2/+2
* StyleChristophe Jaillet2014-10-051-2/+2
* Strip useless apr_brigade_cleanup() calls.Yann Ylavic2014-06-101-1/+0
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-3/+3
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-3/+3
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-3/+3
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-5/+5
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* * modules/echo/mod_echo.c (process_echo_connection): Use _cleanupJoe Orton2010-06-051-2/+2
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Two sane reasons to wrap up, timeup, or eof. Quiet down both resultsWilliam A. Rowe Jr2007-10-241-1/+1
* Enhance mod_echo with an illustration of using the scoreboard for a connectionWilliam A. Rowe Jr2007-10-241-8/+123
* * Fix precedence problem.Ruediger Pluem2006-10-021-3/+3
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-6/+6
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/echo/mod_echo.c (process_echo_connection): Fix brigadeJoe Orton2004-06-151-5/+8
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright date according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* BUCKET FREELISTSCliff Woolley2002-03-291-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-251-2/+1
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-191-2/+2
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-2/+3
* Remove a warning from mod_echo.Ryan Bloom2001-08-131-1/+1
* Make mod_echo use filters for all communication with clients.Ryan Bloom2001-06-061-10/+18
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Remove a couple more NULL handler specifications.Ryan Bloom2001-01-121-1/+0
* This sets an example for this type of module, so let's make sureKen Coar2001-01-091-26/+28
* Get mod_echo to stop using BUFF.Ryan Bloom2000-11-281-3/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Mod_echo was using raw args instead of a flag to enable and disableRyan Bloom2000-08-171-4/+4
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-4/+4
* Use the new command-handler initializer macros in a few more modules,Jeff Trawick2000-06-181-5/+6
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-0/+58
* Jeff's couple of small corrections.David Reid2000-03-151-1/+1