]> granicus.if.org Git - apache/history - os/unix/unixd.h
Add -D DUMP_RUN_CFG option to dump some configuration items
[apache] / os / unix / unixd.h
2011-10-09 Stefan FritschAdd -D DUMP_RUN_CFG option to dump some configuration...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2010-11-10 Jeff TrawicksuEXEC: Add Suexec directive to disable suEXEC without...
2010-06-15 Rainer JungThe directives "User", "Group" and "ChrootDir" have
2009-01-31 Roy T. Fieldinguse a local module header file to store the function...
2009-01-30 Roy T. Fieldingrevert r711228: the ap_unixd_setup_child prototype...
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-04 Ruediger Pluem* unixd_setup_child is no longer implemented by unixd.c.
2008-11-04 Nick KewFurther unixd hacks to remove duplication between old...
2008-01-12 Nick KewSupport chroot on unix-family platforms
2006-12-13 William A. Rowe JrAPR_HAVE/AP_HAVE are ALWAYS defined, not always 1.
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-12-06 Joe Orton* os/unix/unixd.h: Use extern "C" linkage.
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-06-07 Jeff TrawickUnix: Handle permissions settings for flock-based mutex...
2003-02-03 André Malofinished that boring job:
2002-05-06 Aaron BannertAdd unixd_set_global_mutex_perms so we can set permissi...
2002-04-25 Justin ErenkrantzFix suexec invocations from userdir - the ~ was not...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-24 Brian PaneRemoved unixd_set_lock_perms(apr_lock_t *), which is...
2001-12-25 David ReidAdd ap_os_killpg as well as unixd_killpg and beosd_killpg.
2001-11-13 Ryan BloomAllow modules that add sockets to the ap_listeners...
2001-11-13 Ryan BloomRemove commas from the end of the macros that define
2001-10-19 Aaron BannertUse the APR's new OS-specific proc mutex accessors...
2001-09-13 Victor J. OrlikowskiAdded AP_DECLARE_DATA to unixd_config, so that it makes...
2001-08-30 Ryan BloomUse the correct macros in unix.h
2001-08-30 William A. Rowe Jr No <sys/ipc.h> under cygwin.
2001-08-16 Ryan BloomFix a new error on Linux.
2001-08-16 Jeff TrawickThe Unix MPMs other than perchild now allow child server
2001-07-30 Victor J. Orlikowskihttpd.exp and lots of other export files are generated...
2001-05-27 Ben LaurieUtility to list available hooks.
2001-04-07 Jeff Trawicktweak unixd.h so that exports.c is built properly
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-11 Greg Steintoss the signal description stuff from unixd.[ch],...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-11-27 Jeff Trawick<sys/resource.h> requires <sys/time.h> first on some...
2000-10-31 Ryan BloomMake mod_cgi and mod_include work when compiled as...
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-23 Manoj KasichainulaAdd a temporary pool argument to unixd_pre_config,...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-06-20 Ryan BloomRemove unixd_detach function, because it is provided...
2000-06-18 Jeff TrawickMake unixd_config.user_name const char * instead of...
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-06 Ryan BloomAdd the resource limiting code back to Apache 2.0....
2000-04-26 Jeff TrawickIncrease the default NumSIG value from 32 to 33 on...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-19 Ryan BloomFinish the commits for the change in the header files...
1999-11-29 Manoj KasichainulaThe first part of the big autoconf patch. This replaces...
1999-08-13 Manoj KasichainulaMove the ap_sys_siglist code from the Unix MPMs to...
1999-06-20 dgaudetdetach, set_group_privs, and such... these will be...