| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge branch 'signbugs' of https://github.com/wizeman/bitcoin | Gavin Andresen | 2012-06-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Make CNetAddr::GetHash() return an unsigned val. | Ricardo M. Correia | 2012-05-13 | 1 | -1/+1 | |
| * | | | | | | | | | Use a 64-bit nonce in ping | Pieter Wuille | 2012-06-14 | 1 | -1/+2 | |
| * | | | | | | | | | introduce a new StartShutdown() function, which starts a thread with Shutdown... | Philip Kaufmann | 2012-06-12 | 1 | -1/+1 | |
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Rework network config settings | Pieter Wuille | 2012-05-31 | 1 | -2/+2 | |
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #1392 from gavinandresen/testnet_reset | Gregory Maxwell | 2012-05-27 | 1 | -7/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix issue#1082, testnet difficulty unsigned integer underflow | Gavin Andresen | 2012-05-25 | 1 | -3/+3 | |
| | * | | | | | | | Testnet, Mark III | Gavin Andresen | 2012-05-25 | 1 | -4/+2 | |
| * | | | | | | | | Encapsulate public keys in CPubKey | Pieter Wuille | 2012-05-24 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1383 from jgarzik/rawtx | Jeff Garzik | 2012-05-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network | Jeff Garzik | 2012-05-23 | 1 | -1/+1 | |
| * | | | | | | | | Refactor: move runCommand() to util.cpp | Jeff Garzik | 2012-05-23 | 1 | -8/+0 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'dbenv' into tmp | Jeff Garzik | 2012-05-22 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Reorganize(): remove spurious TxnAbort() | Jeff Garzik | 2012-05-19 | 1 | -1/+0 | |
| * | | | | | | | | Merge pull request #1381 from jgarzik/check-deser | Jeff Garzik | 2012-05-22 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Prevent crashes due to missing or corrupted blk????.dat records | Jeff Garzik | 2012-05-22 | 1 | -2/+3 | |
| * | | | | | | | | | ProcessMessage(): remove duplicate orphan tx debug message | Jeff Garzik | 2012-05-22 | 1 | -3/+0 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | 2012-05-22 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Correct debug.log output to show correct function the debug is coming from. | R E Broadley | 2012-05-22 | 1 | -7/+7 | |
| * | | | | | | | | | Merge branch 'optimize' | Gavin Andresen | 2012-05-22 | 1 | -27/+61 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Further DoS prevention: Verify signatures last | Gavin Andresen | 2012-05-18 | 1 | -5/+16 | |
| | * | | | | | | | | Remove invalid dependent orphans from memory | Gavin Andresen | 2012-05-18 | 1 | -2/+12 | |
| | * | | | | | | | | Optimize orphan transaction handling | Gavin Andresen | 2012-05-18 | 1 | -16/+30 | |
| | * | | | | | | | | Refactor: GetRandHash() method for util | Gavin Andresen | 2012-05-17 | 1 | -5/+3 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1354 from fanquake/master | Pieter Wuille | 2012-05-20 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update License in File Headers | Fordy | 2012-05-18 | 1 | -1/+2 | |
| * | | | | | | | | | Make testcases build, prevent windows symbol collision | Wladimir J. van der Laan | 2012-05-20 | 1 | -1/+1 | |
| * | | | | | | | | | Convert UI interface to boost::signals2. | Wladimir J. van der Laan | 2012-05-20 | 1 | -7/+7 | |
| * | | | | | | | | | Fine-grained UI updates | Wladimir J. van der Laan | 2012-05-20 | 1 | -3/+19 | |
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #1296 from Diapolo/CheckDiskSpace | Gavin Andresen | 2012-05-19 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | make CheckDiskSpace() use a global static const uint64 for checking required ... | Philip Kaufmann | 2012-05-14 | 1 | -3/+3 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Make orphan logging more verbose, displaying mapOrphanTransactions.size() | Jeff Garzik | 2012-05-17 | 1 | -5/+7 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #1295 from jgarzik/txn-retval | Jeff Garzik | 2012-05-17 | 1 | -3/+9 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Always check return values of TxnBegin() and TxnCommit() | Jeff Garzik | 2012-05-14 | 1 | -3/+9 | |
| | |/ / / / / | ||||||
| * | | | | | | Hopefully final fix for the stuck blockchain issue | Pieter Wuille | 2012-05-15 | 1 | -11/+13 | |
| * | | | | | | ensure that no double timestamps show up in the debug.log, by removing manual... | Philip Kaufmann | 2012-05-13 | 1 | -5/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1021 from sipa/ipv6 | Pieter Wuille | 2012-05-11 | 1 | -5/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Limited relaying/storing of foreign addresses | Pieter Wuille | 2012-05-11 | 1 | -2/+7 | |
| | * | | | | | IPv6 node support | Pieter Wuille | 2012-05-11 | 1 | -3/+0 | |
| * | | | | | | CTxMemPool::accept(): do not log FetchInputs failure redundantly | Jeff Garzik | 2012-05-10 | 1 | -1/+1 | |
| * | | | | | | CTxMemPool: consolidate two frequently-printed debug.log lines into one | Jeff Garzik | 2012-05-10 | 1 | -2/+3 | |
| |/ / / / / | ||||||
| * | | | | | Clean up warnings | Pieter Wuille | 2012-05-09 | 1 | -3/+3 | |
| * | | | | | Merge branch 'tmp-ipv6' into merge-ipv6 | Jeff Garzik | 2012-05-08 | 1 | -11/+18 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Support for multiple local addresses | Pieter Wuille | 2012-05-04 | 1 | -9/+14 | |
| | * | | | | | Add -seednode connections, and use this for -dnsseed + -proxydns | Pieter Wuille | 2012-05-04 | 1 | -2/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1180 from jgarzik/sign-compare | Jeff Garzik | 2012-05-08 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | OpenBlockFile(): cast to eliminate signed/unsigned comparison warning | Jeff Garzik | 2012-05-01 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #841 from sipa/getalltransactions | Gregory Maxwell | 2012-05-08 | 1 | -1/+25 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | gettransaction RPC for non-wallet transactions | Pieter Wuille | 2012-04-18 | 1 | -1/+25 | |
| * | | | | | | Merge pull request #883 from sipa/loadblock | Gregory Maxwell | 2012-05-08 | 1 | -0/+56 | |
| |\ \ \ \ \ \ | ||||||