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
2018-07-25
[net_processing] Add thread safety annotations
Jesse Cohen
2018-07-25
Annotate AssertLockHeld() with ASSERT_CAPABILITY() for thread safety analysis
Jesse Cohen
2018-07-25
Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescan
Wladimir J. van der Laan
2018-07-25
Merge #13721: Bugfixes for BIP 174 combining and deserialization
Wladimir J. van der Laan
2018-07-25
Merge #13753: scripted-diff: Remove trailing whitespaces
MarcoFalke
2018-07-25
scripted-diff: prefer MAC_OSX over __APPLE__
fanquake
2018-07-25
gui: remove macOS ProgressBar workaround
fanquake
2018-07-25
gui: remove SubstituteFonts
fanquake
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependency
MarcoFalke
2018-07-24
Merge #12257: [wallet] Use destination groups instead of coins in coin select
Wladimir J. van der Laan
2018-07-24
clean-up: Remove no longer used ivars from CInputCoin
Karl-Johan Alm
2018-07-24
wallet: Remove deprecated OutputEligibleForSpending
Karl-Johan Alm
2018-07-24
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
wallet: Add output grouping
Karl-Johan Alm
2018-07-24
Add -avoidpartialspends and m_avoid_partial_spends
Karl-Johan Alm
2018-07-24
wallet: Add input bytes to CInputCoin
Karl-Johan Alm
2018-07-24
moveonly: CoinElegibilityFilter into coinselection.h
Karl-Johan Alm
2018-07-24
utils: Add insert() convenience templates
Karl-Johan Alm
2018-07-23
qt: Update translation source messages
Wladimir J. van der Laan
2018-07-23
Merge #13719: Avoid creating a temporary vector for size-prefixed elements
Wladimir J. van der Laan
2018-07-23
Merge #13742: doc: Adjust bitcoincore.org links
Wladimir J. van der Laan
2018-07-22
Removes Boost predicate.hpp dependency
251
2018-07-22
Merge #13740: trivial: remove unneeded include
MarcoFalke
2018-07-22
Merge #13212: Net: Fixed a race condition when disabling the network.
Wladimir J. van der Laan
2018-07-22
doc: Adjust bitcoincore.org links
MarcoFalke
2018-07-22
Merge #13633: Drop dead code from Stacks
Wladimir J. van der Laan
2018-07-22
Merge #13733: Utils: Refactor ArgsManager a little
Wladimir J. van der Laan
2018-07-22
trivial: remove unneeded include
Nikolay Mitev
2018-07-22
Merge #11762: Avoid locking mutexes that are already held by the same thread
MarcoFalke
2018-07-22
Merge #12764: doc: Remove field in getblocktemplate help that has never been ...
MarcoFalke
2018-07-22
Merge #13691: Remove redundant variables, statements and forward declarations
MarcoFalke
2018-07-22
Merge #13722: trivial: Replace CPubKey::operator[] with CPubKey::vch where po...
MarcoFalke
2018-07-22
Merge #13683: wallet: Introduce assertion to document the assumption that cac...
MarcoFalke
2018-07-21
Merge #13726: Utils and libraries: Removes the boost/algorithm/string/join de...
MarcoFalke
2018-07-22
tiny refactor for ArgsManager
AtsukiTak
2018-07-21
Avoid locking mutexes that are already held by the same thread
practicalswift
2018-07-21
trivial: Replace CPubKey::operator[] with CPubKey::vch where possible
Nikolay Mitev
2018-07-21
Removes the boost/algorithm/string/join dependency
251
2018-07-20
Fix bitcoin-cli --version
Ben Woosley
2018-07-20
Merge #13482: Remove boost::program_options dependency
Wladimir J. van der Laan
2018-07-20
Merge #11637: p2p: Remove dead service bits code
Wladimir J. van der Laan
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-19
Fix merging of global unknown data in PSBTs
Andrew Chow
2018-07-19
Check that PSBT keys are the correct length
Andrew Chow
2018-07-19
Avoid creating a temporary vector for size-prefixed elements
Pieter Wuille
2018-07-19
Merge #13712: wallet: Fix non-determinism in ParseHDKeypath(...). Avoid using...
MarcoFalke
2018-07-19
Merge #13074: [trivial] Correct help text for `importaddress` RPC
MarcoFalke
2018-07-19
wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...
practicalswift
2018-07-19
wallet: Add tests for ParseHDKeypath(...)
practicalswift
[next]