]> granicus.if.org Git - apache/history - modules/echo
Removed wrong imports / modules from NetWare sochache makefiles.
[apache] / modules / echo /
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-05 Joe Orton* modules/echo/mod_echo.c (process_echo_connection...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-10-24 William A. Rowe JrTwo sane reasons to wrap up, timeup, or eof. Quiet...
2007-10-24 William A. Rowe JrEnhance mod_echo with an illustration of using the...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2006-10-02 Ruediger Pluem* Fix precedence problem.
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-30 Bradley NicholesAllow APR to exist and build outside of the httpd/srcli...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-06-15 Joe Orton* modules/echo/mod_echo.c (process_echo_connection...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright date according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-08 Joe OrtonUse -export-dynamic only when linking an httpd which...
2004-01-01 André Maloupdate license to 2004.
2003-05-16 William A. Rowe Jr A few odd .dsp's to help testers and developers along...
2003-02-03 André Malofinished that boring job:
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-01 Bradley NicholesSwitching from a project build file to GNU make files
2002-01-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-19 Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2002-01-10 William A. Rowe Jr Fix a handful of AP_MODULE_DECLARE_DATA exports for...
2001-08-17 William A. Rowe Jr Based on the VC6 switch - and pulling the win32 make...
2001-08-16 William A. Rowe Jr Ignore goodness
2001-08-13 Ryan BloomRemove a warning from mod_echo.
2001-06-06 Ryan BloomMake mod_echo use filters for all communication with...
2001-05-12 Roy T. FieldingFix httpd's definition of LTFLAGS to be consistent...
2001-04-29 Roy T. FieldingCompletely revamp configure so that it preserves the...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-12 Ryan BloomRemove a couple more NULL handler specifications.
2001-01-09 Ken Coar This sets an example for this type of module, so let...
2000-12-21 William A. Rowe Jr Last of the Win32 goodness I've noticed
2000-12-07 Greg Stein*) remove STANDARD_LIBS line; it is unused/unneeded
2000-12-05 Ryan BloomIgnore all the files that are generated during a build
2000-12-04 Ryan BloomGet the modules configuration stuff working correctly...
2000-12-04 Ryan BloomStart to add back the config.m4 and Makefile.in's that...
2000-11-28 Ryan BloomGet mod_echo to stop using BUFF.
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-17 Ryan BloomMod_echo was using raw args instead of a flag to enable...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in a...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-15 David ReidJeff's couple of small corrections.
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-18 Ryan BloomThis is a huge change to the configure system. Basical...
1999-12-19 David ReidRemove some nuisance warnings by changing int to ap_ssi...
1999-10-30 Manoj Kasichainulaap_bwrite now exports an errnoless interface.
1999-10-30 Manoj KasichainulaChange ap_bread's interface to no longer require errno.
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-08-15 Ben LaurieFix formatting.
1999-08-15 Ben LaurieChild initializer hook.
1999-08-15 Ben LaurieAuth checker hook
1999-08-14 Ben LaurieAccess checker hook.
1999-08-01 Ben LaurieAnother hook.
1999-08-01 Ben LaurieAnother hook.
1999-07-27 Ben LaurieAnother hook (I won't be upset if someone else wants...
1999-07-27 dgaudet- get rid of pre_command_line_hook ... use register_hoo...
1999-07-24 Ben LaurieAllow for new hooks.
1999-07-23 Ben LaurieSupport for echo protocol, to show how multiprotocol...