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-10-13
Add NULLDUMMY verify flag in bitcoinconsensus.h
Johnson Lau
2016-10-13
net: fix a few cases where messages were sent rather than dropped upon discon...
Cory Fields
2016-10-13
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-10-13
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-10-13
qt: Periodic translations update
Wladimir J. van der Laan
2016-10-13
qt: Translate all files, even if wallet disabled
Wladimir J. van der Laan
2016-10-05
Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...
Luke Dashjr
2016-10-03
bitcoin-util-test.py should fail if the output file is empty
jnewbery
2016-10-03
[rpc] throw JSONRPCError when utxo set can not be read
MarcoFalke
2016-10-03
[Wallet] remove "unused" ThreadFlushWalletDB from removeprunedfunds
Jonas Schnelli
2016-10-03
Add bitcoin-tx JSON tests
jnewbery
2016-09-26
Implement NULLDUMMY softfork
Johnson Lau
2016-09-26
Implement SipHash in Python
Pieter Wuille
2016-09-26
Allow changing BIP9 parameters on regtest
Suhas Daftuar
2016-09-26
Remove maxuploadtargets recommended minimum
Jonas Schnelli
2016-09-26
Remove createwitnessaddress
Johnson Lau
2016-09-26
Do not store witness txn in rejection cache
Pieter Wuille
2016-09-21
[copyright] add MIT license headers to .sh scripts where missing
isle2983
2016-09-21
UndoReadFromDisk works on undo files (rev), not on block files.
Pavel JanÃk
2016-09-21
Specify Protobuf version 2 in paymentrequest.proto
fanquake
2016-09-21
net: No longer send local address in addrMe
Wladimir J. van der Laan
2016-09-21
Berkeley DB v6 compatibility fix
Alexey Vesnin
2016-09-21
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-09-21
init: Fix typo in help message for -whitelistforcerelay
Wladimir J. van der Laan
2016-09-21
Set jonasschnellis dns-seeder filter flag
Jonas Schnelli
2016-09-21
Trivial: Fix two VarInt examples in serialize.h
Christian Barcenas
2016-09-21
CDB: fix debug output
crowning-
2016-09-21
Add copyright header to wallet_text_fixture.cpp
Wladimir J. van der Laan
2016-09-21
Use __func__ to get function name for output printing
MarcoFalke
2016-09-21
[Wallet] Trivial cleanup of HD wallet changes
Jonas Schnelli
2016-09-21
document return value of networkhashps for getmininginfo RPC endpoint
Jameson Lopp
2016-09-21
various typos
leijurv
2016-09-21
Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-60...
Jeremy Rubin
2016-09-21
Corrected JSON typo on setban of net.cpp
Sev
2016-09-21
Do diskspace check before import thread is started
Pieter Wuille
2016-09-21
Add extra message to avoid a long 'Loading banlist'
Pieter Wuille
2016-09-21
Use a signal to continue init after genesis activation
Pieter Wuille
2016-09-21
Update README.md
Chris Stewart
2016-09-21
Enable size accounting in mining unit tests
Suhas Daftuar
2016-09-21
net: Ignore `notfound` P2P messages
Wladimir J. van der Laan
2016-09-21
prepend license statement to indirectmap
Kaz Wesley
2016-09-21
Fix obvious assignment/equality error in test
Jeremy Rubin
2016-09-21
Clear witness with vin/vout in CWallet::CreateTransaction()
Suhas Daftuar
2016-09-21
[Qt][CoinControl] fix UI bug that could result in paying unexpected fee
Jonas Schnelli
2016-09-21
add witness address to address book
instagibbs
2016-09-13
Persist the datadir after option reset
Andrew Chow
2016-09-13
Fix minimize and close bugs
adlawren
2016-09-13
fix op order to append first alert
rodasmith
2016-09-09
Reduce default number of blocks to check at startup
Pieter Wuille
2016-09-07
Do not add random inbound peers to addrman.
Gregory Maxwell
[next]