index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
winnt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpm_winnt: Follow up to r1902636: another compilation error.
Yann Ylavic
2022-07-11
1
-1
/
+1
*
mpm_winnt: Fix compilation error.
Yann Ylavic
2022-07-10
1
-1
/
+1
*
* core/mpm: add hook 'child_stopped` that gets called when the MPM has
Stefan Eissing
2022-02-24
1
-0
/
+2
*
*) mpm/winnt: add running the 'child_stopping' hook.
Stefan Eissing
2022-02-22
1
-0
/
+7
*
core: Follow up to r1897460: Implement and use ap_thread_current_after_fork().
Yann Ylavic
2022-01-25
1
-31
/
+0
*
Follow up to r1897460: APLOGNOs.
Yann Ylavic
2022-01-25
1
-1
/
+1
*
core: Efficient ap_thread_current() when apr_thread_local() is missing.
Yann Ylavic
2022-01-25
1
-38
/
+69
*
Pass NULL instead of a "null ACL"
Eric Covener
2021-04-21
1
-6
/
+2
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
2
-0
/
+2
*
malloc -> ap_malloc
Giovanni Bechis
2020-02-24
1
-2
/
+2
*
convert malloc(3) into ap_malloc
Giovanni Bechis
2020-02-18
1
-8
/
+8
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
2
-9
/
+9
*
In winnt_accept() (server/mpm/winnt/child.c), there's a call to PostQueuedCom...
Christophe Jaillet
2020-01-06
1
-1
/
+1
*
MPMs: early initialize scoreboard's child generation number.
Yann Ylavic
2018-08-29
1
-0
/
+1
*
event, worker: runtime pool.
Yann Ylavic
2018-07-13
1
-0
/
+3
*
mpm_winnt: Do not redefine the standard CONTAINING_RECORD() macro
Evgeny Kotkov
2017-07-12
1
-6
/
+0
*
mpm_winnt: Remove an obsolete comment in child.c explaining why the
Evgeny Kotkov
2017-07-12
1
-7
/
+0
*
mpm_winnt: Tweak the names of the variables in child.c which are used to
Evgeny Kotkov
2017-07-12
1
-49
/
+48
*
mpm_winnt: Tweak the listener shutdown code to use a separate event
Evgeny Kotkov
2017-07-12
1
-33
/
+49
*
mpm_winnt: Following up on r1801655, add a comment that explains the
Evgeny Kotkov
2017-07-12
1
-2
/
+27
*
mpm_winnt: Advertise support for preshutdown notifications in the service,
Evgeny Kotkov
2017-07-11
1
-2
/
+4
*
mpm_winnt: Remove unused values of the io_state_e enum.
Evgeny Kotkov
2017-07-11
1
-3
/
+1
*
mpm_winnt: Remove a duplicated comment in the child_main() function.
Evgeny Kotkov
2017-07-11
1
-1
/
+0
*
mpm_winnt: Use a LIFO stack instead of a FIFO queue to hold unused
Evgeny Kotkov
2017-07-11
1
-8
/
+3
*
mpm_winnt: Drop the APLOG_DEBUG diagnostic saying how many thread
Evgeny Kotkov
2017-07-11
1
-12
/
+0
*
mpm_winnt: Remove an unnecessary Sleep() in the winnt_accept() function.
Evgeny Kotkov
2017-07-11
1
-1
/
+0
*
mpm_winnt: Simplify the shutdown code that was waiting for multiple worker
Evgeny Kotkov
2017-07-11
1
-59
/
+17
*
mpm_winnt: Avoid using TerminateThread() in case the shutdown routine
Evgeny Kotkov
2017-07-11
1
-11
/
+20
*
mpm_winnt: Make the shutdown faster by avoiding unnecessary Sleep()'s
Evgeny Kotkov
2017-07-11
1
-8
/
+8
*
mpm_winnt: Following up on r1801144, use the new accept_filter_e enum
Evgeny Kotkov
2017-07-10
1
-2
/
+2
*
mpm_winnt: Fix typo in the logged message in winnt_get_connection().
Evgeny Kotkov
2017-07-07
1
-1
/
+1
*
mpm_winnt: Refactor the mpm_get_completion_context() function so that it
Evgeny Kotkov
2017-07-07
1
-22
/
+24
*
mpm_winnt: Remove an unnecessary retry after receiving a non-timeout failure
Evgeny Kotkov
2017-07-07
1
-8
/
+1
*
mpm_winnt: Factor out a helper function to parse the type of an accept
Evgeny Kotkov
2017-07-07
1
-40
/
+59
*
mpm_winnt: Don't forget to close the I/O completion port as part of the
Evgeny Kotkov
2017-07-07
1
-0
/
+1
*
If the lingering close does not leave the socket in a disconnected state,
William A. Rowe Jr
2017-04-11
1
-2
/
+2
*
On the trunk:
Stefan Eissing
2017-04-11
1
-3
/
+1
*
winnt/service: each log message should use its own APLOGNO.
Yann Ylavic
2017-02-20
1
-7
/
+7
*
mpm_winnt: clear OVERLAPPED structs before reuse
Jacob Champion
2016-08-30
1
-0
/
+7
*
mpm_winnt: remove duplication of ap_process_connection
Jacob Champion
2016-08-30
1
-14
/
+1
*
mpm_winnt: remove the AcceptEx data network bucket
Jacob Champion
2016-08-30
3
-39
/
+0
*
mpm_winnt: remove 'data' AcceptFilter in favor of 'connect'
Jacob Champion
2016-08-30
1
-45
/
+14
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
2
-3
/
+3
*
Ensure http2 follows http in the meaning of
William A. Rowe Jr
2016-04-27
1
-6
/
+5
*
mpms: follow up to r1629925: more error reports.
Yann Ylavic
2016-03-01
1
-1
/
+1
*
Join multi-line MPM startup log messages into
Rainer Jung
2016-02-23
1
-11
/
+5
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-3
/
+3
*
mpm_winnt: make AP_MPMQ_GENERATION available in the child process as soon
Yann Ylavic
2015-09-15
1
-2
/
+18
*
core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.
Yann Ylavic
2015-05-16
1
-1
/
+1
*
core: ensure that MPMs return an error on runtime failure and hence that
Yann Ylavic
2014-10-07
1
-1
/
+1
[next]