aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-21[qt] Bump BLOCK_CHAIN_SIZEMarcoFalke
2016-12-20Bump nMinimumChainWorkMarcoFalke
2016-12-20Bump version to 0.13.2MarcoFalke
2016-12-20reduce number of lookups in TransactionWithinChainLimitGregory Sanders
2016-12-20CreateTransaction: Don't return success with too-many-ancestor txnGregory Sanders
2016-12-20SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders
2016-12-19qt: Pre-rc1 translations updateWladimir J. van der Laan
2016-12-19Merge #9347: [0.13.2] wallet/rpc backportsWladimir J. van der Laan
2016-12-19Merge #9357: [0.13 backport] Attempt reconstruction from all compact block an...Wladimir J. van der Laan
2016-12-15Complain when unknown rpcserialversion is specifiedPieter Wuille
2016-12-15Merge #9340: [0.13] Update secp256k1 subtreeWladimir J. van der Laan
2016-12-14Allow compactblock reconstruction when block is in flightSuhas Daftuar
2016-12-14Return txid even if ATMP fails for new transactionPieter Wuille
2016-12-14Make RelayWalletTransaction attempt to AcceptToMemoryPool.Gregory Maxwell
2016-12-14Update for OpenSSL 1.1 APIGregory Maxwell
2016-12-14[Wallet] Bugfix: FRT: don't terminate when keypool is emptyJonas Schnelli
2016-12-14Merge #9264: 0.13.2 backportsWladimir J. van der Laan
2016-12-13Merge commit '64dfdde0aa7f7ef24e6cbf3c57e6d24efc55367e' into HEADMarcoFalke
2016-12-13Squashed 'src/secp256k1/' changes from 6c527ec..8225239MarcoFalke
2016-12-06IsInitialBlockDownload no longer uses header-only timestamps.Gregory Maxwell
2016-12-06Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.Gregory Maxwell
2016-12-06IBD check uses minimumchain work instead of checkpoints.Gregory Maxwell
2016-12-06Remove duplicate nBlocksEstimate cmp (we already checked IsIBD())Matt Corallo
2016-12-05Adapt ZMQ/rest serialization to take rpcserialversion arginstagibbs
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-12-03Improvement of documentation of command line parameter 'whitelist'wodry
2016-12-02Disable fee estimates for a confirm target of 1 blockAlex Morcos
2016-12-02Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau
2016-12-02Change all instance of 'GMT epoch' to 'Unix epoch'matthias
2016-12-02instance of 'mem pool' to 'mempool'S. Matthew English
2016-12-02Fix calculation of number of bound sockets to useMatt Corallo
2016-12-02Include select.h when WIN32 is not definedIvo van der Sangen
2016-12-02bench: Fix subtle counting issue when rescaling iteration countWladimir J. van der Laan
2016-12-02Send tip change notification from invalidateblockRussell Yanofsky
2016-12-02qt: Avoid OpenSSL certstore-related memory leakWladimir J. van der Laan
2016-12-02qt: Avoid shutdownwindow-related memory leakWladimir J. van der Laan
2016-12-02qt: Avoid splash-screen related memory leakWladimir J. van der Laan
2016-12-02qt: Prevent thread/memory leak on exiting RPCConsoleWladimir J. van der Laan
2016-12-02qt: Plug many memory leaksWladimir J. van der Laan
2016-12-02[Qt] Clean up and fix coincontrol tree widget handlingWladimir J. van der Laan
2016-12-02[Qt] fix coincontrol sort issueJonas Schnelli
2016-12-02fix getnettotals RPC description about timemillis.Masahiko Hyuga
2016-12-02net: don't send feefilter messages before the version handshake is completeCory Fields
2016-12-02qt: Use correct conversion function for boost::path datadirWladimir J. van der Laan
2016-12-02Missed one "return false" in recent refactoring in #9067UdjinM6
2016-12-02Every main()/exit() should return/use one of EXIT_ codes instead of magic num...UdjinM6
2016-12-02Fix exit codes:UdjinM6
2016-12-02[rpc] ParseHash: Fail when length is not 64MarcoFalke
2016-12-02Fix doxygen comment: the transaction is returned in txOutPavel Janík
2016-12-02[Qt] make warnings label selectableJonas Schnelli