summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy_hcheck: take balancer's SSLProxy* directives into account.Yann Ylavic2018-07-191-18/+30
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-191-4/+15
* core: core output filter optimizations.Yann Ylavic2018-07-181-2/+14
* * using the, hopefully correct, ever elusive libressl version numbering chec...Stefan Eissing2018-07-171-1/+1
* core: Add ap_reuse_brigade_from_pool().Yann Ylavic2018-07-161-15/+2
* * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): LoadJoe Orton2018-07-111-6/+21
* * modules/ssl/ssl_engine_pphrase.c: Add logno tags.Joe Orton2018-07-061-6/+6
* Hook up PKCS#11 PIN entry through configured passphrase entry method.Joe Orton2018-07-063-9/+232
* On the trunk:Stefan Eissing2018-07-057-51/+58
* On the trunk:Stefan Eissing2018-07-051-1/+1
* mod_md: more robust handling of http-01 challenges and hands-off when moduleStefan Eissing2018-06-293-46/+53
* Function used as 'apr_reslist_destructor' when calling 'apr_reslist_create()'...Christophe Jaillet2018-06-231-2/+3
* Fix some style issue to improve readability:Christophe Jaillet2018-06-231-8/+14
* Follow-up to r1754161Christophe Jaillet2018-06-231-1/+1
* If several parameters are used in a AuthzProviderAlias directive, if these pa...Christophe Jaillet2018-06-231-1/+12
* Add default schema ports for websocketsJim Jagielski2018-06-211-0/+2
* Remove some trailing spaces to synch trunk with 2.4Christophe Jaillet2018-06-202-2/+2
* mod_cache: Per RFC 7234 section 5.3 an invalidRainer Jung2018-06-201-2/+5
* mod_ratelimit: fix behavior with proxied contentLuca Toscano2018-06-201-77/+62
* mod_ssl: build with LibreSSL.Yann Ylavic2018-06-154-13/+14
* mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3.Yann Ylavic2018-06-153-10/+10
* mod_ssl: disable check for client initiated renegotiations with TLS 1.3.Yann Ylavic2018-06-151-16/+28
* Follow up to r1833368: share openssl between modules.Yann Ylavic2018-06-133-19/+55
* Remove extra and un-needed ""Christophe Jaillet2018-06-121-1/+1
* apr_pcalloc can be turned into apr_palloc (the allocated memory is fully init...Christophe Jaillet2018-06-121-2/+2
* Avoid cyclic dependency by moving ap_set_etag() from module http to core.Yann Ylavic2018-06-062-221/+1
* * modules/http/http_request.c (ap_process_request_after_handler,Joe Orton2018-06-061-3/+16
* mod_ssl: after code review, changed:Stefan Eissing2018-06-062-63/+50
* * modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_config):Joe Orton2018-06-061-2/+1
* * modules/proxy/proxy_util.c (ap_proxy_share_worker): Skip creating subpoolJoe Orton2018-06-051-1/+2
* * mod_proxy_http2: ressurrecting some of the good parts of r1831231 and usin...Stefan Eissing2018-06-051-5/+3
* * integrating latest changes from microgritStefan Eissing2018-06-053-10/+15
* Fixing h2 proxy link header mapping to substitute correctly again after r1831...Stefan Eissing2018-06-051-10/+14
* mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30.Yann Ylavic2018-05-311-12/+0
* mod_proxy_balancer: follow up to r1828890: indentation and 80 col.Yann Ylavic2018-05-293-8/+11
* mod_slotmem_shm: follow up to r1831869: fix dead else if condition.Yann Ylavic2018-05-291-3/+3
* All error handling paths of this function call 'apr_brigade_destroy()' , exce...Christophe Jaillet2018-05-271-0/+1
* All error handling paths of this function call 'apr_socket_close()' , except ...Christophe Jaillet2018-05-271-0/+1
* If several directories are given in a UserDir directive, only files in the fi...Christophe Jaillet2018-05-261-1/+12
* In 'ap_proxy_cookie_reverse_map', iterate over each token of the 'Set-Cookie'...Christophe Jaillet2018-05-261-48/+54
* Axe some dead code.Christophe Jaillet2018-05-241-1/+1
* http_protocol.c: avoid duplicate headers when usingLuca Toscano2018-05-231-4/+1
* * modules/ssl/ssl_engine_config.c: Fix typos, but isn't this first TODOJoe Orton2018-05-231-2/+2
* mod_proxy_balancer: clear slotmem slots' inuse flags from persisted files.Yann Ylavic2018-05-201-1/+1
* mod_slotmem_shm: follow up to r1831869: fix persisted file size's checksum.Yann Ylavic2018-05-201-3/+3
* mod_slotmem_shm: follow up to r1831869 (check persistent files).Yann Ylavic2018-05-181-84/+126
* mod_slotmem_shm: follow up to r1831869.Yann Ylavic2018-05-181-73/+44
* mod_slotmem_shm: use a generation number for SHM filename on all platforms.Yann Ylavic2018-05-181-38/+5
* Restore mod_slotmem_shm from 2.4.29.Yann Ylavic2018-05-181-341/+241
* PR62311: only create the rewritelock when neededEric Covener2018-05-171-9/+12