index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-08-04
changed regtest RPCport to 18443 to avoid conflict with testnet 18332
Ferdinando M. Ametrano
2017-08-03
Merge #10851: depends: fix fontconfig with newer glibc
Wladimir J. van der Laan
2017-08-03
Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...
Wladimir J. van der Laan
2017-08-02
depends: fix fontconfig with newer glibc
Cory Fields
2017-08-02
Merge #10958: Update to latest Bitcoin patches for LevelDB
Wladimir J. van der Laan
2017-08-02
Merge #10974: Fix typo in sendcoinsdialog.
Wladimir J. van der Laan
2017-08-02
Fix typo in sendcoinsdialog.
Masahiko Hyuga
2017-08-01
Update LevelDB with latest Bitcoin-specific patches
Pieter Wuille
2017-08-01
Squashed 'src/leveldb/' changes from 196962ff0..c521b3ac6
Pieter Wuille
2017-08-01
Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...
Wladimir J. van der Laan
2017-08-01
Merge #10526: Force on-the-fly compaction during pertxout upgrade
Wladimir J. van der Laan
2017-08-01
Merge #10758: Fix some chainstate-init-order bugs.
Wladimir J. van der Laan
2017-07-31
qt: Periodic translations update
Wladimir J. van der Laan
2017-07-31
Merge #10949: Clarify help message for -discardfee
Wladimir J. van der Laan
2017-07-31
Merge #10948: p2p: Hardcoded seeds update pre-0.15 branch
Wladimir J. van der Laan
2017-07-31
Merge #10945: Update defaultAssumeValid according to release-process.md.
Wladimir J. van der Laan
2017-07-30
p2p: Hardcoded seeds update pre-0.15 branch
Wladimir J. van der Laan
2017-07-28
Clarify help message for -discardfee
Alex Morcos
2017-07-28
Merge #10885: Reject invalid wallets
Wladimir J. van der Laan
2017-07-28
[wallet] Specify wallet name in wallet loading errors
John Newbery
2017-07-28
Reject invalid wallet files
João Barbosa
2017-07-28
Reject duplicate wallet filenames
João Barbosa
2017-07-27
Force on-the-fly compaction during pertxout upgrade
Pieter Wuille
2017-07-27
Eliminate fee overpaying edge case when subtracting fee from recipients
Alex Morcos
2017-07-28
Update defaultAssumeValid according to release-process.md.
Gregory Maxwell
2017-07-27
Replace ismine with producesignature check in witnessifier
Andrew Chow
2017-07-27
Fix segfault when shutting down before fully loading
Matt Corallo
2017-07-27
Order chainstate init more logically.
Matt Corallo
2017-07-27
Call RewindBlockIndex even if we're about to run -reindex-chainstate
Matt Corallo
2017-07-27
More user-friendly error message if UTXO DB runs ahead of block DB
Matt Corallo
2017-07-27
Fix some LoadChainTip-related init-order bugs.
Matt Corallo
2017-07-27
Merge #10931: Fix misleading "Method not found" multiwallet errors
Wladimir J. van der Laan
2017-07-27
Merge #10892: Replace traditional for with ranged for in block and transactio...
Wladimir J. van der Laan
2017-07-27
Merge #10501: remove some unused functions
Wladimir J. van der Laan
2017-07-26
Change wallet method disabled error text
Russell Yanofsky
2017-07-26
Merge #10912: [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
Wladimir J. van der Laan
2017-07-26
Merge #10824: Avoid unnecessary work in SetNetworkActive
Wladimir J. van der Laan
2017-07-26
Merge #10917: developer-notes: add reference to snake_case and PascalCase
Wladimir J. van der Laan
2017-07-26
Fix misleading "Method not found" multiwallet errors
Russell Yanofsky
2017-07-26
Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...
Wladimir J. van der Laan
2017-07-26
Merge #10655: Properly document target_confirmations in listsinceblock
Wladimir J. van der Laan
2017-07-26
Merge #10914: Add missing lock in CScheduler::AreThreadsServicingQueue()
Wladimir J. van der Laan
2017-07-26
Merge #10899: [test] Qt: Use _putenv_s instead of setenv on Windows builds
Wladimir J. van der Laan
2017-07-26
[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
practicalswift
2017-07-25
Merge #10799: Prevent user from specifying conflicting parameters to fundrawtx
Wladimir J. van der Laan
2017-07-25
Merge #10927: test: Make sure wallet.backup is created in temp path
Wladimir J. van der Laan
2017-07-25
Revert "[tests] Allow tests to pass when stderr is non-empty"
Wladimir J. van der Laan
2017-07-25
Properly document target_confirmations in listsinceblock
Ryan Havar
2017-07-25
Merge #10703: [tests] Allow tests to pass when stderr is non-empty
MarcoFalke
2017-07-25
test: Make sure wallet.backup is created in temp path
Wladimir J. van der Laan
[next]