summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added other modified files referencing Spanish translation for mod_asis.xml.e...Daniel Ferradal2017-07-144-0/+8
* Added new Spanish translation for mod_asis.xml.esDaniel Ferradal2017-07-1413-11/+250
* 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-122-34/+50
* mpm_winnt: Following up on r1801655, add a comment that explains theEvgeny Kotkov2017-07-121-2/+27
* Makefile.in: merge typo fix from test-integration branchJacob Champion2017-07-121-1/+1
|\
| * Makefile.in: fix MPM_MODULES typo (in check-conf)Jacob Champion2017-07-121-1/+1
* | Makefile.in: fix MPM_MODULES typoJacob Champion2017-07-121-1/+1
* | 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
* | Add logic to read the Upgrade header and use it in the response.Jean-Frederic Clere2017-07-112-2/+9
* | 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
* | On the trunk:Stefan Eissing2017-07-066-14/+390
* | Correct string scope to prevent duplicated values for subsequent tokens.William A. Rowe Jr2017-07-051-2/+2
* | Fix negotiation type parsing to be strict about "*", "*/*" and "type/*"William A. Rowe Jr2017-07-051-3/+8
* | Backported.Rainer Jung2017-07-051-3/+0
* | Fix another mod_lua compile error.Rainer Jung2017-07-051-1/+1
* | Fix new compilation breakage in mod_lua.Rainer Jung2017-07-043-12/+10
* | Mostly revert the configure compat check forRainer Jung2017-07-041-33/+5
* | Fix last compat issue with Lua 5.2 and 5.3.Rainer Jung2017-07-041-0/+4
* | More mod_lua compat for Lua 5.1, 5.2, 5.3.Rainer Jung2017-07-045-21/+19
* | mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.Rainer Jung2017-07-043-5/+8
* | Add mod_proxy_hcheck to generated httpd.spec file. PR 60506.Yann Ylavic2017-07-041-0/+1
* | On the trunk:Stefan Eissing2017-07-0312-94/+140
* | backportedJim Jagielski2017-07-031-8/+0
* | * Do not apply the strict permissions of the temporary file to a possiblyRuediger Pluem2017-07-033-2/+5
* | Rebuild.Lucien Gentis2017-07-029-1/+13
* | XML update.Lucien Gentis2017-07-021-2/+6
* | Partial reversal of r1800306... note virtual scripts in notesJim Jagielski2017-06-301-1/+5
* | proxy_fcgi: remove FPM-specific logicJacob Champion2017-06-293-37/+5
* | Updates to files referencing new Spanish translation of mod_allowmethods r180...Daniel Ferradal2017-06-287-3/+12
* | Added Spanish translation for manual/mod/mod_allowmethods.xml.esDaniel Ferradal2017-06-282-0/+200
* | Restore single-char field names inadvertantly disallowed in 2.4.25.William A. Rowe Jr2017-06-281-9/+6
* | Revert 1800111 for a cleaner logic flow proposed by YannWilliam A. Rowe Jr2017-06-281-1/+1
* | * Silence compiler warningRuediger Pluem2017-06-281-1/+1
* | Appears to resolve the issue to permit single-char fieldnames; PR61220William A. Rowe Jr2017-06-281-1/+1