aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #8688: Move static global randomizer seeds into CConnmanWladimir J. van der Laan2016-09-191-3/+3
|\
| * Move static global randomizer seeds into CConnmanPieter Wuille2016-09-191-3/+3
* | UndoReadFromDisk works on undo files (rev), not on block files.Pavel Janík2016-09-151-1/+1
|/
* fix op order to append first alertrodasmith2016-09-101-2/+2
* Merge #8681: Performance Regression Fix: Pre-Allocate txChanged vectorPieter Wuille2016-09-091-4/+7
|\
| * Performance Regression Fix: Pre-Allocate txChanged vectorJeremy Rubin2016-09-071-4/+7
* | Merge #8085: p2p: Begin encapsulationWladimir J. van der Laan2016-09-091-76/+93
|\ \
| * | Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin2016-09-081-3/+0
| * | net: Pass best block known height into CConnmanCory Fields2016-09-081-8/+2
| * | net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-081-6/+6
| * | net: move SendBufferSize/ReceiveFloodSize to CConnmanCory Fields2016-09-081-3/+7
| * | net: move send/recv statistics to CConnmanCory Fields2016-09-081-5/+5
| * | net: move nLocalHostNonce to CConnmanCory Fields2016-09-081-1/+1
| * | net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-081-32/+53
| * | net: move ban and addrman functions into CConnmanCory Fields2016-09-081-7/+7
| * | net: handle nodesignals in CConnmanCory Fields2016-09-081-2/+3
| * | net: Pass CConnection to wallet rather than using the globalCory Fields2016-09-081-1/+1
| * | net: Pass CConnman around as neededCory Fields2016-09-081-11/+11
| |/
* | Merge #8677: Do not shadow upper local variable 'send', prevent -Wshadow comp...Wladimir J. van der Laan2016-09-091-3/+3
|\ \
| * | Do not shadow upper local variable 'send', prevent -Wshadow compiler warning.Pavel Janík2016-09-071-3/+3
| |/
* | Merge #8525: Do not store witness txn in rejection cacheWladimir J. van der Laan2016-09-091-8/+12
|\ \ | |/ |/|
| * Do not store witness txn in rejection cachePieter Wuille2016-09-051-8/+12
* | Merge #8594: Do not add random inbound peers to addrman.Pieter Wuille2016-09-071-6/+0
|\ \
| * | Do not add random inbound peers to addrman.Gregory Maxwell2016-08-251-6/+0
* | | Merge #8606: Fix some locksPieter Wuille2016-09-071-15/+21
|\ \ \ | |_|/ |/| |
| * | Fix some locksPieter Wuille2016-08-261-15/+21
* | | Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/Wladimir J. van der Laan2016-09-021-1/+1
|\ \ \
| * | | C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-1/+1
| |/ /
* | | Merge #8524: Precompute sighashesPieter Wuille2016-09-011-9/+13
|\ \ \
| * | | Rename to PrecomputedTransactionDataPieter Wuille2016-08-261-13/+13
| * | | Precompute sighashesPieter Wuille2016-08-161-9/+13
* | | | Check for compatibility with download in FindNextBlocksToDownloadPieter Wuille2016-08-261-9/+11
| |/ / |/| |
* | | Merge #8561: Show "end" instead of many zeros when getheaders request receive...Wladimir J. van der Laan2016-08-261-1/+1
|\ \ \ | |_|/ |/| |
| * | Show "end" instead of many zeros when getheaders request received with a hash...R E Broadley2016-08-231-1/+1
* | | Merge #8462: Move AdvertiseLocal debug output to net categoryPieter Wuille2016-08-251-2/+2
|\ \ \
| * | | Move AdvertiseLocal debug output to net categoryMichael Rotarius2016-08-051-2/+2
* | | | Merge #7579: [Qt] show network/chain errors in the GUIJonas Schnelli2016-08-251-3/+5
|\ \ \ \
| * | | | [Qt] show network/chain errors in the GUIJonas Schnelli2016-07-201-3/+5
* | | | | Merge #8282: net: Feeler connections to increase online addrs in the tried ta...Wladimir J. van der Laan2016-08-251-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Added feeler connections increasing good addrs in the tried table.Ethan Heilman2016-08-231-0/+6
* | | | | Merge #8548: [wallet] Use __func__ to get function name for output printingWladimir J. van der Laan2016-08-221-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use __func__ to get function name for output printingMarcoFalke2016-08-191-1/+1
* | | | | Merge #8505: Trivial: Fix typos in various filesWladimir J. van der Laan2016-08-171-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | various typosleijurv2016-08-141-3/+3
| | |_|/ | |/| |
* / | | Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli2016-08-121-17/+23
|/ / /
* | | Merge #8392: Fix several node initialization issuesWladimir J. van der Laan2016-08-041-2/+0
|\ \ \
| * | | Use a signal to continue init after genesis activationPieter Wuille2016-07-301-2/+0
* | | | Merge #8391: Consensus: Remove ISMWladimir J. van der Laan2016-08-041-31/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Consensus: Remove ISMNicolasDorier2016-07-231-31/+13
* | | | Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...Pieter Wuille2016-08-011-4/+4
|\ \ \ \