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
2018-07-11
Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
Ben Woosley
2018-07-10
Merge #13547: Make signrawtransaction* give an error when amount is needed bu...
Wladimir J. van der Laan
2018-07-10
Merge #13565: test: Fix AreInputsStandard test to reference the proper script...
MarcoFalke
2018-07-10
Merge #13118: RPCAuth Detection in Logs
Wladimir J. van der Laan
2018-07-09
Merge #13481: doc: Rewrite some validation docs as lock annotations
Wladimir J. van der Laan
2018-07-09
Merge #13386: SHA256 implementations based on Intel SHA Extensions
Wladimir J. van der Laan
2018-07-09
Merge #13452: rpc: have verifytxoutproof check the number of txns in proof st...
Wladimir J. van der Laan
2018-07-09
Merge #13603: bitcoin-tx: Stricter check for valid integers
Wladimir J. van der Laan
2018-07-09
Merge #13570: RPC: Add new "getzmqnotifications" method
Wladimir J. van der Laan
2018-07-09
Merge #13614: doc: Update command line help for -printtoconsole and -debuglog...
Wladimir J. van der Laan
2018-07-09
Merge #13615: net: Remove unused interrupt from SendMessages
Wladimir J. van der Laan
2018-07-09
Merge #13611: [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail.
Wladimir J. van der Laan
2018-07-08
Remove unused argument to ProcessGetBlockData(...)
practicalswift
2018-07-08
net: Remove unused interrupt from SendMessages
fanquake
2018-07-08
Fix command line help for -printtoconsole and -debuglogfile
Samuel B. Atwood
2018-07-07
Merge #13564: [wallet] loadwallet shouldn't create new wallets.
MarcoFalke
2018-07-07
Use __cpuid_count for gnu C to avoid gitian build fail.
Chun Kuan Lee
2018-07-07
bitcoin-tx: Stricter check for valid integers
Daniel Kraft
2018-07-05
Merge #13598: bench: fix incorrect behaviour in prevector.cpp
MarcoFalke
2018-07-05
Merge #12788: [build] Tune wildcards for LIBSECP256K1 target
Wladimir J. van der Laan
2018-07-05
Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check
Wladimir J. van der Laan
2018-07-05
Merge #13577: logging: avoid nStart may be used uninitialized in AppInitMain ...
Wladimir J. van der Laan
2018-07-05
Merge #13425: Moving final scriptSig construction from CombineSignatures to P...
Wladimir J. van der Laan
2018-07-05
Merge #13580: build: Detect if char equals int8_t
Wladimir J. van der Laan
2018-07-05
fix bench/prevector.cpp
Akio Nakamura
2018-07-05
RPC: Add new getzmqnotifications method.
Daniel Kraft
2018-07-04
Merge #13588: Docs: Improve doc of options addnode, connect, seednode
Wladimir J. van der Laan
2018-07-04
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-04
Merge #13575: Refactor: Rename NET_TOR to NET_ONION
Wladimir J. van der Laan
2018-07-04
Merge #13491: Improve handling of INVALID in IsMine
Wladimir J. van der Laan
2018-07-04
Merge #13568: Trivial: Remove double semicolon from wallet.cpp and misc.cpp
Wladimir J. van der Laan
2018-07-03
Remove CombineSignatures and replace tests
Andrew Chow
2018-07-03
Replace CombineSignatures with ProduceSignature
Andrew Chow
2018-07-03
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-07-02
Docs: Improve doc of options addnode, connect, seednode
wodry
2018-07-02
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-07-02
Delete double semicolon in wallet.cpp and misc.cpp
Matteo Sumberaz
2018-07-01
Detect if char equals int8_t
Chun Kuan Lee
2018-06-30
Merge #13431: validation: count blocks correctly for check level < 3
MarcoFalke
2018-07-01
Merge #13537: GUI: Peer table: Visualize inbound/outbound state for every row
Jonas Schnelli
2018-06-30
logging: avoid nStart may be used uninitialized in AppInitMain warning
mruddy
2018-06-29
Inline Sign1 and SignN
Andrew Chow
2018-06-29
Make ZMQ notification interface instance global.
Daniel Kraft
2018-06-30
Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost de...
MarcoFalke
2018-06-29
Merge #13563: bench: Simplify CoinSelection
MarcoFalke
2018-06-28
Fix AreInputsStandard test to reference the proper scriptPubKey
Ben Woosley
2018-06-28
[wallet] loadwallet shouldn't create new wallets.
John Newbery
2018-06-28
bench: Simplify CoinSelection
João Barbosa
2018-06-27
tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
practicalswift
2018-06-28
Error on missing amount in signrawtransaction*
Anthony Towns
[next]