- 09 Dec, 2014 1 commit
-
-
vertoe authored
-
- 06 Dec, 2014 2 commits
- 05 Dec, 2014 2 commits
- 04 Dec, 2014 6 commits
- 02 Dec, 2014 3 commits
- 29 Nov, 2014 3 commits
- 28 Nov, 2014 2 commits
- 27 Nov, 2014 5 commits
- 24 Nov, 2014 1 commit
-
-
Gregory Maxwell authored
Previously -proxy was not setting the proxy for IsLimited networks, so if you set your configuration to be onlynet=tor you wouldn't get an IPv4 proxy set. The payment protocol gets its proxy configuration from the IPv4 proxy, and so it would experience a connection leak. This addresses issue #5355 and also clears up a cosmetic bug where getinfo proxy output shows nothing when onlynet=tor is set. Conflicts: src/init.cpp Rebased-From: 3c777141 Github-Issue: #5358
-
- 08 Oct, 2014 1 commit
-
-
Gavin Andresen authored
Refactor common -alertnotify code into static CAlert::Notify method.
-
- 03 Oct, 2014 1 commit
-
-
Cory Fields authored
Qt5 is bottled, so configure won't find it without some help. Use brew to find out its prefix. Also, qt5 added the host_bins variable to pkg-config, use it.
-
- 02 Oct, 2014 2 commits
-
-
Gavin Andresen authored
Code signing failed for me on OSX 10.9.5 because the Versions/Current symbolic links were being replaced with a duplicate copy of the frameworks' code. Releases were bigger than they needed to be, for the same reason. Rebased-From: 965c306d
- 01 Oct, 2014 1 commit
-
-
Cory Fields authored
The approach from 65f3fa8d worked for signing on 10.9.4, but not newer versions. 10.9.5 (and up) want each framework to stand alone. Now in addition to copying the plist's from Qt for each framework, we put them in per-version dirs and only symlink to the latest, rather than using symlinks for any contents. Rebased-From: af0bd5ee
-
- 25 Sep, 2014 1 commit
-
-
Cory Fields authored
When building from a distdir as gitian does, checking for the .git dir is not reliable. Instead, ask git if we're in a repo. Rebase this into 0.9.3 branch after final to make sure that 0.9.4 will have correct version strings in rcs. Rebased-From: c65cc8cd
-
- 22 Sep, 2014 1 commit
-
-
Wladimir J. van der Laan authored
The cdrkit.org domain expired. Thanks to gdm85 on IRC for reporting this. Rebased-From: 27fc5277
-
- 18 Sep, 2014 1 commit
-
-
Wladimir J. van der Laan authored
Rebased-From: d547ebf5
-
- 13 Sep, 2014 1 commit
-
-
Cory Fields authored
Starting with 10.9, Framework versions must be signed individually, rather than as a single bundle version, in order to be properly codesigned. This change ensures that the proper plist files and symlinks are present prior to packaging. Rebased-From: 65f3fa8d
-
- 12 Sep, 2014 1 commit
-
-
Wladimir J. van der Laan authored
-
- 11 Sep, 2014 5 commits
-
-
Wladimir J. van der Laan authored
-
Gavin Andresen authored
There is no reason to store thousands of orphan transactions; normally an orphan's parents will either be broadcast or mined reasonably quickly. This pull drops the maximum number of orphans from 10,000 down to 100, and adds a command-line option (-maxorphantx) that is just like -maxorphanblocks to override the default.
-
Gavin Andresen authored
Prevent denial-of-service attacks by banning peers that send us invalid orphan transactions and only storing orphan transactions given to us by a peer while the peer is connected. Rebased-From: c74332c6
-
phantomcircuit authored
reduces time to service requests improving performance Rebased-From: 9189f5fe
-