- 26 Aug, 2014 10 commits
-
-
Wladimir J. van der Laan authored
Split up util.cpp/h into: - string utilities (hex, base32, base64): no internal dependencies, no dependency on boost (apart from foreach) - money utilities (parsesmoney, formatmoney) - time utilities (gettime*, sleep, format date): - and the rest (logging, argument parsing, config file parsing) The latter is basically the environment and OS handling, and is stripped of all utility functions, so we may want to rename it to something else than util.cpp/h for clarity (Matt suggested osinterface). Breaks dependency of sha256.cpp on all the things pulled in by util.
-
Wladimir J. van der Laan authored
Eventually these should end up in `money.h` after monetary amounts are typedef'ed, but at least they don't belong in `util.h`.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Breaks compile-time dependency of wallet.h on util.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Put the THREAD_* and PRIO_ constants in compat.h.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Now that we no longer use the median filter to keep track of the number of blocks of peers, that's the only place it is used.
-
- 25 Aug, 2014 3 commits
-
-
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 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 5 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.
-