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
2018-06-12
Merge #13393: Enable double-SHA256-for-64-byte code on 32-bit x86
Wladimir J. van der Laan
2018-06-12
Merge #13066: Migrate verify-commits script to python, run in travis
Wladimir J. van der Laan
2018-06-12
Merge #13120: policy: Treat segwit as always active
Wladimir J. van der Laan
2018-06-12
Use python instead of slow shell script on verify-commits
Chun Kuan Lee
2018-06-12
Merge #13440: qa: Log as utf-8
Wladimir J. van der Laan
2018-06-12
Merge #13312: docs: Add a note about the source code filename naming convention
MarcoFalke
2018-06-11
qa: Log as utf-8
MarcoFalke
2018-06-11
Merge #13230: Simplify include analysis by enforcing the developer guide's in...
Wladimir J. van der Laan
2018-06-11
Merge #12634: [refactor] Make TransactionWithinChainLimit more flexible
Wladimir J. van der Laan
2018-06-11
Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC
Wladimir J. van der Laan
2018-06-11
Merge #13294: Fix compiler warnings emitted when compiling under stock OpenBS...
Wladimir J. van der Laan
2018-06-11
Merge #13408: crypto: cleanup sha256 build
Wladimir J. van der Laan
2018-06-11
Merge #13421: qa: Remove portseed_offset from test runner
Wladimir J. van der Laan
2018-06-11
Merge #13043: [qt] OptionsDialog: add prune setting
Wladimir J. van der Laan
2018-06-11
test: Add MempoolAncestryTests
Karl-Johan Alm
2018-06-11
mempool: Calculate descendant maximum thoroughly
Karl-Johan Alm
2018-06-11
wallet: Switch to using ancestor/descendant limits
Karl-Johan Alm
2018-06-11
wallet: Strictly greater than for ancestor caps
Karl-Johan Alm
2018-06-11
Remove deprecated TransactionWithinChainLimit
Karl-Johan Alm
2018-06-11
Switch to GetTransactionAncestry() in OutputEligibleForSpending
Karl-Johan Alm
2018-06-11
Add GetTransactionAncestry to CTxMemPool for general purpose chain limit chec...
Karl-Johan Alm
2018-06-11
mempool: Fix max descendants check
Karl-Johan Alm
2018-06-11
mempool: Add explicit max_descendants
Karl-Johan Alm
2018-06-10
Fix compiler warnings emitted when compiling under stock OpenBSD 6.3
practicalswift
2018-06-08
qa: Remove portseed_offset from test runner
MarcoFalke
2018-06-08
Merge #13374: utils and libraries: checking for bitcoin address in translations
Wladimir J. van der Laan
2018-06-08
Merge #13259: refactoring: add a method for determining if a block is pruned ...
Wladimir J. van der Laan
2018-06-07
Merge #13396: Drop unused arith_uint256 ! operator
Wladimir J. van der Laan
2018-06-07
Merge #13243: Make reusable base class for auxiliary indices
Wladimir J. van der Laan
2018-06-07
Merge #13404: [tests] speed up of tx_validationcache_tests by reusing of CTra...
MarcoFalke
2018-06-07
Merge #13369: [docs] update transifex doc link
Wladimir J. van der Laan
2018-06-07
Merge #13394: cli: Ignore libevent warnings
Wladimir J. van der Laan
2018-06-07
Merge #13041: build: Add linter checking for accidental introduction of local...
Wladimir J. van der Laan
2018-06-06
crypto: cleanup sha256 build
Cory Fields
2018-06-06
speed up of tx_validationcache_tests by reusing of CTransaction.
lucash.dev@gmail.com
2018-06-06
Merge #13301: lint: Add linter to error on #include <*.cpp>
MarcoFalke
2018-06-06
lint: Add linter to error on #include <*.cpp>
Ben Woosley
2018-06-06
Clarify include recommendation
practicalswift
2018-06-06
Enforce the use of bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-06
Use bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-06
docs: Mention lint-locale-dependence.sh in developer-notes.md
practicalswift
2018-06-06
build: Add linter for checking accidental locale dependence
practicalswift
2018-06-05
Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...
Wladimir J. van der Laan
2018-06-05
Merge #13367: qa: Increase includeconf test coverage
Wladimir J. van der Laan
2018-06-05
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-06-05
Merge #13351: wallet: Prevent segfault when sending to unspendable witness
MarcoFalke
2018-06-05
Merge #13385: build: Guard against accidental introduction of new Boost depen...
Wladimir J. van der Laan
2018-06-05
Merge #13366: Docs: Rename “OS X” to the newer “macOS” convention
Wladimir J. van der Laan
2018-06-05
utils: checking for bitcoin addresses in translations
Max Kaplan
2018-06-05
Drop uint 256 not operator
Ben Woosley
[next]