aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
| * Copyright: Update to 2022mj-xmr2022-03-0435-35/+44
| |
* | Undefined behaviour fixesSChernykh2022-02-196-12/+24
|/ | | | Fixes issues reported in #8120
* Add copy commands for compiled binariesSeth For Privacy2021-12-021-0/+7
|
* Add archive details to post-build sectionSeth For Privacy2021-12-021-2/+13
| | | Also moved the tail of in-progress logs to two distinct and precise tail commands, was a good recommendation by @hyc.
* Add git clone and cd commands for initial prepSeth For Privacy2021-12-021-0/+7
|
* Add note on adding SSH keys for GithubSeth For Privacy2021-12-021-0/+2
|
* Update DOCKRUN.mdSeth For Privacy2021-12-011-3/+4
|
* Bump versions in DOCKRUN.md and add log commandsSeth For Privacy2021-12-011-2/+8
|
* Fix Android OpenSSL buildHoward Chu2021-11-302-5/+7
| | | | | | | depends didn't have target-specific overrides for _build_env so ANDROID_NDK_HOME wasn't being set at build time. This fix supersedes the manual edit of Configuration/15-android.conf. Resolves #8095
* Merge pull request #7910luigi11112021-11-293-0/+220
|\ | | | | | | 4571d36 Add simple script for running gitian-build (Howard Chu)
| * Add simple script for running gitian-buildHoward Chu2021-09-043-0/+220
| | | | | | | | | | | | | | | | | | | | | | This shell script creates a docker image for running the gitian-build.py script, to avoid version incompatibilities. The builds may be signed automatically after manually reviewing the build hashes. Only docker.io and apt-cacher-ng are required to be installed on the host. The MacOSX SDK should also be present in this directory if Mac builds are desired. A container named "gitrun" is used to launch the builds, and all output will reside in this container as well.
* | Merge pull request #8055luigi11112021-11-262-2/+28
|\ \ | | | | | | | | | a30928f depends: bump hidapi to 0.11.0 (selsta)
| * | depends: bump hidapi to 0.11.0selsta2021-11-102-2/+28
| | |
* | | Merge pull request #8021luigi11112021-11-042-3/+65
|\ \ \ | |/ / |/| | | | | 8f21001 depends: openssl 1.1.1k -> 1.1.1l (selsta)
| * | depends: openssl 1.1.1k -> 1.1.1lselsta2021-10-222-3/+65
| | |
* | | Merge pull request #8016luigi11112021-11-011-14/+9
|\ \ \ | | | | | | | | | | | | b0ec9f8 epee: avoid ADL selecting C++14 std::quoted (selsta)
| * | | epee: avoid ADL selecting C++14 std::quotedselsta2021-10-201-14/+9
| |/ /
* | | Merge pull request #8019luigi11112021-10-252-0/+2
|\ \ \ | | | | | | | | | | | | e106bdc epee: add missing header (selsta)
| * | | epee: add missing headerselsta2021-10-222-0/+2
| |/ /
* | | Merge pull request #8006luigi11112021-10-255-9/+9
|\ \ \ | | | | | | | | | | | | | | | | 69c09ad Add README to release archives (Howard Chu) 4881154 README v12 fork occurred on 2019-11-30 as expected (Howard Chu)
| * | | Add README to release archivesHoward Chu2021-10-145-9/+9
| | | | | | | | | | | | | | | | | | | | Also add docs/ANONYMITY_NETWORKS.md Even though there is no "docs" dir in the archive...
* | | | Merge pull request #8002luigi11112021-10-255-91/+28
|\ \ \ \ | |_|/ / |/| | | | | | | 49441d4 depends: update zeromq package to 4.3.4 (selsta)
| * | | depends: update zeromq package to 4.3.4selsta2021-10-105-91/+28
| | | |
* | | | Merge pull request #7971luigi11112021-10-171-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | b00e21d cmake: set cpp14 standard (selsta)
| * | | cmake: set cpp14 standardselsta2021-09-251-1/+1
| |/ / | | | | | | | | | It's 2021, we can easily switch to C++14 without any troubles.
* | | Merge pull request #7912luigi11112021-10-116-22/+11
|\ \ \ | |/ / |/| | | | | | | | ae41178 gitian: cleanup more unused packages (Howard Chu) 4ea7832 gitian: omit ccache from gitian builds (Howard Chu)
| * | gitian: cleanup more unused packagesHoward Chu2021-09-275-19/+3
| | | | | | | | | | | | These appear to be leftovers inherited from Bitcoin's builder
| * | gitian: omit ccache from gitian buildsHoward Chu2021-09-276-3/+8
| |/ | | | | | | | | It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
* | Merge pull request #7945luigi11112021-09-232-5/+10
|\ \ | | | | | | | | | 4afd9a7 cmake: set required C/C++ standard to 11 (selsta)
| * | cmake: set required C/C++ standard to 11selsta2021-09-162-5/+10
| | | | | | | | | | | | Co-authored-by: Jason Rhinelander <jason@imaginary.ca>
* | | Merge pull request #7933luigi11112021-09-232-8/+8
|\ \ \ | | | | | | | | | | | | 43a7279 depends: update unwind, fix build with ubuntu 21.04 (selsta)
| * | | depends: update unwind, fix build with ubuntu 21.04selsta2021-09-112-8/+8
| |/ /
* | | Merge pull request #7911luigi11112021-09-231-2/+2
|\ \ \ | |/ / |/| | | | | acef6c9 Fix parallel make of OpenSSL (Howard Chu)
| * | Fix parallel make of OpenSSLHoward Chu2021-08-311-2/+2
| |/
* | Merge pull request #7884luigi11112021-09-091-1/+1
|\ \ | | | | | | | | | ec6b4cf support cors wildcard (woodser)
| * | support cors wildcardwoodser2021-08-201-1/+1
| | |
* | | Merge pull request #7858luigi11112021-09-091-1/+2
|\ \ \ | | | | | | | | | | | | 426dbf4 fix median overflow bug (koe)
| * | | fix median overflow bugkoe2021-08-131-1/+2
| |/ /
* | | Merge pull request #7773 from selsta/unboundluigi11112021-09-095-11/+14
|\ \ \ | |_|/ |/| | external: remove unbound submodule
| * | external: remove unbound submoduleselsta2021-09-035-11/+14
| | |
* | | Merge pull request #7850luigi11112021-08-263-7/+7
|\ \ \ | | | | | | | | | | | | 0ac9a04 epee: tidying post-incrementation -> pre-incrementation (mj-xmr)
| * | | epee: tidying post-incrementation -> pre-incrementationmj-xmr2021-08-113-7/+7
| | | |
* | | | Merge pull request #7881luigi11112021-08-201-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | 301355f epee: link with Boost_SYSTEM_LIBRARY (selsta)
| * | | | epee: link with Boost_SYSTEM_LIBRARYselsta2021-08-191-0/+2
| | |_|/ | |/| |
* | | | Merge pull request #7832luigi11112021-08-201-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | d8e71c8 CMake: ccache fix for FreeBSD at 'depends' (mj-xmr)
| * | | CMake: ccache fix for FreeBSD at 'depends'mj-xmr2021-08-041-2/+2
| |/ /
* | | Merge pull request #7812luigi11112021-08-111-1/+2
|\ \ \ | | | | | | | | | | | | bf96055 Make SSL key/cert storage backward-compatible (Nathan Dorfman)
| * | | Make SSL key/cert storage backward-compatibleNathan Dorfman2021-07-271-1/+2
| | |/ | |/| | | | | | | This is required to build on OpenBSD (which uses LibreSSL). It also allows building against versions of OpenSSL before 1.0.2.
* | | Merge pull request #7809luigi11112021-08-111-0/+3
|\ \ \ | |_|/ |/| | | | | 7354ffb p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero)
| * | p2p: remove blocked addresses/hosts from peerlistmoneromooo-monero2021-08-051-0/+3
| |/