]> granicus.if.org Git - apache/history - server/main.c
Fix default Timeout & KeepaliveTimeout. Still need to limit directive
[apache] / server / main.c
2000-08-26 David ReidRemove a needless cast.
2000-08-09 William A. Rowe Jr Provide the first real-world update for the new apr_i...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-11 Bill Stoddard#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD...
2000-06-11 Jeff TrawickFix a couple of problems with the pre/post config proce...
2000-06-10 Ryan BloomCleanup more of the Apache configuration. This removes...
2000-06-10 Jeff Trawickhttpd -V now displays APR's selection of the lock mecha...
2000-06-08 Ryan BloomRemove all occurances of gettimeofday. Replace it...
2000-06-05 William A. Rowe JrPR:
2000-06-03 Ryan BloomModify the config order so that we read the config...
2000-05-31 Ryan BloomRemove a warning when compiled with --use-maintainer...
2000-05-30 William A. Rowe JrPR:
2000-05-29 William A. Rowe JrPR:
2000-05-28 William A. Rowe JrPR:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr Pass the process_rec to the MPM to allow rewriting...
2000-05-18 Jeff TrawickAdd "-D APACHE_XLATE" to the output of httpd -V when...
2000-05-17 William A. Rowe Jr Radical overhaul of the Apache-2.0/Win32 mpm <->...
2000-05-09 Jeff Trawickgeneric EBCDIC support code, changes to rfc1413.c to...
2000-05-04 Ryan BloomMake reliable piped logs work on 2.0.
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-14 dgaudetmore namespace cleanup
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-30 Ryan BloomFix the warnings associated with the pre_config patch.
2000-03-30 Ryan BloomPut the pre_config hook back into the table. This...
2000-03-28 Jeff TrawickTweaked APR initialization and termination so that...
2000-03-23 Allan K. EdwardsClear hook registrations between reads of the config...
2000-03-22 Jeff Trawickaxe code to print "-D MULTITHREAD" for apache -V; MULTI...
2000-03-15 Manoj KasichainulaEliminate implicit usage of access.conf and srm.conf.
2000-03-14 David ReidThis gets the server working again after Ryan's order...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-28 Ryan BloomRemove second ap_initialize left over from previous...
2000-02-23 Bill Stoddard2.0 builds, but dumps core on FreeBSD 3.3 (ap_lock).
2000-02-14 Bill StoddardRework the code to handle apache -k shutdown|restart...
2000-02-03 Ryan BloomAPR requires that ap_initialize is called as one of...
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
1999-12-20 Bill StoddardGet rid of the C++ style comment.
1999-12-20 Bill StoddardHandle -k restart|shutdown command line option from...
1999-12-01 Manoj KasichainulaEliminate ap_config.h's checks when using autoconf...
1999-11-22 Ryan BloomClean up the getopt stuff a bit. Basically, I am remov...
1999-11-21 Martin KraemerUse APR's getopt
1999-11-18 Ryan BloomFirst step in removing the fprintf(stderr problem from...
1999-11-08 Bill StoddardGet rid of dependency on os/win32/getopt.c & .h
1999-10-19 Brian HavardUse APR's getopt.
1999-10-13 Ben HydeRemove all but one WIN32 from http_main. Other minor...
1999-10-11 Martin KraemerFix typos
1999-10-07 Martin Kraemerap_server_argv0 was undefined. Use a simple default...
1999-10-07 Ben HydeWell this was thought provoking.
1999-10-07 Ben HydeAdd process_rec to the top of {server,connection,reques...
1999-10-07 Ben HydeDuh.
1999-10-07 Ben HydeChanged my mind, ptemp maybe "systolic" but since it...
1999-10-07 Ben HydeMan! This file vastly improved. Thanks Dean!
1999-10-06 Ben HydeRemove obsolete ap_util_init function.
1999-10-04 Ryan BloomFirst patch to re-order function parameters. This...
1999-09-14 Ryan BloomA change to how APR uses user data. Now, user data...
1999-09-11 Ben LaurieReally get rid of unused options.
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-28 Ralf S. EngelschallMake ``configure --with-option=devel'' under
1999-08-27 Bill StoddardA bunch of changes to get the server compiling on WIN32...
1999-08-26 Roy T. FieldingRearchitect the mess in http_main.c, http_core.c and...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.