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-07-16
Merge #10820: Use cpuid intrinsics instead of asm code
Pieter Wuille
2017-07-16
Use range based for loop
René Nyffenegger
2017-07-16
Remove duplicate include
practicalswift
2017-07-16
Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey.
Gregory Maxwell
2017-07-15
Merge #10235: Track keypool entries as internal vs external in memory
Pieter Wuille
2017-07-15
Use AC_ARG_VAR to set ARFLAGS.
René Nyffenegger
2017-07-15
Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...
Pieter Wuille
2017-07-15
Fix resource leak
Dag Robole
2017-07-15
[logs] fix zapwallettxes startup logs
John Newbery
2017-07-15
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-15
[wallet] fix zapwallettxes interaction with persistent mempool
John Newbery
2017-07-15
[tests] fix flake8 warnings in zapwallettxes.py
John Newbery
2017-07-15
Merge #10807: getbalance example covers at least 6 confirms
Pieter Wuille
2017-07-15
Remove declaration of unused function: void UpdatedTransaction(const uint256 &)
practicalswift
2017-07-15
Merge #10833: Fix typos
Pieter Wuille
2017-07-15
Fix typos
practicalswift
2017-07-15
Avoid static analyzer warnings regarding uninitialized arguments
practicalswift
2017-07-14
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Use CoinControl to pass custom fee setting from QT.
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets
Pieter Wuille
2017-07-14
Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wal...
Pieter Wuille
2017-07-14
Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool
Matt Corallo
2017-07-14
Meet code style on lines changed in the previous commit
Matt Corallo
2017-07-14
Track keypool entries as internal vs external in memory
Matt Corallo
2017-07-14
Merge #10808: Avoid some new gcc warnings in 15
Pieter Wuille
2017-07-14
Explicitly initialize prevector::_union to avoid new warning
Matt Corallo
2017-07-14
Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE.
Pieter Wuille
2017-07-14
Merge #10819: Fix uninitialized atomic variables
Pieter Wuille
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
Clarify entropy source
Pieter Wuille
2017-07-14
Merge #10557: Make check to distinguish between orphan txs and old txs more e...
Pieter Wuille
2017-07-14
Merge #10806: build: verify that the assembler can handle crc32 functions
Wladimir J. van der Laan
2017-07-13
Use cpuid intrinsics instead of asm code
Pieter Wuille
2017-07-13
Fix uninitialized atomic variables
João Barbosa
2017-07-13
[utils] allow square brackets for ipv6 addresses in bitcoin-cli
John Newbery
2017-07-13
Properly forbid -salvagewallet and -zapwallettxes for multi wallet.
Alex Morcos
2017-07-13
build: verify that the assembler can handle crc32 functions
Cory Fields
2017-07-13
[Qt] migrate old fee slider value to new dropbown
Jonas Schnelli
2017-07-13
[Qt] replace fee slider with a Dropdown, extend conf. targets
Jonas Schnelli
2017-07-13
Merge #10810: missing white space in function arg
Jonas Schnelli
2017-07-12
Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar"
Pieter Wuille
2017-07-13
missing white space in function arg
Lawrence Nahum
2017-07-12
Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead.
Pieter Wuille
2017-07-12
Merge #10714: Avoid printing incorrect block indexing time due to uninitializ...
Pieter Wuille
2017-07-12
[refactor] move SplitHostPort() into utilstrencodings
John Newbery
2017-07-12
getbalance example covers at least 6 confirms
Gregory Sanders
[prev]
[next]