summaryrefslogtreecommitdiff
path: root/server/main.c
Commit message (Expand)AuthorAgeFilesLines
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-2/+2
* * Give possible piped loggers a chance to process their input before they getRuediger Pluem2008-07-301-0/+10
* * server/main.c: Unbreak the build.Joe Orton2008-04-071-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-0/+2
* Flesh out ap_expr with:Nick Kew2008-03-311-0/+4
* make sure we Unix weenies get a newline at the end Jeff Trawick2007-08-271-3/+3
* Add a comment to prevent a future upgrade of APR 2.0 or similarWilliam A. Rowe Jr2007-08-231-0/+5
* main core: Emit errors during the initial apr_app_initialize()William A. Rowe Jr2007-08-231-13/+26
* Revert r568762; will reapply in two segmentsWilliam A. Rowe Jr2007-08-231-38/+17
* Eliminate an XXX; apr-based file logging isn't available to reportWilliam A. Rowe Jr2007-08-221-17/+38
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-291-3/+0
* Block ap_pid_table create with same define as used in mpm_common.cGuenter Knauf2007-06-271-0/+2
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-161-0/+1
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-2/+2
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-141-0/+13
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/main.c (abort_on_oom): New function.Joe Orton2006-05-161-0/+20
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* With all of the, uhm, interesting manners in which httpdWilliam A. Rowe Jr2006-04-011-1/+6
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-4/+4
* httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT settingJeff Trawick2005-09-011-0/+2
* * server/main.c (suck_in_APR): Remove weird gzeof reference whichJoe Orton2005-08-301-1/+0
* Doxygen fixup / cleanupIan Holsman2005-08-281-0/+1
* Move the "GracefulShutdownTimeout" directive into mpm_common, for re-useColm MacCarthaigh2005-08-261-2/+2
* Make the neccessary changes to mpm_common and main to support a graceful-stopColm MacCarthaigh2005-08-261-0/+6
* * server/main.c: Remove the suck_in_apr_password_validate() hack. apr_passwo...Paul Querna2005-06-031-12/+0
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Implement -t -DDUMP_MODULES using generic test_config hook rather thanJoe Orton2004-08-171-9/+1
* fix compiler warningsGeoffrey Young2004-07-121-0/+1
* Add DUMP_MODULESPaul Querna2004-07-101-25/+48
* Add OS and APACHE_MPM_DIR to -V outputMartin Kraemer2004-06-291-0/+8
* initialize server arrays prior to calling ap_setup_prelinked_modulesGeoffrey Young2004-06-171-6/+6
* changed the following APIs to return an error instead of hard exiting:André Malo2004-04-251-1/+15
* Don't include newlines in strings passed to ap_log_error.Jeff Trawick2004-03-291-2/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* PR:Martin Kraemer2004-01-051-4/+4
* update license to 2004.André Malo2004-01-011-1/+1
* * server/main.c (suck_in_expat): Remove function, USE_EXPAT is neverJoe Orton2003-12-101-10/+0
* Clean up httpd -V output: Instead of displaying the MPM sourceJeff Trawick2003-12-041-5/+43
* tidy up some charset recoding issuesJeff Trawick2003-11-261-4/+0
* Documentation says -DDUMP_VHOSTS is equivalent to setting -SMartin Kraemer2003-09-081-0/+3
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* add a hint about handling of IPv4-mapped IPv6 addressesJeff Trawick2003-02-221-1/+6
* Allow restart of httpd to occur even with syntax errors in the configJustin Erenkrantz2003-02-171-8/+19
* finished that boring job:André Malo2003-02-031-1/+1
* Enabled the -n parameter on NetWare to allow the administrator to renameBradley Nicholes2003-01-291-0/+4
* don't use deprecated function apr_sort_hooks()Jeff Trawick2002-10-161-2/+2