aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge pull request #3084 from Diapolo/clientmodelWladimir J. van der Laan2013-10-171-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | clientmodel: remove 2 hard-coded values, use CChainParams insteadPhilip Kaufmann2013-10-151-3/+1
* | | | | | | | | | | | | | | Merge pull request #2981 from gmaxwell/tor2onionGavin Andresen2013-10-161-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rename -tor to -onion to better reflect what it does.Gregory Maxwell2013-09-081-6/+11
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #2950 from pstratem/walletloadGavin Andresen2013-10-164-8/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | comment explaining new wallet format for key/wkey entriesphantomcircuit2013-10-121-0/+6
| * | | | | | | | | | | | | | | verify vchPubKey matches calculated public key unless fSkipCheck is setpatrick s2013-08-291-0/+6
| * | | | | | | | | | | | | | | improve wallet load time by removing duplicated calls to EC_KEY_check_key and...patrick s2013-08-284-8/+54
* | | | | | | | | | | | | | | | Merge pull request #2645 from sipa/inlinesighashGavin Andresen2013-10-165-48/+224
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Inline signature serializerPieter Wuille2013-09-285-48/+224
* | | | | | | | | | | | | | | | Merge pull request #3069 from Diapolo/fix_addressbookWladimir J. van der Laan2013-10-151-14/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | don't touch addressbook when using secure payment-requestsPhilip Kaufmann2013-10-111-14/+18
* | | | | | | | | | | | | | | | | Merge pull request #3094 from Diapolo/btcamountfieldGavin Andresen2013-10-153-9/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | make BitcoinAmountField::setReadOnly() usablePhilip Kaufmann2013-10-153-9/+5
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #3083 from sipa/chainlocatorGavin Andresen2013-10-156-144/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Move CBlockLocator to core.hPieter Wuille2013-10-152-38/+34
| * | | | | | | | | | | | | | | | Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille2013-10-155-108/+54
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #3080 from Diapolo/sendcoins-paymentreqWladimir J. van der Laan2013-10-153-16/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | paymentserver: use own HTML-esc / add new header constPhilip Kaufmann2013-10-111-6/+3
| * | | | | | | | | | | | | | | | sendcoinsdialog: display real failed address stringPhilip Kaufmann2013-10-111-2/+1
| * | | | | | | | | | | | | | | | sendcoinsentry: small clear() and setValue() changesPhilip Kaufmann2013-10-111-8/+17
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | replace %zu with %"PRIszu" macro to prevent compiler warningsPhilip Kaufmann2013-10-151-9/+9
* | | | | | | | | | | | | | | | Merge pull request #2924 from sje397/TrafficGraphWladimir J. van der Laan2013-10-1513-9/+618
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add network traffic graphScott Ellis2013-10-1413-9/+618
* | | | | | | | | | | | | | | | | misc spelling / space / style fixesPhilip Kaufmann2013-10-152-2/+2
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Avoid core dump if rpc port is in use.Gavin Andresen2013-10-151-1/+2
* | | | | | | | | | | | | | | | Merge pull request #3077 from sipa/chainGavin Andresen2013-10-1419-213/+217
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-1119-213/+217
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2933 from sipa/leveldb113Gavin Andresen2013-10-1413-67/+363
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge src/leveldb changes for LevelDB 1.13Pieter Wuille2013-08-2413-67/+363
* | | | | | | | | | | | | | | | Merge pull request #2937Pieter Wuille2013-10-136-4/+131
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Added ping time measurement.Josh Lehan2013-10-046-4/+131
* | | | | | | | | | | | | | | | prevent compiler redefinition warningsPhilip Kaufmann2013-10-111-0/+6
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #3071 from gavinandresen/windows_hWladimir J. van der Laan2013-10-113-54/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove include of windows.h from allocators.hGavin Andresen2013-10-093-54/+68
* | | | | | | | | | | | | | | Merge pull request #3066 from Diapolo/rem_globalWladimir J. van der Laan2013-10-093-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | make fCommandLine a local variable in AppInit()Philip Kaufmann2013-10-083-2/+1
* | | | | | | | | | | | | | | Bitcoin-Qt: ensure Qt icon is shown with Qt >= 5.0Philip Kaufmann2013-10-081-0/+4
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3059 from Diapolo/ShutdownGavin Andresen2013-10-071-4/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | add missing Boost Thread join_all() call during shutdownPhilip Kaufmann2013-10-071-4/+13
* | | | | | | | | | | | | | | style-police: fixed badly readable code in ProcessMessage()Philip Kaufmann2013-10-071-4/+6
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3056 from Diapolo/stuck_debug_windowWladimir J. van der Laan2013-10-061-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Bitcoin-Qt: prevent stuck/unusable debug window on exitPhilip Kaufmann2013-10-051-0/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | Hurricane Electric uses block 2001:470::, not 2011:470::David Hill2013-10-041-1/+1
|/ / / / / / / / / / / / /
* / / / / / / / / / / / / special case DoS value == 0 in ProcessMessage()Philip Kaufmann2013-10-041-4/+4
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2947 from gmaxwell/theyre_maturing_faster_these_daysGavin Andresen2013-10-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [wallet] Consider generated coins mature at COINBASE_MATURITY+1Gregory Maxwell2013-08-281-1/+1
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3040 from Diapolo/Qt_misc2Gavin Andresen2013-10-031-5/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Bitcoin-Qt: add missing change from branch Qt_miscPhilip Kaufmann2013-10-011-5/+2
* | | | | | | | | | | | | Merge pull request #3050 from Diapolo/fix_IsRFC4193_commentGavin Andresen2013-10-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \