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
2016-09-26
Add p2p test for BIP 152 (compact blocks)
Suhas Daftuar
2016-09-26
Add support for compactblocks to mininode
Suhas Daftuar
2016-09-26
Tests: refactor compact size serialization in mininode
Suhas Daftuar
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
Add basic test for IsStandard witness transaction blinding
instagibbs
2016-09-26
Do not store witness txn in rejection cache
Pieter Wuille
2016-09-26
Merge #8772: [0.13] Backports
Wladimir J. van der Laan
2016-09-21
Trivial: Fix typo
Marty Jones
2016-09-21
[copyright] add MIT license headers to .sh scripts where missing
isle2983
2016-09-21
[copyright] Add missing copyright headers
isle2983
2016-09-21
[copyright] add MIT License copyright header to remaining Python files
isle2983
2016-09-21
[copyright] add MIT License copyright header to zmq_sub.py
isle2983
2016-09-21
UndoReadFromDisk works on undo files (rev), not on block files.
Pavel Janík
2016-09-21
[qa] wallet: Check legacy wallet as well
MarcoFalke
2016-09-21
Specify Protobuf version 2 in paymentrequest.proto
fanquake
2016-09-21
Minor change in section name
Anders Øyvind Urke-Sætre
2016-09-21
[Doc] Target protobuf 2.6 in OS X build notes.
Michael Ford
2016-09-21
[qa] walletbackup: Sync blocks inside the loop
MarcoFalke
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] - clarify statement about parallel jobs in rpc-tests.py
isle2983
2016-09-21
contrib: Make fix-copyright-headers.py more portable
MarcoFalke
2016-09-21
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-09-21
[qa] pull-tester: Don't mute zmq ImportError
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
[doc] Update git-subtree-check.sh README
MarcoFalke
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
[qa] abandonconflict: Use assert_equal
MarcoFalke
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
Bugfix: Allow building libbitcoinconsensus without any univalue
Luke Dashjr
2016-09-21
configure: Allow building bench_bitcoin by itself
Luke Dashjr
2016-09-21
[doc] typos, READMEs, comments
Justin Camarena
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
[qa] Rework hd wallet dump test
MarcoFalke
2016-09-21
Enable size accounting in mining unit tests
Suhas Daftuar
2016-09-21
[qa]: enable rpcbind_test
whythat
[next]