.. |
bench
|
Merge #8115: Avoid integer division in the benchmark inner-most loop.
|
9 years ago |
compat
|
…
|
|
config
|
…
|
|
consensus
|
Consensus: Remove ISM
|
9 years ago |
crypto
|
…
|
|
leveldb
|
…
|
|
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Merge #8381: Make witness v0 outputs non-standard
|
9 years ago |
primitives
|
Use __func__ to get function name for output printing
|
8 years ago |
qt
|
Merge #8517: [Qt] show wallet HD state in statusbar
|
8 years ago |
rpc
|
Merge #8461: document return value of networkhashps for getmininginfo RPC endpoint
|
8 years ago |
script
|
libconsensus: Expose a flag for BIP112
|
9 years ago |
secp256k1
|
Merge commit 'b2135359b3ad37cf2ac09b008079ddb237eff2c9'
|
8 years ago |
support
|
…
|
|
test
|
Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)
|
8 years ago |
univalue
|
Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2'
|
9 years ago |
wallet
|
Merge #8539: CDB: fix debug output
|
8 years ago |
zmq
|
Reduce cs_main locks during ConnectTip/SyncWithWallets
|
8 years ago |
.clang-format
|
…
|
|
Makefile.am
|
net: fixup nits
|
8 years ago |
Makefile.bench.include
|
bench: Added base58 encoding/decoding benchmarks
|
9 years ago |
Makefile.leveldb.include
|
build: out-of-tree fixups
|
9 years ago |
Makefile.qt.include
|
[Qt] add HD enabled/disabled icon to the status bar
|
8 years ago |
Makefile.qttest.include
|
…
|
|
Makefile.test.include
|
Merge #8275: Remove bad chain alert partition check
|
9 years ago |
addrman.cpp
|
Introduce enum ServiceFlags for service flags
|
9 years ago |
addrman.h
|
net: narrow include scope after moving to netaddress
|
9 years ago |
amount.cpp
|
…
|
|
amount.h
|
…
|
|
arith_uint256.cpp
|
…
|
|
arith_uint256.h
|
…
|
|
base58.cpp
|
…
|
|
base58.h
|
…
|
|
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
…
|
|
bitcoin-tx-res.rc
|
…
|
|
bitcoin-tx.cpp
|
[RPC] signrawtransaction can sign P2WSH
|
9 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
…
|
|
blockencodings.cpp
|
various typos
|
8 years ago |
blockencodings.h
|
Add reconstruction debug logging
|
9 years ago |
bloom.cpp
|
…
|
|
bloom.h
|
…
|
|
chain.cpp
|
…
|
|
chain.h
|
Add rewind logic to deal with post-fork software updates
|
9 years ago |
chainparams.cpp
|
Set jonasschnellis dns-seeder filter flag
|
8 years ago |
chainparams.h
|
Allow changing BIP9 parameters on regtest
|
9 years ago |
chainparamsbase.cpp
|
…
|
|
chainparamsbase.h
|
…
|
|
chainparamsseeds.h
|
…
|
|
checkpoints.cpp
|
…
|
|
checkpoints.h
|
…
|
|
checkqueue.h
|
…
|
|
clientversion.cpp
|
build: Get rid of `CLIENT_DATE`
|
9 years ago |
clientversion.h
|
build: bump version to 0.13.99
|
9 years ago |
coincontrol.h
|
…
|
|
coins.cpp
|
Use C++11 thread-safe static initializers
|
9 years ago |
coins.h
|
Use C++11 thread-safe static initializers
|
9 years ago |
compat.h
|
…
|
|
compressor.cpp
|
…
|
|
compressor.h
|
…
|
|
core_io.h
|
BIP144: Serialization, hashes, relay (sender side)
|
9 years ago |
core_memusage.h
|
Rename CTxinWitness -> CTxInWitness
|
9 years ago |
core_read.cpp
|
BIP144: Serialization, hashes, relay (sender side)
|
9 years ago |
core_write.cpp
|
…
|
|
dbwrapper.cpp
|
…
|
|
dbwrapper.h
|
Do not shadow members in dbwrapper
|
8 years ago |
hash.cpp
|
Support SipHash with arbitrary byte writes
|
9 years ago |
hash.h
|
Squashed 'src/secp256k1/' changes from 6c527ec..7a49cac
|
8 years ago |
httprpc.cpp
|
…
|
|
httprpc.h
|
…
|
|
httpserver.cpp
|
net: fixup nits
|
8 years ago |
httpserver.h
|
Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
|
8 years ago |
indirectmap.h
|
prepend license statement to indirectmap
|
9 years ago |
init.cpp
|
Merge #8505: Trivial: Fix typos in various files
|
8 years ago |
init.h
|
…
|
|
key.cpp
|
Always require OS randomness when generating secret keys
|
9 years ago |
key.h
|
Merge #8321: [trivial] Switched constants to sizeof()
|
9 years ago |
keystore.cpp
|
…
|
|
keystore.h
|
…
|
|
limitedmap.h
|
use std::map::erase(const_iterator, const_iterator) to get non-constant iterator
|
8 years ago |
main.cpp
|
Merge #8548: [wallet] Use __func__ to get function name for output printing
|
8 years ago |
main.h
|
various typos
|
8 years ago |
memusage.h
|
Add support for unique_ptr and shared_ptr to memusage
|
9 years ago |
merkleblock.cpp
|
BIP141: Other consensus critical limits, and BIP145
|
9 years ago |
merkleblock.h
|
…
|
|
miner.cpp
|
Merge #8362: Scale legacy sigop count in CreateNewBlock
|
9 years ago |
miner.h
|
Rename "block cost" to "block weight"
|
9 years ago |
net.cpp
|
Merge #8505: Trivial: Fix typos in various files
|
8 years ago |
net.h
|
net: narrow include scope after moving to netaddress
|
9 years ago |
netaddress.cpp
|
net: move CNetAddr/CService/CSubNet out of netbase
|
9 years ago |
netaddress.h
|
net: move CNetAddr/CService/CSubNet out of netbase
|
9 years ago |
netbase.cpp
|
net: Have LookupNumeric return a CService directly
|
8 years ago |
netbase.h
|
net: Have LookupNumeric return a CService directly
|
8 years ago |
noui.cpp
|
Do not ask a UI question from bitcoind
|
9 years ago |
noui.h
|
…
|
|
pow.cpp
|
…
|
|
pow.h
|
…
|
|
prevector.h
|
…
|
|
protocol.cpp
|
BIP144: Serialization, hashes, relay (sender side)
|
9 years ago |
protocol.h
|
net: narrow include scope after moving to netaddress
|
9 years ago |
pubkey.cpp
|
…
|
|
pubkey.h
|
[trivial] Switched constants to sizeof()
|
9 years ago |
random.cpp
|
Don't use assert for catching randomness failures
|
9 years ago |
random.h
|
Always require OS randomness when generating secret keys
|
9 years ago |
rest.cpp
|
…
|
|
reverselock.h
|
…
|
|
scheduler.cpp
|
…
|
|
scheduler.h
|
…
|
|
serialize.h
|
Add COMPACTSIZE wrapper similar to VARINT for serialization
|
9 years ago |
streams.h
|
BIP144: Serialization, hashes, relay (sender side)
|
9 years ago |
sync.cpp
|
…
|
|
sync.h
|
…
|
|
threadsafety.h
|
…
|
|
timedata.cpp
|
net: narrow include scope after moving to netaddress
|
9 years ago |
timedata.h
|
…
|
|
tinyformat.h
|
util: Update tinyformat
|
9 years ago |
torcontrol.cpp
|
net: Have LookupNumeric return a CService directly
|
8 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
…
|
|
txdb.h
|
Bump `-dbcache` default to 300MiB
|
9 years ago |
txmempool.cpp
|
Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs
|
9 years ago |
txmempool.h
|
Rename "block cost" to "block weight"
|
9 years ago |
ui_interface.cpp
|
…
|
|
ui_interface.h
|
Do not ask a UI question from bitcoind
|
9 years ago |
uint256.cpp
|
…
|
|
uint256.h
|
…
|
|
undo.h
|
…
|
|
util.cpp
|
Use std::atomic for fRequestShutdown and fReopenDebugLog
|
9 years ago |
util.h
|
util: Remove zero-argument versions of LogPrint and error
|
9 years ago |
utilmoneystr.cpp
|
…
|
|
utilmoneystr.h
|
…
|
|
utilstrencodings.cpp
|
util: Add ParseUInt32 and ParseUInt64
|
9 years ago |
utilstrencodings.h
|
util: Add ParseUInt32 and ParseUInt64
|
9 years ago |
utiltime.cpp
|
…
|
|
utiltime.h
|
…
|
|
validationinterface.cpp
|
Reduce cs_main locks during ConnectTip/SyncWithWallets
|
8 years ago |
validationinterface.h
|
Reduce cs_main locks during ConnectTip/SyncWithWallets
|
8 years ago |
version.h
|
Add protocol messages for short-ids blocks
|
9 years ago |
versionbits.cpp
|
BIP141: Commitment structure and deployment
|
9 years ago |
versionbits.h
|
getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not
|
9 years ago |