aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-18Fix crash bug with duplicate inputs within a transactionSuhas Daftuar
2017-12-27Make boost::multi_index comparators constSuhas Daftuar
2017-12-17Merge #11647: 0.15: BackportsWladimir J. van der Laan
2017-11-20Merge #11662: [0.15] Sanity-check script sizes in bitcoin-txWladimir J. van der Laan
2017-11-11Sanity-check script sizes in bitcoin-txMatt Corallo
2017-11-09Wrap dumpwallet warning and note scripts aren't dumpedMeshCollider
2017-11-09Add wallet backup text to import*, add* and dumpwallet RPCsMeshCollider
2017-11-03Fix uninitialized URI in batch RPC requestsRussell Yanofsky
2017-11-03[Wallet] always show help-line of wallet encryption callsJonas Schnelli
2017-11-02rpc: further constrain the libevent workaroundCory Fields
2017-11-02rpc: work-around an upstream libevent bugCory Fields
2017-11-02Add unit test for stale tip checkingSuhas Daftuar
2017-11-02Add CConnmanTest to mutate g_connman in testsJoão Barbosa
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
2017-11-02Track tip update time and last new block announcement from each peerSuhas Daftuar
2017-11-02net: Allow connecting to extra outbound peersSuhas Daftuar
2017-11-02Use a sensible default for blockmaxweightMatt Corallo
2017-11-02Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo
2017-11-02Reject headers building on invalid chains by tracking invalidityMatt Corallo
2017-11-02Accept unrequested blocks with work equal to our tipMatt Corallo
2017-11-02Stop always storing blocks from whitelisted peersMatt Corallo
2017-11-02net: Add missing lock in ProcessHeadersMessage(...)practicalswift
2017-11-02Disconnect outbound peers relaying invalid headersSuhas Daftuar
2017-11-02moveonly: factor out headers processing into separate functionSuhas Daftuar
2017-11-02Add unit test for outbound peer evictionSuhas Daftuar
2017-11-02Permit disconnection of outbound peers on bad/slow chainsSuhas Daftuar
2017-11-02Disconnecting from bad outbound peers in IBDSuhas Daftuar
2017-11-02Fix uninitialized g_connman crash in Shutdown()MeshCollider
2017-11-02net: stop both net/net_processing before destroying themCory Fields
2017-11-02net: drop unused connman paramCory Fields
2017-11-02net: use an interface class rather than signals for message processingCory Fields
2017-11-02net: pass CConnman via pointer rather than referenceCory Fields
2017-11-02Rename fAddnode to a more-descriptive "manual_connection"Matt Corallo
2017-11-02Add comment explaining forced processing of compact blocksSuhas Daftuar
2017-11-02Don't process unrequested, low-work blocksSuhas Daftuar
2017-11-02Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-11-01Avoid opening copied wallet databases simultaneouslyRussell Yanofsky
2017-11-01[wallet] Fix leak in CDB constructorJoão Barbosa
2017-11-01Ensure backupwallet fails when attempting to backup to source fileTomas van der Wansem
2017-11-01Make listsinceblock refuse unknown block hashRussell Yanofsky
2017-10-19Remove my testnet DNS seed as I currently don't have the capacity to keep it ...Andreas Schildbach
2017-10-18Merge #11447: 0.15.1: BackportsWladimir J. van der Laan
2017-10-17Fix importmulti bug when importing an already imported keyPedro Branco
2017-10-09Update importprivkey named args documentationDusty Williams
2017-10-09net: Improve and document SOCKS codeWladimir J. van der Laan
2017-10-04rpc: Prevent `dumpwallet` from overwriting filesWladimir J. van der Laan
2017-10-04qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-10-04Fix validationinterface build on super old boost/clangMatt Corallo
2017-10-04qt: Backup former GUI settings on `-resetguisettings`Wladimir J. van der Laan
2017-10-04when clearing addrman clear mapInfo and mapAddrGregory Sanders