| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_proxy_hcheck: take balancer's SSLProxy* directives into account. | Yann Ylavic | 2018-07-19 | 1 | -18/+30 |
* | core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending(). | Yann Ylavic | 2018-07-19 | 1 | -4/+15 |
* | core: core output filter optimizations. | Yann Ylavic | 2018-07-18 | 1 | -2/+14 |
* | * using the, hopefully correct, ever elusive libressl version numbering chec... | Stefan Eissing | 2018-07-17 | 1 | -1/+1 |
* | core: Add ap_reuse_brigade_from_pool(). | Yann Ylavic | 2018-07-16 | 1 | -15/+2 |
* | * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): Load | Joe Orton | 2018-07-11 | 1 | -6/+21 |
* | * modules/ssl/ssl_engine_pphrase.c: Add logno tags. | Joe Orton | 2018-07-06 | 1 | -6/+6 |
* | Hook up PKCS#11 PIN entry through configured passphrase entry method. | Joe Orton | 2018-07-06 | 3 | -9/+232 |
* | On the trunk: | Stefan Eissing | 2018-07-05 | 7 | -51/+58 |
* | On the trunk: | Stefan Eissing | 2018-07-05 | 1 | -1/+1 |
* | mod_md: more robust handling of http-01 challenges and hands-off when module | Stefan Eissing | 2018-06-29 | 3 | -46/+53 |
* | Function used as 'apr_reslist_destructor' when calling 'apr_reslist_create()'... | Christophe Jaillet | 2018-06-23 | 1 | -2/+3 |
* | Fix some style issue to improve readability: | Christophe Jaillet | 2018-06-23 | 1 | -8/+14 |
* | Follow-up to r1754161 | Christophe Jaillet | 2018-06-23 | 1 | -1/+1 |
* | If several parameters are used in a AuthzProviderAlias directive, if these pa... | Christophe Jaillet | 2018-06-23 | 1 | -1/+12 |
* | Add default schema ports for websockets | Jim Jagielski | 2018-06-21 | 1 | -0/+2 |
* | Remove some trailing spaces to synch trunk with 2.4 | Christophe Jaillet | 2018-06-20 | 2 | -2/+2 |
* | mod_cache: Per RFC 7234 section 5.3 an invalid | Rainer Jung | 2018-06-20 | 1 | -2/+5 |
* | mod_ratelimit: fix behavior with proxied content | Luca Toscano | 2018-06-20 | 1 | -77/+62 |
* | mod_ssl: build with LibreSSL. | Yann Ylavic | 2018-06-15 | 4 | -13/+14 |
* | mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3. | Yann Ylavic | 2018-06-15 | 3 | -10/+10 |
* | mod_ssl: disable check for client initiated renegotiations with TLS 1.3. | Yann Ylavic | 2018-06-15 | 1 | -16/+28 |
* | Follow up to r1833368: share openssl between modules. | Yann Ylavic | 2018-06-13 | 3 | -19/+55 |
* | Remove extra and un-needed "" | Christophe Jaillet | 2018-06-12 | 1 | -1/+1 |
* | apr_pcalloc can be turned into apr_palloc (the allocated memory is fully init... | Christophe Jaillet | 2018-06-12 | 1 | -2/+2 |
* | Avoid cyclic dependency by moving ap_set_etag() from module http to core. | Yann Ylavic | 2018-06-06 | 2 | -221/+1 |
* | * modules/http/http_request.c (ap_process_request_after_handler, | Joe Orton | 2018-06-06 | 1 | -3/+16 |
* | mod_ssl: after code review, changed: | Stefan Eissing | 2018-06-06 | 2 | -63/+50 |
* | * modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_config): | Joe Orton | 2018-06-06 | 1 | -2/+1 |
* | * modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpool | Joe Orton | 2018-06-05 | 1 | -1/+2 |
* | * mod_proxy_http2: ressurrecting some of the good parts of r1831231 and usin... | Stefan Eissing | 2018-06-05 | 1 | -5/+3 |
* | * integrating latest changes from microgrit | Stefan Eissing | 2018-06-05 | 3 | -10/+15 |
* | Fixing h2 proxy link header mapping to substitute correctly again after r1831... | Stefan Eissing | 2018-06-05 | 1 | -10/+14 |
* | mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30. | Yann Ylavic | 2018-05-31 | 1 | -12/+0 |
* | mod_proxy_balancer: follow up to r1828890: indentation and 80 col. | Yann Ylavic | 2018-05-29 | 3 | -8/+11 |
* | mod_slotmem_shm: follow up to r1831869: fix dead else if condition. | Yann Ylavic | 2018-05-29 | 1 | -3/+3 |
* | All error handling paths of this function call 'apr_brigade_destroy()' , exce... | Christophe Jaillet | 2018-05-27 | 1 | -0/+1 |
* | All error handling paths of this function call 'apr_socket_close()' , except ... | Christophe Jaillet | 2018-05-27 | 1 | -0/+1 |
* | If several directories are given in a UserDir directive, only files in the fi... | Christophe Jaillet | 2018-05-26 | 1 | -1/+12 |
* | In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie'... | Christophe Jaillet | 2018-05-26 | 1 | -48/+54 |
* | Axe some dead code. | Christophe Jaillet | 2018-05-24 | 1 | -1/+1 |
* | http_protocol.c: avoid duplicate headers when using | Luca Toscano | 2018-05-23 | 1 | -4/+1 |
* | * modules/ssl/ssl_engine_config.c: Fix typos, but isn't this first TODO | Joe Orton | 2018-05-23 | 1 | -2/+2 |
* | mod_proxy_balancer: clear slotmem slots' inuse flags from persisted files. | Yann Ylavic | 2018-05-20 | 1 | -1/+1 |
* | mod_slotmem_shm: follow up to r1831869: fix persisted file size's checksum. | Yann Ylavic | 2018-05-20 | 1 | -3/+3 |
* | mod_slotmem_shm: follow up to r1831869 (check persistent files). | Yann Ylavic | 2018-05-18 | 1 | -84/+126 |
* | mod_slotmem_shm: follow up to r1831869. | Yann Ylavic | 2018-05-18 | 1 | -73/+44 |
* | mod_slotmem_shm: use a generation number for SHM filename on all platforms. | Yann Ylavic | 2018-05-18 | 1 | -38/+5 |
* | Restore mod_slotmem_shm from 2.4.29. | Yann Ylavic | 2018-05-18 | 1 | -341/+241 |
* | PR62311: only create the rewritelock when needed | Eric Covener | 2018-05-17 | 1 | -9/+12 |