| Commit message (Expand) | Author | Files | Lines |
2018-06-20 | mod_cache: Per RFC 7234 section 5.3 an invalid | Rainer Jung | 1 | -2/+5 |
2018-06-20 | mod_ratelimit: fix behavior with proxied content | Luca Toscano | 3 | -78/+69 |
2018-06-19 | add server_rec to log.c fatal startup errors | Eric Covener | 1 | -10/+10 |
2018-06-15 | mod_ssl: build with LibreSSL. | Yann Ylavic | 4 | -13/+14 |
2018-06-15 | mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3. | Yann Ylavic | 3 | -10/+10 |
2018-06-15 | mod_ssl: disable check for client initiated renegotiations with TLS 1.3. | Yann Ylavic | 1 | -16/+28 |
2018-06-13 | Follow up to r1833368: share openssl between modules. | Yann Ylavic | 4 | -28/+59 |
2018-06-12 | Remove extra and un-needed "" | Christophe Jaillet | 1 | -1/+1 |
2018-06-12 | apr_pcalloc can be turned into apr_palloc (the allocated memory is fully init... | Christophe Jaillet | 1 | -2/+2 |
2018-06-12 | Follow up to r1833368: fix "mixed declarations and code" warning (buildbot). | Yann Ylavic | 1 | -4/+6 |
2018-06-12 | Follow up to r1833368: apr_crypto_prng_after_fork() now used a PID. | Yann Ylavic | 1 | -4/+7 |
2018-06-12 | Make use of the new apr_crypto_rng API if available. | Yann Ylavic | 1 | -19/+51 |
2018-06-09 | Rebuild. | Lucien Gentis | 3 | -13/+11 |
2018-06-09 | XML update. | Lucien Gentis | 1 | -12/+10 |
2018-06-07 | * configure.in, Makefile.in: Handle no-test-suite case through | Joe Orton | 2 | -9/+21 |
2018-06-06 | Avoid cyclic dependency by moving ap_set_etag() from module http to core. | Yann Ylavic | 8 | -10/+11 |
2018-06-06 | * modules/http/http_request.c (ap_process_request_after_handler, | Joe Orton | 2 | -3/+19 |
2018-06-06 | * Makefile.in: Pass TESTS=... to run only specific tests with make check. | Joe Orton | 1 | -1/+3 |
2018-06-06 | mod_ssl: after code review, changed: | Stefan Eissing | 2 | -63/+50 |
2018-06-06 | * modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_config): | Joe Orton | 1 | -2/+1 |
2018-06-05 | * modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpool | Joe Orton | 1 | -1/+2 |
2018-06-05 | * mod_proxy_http2: ressurrecting some of the good parts of r1831231 and usin... | Stefan Eissing | 1 | -5/+3 |
2018-06-05 | * integrating latest changes from microgrit | Stefan Eissing | 4 | -13/+18 |
2018-06-05 | Fixing h2 proxy link header mapping to substitute correctly again after r1831... | Stefan Eissing | 1 | -10/+14 |
2018-06-04 | image size 0x34000 exceeds specified maximum 0x30000 | Gregg Lewis Smith | 1 | -7/+7 |
2018-06-04 | build mod_proxy before mod_proxy_http2 | Gregg Lewis Smith | 1 | -6/+7 |
2018-05-31 | These are in 2.4.x | Jim Jagielski | 1 | -16/+0 |
2018-05-31 | Follow up to r1832580: correct CHANGES entry. | Yann Ylavic | 1 | -2/+2 |
2018-05-31 | mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30. | Yann Ylavic | 2 | -12/+3 |
2018-05-29 | mod_proxy_balancer: follow up to r1828890: indentation and 80 col. | Yann Ylavic | 3 | -8/+11 |
2018-05-29 | Axe backported entries. | Yann Ylavic | 1 | -28/+0 |
2018-05-29 | mod_slotmem_shm: follow up to r1831869: fix dead else if condition. | Yann Ylavic | 1 | -3/+3 |
2018-05-28 | Rpm: fix the location of the PID file so as to avoid timeout | Graham Leggett | 1 | -1/+1 |
2018-05-27 | All error handling paths of this function call 'apr_brigade_destroy()' , exce... | Christophe Jaillet | 1 | -0/+1 |
2018-05-27 | All error handling paths of this function call 'apr_socket_close()' , except ... | Christophe Jaillet | 1 | -0/+1 |
2018-05-27 | Have code and doc consistent. | Christophe Jaillet | 1 | -2/+2 |
2018-05-27 | Rebuild. | Lucien Gentis | 4 | -19/+19 |
2018-05-27 | XML updates. | Lucien Gentis | 2 | -101/+102 |
2018-05-26 | Fix a potential un-intialized variable usage warning. | Christophe Jaillet | 1 | -2/+2 |
2018-05-26 | If several directories are given in a UserDir directive, only files in the fi... | Christophe Jaillet | 3 | -2/+20 |
2018-05-26 | mod_proxy: add a link to the status flag table | Christophe Jaillet | 2 | -15/+18 |
2018-05-26 | In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie'... | Christophe Jaillet | 2 | -48/+59 |
2018-05-25 | Fix typo | Christophe Jaillet | 1 | -2/+2 |
2018-05-24 | Axe some dead code. | Christophe Jaillet | 1 | -1/+1 |
2018-05-24 | Axe some dead code. | Christophe Jaillet | 1 | -1/+1 |
2018-05-24 | Success of 'SHGetMalloc()' should be tested with the SUCCEEDED macro. | Christophe Jaillet | 1 | -1/+1 |
2018-05-23 | http_protocol.c: avoid duplicate headers when using | Luca Toscano | 1 | -4/+1 |
2018-05-23 | * modules/ssl/ssl_engine_config.c: Fix typos, but isn't this first TODO | Joe Orton | 1 | -2/+2 |
2018-05-22 | * Makefile.in (check-binaries): Split out binaries to separate targets | Joe Orton | 1 | -1/+5 |
2018-05-22 | Fix "make check" to be able to find ab, creating a "bin" inside the | Joe Orton | 1 | -10/+13 |