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-25
Merge #9008: [net] Remove assert(nMaxInbound > 0)
Wladimir J. van der Laan
2016-10-25
Merge #9002: Make connect=0 disable automatic outbound connections.
Wladimir J. van der Laan
2016-10-25
Make connect=0 disable automatic outbound connections.
Gregory Maxwell
2016-10-24
[net] Remove assert(nMaxInbound > 0)
MarcoFalke
2016-10-24
Merge #8995: Add missing cs_main lock to ::GETBLOCKTXN processing
Wladimir J. van der Laan
2016-10-21
Fix doxygen comment: the transaction is returned in txOut
Pavel Janík
2016-10-21
Merge #8982: Eliminating Inconsistencies in Textual Output
MarcoFalke
2016-10-21
Add missing cs_main lock to ::GETBLOCKTXN processing
Matt Corallo
2016-10-21
Merge #8968: Don't hold cs_main when calling ProcessNewBlock from a cmpctblock
Wladimir J. van der Laan
2016-10-21
Merge #8975: Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/
Wladimir J. van der Laan
2016-10-21
Merge #8990: moveonly: move `coincontrol` to `src/wallet`
Wladimir J. van der Laan
2016-10-21
Merge #8985: Use pindexBestHeader instead of setBlockIndexCandidates for Noti...
Jonas Schnelli
2016-10-21
moveonly: move `coincontrol` to `src/wallet`
Wladimir J. van der Laan
2016-10-20
[Qt] use NotifyHeaderTip's height and date for the progress update
Jonas Schnelli
2016-10-20
Use pindexBestHeader instead of setBlockIndexCandidates for NotifyHeaderTip()
Jonas Schnelli
2016-10-20
Eliminating Inconsistencies in Textual Output
S. Matthew English
2016-10-20
RPC: importmulti: Avoid using boost::variant::operator!=, which is only in ne...
Luke Dashjr
2016-10-20
Merge #7551: Add importmulti RPC call
Wladimir J. van der Laan
2016-10-19
Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/
Jorge Timón
2016-10-19
Merge #8928: Fix init segfault where InitLoadWallet() calls ATMP before genesis
Wladimir J. van der Laan
2016-10-19
Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts
Wladimir J. van der Laan
2016-10-19
Merge #8774: Qt refactors to better abstract wallet access
Jonas Schnelli
2016-10-19
Merge #7948: RPC: augment getblockchaininfo bip9_softforks data
Wladimir J. van der Laan
2016-10-19
Add consistency check to RPC call importmulti
Pedro Branco
2016-10-19
Add importmulti rpc call
Pedro Branco
2016-10-19
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
[RPC] pass HTTP basic authentication username to the JSONRequest object
Jonas Schnelli
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
rpc: Change JSONRPCRequest to JSONRPCRequestObj
Wladimir J. van der Laan
2016-10-19
Merge #8972: [Qt] make warnings label selectable (jonasschnelli)
Wladimir J. van der Laan
2016-10-19
Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of help
Wladimir J. van der Laan
2016-10-19
[Qt] make warnings label selectable
Jonas Schnelli
2016-10-19
RPC/Mining: getblocktemplate: Update and fix formatting of help
Luke Dashjr
2016-10-19
Merge #8949: Be more agressive in getting connections to peers with relevant ...
Wladimir J. van der Laan
2016-10-19
Merge #8936: Report NodeId in misbehaving debug
Wladimir J. van der Laan
2016-10-19
Make dnsseed's definition of acute need include relevant services.
Gregory Maxwell
2016-10-18
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
Merge #8873: Add microbenchmarks to profile more code paths.
Wladimir J. van der Laan
2016-10-18
Add microbenchmarks to profile more code paths.
Russell Yanofsky
2016-10-18
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-18
Don't hold cs_main when calling ProcessNewBlock from a cmpctblock
Matt Corallo
2016-10-18
Merge #8637: Compact Block Tweaks (rebase of #8235)
Wladimir J. van der Laan
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
Merge #8287: [wallet] Set fLimitFree = true
Wladimir J. van der Laan
2016-10-18
Merge #8914: Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-18
Merge #8925: qt: Display minimum ping in debug window.
Wladimir J. van der Laan
2016-10-18
Merge #8845: Don't return the address of a P2SH of a P2SH
Wladimir J. van der Laan
2016-10-18
Merge #8921: RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFiel...
Wladimir J. van der Laan
2016-10-18
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
Jorge Timón
2016-10-18
Merge #8932: Allow bitcoin-tx to create v2 transactions
Wladimir J. van der Laan
[next]