]> granicus.if.org Git - apache/history - server/main.c
showstoppers--;
[apache] / server / main.c
2001-12-18 Jeff Trawicktag a few of the key httpd pools
2001-12-05 Jeff Trawickhmmm... gcc 2.95.2 on AIX says sizeof is long... fix up
2001-12-04 Jeff Trawicktweak httpd -V output to show the architecture (bits...
2001-12-03 Ben LaurieHandle the ? option.
2001-11-29 William A. Rowe Jr Finish undoing that last patch... previous commit...
2001-11-29 William A. Rowe Jr Revert my last patch to detect a 'leftover' arg....
2001-11-29 William A. Rowe Jr We never tested for invalid 'additional' arguments...
2001-11-29 Doug MacEacherncarry over from 1.3: disable profiling in the parent...
2001-11-24 Ian Holsmanchange open_logs hook to return a value, allowing you...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-09-28 William A. Rowe Jr Debug conf pool constness. This is a noop most of...
2001-08-30 Justin ErenkrantzAdd -X functionality back to httpd.
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-18 Jeff TrawickFix command-line processing so that if a bad argument...
2001-04-04 Victor J. OrlikowskiModule writers for 2.0 shouldn't still be relying on...
2001-02-24 Greg Steinclean out some old crud from ap_config.h
2001-02-23 Doug MacEachernremove ap_{post_config,child_init}_hook
2001-02-21 Martin KraemerOops - better *think* first. Fix typo.
2001-02-21 Martin KraemerDisplay APACHE_MPM_DIR in the list of #defines, and
2001-02-19 Doug MacEachernrename miss: s/apr_clear_pool/apr_pool_clear/g
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-12 Greg Stein*) remove some obsolete/unused defines from httpd.h.
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-27 Ben LaurieAdd support for type-safe optional functions.
2001-01-21 Ryan BloomBack out the last change (the one that went in without...
2001-01-21 Ryan BloomPR:
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-04 Jeff TrawickSet up stderr logging explictly early in initialization...
2001-01-01 Ryan BloomRemove AP_USE_MMAP_FILES, it doesn't really control...
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-17 Ryan BloomGet -t -D DUMP_VHOSTS working and properly documented...
2000-12-16 Jeff TrawickDisplay whether or not APR (and thus Apache) supports...
2000-12-07 Greg Stein*) fix up buildexports.sh:
2000-12-01 Jeff TrawickAdd "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output...
2000-11-29 Greg SteinUse "const char * const *" for process->argv (which...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-18 William A. Rowe Jr Extern symbols (per the warning) belong elsewhere...
2000-11-14 Ryan BloomPort mod_info to 2.0. This is basically a complete...
2000-11-13 Ryan BloomFix type complaints on Xlc.
2000-11-02 Ryan BloomCreate a feature macro that determines if Autoconf...
2000-11-02 William A. Rowe Jr Get win32 building again... we need something just...
2000-10-30 Ryan BloomThis is an ugly little hack to allow DSO modules to...
2000-10-19 Ryan BloomNamespace protect the rest of the macros defined by...
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.
next