- 26 Aug, 2014 4 commits
-
-
Daniel Kraft authored
At some places where it is possible (e. g., CheckInputs), use a const version of CCoinsView instead of a non-const one.
-
Daniel Kraft authored
Mark the "Get"/"Have" routines in CCoinsView and subclasses as "const".
-
Daniel Kraft authored
Mark the "Read" and "Exists" functions in CLevelDBWrapper as "const". They do not change anything in the DB, by definition.
-
Wladimir J. van der Laan authored
425c7a83 travis: add doc (Cory Fields) 9380d019 travis: initial descriptor (Cory Fields) 386efb76 build: work around ccache/autotools warning-spamming bug (Cory Fields)
-
- 25 Aug, 2014 5 commits
-
-
Cory Fields authored
-
Cory Fields authored
-
Wladimir J. van der Laan authored
0d27dad8 Clean-up SyncWithWallets/SyncTransaction (Cozz Lovan)
-
Wladimir J. van der Laan authored
c4a77090 Fixes ignored qt 4.8 codecs path on windows when configuring with --with-qt-libdir (ntrgn)
-
Wladimir J. van der Laan authored
da2ec100 Add a getutxos command to the p2p protocol. It allows querying of the UTXO set given a set of outpoints. (Mike Hearn)
-
- 24 Aug, 2014 7 commits
-
-
Pieter Wuille authored
fff7455d Make CScript::clear() release its memory (Pieter Wuille) b0875eb3 Allow BatchWrite to destroy its input, reducing copying (Pieter Wuille)
-
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
-
Pieter Wuille authored
-
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 9 commits
-
-
Cory Fields authored
When using clang and ccache, builds spew lots of: Clang: warning: argument unused during compilation Upstream bug: https://bugzilla.samba.org/show_bug.cgi?id=8118 This is harmless, bug annoying. If ccache is being used and the -Qunused-arguments flag is supported (clang), use it.
-
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 8 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
-