summaryrefslogtreecommitdiffstats
path: root/os/unix/unixd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-131-0/+123
* Use the APR's new OS-specific proc mutex accessors -- they are usedAaron Bannert2001-10-201-1/+33
* This probably falls under the category: if you can't figure it out yourself,Joshua Slive2001-08-231-3/+3
* The Unix MPMs other than perchild now allow child serverJeff Trawick2001-08-161-0/+36
* Begin to sanitize the MPM configuration directives. Now, allRyan Bloom2001-08-131-0/+1
* httpd.exp and lots of other export files are generated based on theVictor J. Orlikowski2001-07-301-4/+6
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2.Greg Stein2001-02-111-119/+0
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-1/+2
* Move initgroupgs, ap_uname2id and ap_gname2id from util.c toRyan Bloom2001-01-201-0/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-2/+2
* Last change to get SuEXEC working again, and respecting configurationRyan Bloom2000-12-281-0/+1
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-6/+9
* Make mod_cgi and mod_include work when compiled as DSO's again. This isRyan Bloom2000-10-311-0/+69
* Add back suexec support.Manoj Kasichainula2000-10-231-0/+15
* Add a temporary pool argument to unixd_pre_config, so that it can callManoj Kasichainula2000-10-231-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* We need to test specifically for setrlimit/getrlimit instead ofJim Jagielski2000-08-241-2/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-1/+1
* Fix some bad ap_log_error() invocations. Comment on a badJeff Trawick2000-07-181-1/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* Remove unixd_detach function, because it is provided by APR as ap_detach.Ryan Bloom2000-06-201-72/+0
* Make unixd_config.user_name const char * instead of char * to avoidJeff Trawick2000-06-181-1/+1
* More consification, correct command initialisation.Ben Laurie2000-06-171-2/+2
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-1/+8
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+2
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-091-2/+4
* Fix some bad (1.3 style) parmlists to ap_log_error() which were introducedJeff Trawick2000-06-071-3/+3
* Add the resource limiting code back to Apache 2.0. This only works onRyan Bloom2000-06-061-1/+59
* Increase the default NumSIG value from 32 to 33 on behalf ofJeff Trawick2000-04-261-34/+37
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-0/+1
* The first part of the big autoconf patch. This replaces a bunch ofManoj Kasichainula1999-11-301-1/+1
* Finish the conversion from fprintf(stderr -> ap_log_err.Ryan Bloom1999-11-191-7/+13
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-5/+5
* merge the differences in apache-1.3 from tag mpm-merge-1 up toManoj Kasichainula1999-08-171-2/+4
* Move the ap_sys_siglist code from the Unix MPMs to unixd.[ch]Manoj Kasichainula1999-08-131-0/+118
* merge the differences in apache-1.3 from tag apache-apr-merge-3 updgaudet1999-08-061-2/+2
* detach, set_group_privs, and such... these will be common amongst thedgaudet1999-06-211-0/+265