]> granicus.if.org Git - apache/history - server/main.c
On the trunk:
[apache] / server / main.c
2002-06-10 Jeff TrawickFix the display of the default name for the mime types...
2002-05-24 Jeff Trawickthe "-k startssl" parameter is reverted by popular...
2002-05-23 Jeff Trawickissue the usage message if there are extraneous argumen...
2002-05-23 Jeff TrawickAdd "-k start|startssl|restart|graceful|stop" support...
2002-05-23 Jeff Trawickfix a spelling error in a comment
2002-05-21 Aaron BannertOmit the second linefeed after "Syntax OK"
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-17 William A. Rowe Jr Introduced -E startup_logfile_name option to httpd...
2002-04-13 William A. Rowe Jr Correct const'ness of argv in all support apps, and...
2002-04-04 Jim JagielskiAdded support for Posix semaphore-based mutex locking...
2002-03-25 William A. Rowe Jr Integrate rbb's forward port of -k config into the...
2002-03-22 Bill StoddardTag some pools
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-09 Sander StrikerStyle Police comming through...
2002-03-01 William A. Rowe Jr For fat-fingered friends and others who like typing...
2002-02-15 Aaron BannertThis comment is bogus since we decided to keep -X.
2002-02-04 William A. Rowe Jr NOERRNO? Of course we have an ERRNO :)
2002-02-04 Ryan BloomThis patch allows the prefork MPM to print messages...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-17 Jeff Trawickget the declaration of strcasecmp() on AIX
2002-01-17 William A. Rowe Jr Allow the user to get detailed debugging information...
2002-01-08 David ReidRestore the apr_pool_clear calls to main.c in case...
2002-01-08 David ReidThis small patch modifies the log's to use plog instead...
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...
next