summaryrefslogtreecommitdiffstats
path: root/include/mpm_common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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