summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
Commit message (Expand)AuthorAgeFilesLines
* merge these fixes from 2.1-dev:Jeff Trawick2005-03-301-1/+32
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* merge this feature, and code cleanups for signal handlers,Jeff Trawick2004-02-261-0/+10
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-071-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* backport the following change from 2.1:Greg Ames2003-05-151-0/+1
* Enable ap_sock_disable_nagle for Windows. This along with theAllan K. Edwards2003-04-171-1/+1
* Correct a mis-correlation between mpm_common.c and mpm_common.h;Allan K. Edwards2003-04-171-1/+1
* update license to 2003.André Malo2003-02-031-1/+1
* fix ap_mpm_set_max_mem_free declaration to match mpm_common.cBrian Pane2002-07-041-1/+2
* Add missing declarations of the new max_mem_free stuffBrian Pane2002-07-041-0/+5
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-231-0/+5
* Syncing makes no sense nowJim Jagielski2002-03-291-1/+0
* Fold the compiled-in knowledge of the allowable AcceptMutex settings intoJim Jagielski2002-03-201-1/+1
* Bring 2.0 up to parity, a bit, with how much info we provide toJim Jagielski2002-03-201-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Added the #ifdef's to the prototypes to match the corresponding source codeBradley Nicholes2002-01-081-0/+4
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-291-1/+1
* Get mod_cgid killed when a MPM exits due to a fatal error.Jeff Trawick2001-11-171-1/+2
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-2/+3
* namespace-protect accept_lock_mechJeff Trawick2001-08-141-1/+1
* change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES toJeff Trawick2001-08-131-2/+2
* (hopefully) get WinNT MPM to build using mpm_common.c code; a few notes:Jeff Trawick2001-08-131-15/+15
* allow non-Unix MPMs to use mpm_common.c by not automaticallyJeff Trawick2001-08-131-0/+5
* Begin to sanitize the MPM configuration directives. Now, allRyan Bloom2001-08-131-0/+61
* Doc formatting fixesWilliam A. Rowe Jr2001-07-271-2/+2
* fix memory leak of apr_sockaddr_t and apr_socket_t in ap_mpm_pod_signal,Greg Ames2001-07-181-0/+1
* First pass at the pipe_of_death logic for the prefork MPM. This doesRyan Bloom2001-06-071-0/+43
* Get rid of some warnings which crept into the Unix MPMs aJeff Trawick2001-03-221-0/+2
* Declaration of ap_reclaim_child_processes() in exports.c needs to beBrian Havard2001-03-191-0/+2
* More doxygenation.Ben Laurie2001-03-171-0/+1
* Rely on APR to determine whether or not we have netinet/tcp.h. This testJeff Trawick2001-03-051-1/+1
* Don't directly include ap_config_auto.h directly. It isn't available onGreg Stein2001-03-011-3/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTOBill Stoddard2001-02-131-0/+2
* The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITSGreg Ames2001-02-131-1/+1
* *) remove some obsolete/unused defines from httpd.h.Greg Stein2001-02-121-2/+16
* Move initgroupgs, ap_uname2id and ap_gname2id from util.c toRyan Bloom2001-01-201-0/+14
* APRize disabling nagle (setting TCP_NODELAY).Brian Havard2000-08-221-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-2/+2
* Update the mpm_common.h file with docs to use ScanDocRyan Bloom2000-08-061-0/+41
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-2/+2
* Get ap_socket_disable_nagle() working again.Jeff Trawick2000-07-261-0/+4
* Move sock_disable_nagle to mpm_common.c. Rename it to ap_sock_disable_nagle.Ryan Bloom2000-07-101-0/+6
* Move process_child_status to mpm_common.c. This requires re-naming itRyan Bloom2000-07-101-0/+1
* Fix error messages issued from MPMs which explain where to changeJeff Trawick2000-06-211-0/+2
* Fix a memory leak with ap_wait_or_timeout.Ryan Bloom2000-05-241-1/+1
* Prototypes for the visible functions in mpm_common.c.Roy T. Fielding2000-05-191-0/+84