aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-23Update linearize scripts.Jeff Garzik
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.
2014-08-23Merge pull request #4632Jeff Garzik
2014-08-23Merge pull request #4718Wladimir J. van der Laan
88fe88c gui: remove redundant numTransactions tracking (Wladimir J. van der Laan)
2014-08-23Merge pull request #4753Wladimir J. van der Laan
df920c6 Build-osx: Force Fix. (Dominyk Tiller) 5a61553 Build-osx: Force Fix. (Dominyk Tiller)
2014-08-23Build-osx: Force Fix.Dominyk Tiller
Kills the "make" line as well.
2014-08-23Build-osx: Force Fix.Dominyk Tiller
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).
2014-08-22Merge pull request #4733Jeff Garzik
2014-08-22Merge pull request #4736Wladimir J. van der Laan
5d9f22b Remove link to now removed Windows Build Notes (Michael Ford)
2014-08-21Merge pull request #4740Wladimir J. van der Laan
b1ed7c2 Update build-osx.md (Rose Toomey)
2014-08-21Merge pull request #4735Wladimir J. van der Laan
3802224 Remove all other print() methods (Wladimir J. van der Laan) 9b6d4c5 Move strprintf define to tinyformat.h (Wladimir J. van der Laan) 8121258 Remove print() from core functions (Wladimir J. van der Laan)
2014-08-21Merge pull request #4706Wladimir J. van der Laan
8695a39 replace int with size_t in stream methods (Kamil Domanski)
2014-08-21Merge pull request #4731Wladimir J. van der Laan
c53b1ec Fix github-merge with git version 2.1.0 (Gavin Andresen)
2014-08-21Merge pull request #4739Wladimir J. van der Laan
de1f051 Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
2014-08-20Merge pull request #4744Jeff Garzik
2014-08-20Merge pull request #4730Jeff Garzik
2014-08-20rpc_tests: use BOOST_CHECK_EQUALJeff Garzik
Upon failure, BOOST_CHECK_EQUAL provides additional diagnostic information, displaying that data that failed to match.
2014-08-20Update build-osx.mdRose Toomey
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!
2014-08-20Added protobuf-compiler library to the Qt 5 Dependencieselichai
2014-08-20Remove all other print() methodsWladimir J. van der Laan
All unused.
2014-08-20Remove link to now removed Windows Build NotesMichael Ford
Removed in
2014-08-20Move strprintf define to tinyformat.hWladimir J. van der Laan
This avoids a dependency on util.h if just tinyformat is needed.
2014-08-20Remove print() from core functionsWladimir J. van der Laan
Break dependency on util.
2014-08-20UniValue tests: use more BOOST_CHECK()Jeff Garzik
2014-08-20UniValue: add unit testsJeff Garzik
2014-08-20UniValue: compact (!pretty) output should not include extra whitespaceJeff Garzik
2014-08-20UniValue: use correct setNumStr() input val, when setting number valuesJeff Garzik
2014-08-19Add bitcoin-tx testsJeff Garzik
Testing: delin, delout, locktime, and basic createrawtransaction-like functionality.
2014-08-19Fix github-merge with git version 2.1.0Gavin Andresen
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?
2014-08-19Merge pull request #4717 from cozz/cozz8Gavin Andresen
[Qt] Revert overviewpage from QFormLayout to QVBoxLayout
2014-08-19Merge pull request #4728 from laanwj/2014_08_rpcserver_password_delayGavin Andresen
Don't reveal whether password is <20 or >20 characters in RPC
2014-08-19Merge pull request #4624Jeff Garzik
2014-08-19bitcoin-tx: Accept input via stdin. Add input handling to tests.Jeff Garzik
2014-08-19Add "it works" test for bitcoin-txJeff Garzik
2014-08-19Don't reveal whether password is <20 or >20 characters in RPCWladimir J. van der Laan
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.
2014-08-19Merge pull request #4670Wladimir J. van der Laan
a35b55b Dont run full check every time we decrypt wallet. (Matt Corallo) 1e21c17 Make CCryptoKeyStore::Unlock check all keys. (Gregory Maxwell)
2014-08-19Merge pull request #4672Wladimir J. van der Laan
22b3c4b remove unused class CAddrMan; from db.h (Philip Kaufmann)
2014-08-19Merge pull request #4725Wladimir J. van der Laan
e432a5f build: add option for reducing exports (v2) (Cory Fields)
2014-08-19Merge branch '2014_univalue_warn' into merge-PR4715Jeff Garzik
Merge pull request #4715
2014-08-18addrman: Do not propagate obviously poor addresses onto the networkJeff Garzik
2014-08-18build: add option for reducing exports (v2)Cory Fields
This was committed previously as 4975ae172 and reverted, because the flags were applied even if the checks didn't pass. This is the same commit, fixed up to actually disable the functionality when necessary. Enabled automatically if boost >= 1.49. See: https://svn.boost.org/trac/boost/ticket/2309 Also, check for a default visibility attribute, so that we can mark future api functions correctly.
2014-08-18replace int with size_t in stream methodsKamil Domanski
Thus the read(...) and write(...) methods of all stream classes now have identical parameter lists. This will bring these classes one step closer to a common interface.
2014-08-18Merge pull request #4704Wladimir J. van der Laan
54c7df8 build: Fix boost build on some platforms (Cory Fields)
2014-08-18Revert "build: add option for reducing exports"Wladimir J. van der Laan
Revert #4663 for now. It still breaks the pulltester. This reverts commit 4975ae1722cd8af63eda2f02ef64a98091b6fb58. Conflicts: configure.ac
2014-08-18Univalue: Do not build JSON escape list at runtimeJeff Garzik
No need to waste startup time building something that can be done at compile time. This also resolves a clang++ warning originally reported in #4714, univalue/univalue_write.cpp:33:12: warning: array subscript is of type 'char escapes['"'] = "\\""; ^~~~ etc.
2014-08-18qt: Use quint64 for formatServicesStrWladimir J. van der Laan
`uint64_t` was causing a build error on some systems, as that type is not known after including just the Qt headers.
2014-08-18Merge pull request #4605Wladimir J. van der Laan
aa82795 Add detailed network info to getnetworkinfo RPC (Wladimir J. van der Laan) 075cf49 Add GetNetworkName function (Wladimir J. van der Laan) c91a947 Add IsReachable(net) function (Wladimir J. van der Laan) 60dc8e4 Allow -onlynet=onion to be used (Wladimir J. van der Laan)
2014-08-18Add detailed network info to getnetworkinfo RPCWladimir J. van der Laan
This commit adds per-network information to the getnetworkinfo RPC call: - Is the network limited? - Is the network reachable - Which proxy is used for this network, if any Inspired by #2575.
2014-08-18doc: Remove outdated information about boost versionsWladimir J. van der Laan
Bitcoin core should work with any remotely recent boost version if a proper build environment is present. Remove a confusing comment from the build documentation.
2014-08-18gui: remove redundant numTransactions trackingWladimir J. van der Laan
This number was still tracked even though it's shown nowhere in the UI anymore. It was originally removed because it didn't match the actual number of records in the view (which contains outputs, not transactions) thus was confusing people.
2014-08-18Merge pull request #4655Wladimir J. van der Laan
216e9a4 Add a way to limit deserialized string lengths (Pieter Wuille)