]> granicus.if.org Git - apache/history - os/unix
Introduce ap_(get|set)_core_module_config() functions/macros and use them
[apache] / os / unix /
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2010-12-04 Eric CovenerPer the existing comment and setrlimit() behavior ...
2010-11-10 Jeff TrawicksuEXEC: Add Suexec directive to disable suEXEC without...
2010-06-15 Rainer JungThe directives "User", "Group" and "ChrootDir" have
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-13 Jeff Trawickgeneralize the existing (r589761) platform- and errno...
2009-03-30 Jim Jagielskirevert 759711 and 759713... don't require apr2
2009-03-29 Mladen Turk0600 is UWRITE+UREAD
2009-03-29 Mladen TurkUse apr-2 object perms setter
2009-03-29 Jeff TrawickCore can specify a platform-specific rewrite args hook...
2009-03-27 Jeff Trawickremove TPF support
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-10-31 Jim JagielskiAlso adjust unixd.c with changes from r709406
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-01-12 Nick KewSupport chroot on unix-family platforms
2007-10-29 Martin KraemerAfter a stop or restart signal, the old listening sockets
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-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-09-16 William A. Rowe Jr I'd prefer, before 2.2-final, to have AP_NEED_SET_MUT...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-10-12 Joe Orton* os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.
2004-10-01 Jean-Frederic ClereMove the few BS2000 specific in unixd.c
2004-04-24 André Maloreadd suexec setuid and user check
2004-03-19 Jeff Trawick *) SECURITY: CAN-2004-0174 (cve.mitre.org)
2004-03-10 Joe Orton* os/unix/unixd.c (unixd_accept): Eliminate now-redunda...
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-27 Jeff TrawickUnix MPMs: Stop dropping connections when the file...
2004-01-01 André Maloupdate license to 2004.
2003-11-03 Jeff Trawickfix a compile failure with recent z/OS and picky settin...
2003-09-08 Martin Kraemerone_process is not a global variable
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-06-07 Jeff TrawickUnix: Handle permissions settings for flock-based mutex...
2003-03-06 Greg AmesLinux 2.4+: enable coredumps when Apache is started...
2003-02-03 André Malofinished that boring job:
2002-06-27 Jeff Trawickfix compile breakage with IBM's xlc compiler caused...
2002-06-27 Ryan BloomFix a long-standing bug in 2.0, CGI scripts were being...
2002-05-26 Brian PaneFix for suexec execution of CGI scripts from mod_include
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-08 Jeff TrawickAPR_PROC_MUTEX_IS_GLOBAL is the condition where apr_glo...
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...
2002-01-17 Justin ErenkrantzSpelling and grammar janitor coming through.
2002-01-17 Bill StoddardOn HPUX 11.x, the 'ENOBUFS, No buffer space available'
2002-01-13 Brian PaneClear the output socket descriptor in unixd_accept...
2001-12-27 Greg Ameschange ap_unix_create_privileged_process() to allocate...
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-23 Doug MacEachernos-inline.c is no more (fix from bloom)
2001-08-23 William A. Rowe Jr Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-23 Joshua SliveThis probably falls under the category: if you can...
2001-08-21 Ryan BloomWe need to check for sys/sem.h
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-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
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-29 Roy T. FieldingRemove some obsolete macros and rename one that wasn...
2001-04-07 Jeff Trawicktweak unixd.h so that exports.c is built properly
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-11 Jeff Trawickfix the check for killpg(); as it was, we didn't check for
2001-02-11 Greg Steintoss the signal description stuff from unixd.[ch],...
2001-02-10 Greg Stein[ missed in last commit ]
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-12-27 Ryan BloomLast change to get SuEXEC working again, and respecting...
2000-11-27 Jeff Trawick<sys/resource.h> requires <sys/time.h> first on some...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-10 William A. Rowe Jr Killing ap_os_is_filename_valid. Left actual win32...
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-10-15 William A. Rowe Jr Cleanup ap_os_kill from TPF and unix. Maintainers...
2000-08-23 Jim JagielskiWe need to test specifically for setrlimit/getrlimit...
2000-08-08 Ryan BloomDocument os.h. I am only documenting the Unix copy...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
next