| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #2930 from Diapolo/displayUnit | Wladimir J. van der Laan | 2013-08-29 | 9 | -50/+67 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Bitcoin-Qt: fixes for using display unit from options | Philip Kaufmann | 2013-08-29 | 9 | -50/+67 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2940 from Diapolo/checkpoint | Pieter Wuille | 2013-08-29 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | move Checkpoints:fEnabled from step 2 to step 3 in init | Philip Kaufmann | 2013-08-25 | 1 | -2/+1 | |
| * | | | | | | | | Merge pull request #2931 from Diapolo/intro | Wladimir J. van der Laan | 2013-08-28 | 3 | -3/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Bitcoin-Qt: add testnet check and icon to intro dialog | Philip Kaufmann | 2013-08-24 | 3 | -3/+8 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2904 from gmaxwell/newaddr-no-passphrase | Gregory Maxwell | 2013-08-28 | 6 | -22/+20 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Remove fAllowReuse from GetKeyFromPool. | Gregory Maxwell | 2013-08-23 | 6 | -14/+9 | |
| | * | | | | | | | [QT] Don't ask for a passphrase to getnewaddress. | Gregory Maxwell | 2013-08-23 | 1 | -10/+13 | |
| * | | | | | | | | Merge pull request #2928 from jgarzik/cnb-txout | Jeff Garzik | 2013-08-25 | 4 | -20/+28 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | miner: constify CreateNewBlock() arg scriptPubKeyIn | Jeff Garzik | 2013-08-25 | 2 | -2/+2 | |
| | * | | | | | | | | RPC: getblocktemplate does not require a key, to create a block template | Jeff Garzik | 2013-08-24 | 1 | -1/+2 | |
| | * | | | | | | | | CreateNewBlock() now takes scriptPubKey argument, | Jeff Garzik | 2013-08-24 | 4 | -20/+27 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2938 from petertodd/op-reserved-weirdness | Gavin Andresen | 2013-08-25 | 5 | -3/+18 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Document and test OP_RESERVED weirdness | Peter Todd | 2013-08-25 | 5 | -3/+18 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2935 from sipa/obounds | Pieter Wuille | 2013-08-25 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Fix out-of-bounds check | Pieter Wuille | 2013-08-24 | 1 | -1/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2618 from fcicq/solaris-support | Jeff Garzik | 2013-08-24 | 6 | -8/+25 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix fcntl include in net.cpp & netbase.cpp | fcicq | 2013-07-17 | 2 | -1/+5 | |
| | * | | | | | | | Ignore SIGPIPE signal on Solaris | fcicq | 2013-07-17 | 1 | -0/+5 | |
| | * | | | | | | | Add missing constant for solaris | fcicq | 2013-07-17 | 1 | -0/+8 | |
| | * | | | | | | | Fix boost uint type bug by reordering the includes | fcicq | 2013-07-17 | 1 | -6/+6 | |
| | * | | | | | | | Disable variadic template support in C++11 | fcicq | 2013-07-17 | 1 | -1/+1 | |
| * | | | | | | | | Merge pull request #2852 from petertodd/getblock-chainwork | Jeff Garzik | 2013-08-24 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Add 'chainwork' to getblock | Peter Todd | 2013-07-24 | 1 | -0/+1 | |
| * | | | | | | | | Merge pull request #2926 from Diapolo/model_checks | Wladimir J. van der Laan | 2013-08-23 | 2 | -7/+11 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Bitcoin-Qt: extend some checks for valid model pointers | Philip Kaufmann | 2013-08-23 | 2 | -7/+11 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2872 from Diapolo/GUI_wallet | Wladimir J. van der Laan | 2013-08-23 | 6 | -24/+42 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Bitcoin-Qt: tweak Qt walletXXX.cpp/h code | Philip Kaufmann | 2013-08-23 | 6 | -24/+42 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2539 from gavinandresen/paymentrequest | Gavin Andresen | 2013-08-22 | 55 | -437/+2631 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Payment Protocol: X509-validated payment requests | Gavin Andresen | 2013-08-22 | 48 | -341/+2466 | |
| | * | | | | | | | Route qDebug() messages to debug.log | Gavin Andresen | 2013-08-22 | 1 | -0/+20 | |
| | * | | | | | | | Rework when payment server is started | Gavin Andresen | 2013-08-22 | 1 | -6/+10 | |
| | * | | | | | | | update SelectParamsFromCommandLine() handling/order | Philip Kaufmann | 2013-08-22 | 4 | -22/+36 | |
| | * | | | | | | | Refactor: Move GetAccountAddresses to CWallet | Gavin Andresen | 2013-08-22 | 3 | -18/+16 | |
| | * | | | | | | | Refactor: CAddressBookData for mapAddressBook | Gavin Andresen | 2013-08-22 | 9 | -38/+54 | |
| | * | | | | | | | GetDataDir(): cache paths for each network separately | Gavin Andresen | 2013-08-22 | 2 | -11/+20 | |
| | * | | | | | | | Reject dust amounts during validation | Gavin Andresen | 2013-08-22 | 3 | -12/+20 | |
| * | | | | | | | | Merge pull request #2922 from Diapolo/translations | Wladimir J. van der Laan | 2013-08-21 | 58 | -5905/+39630 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | translations update for 0.8.4 | Philip Kaufmann | 2013-08-21 | 58 | -5905/+39630 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2919 from gmaxwell/bloom_faster | Gavin Andresen | 2013-08-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update the bloom state on the real object, not the temporary one. | Gregory Maxwell | 2013-08-20 | 1 | -1/+1 | |
| * | | | | | | | | Merge pull request #2915 from petertodd/murmurhash-tests | Gavin Andresen | 2013-08-20 | 1 | -0/+44 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add MurmurHash3() unit test | Peter Todd | 2013-08-20 | 1 | -0/+44 | |
| * | | | | | | | | | Merge pull request #2914 from gmaxwell/bloom_faster | Gavin Andresen | 2013-08-20 | 4 | -7/+33 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | | Performance optimization for bloom filters. | Gregory Maxwell | 2013-08-20 | 4 | -7/+33 | |
| * | | | | | | | | | Merge pull request #2916 from sipa/leveldb-osxfsync | Gavin Andresen | 2013-08-20 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Merge leveldb subtree change. | Pieter Wuille | 2013-08-20 | 1 | -1/+5 | |
| |/| | | | | | | | | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | | Squashed 'src/leveldb/' changes from a02ddf9..be1b0ff | Pieter Wuille | 2013-08-20 | 1 | -1/+5 | |
| * | | | | | | | | Merge pull request #2913 from gavinandresen/checkpoint_250k | Jeff Garzik | 2013-08-20 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||