summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Win32: Use atomic increment/decrement on counters touched by multiple threads.Bill Stoddard2002-05-241-7/+7
* As the prior commit message indicated, pass the accept thread a listenWilliam A. Rowe Jr2002-05-181-6/+7
* Begin passing about apr types instead of odd local conventions.William A. Rowe Jr2002-05-181-7/+10
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-173-25/+25
* Win32: Shutdown the accept/listen threads a bit more gracefully.Bill Stoddard2002-05-171-39/+52
* DoneBill Stoddard2002-05-021-1/+0
* Win32: Fix bug in mpm_win32 which allowed multiple threads to accessBill Stoddard2002-05-021-35/+89
* Fix a bug in the mod_status display caused by some uninitialized fields.Bill Stoddard2002-04-281-4/+12
* my_generation is in the shared scoreboard now.Bill Stoddard2002-04-271-7/+4
* SOCKETs are HANDLEs, but they type mismatch. This fix has now beenWilliam A. Rowe Jr2002-04-191-1/+1
* Experimental patch that may mitigate (but not eliminate) the errors inWilliam A. Rowe Jr2002-04-171-7/+24
* Introduced -E startup_logfile_name option to httpd to allow adminsWilliam A. Rowe Jr2002-04-172-3/+9
* The accept loop was sleeping way too long when we ran out of completion conte...Bill Stoddard2002-04-101-4/+5
* Ooops. Don't whack our ptrans pool.Bill Stoddard2002-04-101-1/+0
* Move the socket info initialization into the winnt_accept() loop (this more c...Bill Stoddard2002-04-101-22/+32
* Get rid of hungarian notation. No function change.Bill Stoddard2002-04-101-49/+49
* Uhmmm... notices only when we are running as a service [I hate strcmp.]William A. Rowe Jr2002-04-051-1/+1
* One emit is an error, not a notice. Neither have 'error codes'...William A. Rowe Jr2002-04-051-2/+2
* Another, potential race. Assure we are allowing worker threads to finishWilliam A. Rowe Jr2002-04-051-5/+5
* Race condition one ... we were occasionally escaping all the way out toWilliam A. Rowe Jr2002-04-051-0/+7
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-041-1/+6
* Win32: tweak some messagesBill Stoddard2002-04-021-2/+2
* Win32: Change startup/shutdown message class to NOTICE. These messages should...Bill Stoddard2002-04-021-17/+17
* Win32: Move apr_bucket_alloc() to a more reasonable location to fix memory leak.Bill Stoddard2002-04-012-6/+5
* BUCKET FREELISTSCliff Woolley2002-03-291-2/+7
* Somewhere about server/main.c rev 1.54, we lost the stop|shutdown|uninstallWilliam A. Rowe Jr2002-03-261-17/+20
* -i and -u were deprecated some time ago, they still work in 1.3, butWilliam A. Rowe Jr2002-03-251-10/+0
* Tag some pools.Bill Stoddard2002-03-221-0/+4
* Port the -k config option to Apache 2.0. This allows users to reconfigureRyan Bloom2002-03-223-18/+50
* No sense in opening this event when it's already opened in the parent.William A. Rowe Jr2002-03-201-1/+16
* More process lifetime changes, and simplify some ambigious cruft.William A. Rowe Jr2002-03-201-12/+16
* Fix a few listener-related lifetime issues [they are created in theWilliam A. Rowe Jr2002-03-201-4/+4
* The pre_mpm hook creates server-lifetime objects (or at least, for theWilliam A. Rowe Jr2002-03-201-1/+1
* When restarting [always graceful on Win32], we don't repeat pre_mpmWilliam A. Rowe Jr2002-03-201-1/+6
* Axe unused variableWilliam A. Rowe Jr2002-03-151-2/+0
* Some lingering debug cruft that isn't neededWilliam A. Rowe Jr2002-03-141-3/+0
* Use fprintf to stderr over printf. Better yet - replace with theWilliam A. Rowe Jr2002-03-141-13/+13
* My [sixth?] major revamp of service.c. Traded an event for a mutexWilliam A. Rowe Jr2002-03-143-233/+72
* Cleanup the eventlogger code, and split it into its own source.William A. Rowe Jr2002-03-142-0/+230
* Now that we test ownership of the listeners in listen.c, -k "start"William A. Rowe Jr2002-03-141-9/+29
* The be-certain-we-own-the-socket patch to listen.c fails if we hangWilliam A. Rowe Jr2002-03-141-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-138-8/+8
* Some info messages mean something to only three people in this world,William A. Rowe Jr2002-02-201-9/+9
* Seems Terminal Server flavors were failing global_mutex_init, but it wasWilliam A. Rowe Jr2002-02-201-10/+30
* Win32: Migrate mpm_winnt away from the deprecated apr_lock APIBill Stoddard2002-02-201-29/+30
* The final commit to achieve a quality release. We cannot use CreateThreadWilliam A. Rowe Jr2002-02-131-5/+5
* After hours of debugging, the answer was -trivial-, but extremelyWilliam A. Rowe Jr2002-02-121-32/+38
* Perform a serious scrubbing of the child process, before we report thatWilliam A. Rowe Jr2002-02-121-5/+23
* Move the sleep until after we have duplicated the simple handles. We mustWilliam A. Rowe Jr2002-02-121-10/+10
* Never close the handle, if it is the StdError psuedohandle.William A. Rowe Jr2002-02-111-1/+3