summaryrefslogtreecommitdiffstats
path: root/modules/echo/mod_echo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-191-0/+1
* Remove some nuisance warnings by changing int to ap_ssize_t.David Reid1999-12-191-2/+1
* ap_bwrite now exports an errnoless interface.Manoj Kasichainula1999-10-301-1/+1
* Change ap_bread's interface to no longer require errno.Manoj Kasichainula1999-10-301-1/+2
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-2/+2
* Fix formatting.Ben Laurie1999-08-151-2/+2
* Child initializer hook.Ben Laurie1999-08-151-1/+0
* Auth checker hookBen Laurie1999-08-151-1/+0
* Access checker hook.Ben Laurie1999-08-151-1/+0
* Another hook.Ben Laurie1999-08-011-1/+0
* Another hook.Ben Laurie1999-08-011-1/+0
* Another hook (I won't be upset if someone else wants to do some!).Ben Laurie1999-07-271-1/+0
* - get rid of pre_command_line_hook ... use register_hooks for this purposedgaudet1999-07-271-1/+0
* Allow for new hooks.Ben Laurie1999-07-241-2/+0
* Support for echo protocol, to show how multiprotocol support works.Ben Laurie1999-07-231-0/+82