| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #3084 from Diapolo/clientmodel | Wladimir J. van der Laan | 2013-10-17 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | clientmodel: remove 2 hard-coded values, use CChainParams instead | Philip Kaufmann | 2013-10-15 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | | Merge pull request #2981 from gmaxwell/tor2onion | Gavin Andresen | 2013-10-16 | 1 | -6/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Rename -tor to -onion to better reflect what it does. | Gregory Maxwell | 2013-09-08 | 1 | -6/+11 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #2950 from pstratem/walletload | Gavin Andresen | 2013-10-16 | 4 | -8/+66 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | comment explaining new wallet format for key/wkey entries | phantomcircuit | 2013-10-12 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | verify vchPubKey matches calculated public key unless fSkipCheck is set | patrick s | 2013-08-29 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | improve wallet load time by removing duplicated calls to EC_KEY_check_key and... | patrick s | 2013-08-28 | 4 | -8/+54 | |
| * | | | | | | | | | | | | | | | | Merge pull request #2645 from sipa/inlinesighash | Gavin Andresen | 2013-10-16 | 5 | -48/+224 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Inline signature serializer | Pieter Wuille | 2013-09-28 | 5 | -48/+224 | |
| * | | | | | | | | | | | | | | | | Merge pull request #3069 from Diapolo/fix_addressbook | Wladimir J. van der Laan | 2013-10-15 | 1 | -14/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | don't touch addressbook when using secure payment-requests | Philip Kaufmann | 2013-10-11 | 1 | -14/+18 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #3094 from Diapolo/btcamountfield | Gavin Andresen | 2013-10-15 | 3 | -9/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | make BitcoinAmountField::setReadOnly() usable | Philip Kaufmann | 2013-10-15 | 3 | -9/+5 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #3083 from sipa/chainlocator | Gavin Andresen | 2013-10-15 | 6 | -144/+86 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Move CBlockLocator to core.h | Pieter Wuille | 2013-10-15 | 2 | -38/+34 | |
| | * | | | | | | | | | | | | | | | | Reimplement CBlockLocator's chain-related logic in CChain. | Pieter Wuille | 2013-10-15 | 5 | -108/+54 | |
| | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #3080 from Diapolo/sendcoins-paymentreq | Wladimir J. van der Laan | 2013-10-15 | 3 | -16/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | paymentserver: use own HTML-esc / add new header const | Philip Kaufmann | 2013-10-11 | 1 | -6/+3 | |
| | * | | | | | | | | | | | | | | | | sendcoinsdialog: display real failed address string | Philip Kaufmann | 2013-10-11 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | sendcoinsentry: small clear() and setValue() changes | Philip Kaufmann | 2013-10-11 | 1 | -8/+17 | |
| | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | replace %zu with %"PRIszu" macro to prevent compiler warnings | Philip Kaufmann | 2013-10-15 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | | Merge pull request #2924 from sje397/TrafficGraph | Wladimir J. van der Laan | 2013-10-15 | 13 | -9/+618 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Add network traffic graph | Scott Ellis | 2013-10-14 | 13 | -9/+618 | |
| * | | | | | | | | | | | | | | | | | misc spelling / space / style fixes | Philip Kaufmann | 2013-10-15 | 2 | -2/+2 | |
| | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Avoid core dump if rpc port is in use. | Gavin Andresen | 2013-10-15 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | Merge pull request #3077 from sipa/chain | Gavin Andresen | 2013-10-14 | 19 | -213/+217 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille | 2013-10-11 | 19 | -213/+217 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #2933 from sipa/leveldb113 | Gavin Andresen | 2013-10-14 | 13 | -67/+363 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Merge src/leveldb changes for LevelDB 1.13 | Pieter Wuille | 2013-08-24 | 13 | -67/+363 | |
| * | | | | | | | | | | | | | | | | Merge pull request #2937 | Pieter Wuille | 2013-10-13 | 6 | -4/+131 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Added ping time measurement. | Josh Lehan | 2013-10-04 | 6 | -4/+131 | |
| * | | | | | | | | | | | | | | | | prevent compiler redefinition warnings | Philip Kaufmann | 2013-10-11 | 1 | -0/+6 | |
| | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #3071 from gavinandresen/windows_h | Wladimir J. van der Laan | 2013-10-11 | 3 | -54/+68 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Remove include of windows.h from allocators.h | Gavin Andresen | 2013-10-09 | 3 | -54/+68 | |
| * | | | | | | | | | | | | | | | Merge pull request #3066 from Diapolo/rem_global | Wladimir J. van der Laan | 2013-10-09 | 3 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | make fCommandLine a local variable in AppInit() | Philip Kaufmann | 2013-10-08 | 3 | -2/+1 | |
| * | | | | | | | | | | | | | | | Bitcoin-Qt: ensure Qt icon is shown with Qt >= 5.0 | Philip Kaufmann | 2013-10-08 | 1 | -0/+4 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #3059 from Diapolo/Shutdown | Gavin Andresen | 2013-10-07 | 1 | -4/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | add missing Boost Thread join_all() call during shutdown | Philip Kaufmann | 2013-10-07 | 1 | -4/+13 | |
| * | | | | | | | | | | | | | | | style-police: fixed badly readable code in ProcessMessage() | Philip Kaufmann | 2013-10-07 | 1 | -4/+6 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #3056 from Diapolo/stuck_debug_window | Wladimir J. van der Laan | 2013-10-06 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Bitcoin-Qt: prevent stuck/unusable debug window on exit | Philip Kaufmann | 2013-10-05 | 1 | -0/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | | Hurricane Electric uses block 2001:470::, not 2011:470:: | David Hill | 2013-10-04 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / / | special case DoS value == 0 in ProcessMessage() | Philip Kaufmann | 2013-10-04 | 1 | -4/+4 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #2947 from gmaxwell/theyre_maturing_faster_these_days | Gavin Andresen | 2013-10-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | [wallet] Consider generated coins mature at COINBASE_MATURITY+1 | Gregory Maxwell | 2013-08-28 | 1 | -1/+1 | |
| | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #3040 from Diapolo/Qt_misc2 | Gavin Andresen | 2013-10-03 | 1 | -5/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Bitcoin-Qt: add missing change from branch Qt_misc | Philip Kaufmann | 2013-10-01 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | Merge pull request #3050 from Diapolo/fix_IsRFC4193_comment | Gavin Andresen | 2013-10-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||