summaryrefslogtreecommitdiffstats
path: root/os/unix/unixd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpm_{event,worker,prefork}: late stop of children processes on restart.Yann Ylavic2021-08-251-2/+2
* Add optional options= argument to Listen to add listener-specificJoe Orton2020-04-231-1/+1
* Follow up to r1822537: replace static variable with pool userdata.Yann Ylavic2018-05-021-6/+9
* mpm_unix(es): cleanup properly on exit in one_process mode.Yann Ylavic2018-01-291-0/+15
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-041-0/+6
* Fix compilation failure :Christophe Jaillet2017-10-241-1/+2
* MPMs unix: follow up to r1809881 and r1809973.Yann Ylavic2017-09-281-0/+4
* core, MPMs unix: follow up to r1809881.Yann Ylavic2017-09-281-0/+20
* MPMs unix: Place signals handlers and helpers out of DSOs to avoidYann Ylavic2017-02-211-0/+149
* Save a few bytes in conf pool when parsing some directives. Use temp_pool whe...Christophe Jaillet2015-02-051-2/+2
* Add missing APLOGNO.Christophe Jaillet2014-07-201-2/+2
* 'ap_getword_conf' does not return NULL but an empty string if nothing could b...Christophe Jaillet2013-12-151-2/+2
* Fix valgrind warning about uninitialized memory in argument to semctlStefan Fritsch2013-02-041-1/+1
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-5/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-10/+10
* We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch2011-06-221-9/+0
* fix some logging calls to include the server_recJeff Trawick2011-02-261-2/+2
* Per the existing comment and setrlimit() behavior -- only prevent attempts toEric Covener2010-12-041-1/+4
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+1
* generalize the existing (r589761) platform- and errno-specificJeff Trawick2010-04-131-3/+4
* revert 759711 and 759713... don't require apr2Jim Jagielski2009-03-301-9/+60
* 0600 is UWRITE+UREADMladen Turk2009-03-291-1/+1
* Use apr-2 object perms setterMladen Turk2009-03-291-60/+9
* remove TPF supportJeff Trawick2009-03-271-12/+0
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-13/+14
* Further unixd hacks to remove duplication between old-unixd and mod_unixd,Nick Kew2008-11-041-206/+0
* Also adjust unixd.c with changes from r709406Jim Jagielski2008-10-311-3/+3
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Support chroot on unix-family platformsNick Kew2008-01-121-0/+40
* After a stop or restart signal, the old listening socketsMartin Kraemer2007-10-291-0/+8
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-7/+7
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-83/+83
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Move the few BS2000 specific in unixd.cJean-Frederic Clere2004-10-011-0/+130
* readd suexec setuid and user checkAndré Malo2004-04-241-3/+2
* *) SECURITY: CAN-2004-0174 (cve.mitre.org)Jeff Trawick2004-03-191-0/+13
* * os/unix/unixd.c (unixd_accept): Eliminate now-redundant call toJoe Orton2004-03-101-8/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* Unix MPMs: Stop dropping connections when the file descriptorJeff Trawick2004-01-271-9/+0
* update license to 2004.André Malo2004-01-011-1/+1
* fix a compile failure with recent z/OS and picky settings for compiler/Jeff Trawick2003-11-031-1/+1
* one_process is not a global variableMartin Kraemer2003-09-081-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-3/+3
* Unix: Handle permissions settings for flock-based mutexes inJeff Trawick2003-06-071-22/+57
* Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames2003-03-061-0/+15
* finished that boring job:André Malo2003-02-031-1/+1