| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the APR's new OS-specific proc mutex accessors -- they are used | Aaron Bannert | 2001-10-20 | 2 | -1/+35 |
* | Added AP_DECLARE_DATA to unixd_config, so that it makes it into the exp file. | Victor J. Orlikowski | 2001-09-13 | 1 | -1/+1 |
* | Use the correct macros in unix.h | Ryan Bloom | 2001-08-30 | 2 | -2/+2 |
* | No <sys/ipc.h> under cygwin. | William A. Rowe Jr | 2001-08-30 | 1 | -0/+4 |
* | os-inline.c is no more (fix from bloom) | Doug MacEachern | 2001-08-23 | 1 | -1/+1 |
* | Eliminated ap_os_[systemcase|[case_]canonical]_filename() and | William A. Rowe Jr | 2001-08-23 | 2 | -154/+0 |
* | This probably falls under the category: if you can't figure it out yourself, | Joshua Slive | 2001-08-23 | 1 | -3/+3 |
* | We need to check for sys/sem.h | Ryan Bloom | 2001-08-22 | 1 | -1/+1 |
* | Fix a new error on Linux. | Ryan Bloom | 2001-08-16 | 1 | -0/+1 |
* | The Unix MPMs other than perchild now allow child server | Jeff Trawick | 2001-08-16 | 2 | -1/+38 |
* | Begin to sanitize the MPM configuration directives. Now, all | Ryan Bloom | 2001-08-13 | 1 | -0/+1 |
* | httpd.exp and lots of other export files are generated based on the | Victor J. Orlikowski | 2001-07-30 | 2 | -8/+12 |
* | Utility to list available hooks. | Ben Laurie | 2001-05-27 | 1 | -2/+1 |
* | Remove some obsolete macros and rename one that wasn't name protected. | Roy T. Fielding | 2001-04-29 | 1 | -1/+1 |
* | tweak unixd.h so that exports.c is built properly | Jeff Trawick | 2001-04-07 | 1 | -2/+1 |
* | *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and | Greg Stein | 2001-02-24 | 2 | -25/+21 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 4 | -4/+4 |
* | fix the check for killpg(); as it was, we didn't check for | Jeff Trawick | 2001-02-11 | 1 | -1/+1 |
* | toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2. | Greg Stein | 2001-02-11 | 3 | -150/+1 |
* | [ missed in last commit ] | Greg Stein | 2001-02-10 | 1 | -0/+4 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -3/+3 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -1/+2 |
* | Move initgroupgs, ap_uname2id and ap_gname2id from util.c to | Ryan Bloom | 2001-01-20 | 1 | -0/+1 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 2 | -3/+3 |
* | Last change to get SuEXEC working again, and respecting configuration | Ryan Bloom | 2000-12-28 | 1 | -0/+1 |
* | <sys/resource.h> requires <sys/time.h> first on some systems | Jeff Trawick | 2000-11-27 | 1 | -0/+3 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -6/+9 |
* | Killing ap_os_is_filename_valid. Left actual win32 code, since it is | William A. Rowe Jr | 2000-11-10 | 1 | -9/+0 |
* | Make mod_cgi and mod_include work when compiled as DSO's again. This is | Ryan Bloom | 2000-10-31 | 3 | -1/+84 |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 3 | -1/+18 |
* | Add a temporary pool argument to unixd_pre_config, so that it can call | Manoj Kasichainula | 2000-10-23 | 2 | -2/+2 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 2 | -2/+2 |
* | Cleanup ap_os_kill from TPF and unix. Maintainers please validate. | William A. Rowe Jr | 2000-10-15 | 1 | -9/+0 |
* | We need to test specifically for setrlimit/getrlimit instead of | Jim Jagielski | 2000-08-24 | 1 | -2/+6 |
* | Document os.h. I am only documenting the Unix copy, because every os.h | Ryan Bloom | 2000-08-08 | 1 | -0/+53 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -1/+1 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -1/+1 |
* | Fix some bad ap_log_error() invocations. Comment on a bad | Jeff Trawick | 2000-07-18 | 1 | -1/+1 |
* | Combine some common code. Before this, all platforms implemented their | Ryan Bloom | 2000-06-30 | 1 | -1/+1 |
* | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+3 |
* | Remove unixd_detach function, because it is provided by APR as ap_detach. | Ryan Bloom | 2000-06-20 | 2 | -73/+0 |
* | Make unixd_config.user_name const char * instead of char * to avoid | Jeff Trawick | 2000-06-18 | 2 | -2/+2 |
* | More consification, correct command initialisation. | Ben Laurie | 2000-06-17 | 2 | -8/+8 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-13 | 3 | -1/+12 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 1 | -0/+2 |
* | Remove all occurances of strerror from Apache. ap_strerror works just | Ryan Bloom | 2000-06-09 | 1 | -2/+4 |
* | Fix some bad (1.3 style) parmlists to ap_log_error() which were introduced | Jeff Trawick | 2000-06-07 | 1 | -3/+3 |
* | Add the resource limiting code back to Apache 2.0. This only works on | Ryan Bloom | 2000-06-06 | 2 | -1/+65 |
* | Remove the dso code from the os/unix directory. These functions are not | Ryan Bloom | 2000-05-16 | 2 | -55/+1 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -5/+0 |