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-03-22
Merge #12694: Actually disable BnB when there are preset inputs
Wladimir J. van der Laan
2018-03-22
Merge #12742: Make FastRandomContext support standard C++11 RNG interface
MarcoFalke
2018-03-22
Merge #12630: Provide useful error message if datadir is not writable.
Wladimir J. van der Laan
2018-03-22
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
2018-03-22
Merge #12704: base58: use map instead of strchr() when decode
Wladimir J. van der Laan
2018-03-21
Merge #12750: Replace boost::call_once with std::call_once
Pieter Wuille
2018-03-21
Merge #12747: Fix typos
MarcoFalke
2018-03-21
Replace boost::call_once with std::call_once
donaloconnor
2018-03-21
Merge #12723: Qt5: Warning users about invalid-BIP21 URI bitcoin://
Wladimir J. van der Laan
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Qt: Warn users about invalid-BIP21 URI bitcoin://
Alexey Ivanov
2018-03-21
Fix typos
practicalswift
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-20
Make FastRandomContext support standard C++11 RNG interface
Pieter Wuille
2018-03-21
use base58 map instead of strchr()
Kevin Pan
2018-03-20
Remove unnecessary NONNEGATIVE_SIGNED
Russell Yanofsky
2018-03-20
Merge #12652: bitcoin-cli: Provide a better error message when bitcoind is no...
Wladimir J. van der Laan
2018-03-20
Merge #12721: Qt: remove "new" button during receive-mode in addressbook
Wladimir J. van der Laan
2018-03-19
Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp
MarcoFalke
2018-03-19
Merge #9753: Add static_assert to prevent VARINT(<signed value>)
Wladimir J. van der Laan
2018-03-19
Merge #12700: Document RPC method aliasing
Wladimir J. van der Laan
2018-03-19
Merge #12408: wallet: Change output type globals to members
Wladimir J. van der Laan
2018-03-19
Remove unreachable help conditions
lutangar
2018-03-19
Merge #12678: build: Fix a few compilation issues with Clang 7 and -Werror
Wladimir J. van der Laan
2018-03-19
Qt: remove "new" button during receive-mode in addressbook
Jonas Schnelli
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-16
Merge #12542: Remove redundant includes. Conform to header include guidelines.
Pieter Wuille
2018-03-15
Merge #12683: Fix more constness violations in serialization code
Pieter Wuille
2018-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-15
Merge #12621: Avoid querying unnecessary model data when filtering transactions
Pieter Wuille
2018-03-15
Merge #12693: Remove unused variable in SortForBlock
Pieter Wuille
2018-03-15
Document RPC method aliasing
Russell Yanofsky
2018-03-15
Test that BnB is not used when there are preset inputs
Andrew Chow
2018-03-15
Remove redundant checks for MSG_* from configure.ac
Vasil Dimov
2018-03-15
Merge #12431: Only call NotifyBlockTip when chainActive changes
Wladimir J. van der Laan
2018-03-15
Actually disable BnB when there are preset inputs
Andrew Chow
2018-03-14
Remove unused variable in SortForBlock
Drew Rasmussen
2018-03-14
Provide relevant error message if datadir is not writable.
murrayn
2018-03-14
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-14
Merge #12080: Add support to search the address book
Wladimir J. van der Laan
2018-03-14
Polish interfaces around PeerLogicValidation
Vasil Dimov
2018-03-13
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
Support deserializing into temporaries
Pieter Wuille
2018-03-13
Merge READWRITEMANY into READWRITE
Pieter Wuille
2018-03-13
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
Merge #12658: Sanitize some wallet serialization
Wladimir J. van der Laan
2018-03-13
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-03-13
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
Benchmark BnB in the worst case where it exhausts
Andrew Chow
[next]