summaryrefslogtreecommitdiffstats
path: root/support/NWGNUlogres (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-06Cache SVN checkout of test/framework across Travis builds. ShouldJoe Orton1-4/+21
improve reliability (the checkout fails frequently) and performance, plus reduces load on ASF infra. Github: closes #85 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872372 13f79535-47bb-0310-9956-ffa450edef68
2020-01-04test/travis_before_linux.sh: increase backoff time before executing svn exportLuca Toscano1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872309 13f79535-47bb-0310-9956-ffa450edef68
2020-01-03Variables may also be set using the Define directiveRich Bowen1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872297 13f79535-47bb-0310-9956-ffa450edef68
2020-01-03rebuild metafilesRich Bowen6-4/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872296 13f79535-47bb-0310-9956-ffa450edef68
2020-01-03Reorder sections.Rich Bowen2-101/+101
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872294 13f79535-47bb-0310-9956-ffa450edef68
2020-01-03missing wordRich Bowen2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872293 13f79535-47bb-0310-9956-ffa450edef68
2020-01-02rebuilt with change to comment textRich Bowen814-816/+816
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872269 13f79535-47bb-0310-9956-ffa450edef68
2020-01-02Change 'removed again' to 'removed' as suggested at ↵Rich Bowen1-1/+1
https://bz.apache.org/bugzilla/show_bug.cgi?id=60026 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872266 13f79535-47bb-0310-9956-ffa450edef68
2020-01-02Adds tip of how to obtain the original requested URL, as per ↵Rich Bowen2-0/+8
https://bz.apache.org/bugzilla/show_bug.cgi?id=64042 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872257 13f79535-47bb-0310-9956-ffa450edef68
2020-01-01XformsRainer Jung875-892/+905
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872208 13f79535-47bb-0310-9956-ffa450edef68
2020-01-01Happy New Year 2020Rainer Jung3-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872188 13f79535-47bb-0310-9956-ffa450edef68
2019-12-30travis: restore email notifications for dev@Luca Toscano1-3/+2
The issue with ppcle64 seems to be fixed from [1], and Joe fixed the APR 1.7.x issue as well. Builds are back to normal. [1]: https://travis-ci.community/t/ppc64le-an-error-occurred-while-generating-the-build-script/6598/6 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872124 13f79535-47bb-0310-9956-ffa450edef68
2019-12-30Work around a build failure when a cached APR branch installJoe Orton2-0/+5
is used but APR-util needs to be rebuilt; currently this fails because the APR build directory is not available. e.g. https://travis-ci.org/apache/httpd/jobs/630885203 Disable caching for this combination for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872106 13f79535-47bb-0310-9956-ffa450edef68
2019-12-30configure: Add manualdir and proxycachedir to the APR_ENABLE_LAYOUT macro callGraham Leggett2-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872103 13f79535-47bb-0310-9956-ffa450edef68
2019-12-30Correct the case on OpenWrt, the project prefers this capitalisation.Graham Leggett1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872102 13f79535-47bb-0310-9956-ffa450edef68
2019-12-30Align the OpenWRT config layout with the new kayout as defined by the project.Graham Leggett1-13/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872093 13f79535-47bb-0310-9956-ffa450edef68
2019-12-29test/travis_before_linux.sh: move retry logic to functionLuca Toscano1-9/+25
Move the retry logic to a bash function and restore the -e failure policy in the script (to have cleaner log traces in base of build failures). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872073 13f79535-47bb-0310-9956-ffa450edef68
2019-12-28travis: temporary disable notifications to dev@Luca Toscano1-2/+3
There seem to be some issues to iron out, disabling email notifications to avoid spamming dev@. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872063 13f79535-47bb-0310-9956-ffa450edef68
2019-12-28Allow instdso.sh to be found while cross compiling.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872062 13f79535-47bb-0310-9956-ffa450edef68
2019-12-28test/travis_before_linux.sh: make for loop more resilientLuca Toscano1-2/+10
This is a follow up to my last commit to this file, to make the for loop more resilient with the following: - use --force in svn export, otherwise the second attempt will always fail due to the dest directory already present. - exit 1 in case the 5 tries end up in a non zero exit code (to fail fast the build). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872045 13f79535-47bb-0310-9956-ffa450edef68
2019-12-28Add support for cross compiling to apxs. If apxs is being executed from ↵Graham Leggett2-5/+14
somewhere other than its target location, add that prefix to includes and library directories. Without this, apxs would fail to find config_vars.mk and exit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872042 13f79535-47bb-0310-9956-ffa450edef68
2019-12-27More nice to do for 2.6.x.Graham Leggett1-0/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872040 13f79535-47bb-0310-9956-ffa450edef68
2019-12-27Add an idea about YAML.Graham Leggett1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872039 13f79535-47bb-0310-9956-ffa450edef68
2019-12-27Remove section on RFC compliance. All listed PRs are resolved, thanksGraham Leggett1-12/+0
to the donation of access to the Co-Advisor test suite. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872038 13f79535-47bb-0310-9956-ffa450edef68
2019-12-27Add a config layout for OpenWRT.Graham Leggett2-0/+28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872036 13f79535-47bb-0310-9956-ffa450edef68
2019-12-27ab.c: Replace zeustech.net with web archive linkEric Covener1-3/+4
closes #84 https://github.com/apache/httpd/pull/84 https://issues.apache.org/jira/browse/LEGAL-502 Submitted By: Josua Schmid <josua.schmid renuo.ch> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872033 13f79535-47bb-0310-9956-ffa450edef68
2019-12-22test/travis_before_linux.sh: remove bash -e flagLuca Toscano1-1/+1
To allow a proper fail/retry, -e needs to be removed. Ideally this shouldn't happen, so I'd consider this a test to see if the bash for workaround is a viable option or not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871908 13f79535-47bb-0310-9956-ffa450edef68
2019-12-22test/travis_before_linux.sh: add a simple bash retry to svn exportLuca Toscano1-1/+8
Sometimes a build is killed by Travis due to svn export taking a long time to complete (> 10m). This change should be a test to see if a simple workaround reduces the noise to the dev@ mailing list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871907 13f79535-47bb-0310-9956-ffa450edef68
2019-12-21fr doc rebuild.Lucien Gentis6-6/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871888 13f79535-47bb-0310-9956-ffa450edef68
2019-12-21fr doc XML files updates.Lucien Gentis4-5/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871887 13f79535-47bb-0310-9956-ffa450edef68
2019-12-19travis: sync trunk's notification config with 2.4.xLuca Toscano1-3/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871816 13f79535-47bb-0310-9956-ffa450edef68
2019-12-19travis: send notification to httpd-dev@ only on failureLuca Toscano1-1/+0
Due to a combination of Daniel's work and probably some fix on Travis end, we are now finally getting Travis emails in httpd-dev@. Since having notifications for successful builds might become a little spammy, let's just alert when a build fails (like we do with buildbot IIUC). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871815 13f79535-47bb-0310-9956-ffa450edef68
2019-12-19 *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main ↵Stefan Eissing8-91/+72
connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871810 13f79535-47bb-0310-9956-ffa450edef68
2019-12-10does this work??Daniel Gruno1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871141 13f79535-47bb-0310-9956-ffa450edef68
2019-12-09adding myself for debugging (happy 113th birthday to the inventor of that ↵Daniel Gruno1-0/+1
term\!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871095 13f79535-47bb-0310-9956-ffa450edef68
2019-12-09travis: enable email notifications on success as testLuca Toscano1-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871091 13f79535-47bb-0310-9956-ffa450edef68
2019-12-09Documentation rebuildLuca Toscano11-13/+21
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1871080 13f79535-47bb-0310-9956-ffa450edef68
2019-12-07Axe an empty line in order to synch with 2.4.xChristophe Jaillet1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870991 13f79535-47bb-0310-9956-ffa450edef68
2019-12-03Remove check for committer statusMike Rumph1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870763 13f79535-47bb-0310-9956-ffa450edef68