summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* no need for relative includes. the directories will be added to theGreg Stein2000-07-011-2/+1
* Remove ap_get_server_conf() from the MPM's that implement. The only placeRyan Bloom2000-06-304-24/+4
* Combine some common code. Before this, all platforms implemented theirRyan Bloom2000-06-308-9/+9
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-288-1/+25
* get the DAV stuff to compile for Apache 2.0. some unpleasantries are inGreg Stein2000-06-281-7/+9
* first, obvious step: alter the license/copyright on all mod_dav files.Greg Stein2000-06-281-14/+54
* initial checkin of the new Apache DAV code. this is a pristine copy ofGreg Stein2000-06-281-0/+421
* Fix compile warning on AIXBill Stoddard2000-06-281-2/+2
* Remove const from ap_socket_t parameters on APR functions so thatJeff Trawick2000-06-261-1/+1
* Large tidy up of the beos mpm. this brings in a lot of the changes thatDavid Reid2000-06-261-83/+104
* parms needs err_directive incase execute_now() returns non-NULL (e.g. if Load...Doug MacEachern2000-06-261-6/+7
* Since we are initializing the status variable, use the error codeRyan Bloom2000-06-251-1/+1
* Quiet an unhelpful gcc warning which said that stat might beJeff Trawick2000-06-251-1/+1
* Clean up some warnings by including appropriate headers &Brian Havard2000-06-251-2/+5
* Fix a couple of const warnings on Linux. This basically just definesRyan Bloom2000-06-241-0/+8
* blast the old names for the status codesGreg Stein2000-06-241-4/+4
* Bug fix:Jeff Trawick2000-06-241-26/+27
* Log errors from ap_accept().Jeff Trawick2000-06-241-6/+9
* Fix a few problems checking and logging errors in prefork.Jeff Trawick2000-06-241-9/+9
* OS/390 needs arpa/inet.h for htonl().Jeff Trawick2000-06-241-0/+3
* Fix a couple of problems associated with recognizing when fileJeff Trawick2000-06-233-48/+34
* Clean up the APR-ization of the pipe of death.Jeff Trawick2000-06-231-10/+12
* Fix the mpmt_pthread MPM to use an APR pipe for the pipe of death. ThisRyan Bloom2000-06-232-19/+11
* Bring back the hokey call to ap_create_tcp_socket() so mpmt_pthreadJeff Trawick2000-06-231-1/+13
* Modify the dexter MPM to use an APR pipe for the pipe of death. This fixesRyan Bloom2000-06-231-15/+9
* Remove select checks from Apache config. These checks were used to defineRyan Bloom2000-06-231-1/+1
* Commit a few changes to the mpmt_pthread and dexter MPMs. These basicallyRyan Bloom2000-06-222-5/+4
* Get Win32 building after yesterday's patch to make MPM's explainAllan K. Edwards2000-06-221-0/+1
* Make dexter use the ap_poll API. This change is forced by AIX'sRyan Bloom2000-06-221-19/+23
* Add the EXTRA_LIBS to get apache building on BONE again and now thatDavid Reid2000-06-222-5/+2
* Remove a few unnecessary calls to select. These calls used to be made soRyan Bloom2000-06-221-8/+2
* Cut free mpm_common.c from ap_max_daemons_limit as a variable. Now weDavid Reid2000-06-221-2/+3
* Correct the pid that's being stored in the child_table to reflect what it'sDavid Reid2000-06-222-3/+8
* Small change in an effort to get restarts working correctly on BeOS.David Reid2000-06-221-0/+10
* Add the ap_get_max_daemons to dexter, prefork and spmt_os2 MPM's. The onlyDavid Reid2000-06-223-0/+15
* stop defining ap_scoreboard_fname multiple times in Mpmt_pthread MPM.Ryan Bloom2000-06-222-1/+1
* Stop defining ap_scoreboard_fname twice in the Dexter MPMRyan Bloom2000-06-222-1/+2
* Fix error messages issued from MPMs which explain where to changeJeff Trawick2000-06-216-14/+22
* ap_create_pipe was changed to return a pipe with both handlesJeff Trawick2000-06-201-4/+0
* Correct the problem where the only local host name that the IP stackWilliam A. Rowe Jr2000-06-201-11/+25
* Remove unixd_detach function, because it is provided by APR as ap_detach.Ryan Bloom2000-06-203-3/+3
* The new beos mpm. This is the first pass but will let moreDavid Reid2000-06-208-0/+1768
* Removed the pointless ap_is_aborted macro.Roy T. Fielding2000-06-201-2/+1
* fix compile warningJeff Trawick2000-06-201-1/+1
* Update mpm_common to work with the latest BeOS version and startDavid Reid2000-06-191-1/+4
* Get rid of a compiler warning.Bill Stoddard2000-06-191-1/+1
* Eliminate warning.Bill Stoddard2000-06-191-1/+1
* Add notes field to conn_recAllan K. Edwards2000-06-191-0/+1
* Use the new command-handler initializer macros in dexter;Jeff Trawick2000-06-193-38/+38
* Use the new command-handler initializer macros in prefork;Jeff Trawick2000-06-191-30/+30