| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Increase the default NumSIG value from 32 to 33 on behalf of | Jeff Trawick | 2000-04-26 | 2 | -35/+38 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 4 | -99/+160 |
* | Minor nit: use top_srcdir instead of topsrcdir, to be more consistent | Manoj Kasichainula | 2000-03-15 | 1 | -2/+2 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 3 | -27/+27 |
* | Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is | Ryan Bloom | 2000-01-28 | 1 | -0/+1 |
* | Finish the commits for the change in the header files. Basically, this hides | Ryan Bloom | 2000-01-19 | 3 | -0/+14 |
* | These changes are committed together, because they depend on each other. | Sascha Schumann | 2000-01-11 | 1 | -0/+10 |
* | Update .cvsignore files | Sascha Schumann | 2000-01-11 | 1 | -1/+0 |
* | Submitted by: Sascha Schumann <sascha@schumann.cx> | rasmus | 1999-12-24 | 1 | -0/+5 |
* | AIX DSO tweaks. Enable use of native DSO for AIX 4.3 and beyond. Apache DSO | Bill Stoddard | 1999-12-10 | 1 | -1/+4 |
* | Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h | Manoj Kasichainula | 1999-12-01 | 1 | -7/+9 |
* | Delete remnants of ap_spawnvp that got missed earlier. | Manoj Kasichainula | 1999-11-30 | 1 | -3/+0 |
* | The second part of the big autoconf patch, which actually adds autoconf | Manoj Kasichainula | 1999-11-30 | 1 | -0/+7 |
* | The first part of the big autoconf patch. This replaces a bunch of | Manoj Kasichainula | 1999-11-30 | 2 | -2/+11 |
* | Finish the conversion from fprintf(stderr -> ap_log_err. | Ryan Bloom | 1999-11-19 | 1 | -7/+13 |
* | Add a status value to ap_log_error and ap_log_rerror. This allows us to use | Ryan Bloom | 1999-10-20 | 1 | -5/+5 |
* | Make Apache use the new ap_create_process call. This is the first of a | Ryan Bloom | 1999-10-11 | 1 | -17/+0 |
* | Fix some errors from a global search and replace gone wrong. This should | Ryan Bloom | 1999-08-31 | 1 | -1/+1 |
* | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | Ryan Bloom | 1999-08-31 | 1 | -1/+1 |
* | Add ap_spawnvp for thread safety. | Roy T. Fielding | 1999-08-26 | 2 | -0/+21 |
* | Apache 1.3.9 baseline for the Apache 2.0 repository. | Roy T. Fielding | 1999-08-24 | 3 | -0/+179 |
* | merge the differences in apache-1.3 from tag mpm-merge-1 up to | Manoj Kasichainula | 1999-08-17 | 1 | -2/+4 |
* | Move the ap_sys_siglist code from the Unix MPMs to unixd.[ch] | Manoj Kasichainula | 1999-08-13 | 2 | -0/+142 |
* | merge the differences in apache-1.3 from tag apache-apr-merge-3 up | dgaudet | 1999-08-06 | 1 | -2/+2 |
* | detach, set_group_privs, and such... these will be common amongst the | dgaudet | 1999-06-21 | 2 | -0/+347 |