| Commit message (Expand) | Author | Age | Files | Lines |
* | mpm_unix(es): cleanup properly on exit in one_process mode. | Yann Ylavic | 2017-11-02 | 3 | -0/+3 |
* | * server/util_expr_eval.c (ap_expr_eval_re_backref): Fix gcc 7.x warning. | Joe Orton | 2017-10-16 | 1 | -2/+2 |
* | Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is both | Yann Ylavic | 2017-10-14 | 1 | -23/+20 |
* | * server/util_script.c (ap_add_common_vars): Allow mod_env to override | Joe Orton | 2017-10-11 | 1 | -25/+29 |
* | Follow up to rr1810605 and r1811104. | Yann Ylavic | 2017-10-04 | 3 | -621/+583 |
* | ap_expr: follow up to r1810605. | Yann Ylavic | 2017-10-04 | 4 | -222/+127 |
* | ap_expr: follow up to r1810605. | Yann Ylavic | 2017-10-03 | 2 | -32/+31 |
* | apr_expr: follow up to r1810605. | Yann Ylavic | 2017-10-03 | 1 | -3/+2 |
* | ap_expr: open string expressions to the <word>. | Yann Ylavic | 2017-10-02 | 8 | -1170/+2046 |
* | core, MPMs unix: follow up to r1809881. | Yann Ylavic | 2017-09-28 | 6 | -24/+50 |
* | core: deregister all hooks before leaving pconf, otherwise some late cleanup | Yann Ylavic | 2017-09-27 | 1 | -1/+15 |
* | config: follow up to r1809302. | Yann Ylavic | 2017-09-22 | 2 | -12/+15 |
* | config: follow up to r1809302. | Yann Ylavic | 2017-09-22 | 1 | -2/+8 |
* | config: allow to specify flags when registering modules. | Yann Ylavic | 2017-09-22 | 1 | -7/+18 |
* | event, simple, motorz: better naming, error code checking and arrangement | Yann Ylavic | 2017-09-22 | 3 | -25/+19 |
* | event: better apr_pollset_add() failure handling to avoid an (very unlikely) | Yann Ylavic | 2017-09-22 | 1 | -14/+12 |
* | mod_rewrite,core: avoid Vary:Host (part 2) | Luca Toscano | 2017-09-20 | 1 | -2/+7 |
* | mod_rewrite/core: avoid the 'Vary: Host' header | Luca Toscano | 2017-09-18 | 1 | -1/+6 |
* | * server/protocol.c (ap_content_length_filter): Rewrite the content | Joe Orton | 2017-09-13 | 1 | -37/+63 |
* | core: Disallow Methods' registration at run time (.htaccess), they may be | Yann Ylavic | 2017-09-08 | 1 | -0/+6 |
* | event: Avoid possible blocking in the listener thread when shutting down | Yann Ylavic | 2017-07-25 | 1 | -100/+172 |
* | core, mpm_event: Add ap_update_sb_handle() to avoid a small memory leak of | Yann Ylavic | 2017-07-21 | 2 | -14/+20 |
* | mpm_event: ap_queue_info_try_get_idler() may atomically decrement and then | Yann Ylavic | 2017-07-21 | 1 | -16/+16 |
* | ap_server_config_defines and ap_server_{pre,post}_read_config are arrays of | Yann Ylavic | 2017-07-18 | 2 | -13/+16 |
* | Be explicit and safe (const) with the strings stored in ap_server_config_defi... | Yann Ylavic | 2017-07-18 | 1 | -5/+4 |
* | 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 |
* | Restore single-char field names inadvertantly disallowed in 2.4.25. | William A. Rowe Jr | 2017-06-28 | 1 | -9/+6 |
* | Revert 1800111 for a cleaner logic flow proposed by Yann | William A. Rowe Jr | 2017-06-28 | 1 | -1/+1 |
* | Appears to resolve the issue to permit single-char fieldnames; PR61220 | William A. Rowe Jr | 2017-06-28 | 1 | -1/+1 |
* | Revert misguided commit r1799731. | William A. Rowe Jr | 2017-06-26 | 1 | -15/+0 |
* | style: where did the tabs come from? | Gregg Lewis Smith | 2017-06-24 | 1 | -2/+2 |