aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge #8499: Add several policy limits and disable uncompressed keys for segw...Wladimir J. van der Laan2016-10-171-1/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add standard limits for P2WSH with testsJohnson Lau2016-10-161-1/+5
| |/ / / /
* | | | | Merge #8880: protocol.h: Move MESSAGE_START_SIZE into CMessageHeaderWladimir J. van der Laan2016-10-151-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | protocol.h: Move MESSAGE_START_SIZE into CMessageHeaderWladimir J. van der Laan2016-10-041-3/+3
* | | | | Use cmpctblock type 2 for segwit-enabled transferPieter Wuille2016-10-041-22/+56
* | | | | Make GetFetchFlags always request witness objects from witness peersMatt Corallo2016-10-041-1/+1
|/ / / /
* | / / net: fix a few cases where messages were sent rather than dropped upon discon...Cory Fields2016-10-011-2/+2
| |/ / |/| |
* | | net: Consistent checksum handlingWladimir J. van der Laan2016-09-281-4/+5
* | | Do not shadow variablesPavel Janík2016-09-271-14/+14
* | | Merge #8636: Implement NULLDUMMY softfork (BIP147)Wladimir J. van der Laan2016-09-221-0/+1
|\ \ \
| * | | Implement NULLDUMMY softforkJohnson Lau2016-08-311-0/+1
* | | | 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
|\ \ \ \ \ | |_|_|/ / |/| | | |