- 24 Aug, 2014 4 commits
-
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
Break into two steps: * Generate hash list * Build data file(s) from local bitcoind blocks/ directory. This supports building one large bootstrap.dat, or multiple smaller blocks/blkNNNNN.dat files.
-
Pieter Wuille authored
eb0b56b1 Simplify serialize.h's exception handling (Pieter Wuille)
-
- 23 Aug, 2014 5 commits
-
-
Jeff Garzik authored
-
Wladimir J. van der Laan authored
88fe88cf gui: remove redundant numTransactions tracking (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
df920c6d Build-osx: Force Fix. (Dominyk Tiller) 5a61553a Build-osx: Force Fix. (Dominyk Tiller)
-
Dominyk Tiller authored
Kills the "make" line as well.
-
Dominyk Tiller authored
Removes the unnecessary directions that encourage people to force install openssl into /usr/local with Homebrew. Unnecessary, and potentially quite risky. @theuni okayed this removal [here](https://github.com/bitcoin/bitcoin/pull/4740#issuecomment-53076840).
-
- 22 Aug, 2014 2 commits
-
-
Jeff Garzik authored
-
Wladimir J. van der Laan authored
5d9f22b3 Remove link to now removed Windows Build Notes (Michael Ford)
-
- 21 Aug, 2014 8 commits
-
-
Wladimir J. van der Laan authored
b1ed7c29 Update build-osx.md (Rose Toomey)
-
Wladimir J. van der Laan authored
38022241 Remove all other print() methods (Wladimir J. van der Laan) 9b6d4c5c Move strprintf define to tinyformat.h (Wladimir J. van der Laan) 81212588 Remove print() from core functions (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
8695a393 replace int with size_t in stream methods (Kamil Domanski)
-
Wladimir J. van der Laan authored
c53b1ece Fix github-merge with git version 2.1.0 (Gavin Andresen)
-
Wladimir J. van der Laan authored
de1f0514 Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
Upon failure, BOOST_CHECK_EQUAL provides additional diagnostic information, displaying that data that failed to match.
-
- 20 Aug, 2014 11 commits
-
-
Rose Toomey authored
The homebrew instructions were outdated - berkeley-db4 hasn't worked for months, based on the questions I'm seeing on Google/SO. So I added a section explaining how to install berkeley-db4 using homebrew and move on with your life. Thanks for the rest of the documentation!
-
elichai authored
-
Wladimir J. van der Laan authored
All unused.
-
Michael Ford authored
Removed in
-
Wladimir J. van der Laan authored
This avoids a dependency on util.h if just tinyformat is needed.
-
Wladimir J. van der Laan authored
Break dependency on util.
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
Testing: delin, delout, locktime, and basic createrawtransaction-like functionality.
-
- 19 Aug, 2014 10 commits
-
-
Gavin Andresen authored
Running git version 2.1.0 on OSX (homebrew), I get fatal: '1q': not a non-negative integer I'm guessing git command-line parsing got more strict recently?
-
Gavin Andresen authored
[Qt] Revert overviewpage from QFormLayout to QVBoxLayout
-
Gavin Andresen authored
Don't reveal whether password is <20 or >20 characters in RPC
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Wladimir J. van der Laan authored
As discussed on IRC. It seems bad to base a decision to delay based on the password length, as it leaks a small amount of information.
-
Wladimir J. van der Laan authored
a35b55b5 Dont run full check every time we decrypt wallet. (Matt Corallo) 1e21c17d Make CCryptoKeyStore::Unlock check all keys. (Gregory Maxwell)
-
Wladimir J. van der Laan authored
22b3c4bb remove unused class CAddrMan; from db.h (Philip Kaufmann)
-
Wladimir J. van der Laan authored
e432a5f0 build: add option for reducing exports (v2) (Cory Fields)
-