summaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-20mod_cache: Per RFC 7234 section 5.3 an invalidRainer Jung1-2/+5
2018-06-20mod_ratelimit: fix behavior with proxied contentLuca Toscano3-78/+69
2018-06-19add server_rec to log.c fatal startup errorsEric Covener1-10/+10
2018-06-15mod_ssl: build with LibreSSL.Yann Ylavic4-13/+14
2018-06-15mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3.Yann Ylavic3-10/+10
2018-06-15mod_ssl: disable check for client initiated renegotiations with TLS 1.3.Yann Ylavic1-16/+28
2018-06-13Follow up to r1833368: share openssl between modules.Yann Ylavic4-28/+59
2018-06-12Remove extra and un-needed ""Christophe Jaillet1-1/+1
2018-06-12apr_pcalloc can be turned into apr_palloc (the allocated memory is fully init...Christophe Jaillet1-2/+2
2018-06-12Follow up to r1833368: fix "mixed declarations and code" warning (buildbot).Yann Ylavic1-4/+6
2018-06-12Follow up to r1833368: apr_crypto_prng_after_fork() now used a PID.Yann Ylavic1-4/+7
2018-06-12Make use of the new apr_crypto_rng API if available.Yann Ylavic1-19/+51
2018-06-09Rebuild.Lucien Gentis3-13/+11
2018-06-09XML update.Lucien Gentis1-12/+10
2018-06-07* configure.in, Makefile.in: Handle no-test-suite case throughJoe Orton2-9/+21
2018-06-06Avoid cyclic dependency by moving ap_set_etag() from module http to core.Yann Ylavic8-10/+11
2018-06-06* modules/http/http_request.c (ap_process_request_after_handler,Joe Orton2-3/+19
2018-06-06* Makefile.in: Pass TESTS=... to run only specific tests with make check.Joe Orton1-1/+3
2018-06-06mod_ssl: after code review, changed:Stefan Eissing2-63/+50
2018-06-06* modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_config):Joe Orton1-2/+1
2018-06-05* modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpoolJoe Orton1-1/+2
2018-06-05 * mod_proxy_http2: ressurrecting some of the good parts of r1831231 and usin...Stefan Eissing1-5/+3
2018-06-05 * integrating latest changes from microgritStefan Eissing4-13/+18
2018-06-05Fixing h2 proxy link header mapping to substitute correctly again after r1831...Stefan Eissing1-10/+14
2018-06-04image size 0x34000 exceeds specified maximum 0x30000Gregg Lewis Smith1-7/+7
2018-06-04build mod_proxy before mod_proxy_http2Gregg Lewis Smith1-6/+7
2018-05-31These are in 2.4.xJim Jagielski1-16/+0
2018-05-31Follow up to r1832580: correct CHANGES entry.Yann Ylavic1-2/+2
2018-05-31mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30.Yann Ylavic2-12/+3
2018-05-29mod_proxy_balancer: follow up to r1828890: indentation and 80 col.Yann Ylavic3-8/+11
2018-05-29Axe backported entries.Yann Ylavic1-28/+0
2018-05-29mod_slotmem_shm: follow up to r1831869: fix dead else if condition.Yann Ylavic1-3/+3
2018-05-28Rpm: fix the location of the PID file so as to avoid timeoutGraham Leggett1-1/+1
2018-05-27All error handling paths of this function call 'apr_brigade_destroy()' , exce...Christophe Jaillet1-0/+1
2018-05-27All error handling paths of this function call 'apr_socket_close()' , except ...Christophe Jaillet1-0/+1
2018-05-27Have code and doc consistent.Christophe Jaillet1-2/+2
2018-05-27Rebuild.Lucien Gentis4-19/+19
2018-05-27XML updates.Lucien Gentis2-101/+102
2018-05-26Fix a potential un-intialized variable usage warning.Christophe Jaillet1-2/+2
2018-05-26If several directories are given in a UserDir directive, only files in the fi...Christophe Jaillet3-2/+20
2018-05-26mod_proxy: add a link to the status flag tableChristophe Jaillet2-15/+18
2018-05-26In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie'...Christophe Jaillet2-48/+59
2018-05-25Fix typoChristophe Jaillet1-2/+2
2018-05-24Axe some dead code.Christophe Jaillet1-1/+1
2018-05-24Axe some dead code.Christophe Jaillet1-1/+1
2018-05-24Success of 'SHGetMalloc()' should be tested with the SUCCEEDED macro.Christophe Jaillet1-1/+1
2018-05-23http_protocol.c: avoid duplicate headers when usingLuca Toscano1-4/+1
2018-05-23* modules/ssl/ssl_engine_config.c: Fix typos, but isn't this first TODOJoe Orton1-2/+2
2018-05-22* Makefile.in (check-binaries): Split out binaries to separate targetsJoe Orton1-1/+5
2018-05-22Fix "make check" to be able to find ab, creating a "bin" inside theJoe Orton1-10/+13