summaryrefslogtreecommitdiffstats
path: root/os/unix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document os.h. I am only documenting the Unix copy, because every os.hRyan Bloom2000-08-081-0/+53
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* 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
* Combine some common code. Before this, all platforms implemented theirRyan Bloom2000-06-301-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-202-73/+0
* Make unixd_config.user_name const char * instead of char * to avoidJeff Trawick2000-06-182-2/+2
* More consification, correct command initialisation.Ben Laurie2000-06-172-8/+8
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-133-1/+12
* 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-062-1/+65
* Remove the dso code from the os/unix directory. These functions are notRyan Bloom2000-05-162-55/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-5/+0
* Increase the default NumSIG value from 32 to 33 on behalf ofJeff Trawick2000-04-262-35/+38
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-314-99/+160
* Minor nit: use top_srcdir instead of topsrcdir, to be more consistentManoj Kasichainula2000-03-151-2/+2
* Fix all the License issues. Including:Ryan Bloom2000-03-103-27/+27
* 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-193-0/+14
* These changes are committed together, because they depend on each other.Sascha Schumann2000-01-111-0/+10
* Update .cvsignore filesSascha Schumann2000-01-111-1/+0
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-0/+5
* AIX DSO tweaks. Enable use of native DSO for AIX 4.3 and beyond. Apache DSOBill Stoddard1999-12-101-1/+4
* Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.hManoj Kasichainula1999-12-011-7/+9
* Delete remnants of ap_spawnvp that got missed earlier.Manoj Kasichainula1999-11-301-3/+0
* The second part of the big autoconf patch, which actually adds autoconfManoj Kasichainula1999-11-301-0/+7
* The first part of the big autoconf patch. This replaces a bunch ofManoj Kasichainula1999-11-302-2/+11
* 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
* Make Apache use the new ap_create_process call. This is the first of aRyan Bloom1999-10-111-17/+0
* Fix some errors from a global search and replace gone wrong. This shouldRyan Bloom1999-08-311-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-1/+1
* Add ap_spawnvp for thread safety.Roy T. Fielding1999-08-262-0/+21
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-243-0/+179
* 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-132-0/+142
* 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-212-0/+347