summaryrefslogtreecommitdiffstats
path: root/server/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-291-2/+8
* get the declaration of strcasecmp() on AIXJeff Trawick2002-01-171-0/+1
* Allow the user to get detailed debugging information without a fullWilliam A. Rowe Jr2002-01-171-0/+30
* Restore the apr_pool_clear calls to main.c in case we haveDavid Reid2002-01-081-0/+2
* This small patch modifies the log's to use plog instead of pconf.David Reid2002-01-081-2/+0
* tag a few of the key httpd poolsJeff Trawick2001-12-181-0/+4
* hmmm... gcc 2.95.2 on AIX says sizeof is long... fix upJeff Trawick2001-12-051-1/+5
* tweak httpd -V output to show the architecture (bits in a pointer)Jeff Trawick2001-12-041-0/+4
* Handle the ? option.Ben Laurie2001-12-031-0/+1
* Finish undoing that last patch... previous commit simply cleaned it up,William A. Rowe Jr2001-11-291-8/+0
* Revert my last patch to detect a 'leftover' arg. Apparently there isWilliam A. Rowe Jr2001-11-291-3/+3
* We never tested for invalid 'additional' arguments that were ignored.William A. Rowe Jr2001-11-291-1/+10
* carry over from 1.3: disable profiling in the parent process #ifdef GPROFDoug MacEachern2001-11-291-0/+2
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-241-2/+9
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-2/+8
* Debug conf pool constness. This is a noop most of the time on mostWilliam A. Rowe Jr2001-09-281-0/+3
* Add -X functionality back to httpd.Justin Erenkrantz2001-08-301-0/+4
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-221-1/+1
* Fix command-line processing so that if a bad argument is specifiedJeff Trawick2001-05-181-2/+6
* Module writers for 2.0 shouldn't still be relying on a no-op forVictor J. Orlikowski2001-04-041-2/+0
* clean out some old crud from ap_config.hGreg Stein2001-02-241-7/+4
* remove ap_{post_config,child_init}_hookDoug MacEachern2001-02-231-2/+2
* Oops - better *think* first. Fix typo.Martin Kraemer2001-02-211-1/+1
* Display APACHE_MPM_DIR in the list of #defines, andMartin Kraemer2001-02-211-2/+2
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-191-3/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) remove some obsolete/unused defines from httpd.h.Greg Stein2001-02-121-3/+0
* Clean up some of the includes:Greg Stein2001-02-101-3/+3
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-21/+21
* Add support for type-safe optional functions.Ben Laurie2001-01-271-0/+2
* Back out the last change (the one that went in without a commit log)Ryan Bloom2001-01-211-0/+4
* PR:Ryan Bloom2001-01-211-3/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-3/+3
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Set up stderr logging explictly early in initialization so that a pool isJeff Trawick2001-01-041-0/+5
* Remove AP_USE_MMAP_FILES, it doesn't really control anything anymore. NowRyan Bloom2001-01-011-7/+4
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-3/+3
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-3/+3
* Get -t -D DUMP_VHOSTS working and properly documented. This removes theRyan Bloom2000-12-171-23/+22
* Display whether or not APR (and thus Apache) supports IPv6 in theJeff Trawick2000-12-161-0/+3
* *) fix up buildexports.sh:Greg Stein2000-12-071-8/+14
* Add "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output whenJeff Trawick2000-12-011-0/+3
* Use "const char * const *" for process->argv (which is the correctGreg Stein2000-11-291-18/+16
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-2/+9
* Extern symbols (per the warning) belong elsewhere, since (on Win32) theWilliam A. Rowe Jr2000-11-181-2/+0
* Port mod_info to 2.0. This is basically a complete re-write to use theRyan Bloom2000-11-141-6/+7
* Fix type complaints on Xlc.Ryan Bloom2000-11-131-1/+1
* Create a feature macro that determines if Autoconf was used to configureRyan Bloom2000-11-021-1/+1
* Get win32 building again... we need something just a little more sophistica...William A. Rowe Jr2000-11-021-0/+2
* This is an ugly little hack to allow DSO modules to work. This basicallyRyan Bloom2000-10-311-0/+7