aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | net: No need to export ConnectNodeCory Fields2016-05-101-1/+0
| * | | | | | | | | | | | | | | | | | | | | | net: No need to export DumpBanlistCory Fields2016-05-102-22/+20
| * | | | | | | | | | | | | | | | | | | | | | net: make Ban/Unban/ClearBan functionality consistentCory Fields2016-05-103-26/+33
| * | | | | | | | | | | | | | | | | | | | | | net: Drop CNodeRef for AttemptToEvictConnectionCory Fields2016-05-051-53/+31
| * | | | | | | | | | | | | | | | | | | | | | net: use the exposed GetNodeSignals() rather than g_signals directlyCory Fields2016-05-051-3/+3
| * | | | | | | | | | | | | | | | | | | | | | net: remove unused setCory Fields2016-05-051-10/+0
| * | | | | | | | | | | | | | | | | | | | | | net: don't import std namespaceCory Fields2016-05-051-32/+31
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #7932: CAddrMan::Deserialize handle corrupt serializations better.Wladimir J. van der Laan2016-05-181-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | CAddrMan::Deserialize handle corrupt serializations better.Patrick Strateman2016-04-241-0/+8
* | | | | | | | | | | | | | | | | | | | | | | Merge #8020: Use SipHash-2-4 for various non-cryptographic hashesWladimir J. van der Laan2016-05-189-88/+166
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Use SipHash-2-4 for address relay selectionPieter Wuille2016-05-171-11/+9
| * | | | | | | | | | | | | | | | | | | | | | Switch CTxMempool::mapTx to use a hash index for txidsPieter Wuille2016-05-171-1/+2
| * | | | | | | | | | | | | | | | | | | | | | Use SipHash-2-4 for CCoinsCache indexPieter Wuille2016-05-174-76/+13
| * | | | | | | | | | | | | | | | | | | | | | Add SipHash-2-4 primitives to hashPieter Wuille2016-05-174-0/+142
* | | | | | | | | | | | | | | | | | | | | | | Merge #7696: Fix de-serialization bug where AddrMan is left corruptedPieter Wuille2016-05-174-0/+146
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Fix de-serialization bug where AddrMan is corrupted after exceptionEthanHeilman2016-05-044-0/+146
* | | | | | | | | | | | | | | | | | | | | | | | Merge #8038: [qa, doc] Various minor fixesMarcoFalke2016-05-171-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | [doc] Remove outdated line from listunspent RPC help, fix typoMarcoFalke2016-05-101-3/+1
* | | | | | | | | | | | | | | | | | | | | | | | Merge #7994: Add op csv tests to script_tests.jsonPieter Wuille2016-05-171-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Adding basic tests for OP_CSV inside of script_tests.jsonChris Stewart2016-05-111-1/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.Gregory Maxwell2016-05-167-25/+17
| |_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #8046: [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSXJonas Schnelli2016-05-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSXJonas Schnelli2016-05-121-0/+1
* | | | | | | | | | | | | | | | | | | | | | | Merge #8006: Qt: Add option to disable the system tray iconWladimir J. van der Laan2016-05-127-2/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Qt: Add option to hide the system tray iconTyler Hardin2016-05-117-2/+65
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ...Wladimir J. van der Laan2016-05-123-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | fReopenDebugLog and fRequestShutdown should be type sig_atomic_tChirag Davé2016-05-093-3/+7
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | bench: Add crypto hash benchmarksWladimir J. van der Laan2016-05-112-1/+55
| |_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #8028: Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskWladimir J. van der Laan2016-05-104-18/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman2016-05-094-18/+10
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | init: Move berkeleydb version reporting to walletWladimir J. van der Laan2016-05-102-5/+1
| |_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #8019: Remove state arg from ReconsiderBlock, rename to ResetBlockFailu...Wladimir J. van der Laan2016-05-103-7/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Rename ReconsiderBlock func to reflect real behaviorinstagibbs2016-05-093-3/+3
| * | | | | | | | | | | | | | | | | | | | Remove state arg from ReconsiderBlockinstagibbs2016-05-063-7/+5
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge #8016: Fix multithread CScheduler and reenable testWladimir J. van der Laan2016-05-102-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Notify other serviceQueue thread we are finished to prevent deadlocks.Pavel Janík2016-05-061-0/+1
| * | | | | | | | | | | | | | | | | | | Reenable multithread scheduler test.Pavel Janík2016-05-061-2/+0
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge #8012: Qt: Delay user confirmation of sendJonas Schnelli2016-05-102-4/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Qt: Delay user confirmation of sendTyler Hardin2016-05-092-4/+71
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #7958: Remove useless argument to AlertNotify.Wladimir J. van der Laan2016-05-091-9/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Remove useless argument to AlertNotify.Pavel Janík2016-04-271-9/+6
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #7976: Remove obsolete reference to CValidationState from UpdateCoins.Wladimir J. van der Laan2016-05-094-9/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Remove obsolete reference to CValidationState from UpdateCoins.21E142016-04-304-9/+8
* | | | | | | | | | | | | | | | | | | Merge #7934: Improve rolling bloom filter performance and benchmarkWladimir J. van der Laan2016-05-095-27/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | More efficient bitsliced rolling Bloom filterPieter Wuille2016-04-283-26/+32
| * | | | | | | | | | | | | | | | | | Benchmark rolling bloom filterPieter Wuille2016-04-282-1/+45
* | | | | | | | | | | | | | | | | | | Merge #8011: don't run ThreadMessageHandler at lowered priorityWladimir J. van der Laan2016-05-064-26/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | don't run ThreadMessageHandler at lowered priorityKaz Wesley2016-05-054-26/+0
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #7815: Break circular dependency main ↔ txdbWladimir J. van der Laan2016-05-065-89/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Break circular dependency main ↔ txdbWladimir J. van der Laan2016-04-155-89/+87
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |