summaryrefslogtreecommitdiffstats
path: root/modules/echo (follow)
Commit message (Expand)AuthorAgeFilesLines
* BUCKET FREELISTSCliff Woolley2002-03-291-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Switching from a project build file to GNU make filesBradley Nicholes2002-03-011-0/+261
* 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
* Based on the VC6 switch - and pulling the win32 make files from cvsWilliam A. Rowe Jr2001-08-171-1/+5
* Ignore goodnessWilliam A. Rowe Jr2001-08-171-0/+1
* 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
* Fix httpd's definition of LTFLAGS to be consistent with that of aprRoy T. Fielding2001-05-121-1/+1
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-1/+1
* 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
* Last of the Win32 goodness I've noticedWilliam A. Rowe Jr2000-12-211-2/+2
* *) remove STANDARD_LIBS line; it is unused/unneededGreg Stein2000-12-071-4/+1
* Ignore all the files that are generated during a buildRyan Bloom2000-12-051-0/+10
* Get the modules configuration stuff working correctly. This just dealsRyan Bloom2000-12-041-5/+1
* Start to add back the config.m4 and Makefile.in's that were separated outRyan Bloom2000-12-042-0/+21
* 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
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+54
* 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