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
2016-08-24
[test] Remove unused code
MarcoFalke
2016-08-24
Merge #8463: [qt] Remove Priority from coincontrol dialog
Jonas Schnelli
2016-08-24
Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit tests
Wladimir J. van der Laan
2016-08-24
[qt] Remove Priority from coincontrol dialog
MarcoFalke
2016-08-24
Merge #8560: Trivial: Fix two VarInt examples in serialize.h
Pieter Wuille
2016-08-24
Merge #8445: Move CWallet::setKeyPool to private section of CWallet.
Wladimir J. van der Laan
2016-08-22
Trivial: Fix two VarInt examples in serialize.h
Christian Barcenas
2016-08-22
Merge #8539: CDB: fix debug output
Wladimir J. van der Laan
2016-08-22
Merge #8554: trivial: remove unused variable
Wladimir J. van der Laan
2016-08-22
Merge #8558: Add copyright header to wallet_text_fixture.cpp
Wladimir J. van der Laan
2016-08-22
Merge #8548: [wallet] Use __func__ to get function name for output printing
Wladimir J. van der Laan
2016-08-22
Add copyright header to wallet_text_fixture.cpp
Wladimir J. van der Laan
2016-08-20
Move wallet initialization logic from AppInit2 to CWallet::InitLoadWallet
Patrick Strateman
2016-08-20
trivial: remove unused variable
Daniel Kraft
2016-08-19
Use __func__ to get function name for output printing
MarcoFalke
2016-08-19
Merge #8517: [Qt] show wallet HD state in statusbar
Jonas Schnelli
2016-08-19
Merge #8443: [Wallet] Trivial cleanup of HD wallet changes
Jonas Schnelli
2016-08-19
[Wallet] Trivial cleanup of HD wallet changes
Jonas Schnelli
2016-08-19
Merge #8461: document return value of networkhashps for getmininginfo RPC end...
Wladimir J. van der Laan
2016-08-19
[Qt] add HD enabled/disabled icon to the status bar
Jonas Schnelli
2016-08-18
qt: Fix random segfault when closing "Choose data directory" dialog
Wladimir J. van der Laan
2016-08-18
CDB: fix debug output
crowning-
2016-08-18
Merge #8453: Bring secp256k1 subtree up to date with master
Pieter Wuille
2016-08-17
Move CWallet::setKeyPool to private section of CWallet
Patrick Strateman
2016-08-17
Merge #8505: Trivial: Fix typos in various files
Wladimir J. van der Laan
2016-08-17
Merge #8513: Fix a type error that would not compile on OSX.
Wladimir J. van der Laan
2016-08-17
Merge #8512: Trivial: Corrected JSON typo on setban of net.cpp
Wladimir J. van der Laan
2016-08-16
Merge commit 'b2135359b3ad37cf2ac09b008079ddb237eff2c9'
Wladimir J. van der Laan
2016-08-16
Squashed 'src/secp256k1/' changes from 6c527ec..7a49cac
Wladimir J. van der Laan
2016-08-15
remove no-longer-used InitError logic
instagibbs
2016-08-15
Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)
MarcoFalke
2016-08-15
Merge #8192: [trivial] Remove URLs from About dialog translations
Jonas Schnelli
2016-08-15
Merge #8128: Net: Turn net structures into dumb storage classes
Wladimir J. van der Laan
2016-08-15
Merge #7946: Reduce cs_main locks during ConnectTip/SyncWithWallets
Pieter Wuille
2016-08-14
Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-60...
Jeremy Rubin
2016-08-14
various typos
leijurv
2016-08-14
Corrected JSON typo on setban of net.cpp
Sev
2016-08-13
Merge #8353: Trivial: tiny c++11 refactors
Wladimir J. van der Laan
2016-08-12
net: fixup nits
Cory Fields
2016-08-12
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2016-08-11
Merge #8481: Qt: Fix minimize and close bugs
Wladimir J. van der Laan
2016-08-10
Merge #8489: Bugfix: Use pre-BIP141 sigops until segwit activates (GBT)
Wladimir J. van der Laan
2016-08-09
use std::map::emplace() instead of std::map::insert()
whythat
2016-08-09
use c++11 std::unique_ptr instead of boost::shared_ptr
whythat
2016-08-09
use std::map::erase(const_iterator, const_iterator) to get non-constant iterator
whythat
2016-08-08
Bugfix: Use pre-BIP141 sigops until segwit activates
Luke Dashjr
2016-08-07
Remove rpc_wallet_tests.cpp
Patrick Strateman
2016-08-06
Fix minimize and close bugs
adlawren
2016-08-05
Do not shadow members in dbwrapper
Pavel JanÃk
2016-08-05
document return value of networkhashps for getmininginfo RPC endpoint
Jameson Lopp
[next]