summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a bit more BUFF cruft in mpm_winnt.cBill Stoddard2000-11-171-5/+0
* 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
* Eliminate use of BUFF in mpm_winnt. Thanks to rbb for pointing this out.Bill Stoddard2000-11-091-8/+16
* Return buff.h to the winnt mpm till Bill (or I, if I must) remove theWilliam A. Rowe Jr2000-11-091-0/+4
* Remove BUFF from the main server. :-) The buff code needs to remain asRyan Bloom2000-11-093-22/+9
* John's patches to provide depreciated messages for the -i and -uWilliam A. Rowe Jr2000-11-031-1/+4
* John's patches to provide depreciated messages for the -i and -uWilliam A. Rowe Jr2000-11-031-2/+4
* Cause the command line version of mpm_winnt to do nothing with theWilliam A. Rowe Jr2000-11-021-2/+6
* Simplify the configuration mechanisms for threading in APR.Greg Stein2000-11-026-12/+6
* Answer says... -X is redundant and inappropriate.William A. Rowe Jr2000-10-231-9/+11
* Add a temporary pool argument to unixd_pre_config, so that it can callManoj Kasichainula2000-10-235-5/+5
* A bit of cleanupBill Stoddard2000-10-211-10/+1
* Get Apache on Windows working again after Ryan's first commit to removeBill Stoddard2000-10-211-2/+1
* Namespace protect the rest of the macros defined by ap_config.hRyan Bloom2000-10-193-3/+3
* This begins to remove BUFF from the server. The idea is to go very slowlyRyan Bloom2000-10-188-38/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-1620-66/+66
* This one is odd, it's not the patch either of us are concerned with, it'sWilliam A. Rowe Jr2000-10-111-8/+8
* Back out or finish up a few non-apr tests. Won't touch proxy at thisWilliam A. Rowe Jr2000-10-061-1/+1
* Completed review for new tests:William A. Rowe Jr2000-10-061-1/+1
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-063-64/+66
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-054-12/+12
* Downgrade warnings, stop changing errors from something meaningless toWilliam A. Rowe Jr2000-10-032-25/+11
* Choices. Choose -X, -DONE_PROCESS or set ONE_PROCESS=token for theWilliam A. Rowe Jr2000-10-031-4/+9
* Add some more .cvsignore files for BeOS and add a CHANGES entry.David Reid2000-09-171-0/+5
* Change prefork to use the same listen api as the rest of the unix mpmsGreg Ames2000-09-081-1/+1
* Keep this note for 2.0 developers, as well. Needs additional commentsWilliam A. Rowe Jr2000-08-251-0/+94
* Try to organize the MPM pre-selection to the hints.m4 file.Jim Jagielski2000-08-231-9/+3
* Remove IOLs from Apache. They are no longer necessary, now that we haveRyan Bloom2000-08-239-82/+17
* APRize disabling nagle (setting TCP_NODELAY).Brian Havard2000-08-225-5/+5
* Win32: Reset the acceptex context on a GetQueuedCompletionStatus() failure. W...Bill Stoddard2000-08-221-53/+73
* Win32: Don't count the AcceptEx context when reset_acceptex_context() fails.Bill Stoddard2000-08-211-2/+2
* Win32: Enable lingering close.Bill Stoddard2000-08-141-8/+1
* More tidy up for mpmt_beos mpm.David Reid2000-08-131-1/+1
* Missed this first time and forgot about it until now...David Reid2000-08-131-1/+1
* Adjust the WinNT MPM/SCM code for apr_initopt/apr_getopt; mostly just aWilliam A. Rowe Jr2000-08-093-27/+23
* Some tidying up of the beos mpm.David Reid2000-08-092-4/+5
* Guess this one was missed when the rest were fixed :(David Reid2000-08-091-1/+1
* Remove some values that aren't needed anymore. These were used at one timeRyan Bloom2000-08-064-38/+0
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-0611-24/+24
* Fix warnings about string functions.Brian Havard2000-08-051-0/+1
* Fix the Perchild MPM. This does work now. This change has us usingRyan Bloom2000-08-042-168/+146
* More progress with the perchild MPM. This is serving pages again, butRyan Bloom2000-08-044-96/+264
* Update the perchild MPM. This does not work, but that is because LinuxRyan Bloom2000-08-024-318/+270
* Convert all of the apr_listen.h to ap_listen.h. This was a side effectRyan Bloom2000-08-026-6/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-0224-962/+962
* -DMPMT_PTHREAD is no longer needed.Jeff Trawick2000-08-021-2/+0
* This serves requests again, although it still doesn't forward requests offRyan Bloom2000-08-012-12/+20
* Complete redesign of this MPM. This is almost working now.Ryan Bloom2000-08-012-48/+152
* Add a NO_DETACH environment variable to all MPMs that understandRyan Bloom2000-08-015-5/+15