aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge #8063: Acquire lock to check for genesis block.Pieter Wuille2016-05-251-3/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Acquire lock to check for genesis block.Patrick Strateman2016-05-161-3/+11
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #8014: Qt: Sort transactions by dateJonas Schnelli2016-05-232-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Qt: Sort transactions by dateTyler Hardin2016-05-092-2/+2
* | | | | | | | | | | Merge #8042: [Qt] Don't allow to open the debug window during splashscreen & ...Jonas Schnelli2016-05-232-0/+13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [Qt] Disable some menu items during splashscreen/verification stateJonas Schnelli2016-05-122-0/+13
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge #8070: Remove non-determinism which is breaking net_tests #8069Wladimir J. van der Laan2016-05-191-1/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix typo adddrman to addrman as requested in #8070Ethan Heilman2016-05-181-1/+1
| * | | | | | | | | | Remove non-determinism which is breaking net_tests #8069EthanHeilman2016-05-181-0/+9
* | | | | | | | | | | Merge #8033: Fix Socks5() connect failures to be less noisy and less unnecess...Wladimir J. van der Laan2016-05-191-15/+22
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Use Socks5ErrorString() to decode error responses from socks proxy.Warren Togami2016-05-191-12/+16
| * | | | | | | | | | Make Socks5() InterruptibleRecv() timeout/failures informative.Warren Togami2016-05-171-1/+2
| * | | | | | | | | | SOCKS5 connecting and connected messages with -debug=net.Warren Togami2016-05-091-2/+2
| * | | | | | | | | | Make failures to connect via Socks5() more informative and less unnecessarily...Warren Togami2016-05-091-9/+11
* | | | | | | | | | | Merge #7917: Optimize reindexWladimir J. van der Laan2016-05-1811-45/+116
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Report reindexing progress in GUIPieter Wuille2016-05-179-19/+79
| * | | | | | | | | | | Add -reindex-chainstate that does not rebuild block indexPieter Wuille2016-05-171-3/+5
| * | | | | | | | | | | Optimize ActivateBestChain for long chainsPieter Wuille2016-05-171-4/+10
| * | | | | | | | | | | Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwardsPieter Wuille2016-05-172-15/+18
| * | | | | | | | | | | Make ProcessNewBlock dbp const and update commentPieter Wuille2016-05-172-4/+4
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #8054: net: Avoid duplicate getheaders requests.Wladimir J. van der Laan2016-05-181-1/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: Avoid duplicate getheaders requests.Daniel Kraft2016-05-151-1/+8
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #7906: net: prerequisites for p2p encapsulation changesWladimir J. van der Laan2016-05-184-146/+117
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |