aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2015-10-23Change URLs to https in debian/controlMatt Corallo
2015-10-23Update debian/changelog and slight tweak to debian/controlMatt Corallo
2015-10-14Update bluematt-key, the old one is long-since revokedMatt Corallo
2015-10-14Drop "with minimal dependencies" from descriptionZak Wilcox
Five boost libs plus libcrypto are needed; I don't think that quite passes for minimal.
2015-10-14Split bitcoin-tx into its own packageZak Wilcox
Reverts the change putting it in the bitcoind deb.
2015-10-14Include bitcoin-tx binary on Debian/UbuntuZak Wilcox
Currently left out of Matt's PPA. Debian's package for unstable already has it.
2015-10-14Fix spelling of QtDiego Viola
2015-10-10net: Disable upnp by defaultWladimir J. van der Laan
Common sentiment is that the miniupnpc codebase likely contains further vulnerabilities. I'd prefer to get rid of the dependency completely, but a compromise for now is to at least disable it by default. Github-Pull: #6795 Rebased-From: 21d27ebad5721bc61c62bc72dc3ab3197f9da268
2015-09-22PARTIAL: typofixes (found by misspell_fixer)Veres Lajos
Upstream: 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (PR #6539)
2015-06-30gitian: make the windows signing process match OSXCory Fields
Github-Pull: #6354 Rebased-From: a3ba9a553acefd567ccb304b8600d2149ffab9aa
2015-06-25Hardcoded seeds update June 2015Wladimir J. van der Laan
- Moved all seed related scripts to contrib/seeds for consistency - Updated `makeseeds.py` to handle IPv6 and onions, fix regular expression for recent Bitcoin Core versions - Fixed a bug in `generate-seeds.py` with regard to IPv6 parsing Allow for non-8333 nodes to appear in the internal seeds. This will allow bitcoind to bypas a filter on 8333. This also makes it possible to use the same tool for e.g. testnet. As hosts with multiple nodes per IP are likely abusive, add a filter to remove these (the ASN check will take care of them for IPv4, but not IPv6 or onion). Github-Pull: #6333 Rebased-From: ccd4369a23ca78cc348bc66a7a8c69a971ffcbf7 884454aebe9e20964643b70ff8c41f47709380bc b9329536cd8a6c152b41c9276f1def14b4d2442d
2015-06-22gitian: add a gitian-win-signer descriptorCory Fields
This is exactly like the current OSX signing process. osslsigncode has been patched to detach and re-attach Windows signatures. The changes can be seen here: https://github.com/theuni/osslsigncode/commits/attach-signature There's a pull-request open upstream for the changes: https://sourceforge.net/p/osslsigncode/osslsigncode/merge-requests/3/ This work has been back-ported to the stable 1.7.1 release of osslsigncode, so that a smaller patch can be reviewed. Github-Pull: #6303 Rebased-From: d08cfc2bd752fdb1e8547f957f1c38275540df7a
2015-06-22doc: update mailing list addressWladimir J. van der Laan
Move from sourceforge to linux foundation. Also get rid of some other stale mentions of sourceforge. Github-Pull: #6319 Rebased-From: 88d8525ca2ff2afc171cd0f625a098371f3a6af5
2015-06-15gitian: Use the new bitcoin-detached-sigs git repo for OSX signaturesCory Fields
Rather than fetching a signature.tar.gz from somewhere on the net, instruct Gitian to use a signature from a tag in the bitcoin-detached-sigs repository which corresponds to the tag of the release being built. This changes detached-sig-apply.sh to take a dirname rather than a tarball as an argument, though detached-sig-create.sh still outputs a tarball for convenience. Github-Pull: #6269 Rebased-From: c110575a92ebe2e9a58b53d56aafa1f1ae37dbb2
2015-06-03Merge pull request #6219Wladimir J. van der Laan
7d4b5cb gitian: Bump cache dir for 0.11 (Cory Fields)
2015-06-03gitian: bump faketime to something more recentCory Fields
This helps in file views where binaries are sorted by time Github-Pull: #6218 Rebased-From: be656283f98896df0bc8634d446b2873f9fed573
2015-06-03OSX: use "Bitcoin Core" as Bundle Display NameJonas Schnelli
Github-Pull: #6214 Rebased-From: 0a32a9347e12a8d1d4a46bf9a1d5b3ae13bbe501
2015-06-03[OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli
Github-Pull: #6214 Rebased-From: a2241eabfdbdadd2f96c0a538b9901257831b642
2015-06-02gitian: Bump cache dir for 0.11Cory Fields
2015-05-27Merge pull request #6190Wladimir J. van der Laan
1fe4c4f gitian-downloader: Update luke-jr's key (Luke Dashjr)
2015-05-26gitian-downloader: Update luke-jr's keyLuke Dashjr
2015-05-22Merge pull request #6168Wladimir J. van der Laan
7f68c7d contrib/linearize: Support linearization of testnet blocks (Jeff Garzik)
2015-05-20contrib/linearize: Support linearization of testnet blocksJeff Garzik
2015-05-19build: Cope with spaces in filenames when creating/applying OSX sigsCory Fields
2015-05-19[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli
2015-05-14Capitalized P2Psandakersmann
Capitalized P2P
2015-05-14[Trivial] Cryptocurrency is one wordsandakersmann
Cryptocurrency was added to Oxford Dictionaries Online in May 2014.
2015-04-20Remove leftover strlcpy.h copyrightRob Van Mieghem
src/strlcpy.h was removed by https://github.com/bitcoin/bitcoin/commit/6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937
2015-04-02Add git-subtree-check.sh scriptPieter Wuille
2015-03-21Update bitcoin.confCohibAA
2015-03-20Merge pull request #5149Wladimir J. van der Laan
adaa568 Add script to verify all merge commits are signed (Matt Corallo)
2015-03-18Merge pull request #5360Wladimir J. van der Laan
71acb86 print the caught error instead of raising an error (Heath)
2015-03-16Merge pull request #5847Wladimir J. van der Laan
723664b startup script for centos, with documentation. (joshr)
2015-03-16Merge pull request #5849Wladimir J. van der Laan
3c6d594 contrib/init/bitcoind.openrc: Compatibility with previous OpenRC init script variables (Luke Dashjr)
2015-03-03startup script for centos, with documentation.joshr
2015-03-03Merge pull request #5819Wladimir J. van der Laan
d23b0a2 depends: always use static qt5 for linux (Cory Fields) 3448b13 build: fix typo in configure help (Cory Fields) c95ac83 gitian: fix x86_64 build with static libstdc++ (Cory Fields) 0671516 build: change reduce exports/static libstdc++ options for gitian and travis (Cory Fields) aa36730 build: remove libstdc++ backwards-compat (Cory Fields) 3ee028f build: disable reduced exports by default (Cory Fields)
2015-03-03contrib/init/bitcoind.openrc: Compatibility with previous OpenRC init script ↵Luke Dashjr
variables
2015-02-26Add bitcoin-cli man pageCiemon
2015-02-23gitian: fix x86_64 build with static libstdc++Cory Fields
2015-02-23build: change reduce exports/static libstdc++ options for gitian and travisCory Fields
For Gitian releases: - Windows builds remain unchanged. libstdc++ was already linked statically. - OSX builds remain unchanged. libstdc++ is tied to the SDK and not worth messing with. - Linux builds now statically link libstdc++. For Travis: - Match the previous behavior by adding --enable-reduce-exports as necessary. - Use static libstdc++ for the full Linux build.
2015-02-20Revert "Make nicer pull request merge messages"Wladimir J. van der Laan
This reverts commit 1078fb08851442bcd7750c3d5015dc1fe7e4d927 (and thus pull #5623). It has various issues: - Pull request names get cut off at ", see e.g. a026a56 - Merge script no longer copes with pulls that have a milestone attached, due to a duplicate 'title' in JSON that is not handled by the ad-hoc parsing.
2015-02-18Update debian changelog and control fileMatt Corallo
2015-02-13gitian: don't add . to tar listCory Fields
Since permissions and timestamps are changed for the sake of determinism, . must not be added to the archive. Otherwise, tar may try to modify pwd when extracting.
2015-02-11Add fanquake PGP keyMichael Ford
2015-02-09Merge #5623: Make nicer pull request merge messagesWladimir J. van der Laan
1078fb0 Make nicer pull request merge messages (BtcDrak)
2015-02-06fix jonasschnelli's gitian keyJonas Schnelli
There where two keys in the keyfile and it also had a missing "-key" in the filename. See: http://bitcoinstats.com/irc/bitcoin-dev/logs/2015/02/05#l1423162105
2015-01-29Merge pull request #5683Wladimir J. van der Laan
95ef87c add new osx dmg background picture (Jonas Schnelli) 48bebcc osx packaging: update DS_Store after background changes (Cory Fields) 997cab7 osx packaging: switch background image to background.tiff (Cory Fields) 88a7973 osx packaging: move background image to .background to match gitian builds (Cory Fields)
2015-01-26Merge pull request #5575Wladimir J. van der Laan
7b782f5 RPCWallet: Notate all account stuff as deprecated (Luke Dashjr)
2015-01-20add new osx dmg background pictureJonas Schnelli
2015-01-20osx packaging: update DS_Store after background changesCory Fields