]> granicus.if.org Git - apache/history - include/mpm_common.h
Added a new LDAPConnectionTimeout directive to util_ldap so that the socket connectio...
[apache] / include / mpm_common.h
2004-12-02 Jeff Trawickworker MPM: Fix a problem which could cause httpd proce...
2004-03-15 Jeff Trawickuse existing directive name ThreadStackSize instead of
2004-03-11 Jeff TrawickThreaded MPMs for Unix and Win32: Add WorkerStackSize...
2004-03-06 Joe Orton* include/mpm_common.h (ap_pod_t): Remove 'sa' field.
2004-02-19 Jeff TrawickAdd a new directive EnableExceptionHook that must be...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-04-09 Jeff Trawickconsolidate code related to sig_coredump
2003-03-06 Greg AmesLinux 2.4+: enable coredumps when Apache is started...
2003-02-03 André Malofinished that boring job:
2002-07-04 Brian Panefix ap_mpm_set_max_mem_free declaration to match mpm_co...
2002-07-04 Brian PaneAdd missing declarations of the new max_mem_free stuff
2002-05-23 Jeff TrawickAdd "-k start|startssl|restart|graceful|stop" support...
2002-03-29 Jim JagielskiSyncing makes no sense now
2002-03-20 Jim JagielskiFold the compiled-in knowledge of the allowable AcceptM...
2002-03-20 Jim JagielskiBring 2.0 up to parity, a bit, with how much info we...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-08 Bradley NicholesAdded the #ifdef's to the prototypes to match the corre...
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-11-17 Jeff TrawickGet mod_cgid killed when a MPM exits due to a fatal...
2001-10-23 Ryan BloomFix the reporting for child processes that die. This...
2001-08-14 Jeff Trawicknamespace-protect accept_lock_mech
2001-08-13 Jeff Trawickchange the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
2001-08-13 Jeff Trawick(hopefully) get WinNT MPM to build using mpm_common...
2001-08-13 Jeff Trawickallow non-Unix MPMs to use mpm_common.c by not automati...
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-07-27 William A. Rowe Jr Doc formatting fixes
2001-07-18 Greg Amesfix memory leak of apr_sockaddr_t and apr_socket_t...
2001-06-07 Ryan BloomFirst pass at the pipe_of_death logic for the prefork...
2001-03-22 Jeff TrawickGet rid of some warnings which crept into the Unix...
2001-03-19 Brian HavardDeclaration of ap_reclaim_child_processes() in exports...
2001-03-17 Ben LaurieMore doxygenation.
2001-03-05 Jeff TrawickRely on APR to determine whether or not we have netinet...
2001-03-01 Greg SteinDon't directly include ap_config_auto.h directly. It...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-13 Bill StoddardWindows doesn't have ap_config_auto. Perhaps we need...
2001-02-13 Greg AmesThe "src/" directory no longer exists. Clean up the...
2001-02-12 Greg Stein*) remove some obsolete/unused defines from httpd.h.
2001-01-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2000-08-22 Brian HavardAPRize disabling nagle (setting TCP_NODELAY).
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-06 Ryan BloomUpdate the mpm_common.h file with docs to use ScanDoc
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-26 Jeff TrawickGet ap_socket_disable_nagle() working again.
2000-07-10 Ryan BloomMove sock_disable_nagle to mpm_common.c. Rename it...
2000-07-10 Ryan BloomMove process_child_status to mpm_common.c. This requir...
2000-06-21 Jeff TrawickFix error messages issued from MPMs which explain where...
2000-05-24 Ryan BloomFix a memory leak with ap_wait_or_timeout.
2000-05-19 Roy T. FieldingPrototypes for the visible functions in mpm_common.c.