summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpm_winnt: Follow up to r1902636: another compilation error.Yann Ylavic2022-07-111-1/+1
* mpm_winnt: Fix compilation error.Yann Ylavic2022-07-101-1/+1
* * core/mpm: add hook 'child_stopped` that gets called when the MPM hasStefan Eissing2022-02-241-0/+2
* *) mpm/winnt: add running the 'child_stopping' hook.Stefan Eissing2022-02-221-0/+7
* core: Follow up to r1897460: Implement and use ap_thread_current_after_fork().Yann Ylavic2022-01-251-31/+0
* Follow up to r1897460: APLOGNOs.Yann Ylavic2022-01-251-1/+1
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-38/+69
* Pass NULL instead of a "null ACL"Eric Covener2021-04-211-6/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-162-0/+2
* malloc -> ap_mallocGiovanni Bechis2020-02-241-2/+2
* convert malloc(3) into ap_mallocGiovanni Bechis2020-02-181-8/+8
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-132-9/+9
* In winnt_accept() (server/mpm/winnt/child.c), there's a call to PostQueuedCom...Christophe Jaillet2020-01-061-1/+1
* MPMs: early initialize scoreboard's child generation number.Yann Ylavic2018-08-291-0/+1
* event, worker: runtime pool.Yann Ylavic2018-07-131-0/+3
* mpm_winnt: Do not redefine the standard CONTAINING_RECORD() macroEvgeny Kotkov2017-07-121-6/+0
* mpm_winnt: Remove an obsolete comment in child.c explaining why theEvgeny Kotkov2017-07-121-7/+0
* mpm_winnt: Tweak the names of the variables in child.c which are used toEvgeny Kotkov2017-07-121-49/+48
* mpm_winnt: Tweak the listener shutdown code to use a separate eventEvgeny Kotkov2017-07-121-33/+49
* mpm_winnt: Following up on r1801655, add a comment that explains theEvgeny Kotkov2017-07-121-2/+27
* mpm_winnt: Advertise support for preshutdown notifications in the service,Evgeny Kotkov2017-07-111-2/+4
* mpm_winnt: Remove unused values of the io_state_e enum.Evgeny Kotkov2017-07-111-3/+1
* mpm_winnt: Remove a duplicated comment in the child_main() function.Evgeny Kotkov2017-07-111-1/+0
* mpm_winnt: Use a LIFO stack instead of a FIFO queue to hold unusedEvgeny Kotkov2017-07-111-8/+3
* mpm_winnt: Drop the APLOG_DEBUG diagnostic saying how many threadEvgeny Kotkov2017-07-111-12/+0
* mpm_winnt: Remove an unnecessary Sleep() in the winnt_accept() function.Evgeny Kotkov2017-07-111-1/+0
* mpm_winnt: Simplify the shutdown code that was waiting for multiple workerEvgeny Kotkov2017-07-111-59/+17
* mpm_winnt: Avoid using TerminateThread() in case the shutdown routineEvgeny Kotkov2017-07-111-11/+20
* mpm_winnt: Make the shutdown faster by avoiding unnecessary Sleep()'sEvgeny Kotkov2017-07-111-8/+8
* mpm_winnt: Following up on r1801144, use the new accept_filter_e enumEvgeny Kotkov2017-07-101-2/+2
* mpm_winnt: Fix typo in the logged message in winnt_get_connection().Evgeny Kotkov2017-07-071-1/+1
* mpm_winnt: Refactor the mpm_get_completion_context() function so that itEvgeny Kotkov2017-07-071-22/+24
* mpm_winnt: Remove an unnecessary retry after receiving a non-timeout failureEvgeny Kotkov2017-07-071-8/+1
* mpm_winnt: Factor out a helper function to parse the type of an acceptEvgeny Kotkov2017-07-071-40/+59
* mpm_winnt: Don't forget to close the I/O completion port as part of theEvgeny Kotkov2017-07-071-0/+1
* If the lingering close does not leave the socket in a disconnected state,William A. Rowe Jr2017-04-111-2/+2
* On the trunk:Stefan Eissing2017-04-111-3/+1
* winnt/service: each log message should use its own APLOGNO.Yann Ylavic2017-02-201-7/+7
* mpm_winnt: clear OVERLAPPED structs before reuseJacob Champion2016-08-301-0/+7
* mpm_winnt: remove duplication of ap_process_connectionJacob Champion2016-08-301-14/+1
* mpm_winnt: remove the AcceptEx data network bucketJacob Champion2016-08-303-39/+0
* mpm_winnt: remove 'data' AcceptFilter in favor of 'connect'Jacob Champion2016-08-301-45/+14
* Fix spelling in comments and text files.Rainer Jung2016-08-112-3/+3
* Ensure http2 follows http in the meaning ofWilliam A. Rowe Jr2016-04-271-6/+5
* mpms: follow up to r1629925: more error reports.Yann Ylavic2016-03-011-1/+1
* Join multi-line MPM startup log messages intoRainer Jung2016-02-231-11/+5
* Added many log numbers to log statements thatRainer Jung2016-01-191-3/+3
* mpm_winnt: make AP_MPMQ_GENERATION available in the child process as soonYann Ylavic2015-09-151-2/+18
* core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.Yann Ylavic2015-05-161-1/+1
* core: ensure that MPMs return an error on runtime failure and hence thatYann Ylavic2014-10-071-1/+1