summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) fix up buildexports.sh:Greg Stein2000-12-072-8/+19
* Get the Perchild MPM serving pages again.Ryan Bloom2000-12-062-16/+30
* Get the perchild MPM building cleanly again. This hasn't been tested,Ryan Bloom2000-12-052-12/+78
* A bit of inclusion for the apr-util package.William A. Rowe Jr2000-12-051-2/+2
* This patch illustrates the new locations, and makes the majority of theWilliam A. Rowe Jr2000-12-051-2/+2
* Fix two spelling and syntax problems in ap_get_local_host().Jeff Trawick2000-12-051-2/+2
* Release the last occurance of apr_canonical_error. Next stop, apr.William A. Rowe Jr2000-12-051-54/+28
* Include mpm.h so that we know which MPM is being built and thereforeBrian Havard2000-12-051-0/+1
* Apache builds again, although the test directory doesn't. I will work onRyan Bloom2000-12-051-1/+3
* Get base Apache to build properly. This doesn't solve the problem ofRyan Bloom2000-12-051-3/+2
* Get Apache to configure completely again. This still doesn't build, butRyan Bloom2000-12-048-9/+9
* Get rid of ap_new_apr_connection(). ap_new_connection() now hasJeff Trawick2000-12-0410-35/+21
* Get files including mpm_winnt.h compiling again by removingJeff Trawick2000-12-041-5/+0
* Remove buff.c and buff.h. There are still a few files that rely on these,Ryan Bloom2000-12-041-1/+1
* This chops the compile time warnings back down to one (a sufficientWilliam A. Rowe Jr2000-12-041-3/+3
* MPMs that require multiple segments of shared memory now just use twoRyan Bloom2000-12-024-9/+31
* include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick2000-12-011-0/+4
* Use APR_LOCKALL in dexter and mpmt_pthread to serialize poll and accept. ThisGreg Ames2000-12-012-32/+16
* Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2000-12-011-4/+5
* If apr_lock() or apr_unlock() fail, write a log message before bailingJeff Trawick2000-12-011-2/+8
* Add "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output whenJeff Trawick2000-12-011-0/+3
* This is the Win9x console hook handler ... much code to be pulled nowWilliam A. Rowe Jr2000-11-304-0/+653
* Remove an unused headerRyan Bloom2000-11-291-1/+0
* Eliminate the last WSAE error test.William A. Rowe Jr2000-11-291-1/+1
* Use "const char * const *" for process->argv (which is the correctGreg Stein2000-11-294-63/+67
* Compile break when I changed 'thread' in mpm_winnt.h to a HANDLE type. Fixed.William A. Rowe Jr2000-11-291-5/+5
* clean up some really bad typedefs - and move one into mpm_winnt.c sinceWilliam A. Rowe Jr2000-11-291-11/+9
* Get the pthread mpm building again.Ryan Bloom2000-11-271-0/+1
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-269-46/+93
* Allow modules to specify the first module for a sub-request. This allowsRyan Bloom2000-11-221-1/+2
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-215-14/+32
* *) Accomodate an out-of-space condition in the piped logs and theWilliam A. Rowe Jr2000-11-211-3/+2
* Change apr_bind() to take apr_sockaddr_t.Jeff Trawick2000-11-192-7/+25
* Fix an error message since we are using common code to add all filters.Ryan Bloom2000-11-181-1/+1
* Remove some common code in adding filters to either the input orRyan Bloom2000-11-181-41/+20
* Change references of AF_ to reflect APR_ so they should workDavid Reid2000-11-183-3/+3
* Cleanup a signed/unsigned warningWilliam A. Rowe Jr2000-11-181-1/+1
* Extern symbols (per the warning) belong elsewhere, since (on Win32) theWilliam A. Rowe Jr2000-11-182-2/+2
* Clean up some timeout arg warningsWilliam A. Rowe Jr2000-11-181-1/+1
* Get rid of a bit more BUFF cruft in mpm_winnt.cBill Stoddard2000-11-171-5/+0
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.Jeff Trawick2000-11-171-7/+13
* use apr_size_tGreg Stein2000-11-161-15/+15
* Add the referer to the error log if one is available.Ryan Bloom2000-11-141-1/+6
* Port mod_info to 2.0. This is basically a complete re-write to use theRyan Bloom2000-11-142-16/+17
* Fix type complaints on Xlc.Ryan Bloom2000-11-131-1/+1
* Not all platforms have INADDR_NONE defined by default. Apache used toRyan Bloom2000-11-111-1/+1
* MM has a bug that when you ask for a specific amount of shared memoryRyan Bloom2000-11-104-4/+4
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changeRyan Bloom2000-11-104-9/+9
* More local/remote changes and tidy up http_vhost a bit.David Reid2000-11-101-45/+7
* Killing ap_os_is_filename_valid. Left actual win32 code, since it isWilliam A. Rowe Jr2000-11-101-6/+6