summaryrefslogtreecommitdiffstats
path: root/srclib (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-23* apr_base64_encode_len already includes space for the terminating zeroRuediger Pluem1-3/+2
and apr_base64_encode returns a zero terminated string in encoded. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882775 13f79535-47bb-0310-9956-ffa450edef68
2020-10-15Disable mod_http2 and mod_ssl_ct for prefork builds, since the formerJoe Orton2-3/+24
shouldn't be used under prefork and the latter isn't tested at all. Possibly related to infrequent prefork child segfaults under pool-debug. e.g. https://travis-ci.org/github/apache/httpd/jobs/736044109 is a multi-threaded prefork child dying with both mod_h2 and mod_ssl_ct threads active. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882548 13f79535-47bb-0310-9956-ffa450edef68
2020-10-15 *) mod_md: lowered the required minimal libcurl version from 7.50 to 7.29Stefan Eissing2-2/+5
as proposed by <alexander.gerasimov@codeit.pro>. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882542 13f79535-47bb-0310-9956-ffa450edef68
2020-10-13added new feature line to index Luis Gil2-6/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882443 13f79535-47bb-0310-9956-ffa450edef68
2020-10-13Adding encrypt.html.es.utf8 Luis Gil2-208/+233
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882442 13f79535-47bb-0310-9956-ffa450edef68
2020-10-13Style lang es update to match eng revisionLuis Gil1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882441 13f79535-47bb-0310-9956-ffa450edef68
2020-10-11'md_ocsp_get_stapling_status()' should return int, not apr_status_t.Christophe Jaillet2-3/+3
This is similar to r1876549 for another function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882399 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09Adjust signal handler before unblockingRuediger Pluem2-5/+5
* server/mpm/event/event.c: Set the new signal handler before unblocking the signal as otherwise queued signals get delivered to the old handler immediately when the signal is unblocked. * server/mpm/worker/worker.c: Same thing as with event. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882370 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09rebuild all for russian langage integration.Lucien Gentis30-2604/+2460
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882360 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09doc rebuild for russian integration.Lucien Gentis8-11/+24
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882358 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09russian doc rebuild.Lucien Gentis7-4/+414
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882357 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09russian doc - obsolete file.Lucien Gentis1-280/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882355 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09russian doc - obsolete file.Lucien Gentis1-248/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882353 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09russian doc - from KOI8-R to UTF-8, missing change.Lucien Gentis1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882351 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09russian doc - adding first files.Lucien Gentis2-0/+339
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882349 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09russian doc - from KOI8-R to UTF-8Lucien Gentis3-45/+45
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882347 13f79535-47bb-0310-9956-ffa450edef68
2020-10-04Fix a compilation error in maintainer mode and be consistent with ↵Christophe Jaillet1-1/+1
'make_autoindex_entry()' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882232 13f79535-47bb-0310-9956-ffa450edef68
2020-10-04Save a few bytes of memory in mod_autoindexChristophe Jaillet1-4/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882231 13f79535-47bb-0310-9956-ffa450edef68
2020-10-04Save a few bytes of memory when registering MutexChristophe Jaillet1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882228 13f79535-47bb-0310-9956-ffa450edef68
2020-10-03fr doc rebuild.Lucien Gentis2-36/+35
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882217 13f79535-47bb-0310-9956-ffa450edef68
2020-10-03fr doc XML file update.Lucien Gentis1-10/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882216 13f79535-47bb-0310-9956-ffa450edef68
2020-10-03Add a missing </tr>Christophe Jaillet1-1/+1
PR 64754 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882210 13f79535-47bb-0310-9956-ffa450edef68
2020-10-02xforms [skip ci]Christophe Jaillet4-38/+38
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882200 13f79535-47bb-0310-9956-ffa450edef68
2020-10-02Document that HTTPS and SSL_TLS_SNI environment variables are always ↵Christophe Jaillet1-10/+12
defined, regardless of 'SSLOptions StdEnvVars' . Fix some small style issues to improve syntax hightlight. PR 64783. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882199 13f79535-47bb-0310-9956-ffa450edef68
2020-09-27fr doc rebuild.Lucien Gentis3-5/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882065 13f79535-47bb-0310-9956-ffa450edef68
2020-09-27fr doc XML file update.Lucien Gentis1-4/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882064 13f79535-47bb-0310-9956-ffa450edef68
2020-09-27Add missing comma in some 'apr_apr_psprintf()' call if APR_HAS_THREADS is ↵Christophe Jaillet1-2/+2
not defined git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882060 13f79535-47bb-0310-9956-ffa450edef68
2020-09-27Add missing "const" or "static const" qualifiers in some command_recChristophe Jaillet2-2/+2
definitions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882053 13f79535-47bb-0310-9956-ffa450edef68
2020-09-17mod_proxy: Add support for an optional third argument to ProxyRemote*Joe Orton5-16/+54
to configure the Basic auth credentials to send to the remote proxy. (Note that credentials are always sent w/o waiting for a challenge as with proxy-chain-auth, and only Basic is supported - both of which are not exactly ideal - but better than nothing.) * modules/proxy/mod_proxy.h (struct proxy_remote): Add creds field. * modules/proxy/mod_proxy.c (proxy_handler): Pass forward proxy credentials via r->notes. (add_proxy): Take credentials and base64-encode into ->creds field if passed. (add_proxy_noregex, add_proxy_regex): Take optional creds argument. * modules/proxy/proxy_util.c (ap_proxy_determine_connection): Use proxy credentials from r->notes if available. (ap_proxy_create_hdrbrgd): Set Proxy-Authorization header from credentials in r->notes if present. PR: 37355 Github: closes #135 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881790 13f79535-47bb-0310-9956-ffa450edef68
2020-09-15* modules/dav/fs/repos.c (dav_fs_open_stream): Add specific logs forJoe Orton2-1/+18
different modes in dav_fs_open_stream(), indicate failure because of different file open modes. Also add the filepath in the log messages. Github: closes #138 PR: 64413 Submitted by: Bingyu Shen <ahshenbingyu gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881736 13f79535-47bb-0310-9956-ffa450edef68
2020-09-15* Update change entries via make update-changes [skip ci]Ruediger Pluem4-8/+11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881729 13f79535-47bb-0310-9956-ffa450edef68