| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of a bit more BUFF cruft in mpm_winnt.c | Bill Stoddard | 2000-11-17 | 1 | -5/+0 |
* | 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 |
* | Eliminate use of BUFF in mpm_winnt. Thanks to rbb for pointing this out. | Bill Stoddard | 2000-11-09 | 1 | -8/+16 |
* | Return buff.h to the winnt mpm till Bill (or I, if I must) remove the | William A. Rowe Jr | 2000-11-09 | 1 | -0/+4 |
* | Remove BUFF from the main server. :-) The buff code needs to remain as | Ryan Bloom | 2000-11-09 | 3 | -22/+9 |
* | John's patches to provide depreciated messages for the -i and -u | William A. Rowe Jr | 2000-11-03 | 1 | -1/+4 |
* | John's patches to provide depreciated messages for the -i and -u | William A. Rowe Jr | 2000-11-03 | 1 | -2/+4 |
* | Cause the command line version of mpm_winnt to do nothing with the | William A. Rowe Jr | 2000-11-02 | 1 | -2/+6 |
* | Simplify the configuration mechanisms for threading in APR. | Greg Stein | 2000-11-02 | 6 | -12/+6 |
* | Answer says... -X is redundant and inappropriate. | William A. Rowe Jr | 2000-10-23 | 1 | -9/+11 |
* | Add a temporary pool argument to unixd_pre_config, so that it can call | Manoj Kasichainula | 2000-10-23 | 5 | -5/+5 |
* | A bit of cleanup | Bill Stoddard | 2000-10-21 | 1 | -10/+1 |
* | Get Apache on Windows working again after Ryan's first commit to remove | Bill Stoddard | 2000-10-21 | 1 | -2/+1 |
* | Namespace protect the rest of the macros defined by ap_config.h | Ryan Bloom | 2000-10-19 | 3 | -3/+3 |
* | This begins to remove BUFF from the server. The idea is to go very slowly | Ryan Bloom | 2000-10-18 | 8 | -38/+8 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 20 | -66/+66 |
* | This one is odd, it's not the patch either of us are concerned with, it's | William A. Rowe Jr | 2000-10-11 | 1 | -8/+8 |
* | Back out or finish up a few non-apr tests. Won't touch proxy at this | William A. Rowe Jr | 2000-10-06 | 1 | -1/+1 |
* | Completed review for new tests: | William A. Rowe Jr | 2000-10-06 | 1 | -1/+1 |
* | Here it is, the Win32 part of the big canonical errors patch. | William A. Rowe Jr | 2000-10-06 | 3 | -64/+66 |
* | The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros | William A. Rowe Jr | 2000-10-05 | 4 | -12/+12 |
* | Downgrade warnings, stop changing errors from something meaningless to | William A. Rowe Jr | 2000-10-03 | 2 | -25/+11 |
* | Choices. Choose -X, -DONE_PROCESS or set ONE_PROCESS=token for the | William A. Rowe Jr | 2000-10-03 | 1 | -4/+9 |
* | Add some more .cvsignore files for BeOS and add a CHANGES entry. | David Reid | 2000-09-17 | 1 | -0/+5 |
* | Change prefork to use the same listen api as the rest of the unix mpms | Greg Ames | 2000-09-08 | 1 | -1/+1 |
* | Keep this note for 2.0 developers, as well. Needs additional comments | William A. Rowe Jr | 2000-08-25 | 1 | -0/+94 |
* | Try to organize the MPM pre-selection to the hints.m4 file. | Jim Jagielski | 2000-08-23 | 1 | -9/+3 |
* | Remove IOLs from Apache. They are no longer necessary, now that we have | Ryan Bloom | 2000-08-23 | 9 | -82/+17 |
* | APRize disabling nagle (setting TCP_NODELAY). | Brian Havard | 2000-08-22 | 5 | -5/+5 |
* | Win32: Reset the acceptex context on a GetQueuedCompletionStatus() failure. W... | Bill Stoddard | 2000-08-22 | 1 | -53/+73 |
* | Win32: Don't count the AcceptEx context when reset_acceptex_context() fails. | Bill Stoddard | 2000-08-21 | 1 | -2/+2 |
* | Win32: Enable lingering close. | Bill Stoddard | 2000-08-14 | 1 | -8/+1 |
* | More tidy up for mpmt_beos mpm. | David Reid | 2000-08-13 | 1 | -1/+1 |
* | Missed this first time and forgot about it until now... | David Reid | 2000-08-13 | 1 | -1/+1 |
* | Adjust the WinNT MPM/SCM code for apr_initopt/apr_getopt; mostly just a | William A. Rowe Jr | 2000-08-09 | 3 | -27/+23 |
* | Some tidying up of the beos mpm. | David Reid | 2000-08-09 | 2 | -4/+5 |
* | Guess this one was missed when the rest were fixed :( | David Reid | 2000-08-09 | 1 | -1/+1 |
* | Remove some values that aren't needed anymore. These were used at one time | Ryan Bloom | 2000-08-06 | 4 | -38/+0 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 11 | -24/+24 |
* | Fix warnings about string functions. | Brian Havard | 2000-08-05 | 1 | -0/+1 |
* | Fix the Perchild MPM. This does work now. This change has us using | Ryan Bloom | 2000-08-04 | 2 | -168/+146 |
* | More progress with the perchild MPM. This is serving pages again, but | Ryan Bloom | 2000-08-04 | 4 | -96/+264 |
* | Update the perchild MPM. This does not work, but that is because Linux | Ryan Bloom | 2000-08-02 | 4 | -318/+270 |
* | Convert all of the apr_listen.h to ap_listen.h. This was a side effect | Ryan Bloom | 2000-08-02 | 6 | -6/+6 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 24 | -962/+962 |
* | -DMPMT_PTHREAD is no longer needed. | Jeff Trawick | 2000-08-02 | 1 | -2/+0 |
* | This serves requests again, although it still doesn't forward requests off | Ryan Bloom | 2000-08-01 | 2 | -12/+20 |
* | Complete redesign of this MPM. This is almost working now. | Ryan Bloom | 2000-08-01 | 2 | -48/+152 |
* | Add a NO_DETACH environment variable to all MPMs that understand | Ryan Bloom | 2000-08-01 | 5 | -5/+15 |