summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpm_unix(es): cleanup properly on exit in one_process mode.Yann Ylavic2017-11-023-0/+3
* * server/util_expr_eval.c (ap_expr_eval_re_backref): Fix gcc 7.x warning.Joe Orton2017-10-161-2/+2
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-23/+20
* * server/util_script.c (ap_add_common_vars): Allow mod_env to overrideJoe Orton2017-10-111-25/+29
* Follow up to rr1810605 and r1811104.Yann Ylavic2017-10-043-621/+583
* ap_expr: follow up to r1810605.Yann Ylavic2017-10-044-222/+127
* ap_expr: follow up to r1810605.Yann Ylavic2017-10-032-32/+31
* apr_expr: follow up to r1810605.Yann Ylavic2017-10-031-3/+2
* ap_expr: open string expressions to the <word>.Yann Ylavic2017-10-028-1170/+2046
* core, MPMs unix: follow up to r1809881.Yann Ylavic2017-09-286-24/+50
* core: deregister all hooks before leaving pconf, otherwise some late cleanupYann Ylavic2017-09-271-1/+15
* config: follow up to r1809302.Yann Ylavic2017-09-222-12/+15
* config: follow up to r1809302.Yann Ylavic2017-09-221-2/+8
* config: allow to specify flags when registering modules.Yann Ylavic2017-09-221-7/+18
* event, simple, motorz: better naming, error code checking and arrangementYann Ylavic2017-09-223-25/+19
* event: better apr_pollset_add() failure handling to avoid an (very unlikely)Yann Ylavic2017-09-221-14/+12
* mod_rewrite,core: avoid Vary:Host (part 2)Luca Toscano2017-09-201-2/+7
* mod_rewrite/core: avoid the 'Vary: Host' headerLuca Toscano2017-09-181-1/+6
* * server/protocol.c (ap_content_length_filter): Rewrite the contentJoe Orton2017-09-131-37/+63
* core: Disallow Methods' registration at run time (.htaccess), they may beYann Ylavic2017-09-081-0/+6
* event: Avoid possible blocking in the listener thread when shutting downYann Ylavic2017-07-251-100/+172
* core, mpm_event: Add ap_update_sb_handle() to avoid a small memory leak ofYann Ylavic2017-07-212-14/+20
* mpm_event: ap_queue_info_try_get_idler() may atomically decrement and thenYann Ylavic2017-07-211-16/+16
* ap_server_config_defines and ap_server_{pre,post}_read_config are arrays ofYann Ylavic2017-07-182-13/+16
* Be explicit and safe (const) with the strings stored in ap_server_config_defi...Yann Ylavic2017-07-181-5/+4
* 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
* 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
* Appears to resolve the issue to permit single-char fieldnames; PR61220William A. Rowe Jr2017-06-281-1/+1
* Revert misguided commit r1799731.William A. Rowe Jr2017-06-261-15/+0
* style: where did the tabs come from?Gregg Lewis Smith2017-06-241-2/+2