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-18
bugfix: Remove dangling wallet env instance
João Barbosa
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
doc: Add release notes for unloadwallet RPC
João Barbosa
2018-06-18
test: Wallet methods are disabled when no wallet is loaded
João Barbosa
2018-06-18
test: Add functional tests for unloadwallet RPC
João Barbosa
2018-06-18
rpc: Add unloadwallet RPC
João Barbosa
2018-06-12
rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequest
João Barbosa
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-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-04
Rename “OS X” to the newer “macOS” convention
Giulio Lombardo
2018-06-04
Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2
Wladimir J. van der Laan
2018-06-04
build: Guard against accidental introduction of new Boost dependencies
practicalswift
2018-06-04
Merge #13383: bench: Use non-throwing ParseDouble(...) instead of throwing bo...
Wladimir J. van der Laan
2018-06-04
Merge #13372: doc: split FreeBSD build instructions out of build-unix.md
Wladimir J. van der Laan
2018-06-03
bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_c...
practicalswift
2018-06-02
doc: split FreeBSD build instructions out of build-unix.md
steverusso
2018-06-01
qa: Increase includeconf test coverage
MarcoFalke
2018-06-01
Merge #13352: qa: Avoid checking reject code for now
Wladimir J. van der Laan
2018-06-01
Merge #13353: qa: Fixup setting of PATH env var
Wladimir J. van der Laan
2018-06-01
Merge #13058: [wallet] `createwallet` RPC - create new wallet at runtime
Jonas Schnelli
2018-06-01
Merge #13355: Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid usin...
Wladimir J. van der Laan
2018-05-31
[wallets] [docs] Add release notes for createwallet RPC.
John Newbery
2018-05-31
[wallet] [tests] Add tests for `createwallet` RPC.
John Newbery
2018-05-31
Merge #13347: travis: Skip cache for lint stage
MarcoFalke
2018-05-31
Merge #13349: bench: Don't return a bool from main
MarcoFalke
2018-05-31
Merge #13309: Directly operate with CMutableTransaction in SignSignature
Wladimir J. van der Laan
2018-05-31
Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe...
practicalswift
2018-05-31
bench: Don't return a bool from main
Wladimir J. van der Laan
2018-05-30
qa: Fixup setting of PATH env var
MarcoFalke
2018-05-30
qa: Avoid checking reject code for now
MarcoFalke
2018-05-30
Merge #13069: docs: Fix typos
MarcoFalke
2018-05-30
wallet: Prevent segfault when sending to unspendable witness
MarcoFalke
2018-05-30
Merge #13112: Throw an error for unknown args
MarcoFalke
2018-05-30
Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safety
Wladimir J. van der Laan
2018-05-30
Test gArgs erroring on unknown args
Andrew Chow
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
Use a struct for arguments and nested map for categories
Andrew Chow
2018-05-30
Merge #13194: Remove template matching and pseudo opcodes
Wladimir J. van der Laan
2018-05-30
Generic TransactionSignatureCreator works with both CTransaction and CMutable...
Martin Ankerl
2018-05-30
Merge #13341: Stop translating command line options
MarcoFalke
2018-05-30
travis: Skip cache for lint stage
MarcoFalke
2018-05-30
Merge #13346: doc: update bitcoin-dot-org links in release-process.md
MarcoFalke
2018-05-30
Stop translating command line options
Wladimir J. van der Laan
2018-05-30
doc: update bitcoin-dot-org links in release-process.md
fanquake
[next]