| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Remove CWalletTx::vfSpent | Gavin Andresen | 2014-02-26 | 1 | -4/+21 | |
| * | | | | Merge pull request #3735 from laanwj/2014_02_remove_PRIx64_completely | Gavin Andresen | 2014-02-26 | 1 | -7/+7 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Get rid of C99 PRI?64 usage in source files | Wladimir J. van der Laan | 2014-02-24 | 1 | -7/+7 | |
| * | | | | Merge pull request #3305 from mikehearn/fee_drop | Jeff Garzik | 2014-02-24 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Drop fees by 10x due to the persistently higher exchange rate. | Mike Hearn | 2013-11-26 | 1 | -1/+1 | |
| * | | | | Don't use PRIx64 formatting derives from inttypes.h | Wladimir J. van der Laan | 2014-02-22 | 1 | -1/+0 | |
| * | | | | Merge pull request #2910 | Wladimir J. van der Laan | 2014-02-20 | 1 | -1/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | Don't store or send side-chain blocks lower than last checkpoint. | Ashley Holman | 2014-01-19 | 1 | -1/+24 | |
| * | | | | | Merge pull request #3666 | Wladimir J. van der Laan | 2014-02-17 | 1 | -1/+1 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | fix non-standard reason string in main.cpp | Philip Kaufmann | 2014-02-13 | 1 | -1/+1 | |
| * | | | | | Merge pull request #3646 | Wladimir J. van der Laan | 2014-02-16 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Copyright header updates s/2013/2014 on files whose last git commit was done ... | gubatron | 2014-02-09 | 1 | -1/+1 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Handle "conflicted" transactions properly | Gavin Andresen | 2014-02-14 | 1 | -1/+9 | |
| | |/ / / |/| | | | ||||||
| * | | | | Add HasCanonicalPushes(), and use it in IsStandardTx | Pieter Wuille | 2014-02-11 | 1 | -0/+4 | |
| |/ / / | ||||||
| * | | | Limit the number of orphan blocks | Pieter Wuille | 2014-01-31 | 1 | -1/+27 | |
| * | | | Merge pull request #3592 | Wladimir J. van der Laan | 2014-01-30 | 1 | -43/+43 | |
| |\ \ \ | ||||||
| | * | | | Support for error messages and a few more rejection reasons | Luke Dashjr | 2014-01-29 | 1 | -8/+8 | |
| | * | | | Use standard BIP 22 rejection reasons where applicable | Luke Dashjr | 2014-01-29 | 1 | -35/+35 | |
| * | | | | Merge pull request #3370 from sipa/headersfirst3 | Gavin Andresen | 2014-01-29 | 1 | -220/+271 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Prepare block connection logic for headers-first. | Pieter Wuille | 2014-01-27 | 1 | -195/+243 | |
| | * | | | Move only: extract WriteChainState and UpdatedTip from SetBestChain. | Pieter Wuille | 2014-01-27 | 1 | -60/+63 | |
| * | | | | use english for all reason strings in IsStandardTx() | Philip Kaufmann | 2014-01-28 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Fix off-by-one errors in use of IsFinalTx() | Peter Todd | 2014-01-26 | 1 | -1/+18 | |
| * | | | Remove redundant .c_str()s | Wladimir J. van der Laan | 2014-01-23 | 1 | -74/+74 | |
| * | | | Typesafe strprintf/error/LogPrint functions | Wladimir J. van der Laan | 2014-01-23 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #3490 | Wladimir J. van der Laan | 2014-01-18 | 1 | -8/+8 | |
| |\ \ | ||||||
| | * | | better std::exception logging for block/undo files | Philip Kaufmann | 2014-01-06 | 1 | -8/+8 | |
| * | | | Store orphan blocks in serialized form | Pieter Wuille | 2014-01-11 | 1 | -17/+41 | |
| |/ / | ||||||
| * | | Merge pull request #3401 | Wladimir J. van der Laan | 2014-01-06 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Use mutex pointer instead of name for AssertLockHeld | Wladimir J. van der Laan | 2013-12-19 | 1 | -1/+1 | |
| * | | | Move `nTransactionFee` from main.cpp to wallet.cpp | Wladimir J. van der Laan | 2013-12-13 | 1 | -3/+0 | |
| |/ / | ||||||
| * | | Add main-specific node state | Pieter Wuille | 2013-12-08 | 1 | -12/+90 | |
| * | | Sanitize assert usage and refuse to compile with NDEBUG. | Gregory Maxwell | 2013-12-02 | 1 | -4/+15 | |
| * | | Merge pull request #3329 from gavinandresen/syncdebug | Gavin Andresen | 2013-12-01 | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | mutex debugging routines: LocksHeld() and AssertLockHeld() | Gavin Andresen | 2013-11-29 | 1 | -0/+2 | |
| * | | | Add verbose boolean to getrawmempool | Gavin Andresen | 2013-11-30 | 1 | -5/+9 | |
| * | | | Refactor: move GetValueIn(tx) to tx.GetValueIn() | Gavin Andresen | 2013-11-30 | 1 | -21/+6 | |
| * | | | Remove dead transaction replacement code | Gavin Andresen | 2013-11-30 | 1 | -29/+1 | |
| |/ / | ||||||
| * | | Store and use a sanitized subVer | Mike Hearn | 2013-11-26 | 1 | -5/+7 | |
| * | | Add some additional logging to give extra network insight. | Mike Hearn | 2013-11-26 | 1 | -5/+11 | |
| |/ | ||||||
| * | cleanup error message consistency | Julian Langschaedel | 2013-11-22 | 1 | -3/+3 | |
| * | Merge pull request #3257 | Wladimir J. van der Laan | 2013-11-20 | 1 | -1/+0 | |
| |\ | ||||||
| | * | core: remove includes in .cpp, if header is already in .h | Philip Kaufmann | 2013-11-15 | 1 | -1/+0 | |
| * | | pass nBytes as parameter to GetMinFee(..) | Cozz Lovan | 2013-11-14 | 1 | -3/+2 | |
| |/ | ||||||
| * | misc small changes to polish after include cleanup | Philip Kaufmann | 2013-11-11 | 1 | -9/+9 | |
| * | Merge pull request #3199 from sipa/mempoolmove | Gavin Andresen | 2013-11-10 | 1 | -176/+19 | |
| |\ | ||||||
| | * | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille | 2013-11-10 | 1 | -166/+4 | |
| | * | Make CCoinsView use block hashes instead of indices | Pieter Wuille | 2013-11-10 | 1 | -26/+31 | |
| * | | New reject p2p message | Gavin Andresen | 2013-11-11 | 1 | -46/+123 | |
| |/ | ||||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -76/+76 | |