aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | depends: qt: disable printer for all platforms, not just osxCory Fields2017-01-192-1/+2
| | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge #9587: Do not shadow local variable named `tx`.Wladimir J. van der Laan2017-01-261-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Do not shadow local variable named `tx`.Pavel Janík2017-01-201-2/+2
| | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge #9613: [wallet] Clarify getbalance help string to explain interaction w...Wladimir J. van der Laan2017-01-261-5/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | [wallet] Clarify getbalance help string to explain interaction with bumpfeeRussell Yanofsky2017-01-231-5/+19
| * | | | | | | | | | | | | | | | | | Merge #9606: net: Consistently use GetTimeMicros() for inactivity checksWladimir J. van der Laan2017-01-265-18/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-255-18/+28
| * | | | | | | | | | | | | | | | | | | Merge #9628: qa: Increase a sync_blocks timeout in pruning.pyMarcoFalke2017-01-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | qa: Increase a sync_blocks timeout in pruning.pySuhas Daftuar2017-01-251-1/+1
| * | | | | | | | | | | | | | | | | | | Merge #9624: [Trivial] fix logging typo in FlushStateToDisk()Jonas Schnelli2017-01-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | [Trivial] fix logging typo in FlushStateToDisk()John Newbery2017-01-241-1/+1
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge #9617: [Trivial] Update license year range to 2017Wladimir J. van der Laan2017-01-244-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | [Trivial] Update license year range to 2017Lauda2017-01-234-4/+4
| | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge #9371: Notify on removalWladimir J. van der Laan2017-01-245-21/+103
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Better document usage of SyncTransactionAlex Morcos2017-01-232-4/+19
| | * | | | | | | | | | | | | | | | | | Introduce MemPoolConflictRemovalTrackerAlex Morcos2017-01-231-0/+45
| | * | | | | | | | | | | | | | | | | | mempool: add notification for added/removed entriesWladimir J. van der Laan2017-01-233-17/+39
| * | | | | | | | | | | | | | | | | | | Merge #9588: qt: Use nPowTargetSpacing constantJonas Schnelli2017-01-244-6/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | qt: Use nPowTargetSpacing constantMarcoFalke2017-01-194-6/+10
| * | | | | | | | | | | | | | | | | | | Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempoolPieter Wuille2017-01-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | [bugfix] save feeDelta instead of priorityDelta in DumpMempoolAlex Morcos2017-01-191-1/+1
| | | |_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...Wladimir J. van der Laan2017-01-233-4/+95
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Testing: listsinceblock should not use orphan block height.Karl-Johan Alm2017-01-182-0/+81
| | * | | | | | | | | | | | | | | | | | Bug-fix: listsinceblock: use closest common ancestor when a block hash was pr...Karl-Johan Alm2017-01-181-4/+14
| * | | | | | | | | | | | | | | | | | | Merge #9607: Remove redundant semicolons in Python codeWladimir J. van der Laan2017-01-238-16/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Remove redundant semicolons in Python codepracticalswift2017-01-208-16/+16
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge #9511: Don't overwrite validation state with corruption checkWladimir J. van der Laan2017-01-231-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Don't overwrite validation state with corruption checkAlex Morcos2017-01-101-3/+4
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge #9583: Move wallet callbacks into cs_main (this effectively reverts #7946)Wladimir J. van der Laan2017-01-231-9/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Move wallet callbacks into cs_main (this effectively reverts #7946)Matt Corallo2017-01-191-9/+8
| | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge #9610: [Trivial] Grammar and typo correction (laudaa)MarcoFalke2017-01-226-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | [Trivial] Grammar and typo correctionLauda2017-01-226-7/+7
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests...MarcoFalke2017-01-221-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | [test] Avoid potential NULL pointer dereference in addrman_tests.cpppracticalswift2017-01-141-1/+1
| | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | qt: Periodic translation updateWladimir J. van der Laan2017-01-2027-134/+348
| * | | | | | | | | | | | | | | | | | trivial: squash missing field 'argNames' initializer warning in qt testsWladimir J. van der Laan2017-01-201-1/+1
| * | | | | | | | | | | | | | | | | | Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan2017-01-205-4/+50
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Add fundrawtransactions new reserveChangeKey option to the release notesJonas Schnelli2017-01-191-0/+10
| | * | | | | | | | | | | | | | | | | [QA] Add test for fundrawtransactions new reserveChangeKey optionJonas Schnelli2017-01-191-1/+27
| | * | | | | | | | | | | | | | | | | [Wallet] Add an option to keep the change address key, true by defaultJonas Schnelli2017-01-193-3/+13
| * | | | | | | | | | | | | | | | | | Merge #9535: Split CNode::cs_vSend: message processing and message sendingWladimir J. van der Laan2017-01-192-15/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Make the cs_sendProcessing a LOCK instead of a TRY_LOCKMatt Corallo2017-01-131-3/+2
| | * | | | | | | | | | | | | | | | | Split CNode::cs_vSend: message processing and message sendingMatt Corallo2017-01-132-13/+11
| * | | | | | | | | | | | | | | | | | Merge #9461: [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-194-3/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-194-3/+18
| * | | | | | | | | | | | | | | | | | | Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-198-14/+715
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | [RPC] bumpfeemrbandrews2017-01-196-0/+650
| | * | | | | | | | | | | | | | | | | | [wallet] Add include_unsafe argument to listunspent RPCRussell Yanofsky2017-01-193-14/+36
| | * | | | | | | | | | | | | | | | | | [wallet] Add IsAllFromMe: true if all inputs are from walletSuhas Daftuar2017-01-102-0/+29
| | | |_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge #9498: Basic CCheckQueue BenchmarksWladimir J. van der Laan2017-01-192-0/+104
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \