summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt/mpm_winnt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Win32: Move apr_bucket_alloc() to a more reasonable location to fix memory leak.Bill Stoddard2002-04-011-0/+1
* Port the -k config option to Apache 2.0. This allows users to reconfigureRyan Bloom2002-03-221-1/+1
* My [sixth?] major revamp of service.c. Traded an event for a mutexWilliam A. Rowe Jr2002-03-141-1/+1
* Cleanup the eventlogger code, and split it into its own source.William A. Rowe Jr2002-03-141-0/+5
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Upon advice of the FirstBill, I began looking for exceptions that occurWilliam A. Rowe Jr2002-02-071-0/+9
* Externalize the functions to manage the mpm's queue of completion_contexts.Bill Stoddard2001-11-171-0/+37
* Win32: Deprecate ap_start_shutdown/ap_start_restart in favor of ap_signal_par...Bill Stoddard2001-10-171-4/+6
* Since we expect many users to start experimenting with the next release,William A. Rowe Jr2001-08-171-1/+4
* get the MPMs consistent w.r.t. visibility of ap_max_requests_per_childJeff Trawick2001-05-071-1/+0
* Clean up some exposed data that should be internal to service.cWilliam A. Rowe Jr2001-04-121-5/+3
* *) Reimplement the Windows MPM (mpm_winnt.c) to eliminate callingBill Stoddard2001-03-121-13/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Begin restructuring scoreboard code to enable adding back inBill Stoddard2001-02-021-2/+0
* Get files including mpm_winnt.h compiling again by removingJeff Trawick2000-12-041-5/+0
* Return buff.h to the winnt mpm till Bill (or I, if I must) remove theWilliam A. Rowe Jr2000-11-091-0/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Adjust the WinNT MPM/SCM code for apr_initopt/apr_getopt; mostly just aWilliam A. Rowe Jr2000-08-091-3/+3
* Convert all of the apr_listen.h to ap_listen.h. This was a side effectRyan Bloom2000-08-021-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-19/+19
* Advisory: This patch is still anywhere but complete. However, itWilliam A. Rowe Jr2000-07-111-2/+5
* PR:William A. Rowe Jr2000-05-311-3/+89
* PR:William A. Rowe Jr2000-05-281-1/+1
* William A. Rowe Jr2000-05-271-1/+1
* s/IMPORT/EXPORT/g; typo i assume.Doug MacEachern2000-05-261-1/+1
* William A. Rowe Jr2000-05-191-0/+6
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-55/+56
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* More sendfile work. Use new sendfile API in Apache, update Windows MPMBill Stoddard2000-01-271-12/+1
* Fix some warnings when configured with --enable-maintainer-mode.Ryan Bloom1999-12-131-1/+0
* Fix GetAcceptExSockaddrs plus a few tweaks.Bill Stoddard1999-10-191-2/+2
* Use AcceptEx with an async completion port. What we are gaining here isBill Stoddard1999-10-081-1/+16
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-1/+1
* Use AcceptEx (a.k.a. accept and receive) on windows NT. Begin work to makeBill Stoddard1999-08-201-0/+11
* Win32: Start work on the winnt mpm. This is all horribly broken and hacked ri...Bill Stoddard1999-08-051-0/+67