| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #2148 from Diapolo/est_block_count | Wladimir J. van der Laan | 2013-01-05 | 3 | -12/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Bitcoin-Qt: never display own block count > estimated block count | Philip Kaufmann | 2013-01-04 | 3 | -12/+6 | |
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1685 from Diapolo/Qt_add_options_reset | Wladimir J. van der Laan | 2013-01-05 | 5 | -2/+79 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Bitcoin-Qt: add a Reset button to the options dialog | Philip Kaufmann | 2013-01-05 | 5 | -2/+79 | |
| | |/ / / / / / / / / | ||||||
| * / / / / / / / / / | translations update (bitcoinstrings.cpp + bitcoin_en.ts) | Philip Kaufmann | 2013-01-05 | 2 | -101/+133 | |
| |/ / / / / / / / / | ||||||
| * | | / / / / / / | test/util_tests.cpp: one more DateTimeStrFormat 'T' removal | Jeff Garzik | 2013-01-01 | 1 | -4/+4 | |
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Remove 'T' from remaining date/time format strings. | Jeff Garzik | 2013-01-01 | 3 | -7/+7 | |
| * | | | | | | | | Merge pull request #2032 from burger2/fix_shortcut | Wladimir J. van der Laan | 2013-01-01 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix duplicate shortcut usage in sign/verify message dialog. | burger2 | 2012-11-22 | 1 | -2/+2 | |
| * | | | | | | | | | Merge pull request #2133 from Diapolo/init_strings | Gavin Andresen | 2012-12-31 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | update 2 command-line parameter help messages | Philip Kaufmann | 2012-12-28 | 1 | -2/+2 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * / | | | | | | | | Remove 'T' from debug log timestamps | Jeff Garzik | 2012-12-30 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2116 from sipa/importrescanbool | Gavin Andresen | 2012-12-21 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Convert fRescan argument to importprivkey to bool | Pieter Wuille | 2012-12-19 | 1 | -0/+1 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * / | | | | | | | Split off hash.h from util.h | Pieter Wuille | 2012-12-18 | 6 | -107/+120 | |
| |/ / / / / / / | ||||||
| * | / / / / / | Fix two typos in main.h | fanquake | 2012-12-17 | 2 | -2/+4 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #2087 from gavinandresen/check210000 | Pieter Wuille | 2012-12-13 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Checkpoint at first 25-btc-reward block (210,000) | Gavin Andresen | 2012-12-10 | 1 | -0/+1 | |
| * | | | | | | | Merge pull request #2096 from 94m3k1n9/fix-time-formats | Pieter Wuille | 2012-12-13 | 5 | -12/+12 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | Change timestamps to use ISO8601 formatting | Richard Schwab | 2012-12-12 | 5 | -12/+12 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2045 from Diapolo/use_message | Wladimir J. van der Laan | 2012-12-12 | 2 | -31/+31 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | use new message() function in BitcoinGUI | Philip Kaufmann | 2012-12-03 | 2 | -31/+31 | |
| * | | | | | | | LevelDB: build_detect_platform fix NATIVE_WINDOWS indentation | Philip Kaufmann | 2012-12-12 | 1 | -3/+3 | |
| * | | | | | | | Merge pull request #2080 from mcassano/importprivkey_rescan_false | Gavin Andresen | 2012-12-12 | 1 | -5/+13 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | add rescan bool to importprivkey to control whether to do a rescan after import | Mike Cassano | 2012-12-06 | 1 | -5/+13 | |
| * | | | | | | | | Merge pull request #2095 from al42and/upnp | Gavin Andresen | 2012-12-12 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | OptionsModel now has MapPortUPnP=false if UPNP is not supported | Andrey Alekseenko | 2012-12-12 | 1 | -0/+4 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2 | Gavin Andresen | 2012-12-12 | 3 | -18/+82 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | o Annotated lock-like functions in net.h. | Alexander Kjeldaas | 2012-11-11 | 1 | -16/+6 | |
| | * | | | | | | | | o Added AnnotatedMixin which adds locking annotations to the mutex | Alexander Kjeldaas | 2012-11-11 | 1 | -2/+23 | |
| | * | | | | | | | | o Added threadsafety.h - a set of macros using the -Wthread-safety | Alexander Kjeldaas | 2012-11-11 | 1 | -0/+53 | |
| * | | | | | | | | | Merge pull request #1825 from roques/bignum2 | Gavin Andresen | 2012-12-12 | 2 | -14/+107 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | reimplement CBigNum's compact encoding of difficulty targets | Christian von Roques | 2012-09-17 | 1 | -14/+54 | |
| | * | | | | | | | | | tests for SetCompact and GetCompact of CBigNum | Christian von Roques | 2012-09-15 | 1 | -0/+53 | |
| * | | | | | | | | | | Merge pull request #1940 from grimd34th/patch-1 | Gavin Andresen | 2012-12-12 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Add NATIVE_WINDOWS | grimd34th | 2012-10-21 | 1 | -0/+10 | |
| * | | | | | | | | | | | Merge pull request #2073 from grimd34th/patch-3 | Gavin Andresen | 2012-12-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Update src/makefile.mingw | grimd34th | 2012-12-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge pull request #2048 from jgarzik/no-checkpoints | Gavin Andresen | 2012-12-12 | 2 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | New 'checkpoints' option should default to true. | Jeff Garzik | 2012-11-28 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | Add "checkpoints" option, to permit disabling of checkpoint logic. | Jeff Garzik | 2012-11-28 | 2 | -0/+10 | |
| * | | | | | | | | | | | | | Merge pull request #1861 from jgarzik/coinlock | Gavin Andresen | 2012-12-12 | 5 | -3/+125 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Add new RPC "lockunspent", to prevent spending of selected outputs | Jeff Garzik | 2012-11-15 | 5 | -3/+125 | |
| * | | | | | | | | | | | | | | Merge pull request #2059 from sipa/benchmark | Gavin Andresen | 2012-12-12 | 4 | -0/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Add -benchmark for reporting block processing times | Pieter Wuille | 2012-12-05 | 3 | -0/+22 | |
| | * | | | | | | | | | | | | | | Add GetTimeMicros() for ore accurate benchmarking | Pieter Wuille | 2012-12-05 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | Merge pull request #2062 from sipa/nocoins | Gavin Andresen | 2012-12-12 | 2 | -14/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Reconstruct coins/ from scratch when missing. | Pieter Wuille | 2012-12-06 | 2 | -14/+11 | |
| | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #2074 from sipa/minor | Gavin Andresen | 2012-12-12 | 4 | -8/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Allow lengthy block reconnections to be interrupted | Pieter Wuille | 2012-12-06 | 4 | -8/+11 | |