| Commit message (Expand) | Author | Age | Files | Lines |
* | *) fix up buildexports.sh: | Greg Stein | 2000-12-07 | 2 | -8/+19 |
* | Get the Perchild MPM serving pages again. | Ryan Bloom | 2000-12-06 | 2 | -16/+30 |
* | Get the perchild MPM building cleanly again. This hasn't been tested, | Ryan Bloom | 2000-12-05 | 2 | -12/+78 |
* | A bit of inclusion for the apr-util package. | William A. Rowe Jr | 2000-12-05 | 1 | -2/+2 |
* | This patch illustrates the new locations, and makes the majority of the | William A. Rowe Jr | 2000-12-05 | 1 | -2/+2 |
* | Fix two spelling and syntax problems in ap_get_local_host(). | Jeff Trawick | 2000-12-05 | 1 | -2/+2 |
* | Release the last occurance of apr_canonical_error. Next stop, apr. | William A. Rowe Jr | 2000-12-05 | 1 | -54/+28 |
* | Include mpm.h so that we know which MPM is being built and therefore | Brian Havard | 2000-12-05 | 1 | -0/+1 |
* | Apache builds again, although the test directory doesn't. I will work on | Ryan Bloom | 2000-12-05 | 1 | -1/+3 |
* | Get base Apache to build properly. This doesn't solve the problem of | Ryan Bloom | 2000-12-05 | 1 | -3/+2 |
* | Get Apache to configure completely again. This still doesn't build, but | Ryan Bloom | 2000-12-04 | 8 | -9/+9 |
* | Get rid of ap_new_apr_connection(). ap_new_connection() now has | Jeff Trawick | 2000-12-04 | 10 | -35/+21 |
* | Get files including mpm_winnt.h compiling again by removing | Jeff Trawick | 2000-12-04 | 1 | -5/+0 |
* | Remove buff.c and buff.h. There are still a few files that rely on these, | Ryan Bloom | 2000-12-04 | 1 | -1/+1 |
* | This chops the compile time warnings back down to one (a sufficient | William A. Rowe Jr | 2000-12-04 | 1 | -3/+3 |
* | MPMs that require multiple segments of shared memory now just use two | Ryan Bloom | 2000-12-02 | 4 | -9/+31 |
* | include <strings.h> for the strcasecmp() and strncasecmp() prototypes; | Jeff Trawick | 2000-12-01 | 1 | -0/+4 |
* | Use APR_LOCKALL in dexter and mpmt_pthread to serialize poll and accept. This | Greg Ames | 2000-12-01 | 2 | -32/+16 |
* | Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), and | Jeff Trawick | 2000-12-01 | 1 | -4/+5 |
* | If apr_lock() or apr_unlock() fail, write a log message before bailing | Jeff Trawick | 2000-12-01 | 1 | -2/+8 |
* | Add "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output when | Jeff Trawick | 2000-12-01 | 1 | -0/+3 |
* | This is the Win9x console hook handler ... much code to be pulled now | William A. Rowe Jr | 2000-11-30 | 4 | -0/+653 |
* | Remove an unused header | Ryan Bloom | 2000-11-29 | 1 | -1/+0 |
* | Eliminate the last WSAE error test. | William A. Rowe Jr | 2000-11-29 | 1 | -1/+1 |
* | Use "const char * const *" for process->argv (which is the correct | Greg Stein | 2000-11-29 | 4 | -63/+67 |
* | Compile break when I changed 'thread' in mpm_winnt.h to a HANDLE type. Fixed. | William A. Rowe Jr | 2000-11-29 | 1 | -5/+5 |
* | clean up some really bad typedefs - and move one into mpm_winnt.c since | William A. Rowe Jr | 2000-11-29 | 1 | -11/+9 |
* | Get the pthread mpm building again. | Ryan Bloom | 2000-11-27 | 1 | -0/+1 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 9 | -46/+93 |
* | Allow modules to specify the first module for a sub-request. This allows | Ryan Bloom | 2000-11-22 | 1 | -1/+2 |
* | updates to changed interfaces to apr_set_port(), apr_get_port(), | Jeff Trawick | 2000-11-21 | 5 | -14/+32 |
* | *) Accomodate an out-of-space condition in the piped logs and the | William A. Rowe Jr | 2000-11-21 | 1 | -3/+2 |
* | Change apr_bind() to take apr_sockaddr_t. | Jeff Trawick | 2000-11-19 | 2 | -7/+25 |
* | Fix an error message since we are using common code to add all filters. | Ryan Bloom | 2000-11-18 | 1 | -1/+1 |
* | Remove some common code in adding filters to either the input or | Ryan Bloom | 2000-11-18 | 1 | -41/+20 |
* | Change references of AF_ to reflect APR_ so they should work | David Reid | 2000-11-18 | 3 | -3/+3 |
* | Cleanup a signed/unsigned warning | William A. Rowe Jr | 2000-11-18 | 1 | -1/+1 |
* | Extern symbols (per the warning) belong elsewhere, since (on Win32) the | William A. Rowe Jr | 2000-11-18 | 2 | -2/+2 |
* | Clean up some timeout arg warnings | William A. Rowe Jr | 2000-11-18 | 1 | -1/+1 |
* | Get rid of a bit more BUFF cruft in mpm_winnt.c | Bill Stoddard | 2000-11-17 | 1 | -5/+0 |
* | APR: Change apr_connect() to take apr_sockaddr_t instead of hostname. | Jeff Trawick | 2000-11-17 | 1 | -7/+13 |
* | use apr_size_t | Greg Stein | 2000-11-16 | 1 | -15/+15 |
* | Add the referer to the error log if one is available. | Ryan Bloom | 2000-11-14 | 1 | -1/+6 |
* | Port mod_info to 2.0. This is basically a complete re-write to use the | Ryan Bloom | 2000-11-14 | 2 | -16/+17 |
* | Fix type complaints on Xlc. | Ryan Bloom | 2000-11-13 | 1 | -1/+1 |
* | Not all platforms have INADDR_NONE defined by default. Apache used to | Ryan Bloom | 2000-11-11 | 1 | -1/+1 |
* | MM has a bug that when you ask for a specific amount of shared memory | Ryan Bloom | 2000-11-10 | 4 | -4/+4 |
* | Fix a lot of the fallback from the apr_ssize_t to apr_size_t change | Ryan Bloom | 2000-11-10 | 4 | -9/+9 |
* | More local/remote changes and tidy up http_vhost a bit. | David Reid | 2000-11-10 | 1 | -45/+7 |
* | Killing ap_os_is_filename_valid. Left actual win32 code, since it is | William A. Rowe Jr | 2000-11-10 | 1 | -6/+6 |