Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-26 | Remove unused function `ByteReverse` from util.h | Wladimir J. van der Laan | |
2014-08-26 | Remove unused `alignup` function from util.h | Wladimir J. van der Laan | |
2014-08-26 | Move CMedianFilter to timedata.cpp | Wladimir J. van der Laan | |
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. | |||
2014-08-25 | Merge pull request #4716 | Wladimir J. van der Laan | |
0d27dad Clean-up SyncWithWallets/SyncTransaction (Cozz Lovan) | |||
2014-08-25 | Merge pull request #4654 | Wladimir J. van der Laan | |
c4a7709 Fixes ignored qt 4.8 codecs path on windows when configuring with --with-qt-libdir (ntrgn) | |||
2014-08-25 | Merge pull request #4351 | Wladimir J. van der Laan | |
da2ec10 Add a getutxos command to the p2p protocol. It allows querying of the UTXO set given a set of outpoints. (Mike Hearn) | |||
2014-08-24 | Merge pull request #4683 | Pieter Wuille | |
fff7455 Make CScript::clear() release its memory (Pieter Wuille) b0875eb Allow BatchWrite to destroy its input, reducing copying (Pieter Wuille) | |||
2014-08-23 | Merge pull request #4757 | Jeff Garzik | |
2014-08-23 | contrib/linearize: split output files based on new-timestamp-year or ↵ | Jeff Garzik | |
max-file-size | |||
2014-08-23 | Update 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-24 | Make CScript::clear() release its memory | Pieter Wuille | |
2014-08-24 | Allow BatchWrite to destroy its input, reducing copying | Pieter Wuille | |
2014-08-24 | Merge pull request #4618 | Pieter Wuille | |
eb0b56b Simplify serialize.h's exception handling (Pieter Wuille) | |||
2014-08-23 | Merge pull request #4632 | Jeff Garzik | |
2014-08-23 | Merge pull request #4718 | Wladimir J. van der Laan | |
88fe88c gui: remove redundant numTransactions tracking (Wladimir J. van der Laan) | |||
2014-08-23 | Merge pull request #4753 | Wladimir J. van der Laan | |
df920c6 Build-osx: Force Fix. (Dominyk Tiller) 5a61553 Build-osx: Force Fix. (Dominyk Tiller) | |||
2014-08-23 | Build-osx: Force Fix. | Dominyk Tiller | |
Kills the "make" line as well. | |||
2014-08-23 | Build-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-22 | Merge pull request #4733 | Jeff Garzik | |
2014-08-22 | Merge pull request #4736 | Wladimir J. van der Laan | |
5d9f22b Remove link to now removed Windows Build Notes (Michael Ford) | |||
2014-08-21 | Merge pull request #4740 | Wladimir J. van der Laan | |
b1ed7c2 Update build-osx.md (Rose Toomey) | |||
2014-08-21 | Merge pull request #4735 | Wladimir 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-21 | Merge pull request #4706 | Wladimir J. van der Laan | |
8695a39 replace int with size_t in stream methods (Kamil Domanski) | |||
2014-08-21 | Merge pull request #4731 | Wladimir J. van der Laan | |
c53b1ec Fix github-merge with git version 2.1.0 (Gavin Andresen) | |||
2014-08-21 | Merge pull request #4739 | Wladimir J. van der Laan | |
de1f051 Added protobuf-compiler library to the Qt 5 Dependencies (elichai) | |||
2014-08-20 | Merge pull request #4744 | Jeff Garzik | |
2014-08-20 | Merge pull request #4730 | Jeff Garzik | |
2014-08-20 | rpc_tests: use BOOST_CHECK_EQUAL | Jeff Garzik | |
Upon failure, BOOST_CHECK_EQUAL provides additional diagnostic information, displaying that data that failed to match. | |||
2014-08-20 | Update build-osx.md | Rose 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-20 | Added protobuf-compiler library to the Qt 5 Dependencies | elichai | |
2014-08-20 | Remove all other print() methods | Wladimir J. van der Laan | |
All unused. | |||
2014-08-20 | Remove link to now removed Windows Build Notes | Michael Ford | |
Removed in | |||
2014-08-20 | Move strprintf define to tinyformat.h | Wladimir J. van der Laan | |
This avoids a dependency on util.h if just tinyformat is needed. | |||
2014-08-20 | Remove print() from core functions | Wladimir J. van der Laan | |
Break dependency on util. | |||
2014-08-20 | UniValue tests: use more BOOST_CHECK() | Jeff Garzik | |
2014-08-20 | UniValue: add unit tests | Jeff Garzik | |
2014-08-20 | UniValue: compact (!pretty) output should not include extra whitespace | Jeff Garzik | |
2014-08-20 | UniValue: use correct setNumStr() input val, when setting number values | Jeff Garzik | |
2014-08-19 | Add bitcoin-tx tests | Jeff Garzik | |
Testing: delin, delout, locktime, and basic createrawtransaction-like functionality. | |||
2014-08-19 | Fix github-merge with git version 2.1.0 | Gavin 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-19 | Merge pull request #4717 from cozz/cozz8 | Gavin Andresen | |
[Qt] Revert overviewpage from QFormLayout to QVBoxLayout | |||
2014-08-19 | Merge pull request #4728 from laanwj/2014_08_rpcserver_password_delay | Gavin Andresen | |
Don't reveal whether password is <20 or >20 characters in RPC | |||
2014-08-19 | Merge pull request #4624 | Jeff Garzik | |
2014-08-19 | bitcoin-tx: Accept input via stdin. Add input handling to tests. | Jeff Garzik | |
2014-08-19 | Add "it works" test for bitcoin-tx | Jeff Garzik | |
2014-08-19 | Don't reveal whether password is <20 or >20 characters in RPC | Wladimir 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-19 | Merge pull request #4670 | Wladimir 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-19 | Merge pull request #4672 | Wladimir J. van der Laan | |
22b3c4b remove unused class CAddrMan; from db.h (Philip Kaufmann) | |||
2014-08-19 | Merge pull request #4725 | Wladimir J. van der Laan | |
e432a5f build: add option for reducing exports (v2) (Cory Fields) | |||
2014-08-19 | Merge branch '2014_univalue_warn' into merge-PR4715 | Jeff Garzik | |
Merge pull request #4715 |