index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-09-12
Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.
MarcoFalke
2017-09-12
Merge #11267: rpc: update cli for estimate*fee argument rename
MarcoFalke
2017-09-11
Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr.
Pieter Wuille
2017-09-11
Use a sensible default for blockmaxweight
Matt Corallo
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-11
Merge #11268: [macOS] remove Growl support, remove unused code
Wladimir J. van der Laan
2017-09-08
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
Wladimir J. van der Laan
2017-09-08
rpc: make estimatesmartfee argument naming consistent with documentation
Wladimir J. van der Laan
2017-09-08
rpc: update cli for estimatefee argument rename
Wladimir J. van der Laan
2017-09-07
Remove usehd option and warn when it is used
Andrew Chow
2017-09-07
Bump wallet version number to 159900
Andrew Chow
2017-09-07
Merge #10767: [wallet] Clarify wallet initialization / destruction interface
MarcoFalke
2017-09-07
[trivial] fixup comment for VerifyWallets()
John Newbery
2017-09-07
[wallet] Add StartWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add CloseWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add StopWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add FlushWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Rename WalletVerify() to VerifyWallets()
John Newbery
2017-09-07
[wallet] Rename InitLoadWallet() to OpenWallets()
John Newbery
2017-09-08
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
Merge #10756: net processing: swap out signals for an interface class
Wladimir J. van der Laan
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-07
Merge #10916: add missing lock to crypter GetKeys()
Wladimir J. van der Laan
2017-09-07
Merge #11232: Ensure that data types are consistent
Wladimir J. van der Laan
2017-09-07
Merge #11237: qt: Fixing division by zero in time remaining
Wladimir J. van der Laan
2017-09-07
net: stop both net/net_processing before destroying them
Cory Fields
2017-09-07
[macOS] remove Growl support, remove unused code
Jonas Schnelli
2017-09-07
Merge #11156: Fix memory leaks in qt/guiutil.cpp
Jonas Schnelli
2017-09-07
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...
Jonas Schnelli
2017-09-07
Merge #10911: [qt] Fix typo and access key in optionsdialog.ui
Jonas Schnelli
2017-09-07
Typo in optionsdialog.ui
James Evans
2017-09-07
Ensure that data types are consistent
jjz
2017-09-06
Merge #10682: Trivial: Move the AreInputsStandard documentation next to its i...
MarcoFalke
2017-09-07
Fix style in -stdin and -stdinrpcpass handling
João Barbosa
2017-09-06
net: drop unused connman param
Cory Fields
2017-09-06
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-07
Merge #10838: (finally) remove getinfo
Wladimir J. van der Laan
2017-09-06
(finally) remove getinfo in favor of more module-specific infos
Matt Corallo
2017-09-06
net: pass CConnman via pointer rather than reference
Cory Fields
2017-09-06
Remove duplicate destination decoding
João Barbosa
2017-09-06
Remove unused GetKeyID and IsScript methods from CBitcoinAddress
João Barbosa
2017-09-07
Merge #11219: [docs] explain how to recompile a modified unit test
Wladimir J. van der Laan
2017-09-06
Merge #11238: Add assertions before potential null deferences
Wladimir J. van der Laan
2017-09-06
Merge #11099: [RPC][mempool]: Add savemempool RPC
MarcoFalke
2017-09-06
Merge #11117: Prepare for non-Base58 addresses
Wladimir J. van der Laan
2017-09-06
Move CBitcoinAddress to base58.cpp
Pieter Wuille
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
Merge #10845: Remove unreachable code
Wladimir J. van der Laan
2017-09-06
Merge #11203: rpc: add wtxid to mempool entry output
Wladimir J. van der Laan
[next]