aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-02Better handle invalid parameters to signrawtransactionMatt Corallo
2017-02-02Fail in DecodeHexTx if there is extra data at the endMatt Corallo
2017-02-02Merge #9556: Remove redundant semicolonsWladimir J. van der Laan
2017-02-02Merge #9663: [RPC] clarify listunspent amount descriptionWladimir J. van der Laan
2017-02-01clarify listunspent amount descriptionGregory Sanders
2017-02-01Merge #9625: Increase minimum debug.log size to 10MB after shrink.Wladimir J. van der Laan
2017-01-31rpc: bumpfee: handle errors more gracefullySuhas Daftuar
2017-01-31rpc: bumpfee: use correct maximum signed tx size for fee calculationSuhas Daftuar
2017-01-30wallet: Refactor dummy signature signing for reusabilitySuhas Daftuar
2017-01-30Merge #9647: Skip RAII event tests if libevent is built without event_set_mem...Wladimir J. van der Laan
2017-01-30Merge #9649: [doc] Remove unused clang format dev scriptMarcoFalke
2017-01-30qt: periodic translations updateWladimir J. van der Laan
2017-01-30Merge #9644: [refactor] Remove using namespace <xxx> from src/MarcoFalke
2017-01-30Merge #9626: Clean up a few CConnman cs_vNodes/CNode thingsWladimir J. van der Laan
2017-01-30Merge #9615: Wallet incremental feeWladimir J. van der Laan
2017-01-28[doc] Remove unused clang format dev scriptMarcoFalke
2017-01-28Skip RAII event tests if libevent is built without event_set_mem_functionsLuke Dashjr
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2017-01-26Change bumpfee result value from 'oldfee' to 'origfee'.Alex Morcos
2017-01-26Introduce WALLET_INCREMENTAL_RELAY_FEEAlex Morcos
2017-01-26Use CWallet::GetMinimumFee in bumpfeeAlex Morcos
2017-01-26[Qt] fix transaction details output-index to reflect vout indexJonas Schnelli
2017-01-26Merge #9519: Exclude RBF replacement txs from fee estimationWladimir J. van der Laan
2017-01-26Merge #9594: Send final alert message to older peers after connecting.Wladimir J. van der Laan
2017-01-26Merge #9587: Do not shadow local variable named `tx`.Wladimir J. van der Laan
2017-01-26Merge #9613: [wallet] Clarify getbalance help string to explain interaction w...Wladimir J. van der Laan
2017-01-26Merge #9606: net: Consistently use GetTimeMicros() for inactivity checksWladimir J. van der Laan
2017-01-25Refactor GetMinimumFee to give option of providing targetFeeAlex Morcos
2017-01-25Do not add to vNodes until fOneShot/fFeeler/fAddNode have been setMatt Corallo
2017-01-25net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar
2017-01-24Increase minimum debug.log size to 10MB after shrink.Alex Morcos
2017-01-24Ensure cs_vNodes is held when using the return value from FindNodeMatt Corallo
2017-01-24Delete some unused (and broken) functions in CConnmanMatt Corallo
2017-01-24[Trivial] fix logging typo in FlushStateToDisk()John Newbery
2017-01-24Merge #9617: [Trivial] Update license year range to 2017Wladimir J. van der Laan
2017-01-24Merge #9371: Notify on removalWladimir J. van der Laan
2017-01-24Merge #9588: qt: Use nPowTargetSpacing constantJonas Schnelli
2017-01-23[Trivial] Update license year range to 2017Lauda
2017-01-23Better document usage of SyncTransactionAlex Morcos
2017-01-23Introduce MemPoolConflictRemovalTrackerAlex Morcos
2017-01-23mempool: add notification for added/removed entriesWladimir J. van der Laan
2017-01-23Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempoolPieter Wuille
2017-01-23Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...Wladimir J. van der Laan
2017-01-23[wallet] Clarify getbalance help string to explain interaction with bumpfeeRussell Yanofsky
2017-01-23Merge #9511: Don't overwrite validation state with corruption checkWladimir J. van der Laan
2017-01-23Merge #9583: Move wallet callbacks into cs_main (this effectively reverts #7946)Wladimir J. van der Laan
2017-01-22Merge #9610: [Trivial] Grammar and typo correction (laudaa)MarcoFalke
2017-01-22[Trivial] Grammar and typo correctionLauda
2017-01-22Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests...MarcoFalke