.. |
bench
|
bench: Fix initialization order in registration
|
8 years ago |
compat
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
config
|
…
|
|
consensus
|
[trivial] Fix typos in comments
|
8 years ago |
crypto
|
Avoid unaligned access in crypto i/o
|
8 years ago |
leveldb
|
Merge in LevelDB 1.19 changes
|
8 years ago |
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Merge #9380: Separate different uses of minimum fees
|
8 years ago |
primitives
|
Optimize GetWitnessHash() for non-segwit transactions
|
8 years ago |
qt
|
qt: translations update pre-rc2
|
8 years ago |
rpc
|
[rpc] rename disconnectnode argument
|
8 years ago |
script
|
Ensure `-maxsigcachesize` is in valid range
|
8 years ago |
secp256k1
|
Update libsecp256k1 to master
|
8 years ago |
support
|
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
|
8 years ago |
test
|
Add tests for bitcoin-tx input checking
|
8 years ago |
univalue
|
Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD
|
8 years ago |
wallet
|
Fix importmulti returning rescan errors for wrong keys
|
8 years ago |
zmq
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
.clang-format
|
[doc] Remove unused clang format dev script
|
8 years ago |
Makefile.am
|
build: add --enable-werror option
|
8 years ago |
Makefile.bench.include
|
Add Basic CheckQueue Benchmark
|
8 years ago |
Makefile.leveldb.include
|
Merge #8826: Do not include env_win.cc on non-Windows systems
|
8 years ago |
Makefile.qt.include
|
Merge #9513: build: fix qt distdir builds (retry)
|
8 years ago |
Makefile.qttest.include
|
Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.
|
8 years ago |
Makefile.test.include
|
Merge #9525: test: Include tx data in EXTRA_DIST
|
8 years ago |
addrdb.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
addrdb.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
addrman.cpp
|
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
|
8 years ago |
addrman.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
amount.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
amount.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
arith_uint256.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
arith_uint256.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
base58.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
base58.h
|
[trivial] Fix typos in comments
|
8 years ago |
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
rpc: Named argument support for bitcoin-cli
|
8 years ago |
bitcoin-tx-res.rc
|
…
|
|
bitcoin-tx.cpp
|
bitcoin-tx: Fix missing range check
|
8 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
blockencodings.cpp
|
Clarify comment about mempool/extra conflicts
|
8 years ago |
blockencodings.h
|
[trivial] Fix typos in comments
|
8 years ago |
bloom.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
8 years ago |
bloom.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
chain.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
8 years ago |
chain.h
|
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
|
8 years ago |
chainparams.cpp
|
Update nMinimumChainWork and defaultAssumeValid.
|
8 years ago |
chainparams.h
|
Shorten variable names and switch to tx/s
|
8 years ago |
chainparamsbase.cpp
|
…
|
|
chainparamsbase.h
|
…
|
|
chainparamsseeds.h
|
Pre-0.14.0 hardcoded seeds update
|
8 years ago |
checkpoints.cpp
|
[MOVEONLY] Move progress estimation out of checkpoints
|
8 years ago |
checkpoints.h
|
[MOVEONLY] Move progress estimation out of checkpoints
|
8 years ago |
checkqueue.h
|
…
|
|
clientversion.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
clientversion.h
|
Bump version to 0.14.1
|
8 years ago |
coins.cpp
|
Check FRESH validity in CCoinsViewCache::BatchWrite
|
8 years ago |
coins.h
|
Merge #9107: Safer modify new coins
|
8 years ago |
compat.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
compressor.cpp
|
…
|
|
compressor.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
core_io.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
core_memusage.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
core_read.cpp
|
Fail in DecodeHexTx if there is extra data at the end
|
8 years ago |
core_write.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
8 years ago |
cuckoocache.h
|
[trivial] Fix typos in comments
|
8 years ago |
dbwrapper.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
dbwrapper.h
|
Merge #9353: Add data() method to CDataStream (and use it)
|
8 years ago |
hash.cpp
|
Remove redundant semicolons
|
8 years ago |
hash.h
|
Avoid VLA in hash.h
|
8 years ago |
httprpc.cpp
|
Make KEY_SIZE a compile-time constant
|
8 years ago |
httprpc.h
|
…
|
|
httpserver.cpp
|
Access WorkQueue::running only within the cs lock.
|
8 years ago |
httpserver.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
indirectmap.h
|
prepend license statement to indirectmap
|
8 years ago |
init.cpp
|
don't throw std::bad_alloc when out of memory. Instead, terminate immediately
|
8 years ago |
init.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
key.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
key.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
keystore.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
keystore.h
|
…
|
|
limitedmap.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
memusage.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
merkleblock.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
8 years ago |
merkleblock.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
miner.cpp
|
Update benchmarking with package statistics
|
8 years ago |
miner.h
|
Update benchmarking with package statistics
|
8 years ago |
net.cpp
|
Add missing braces in semaphore posts in net
|
8 years ago |
net.h
|
net: define NodeId as an int64_t
|
8 years ago |
net_processing.cpp
|
Merge #9720: net: fix banning and disallow sending messages before receiving verack
|
8 years ago |
net_processing.h
|
Net: pass interruptMsgProc as const where possible
|
8 years ago |
netaddress.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
netaddress.h
|
[trivial] Fix typos in comments
|
8 years ago |
netbase.cpp
|
Merge #9289: net: drop boost::thread_group
|
8 years ago |
netbase.h
|
Merge #9289: net: drop boost::thread_group
|
8 years ago |
netmessagemaker.h
|
Net: Make CNetMsgMaker more const
|
8 years ago |
noui.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
noui.h
|
…
|
|
pow.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
pow.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
prevector.h
|
prevector: assert successful allocation
|
8 years ago |
protocol.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
protocol.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
pubkey.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
pubkey.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
random.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
random.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
rest.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
8 years ago |
reverselock.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
scheduler.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
scheduler.h
|
…
|
|
serialize.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
streams.h
|
Merge #9353: Add data() method to CDataStream (and use it)
|
8 years ago |
sync.cpp
|
Further-enforce lockordering by enforcing directly after TRY_LOCKs
|
8 years ago |
sync.h
|
Break addnode out from the outbound connection limits.
|
8 years ago |
threadinterrupt.cpp
|
net: add CThreadInterrupt and InterruptibleSleep
|
8 years ago |
threadinterrupt.h
|
net: add CThreadInterrupt and InterruptibleSleep
|
8 years ago |
threadsafety.h
|
…
|
|
timedata.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
8 years ago |
timedata.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
tinyformat.h
|
util: Update tinyformat
|
8 years ago |
torcontrol.cpp
|
[trivial] Fix typos in comments
|
8 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
8 years ago |
txdb.h
|
Make threshold for flushing more conservative.
|
8 years ago |
txmempool.cpp
|
Bugfix: ancestor modifed fees were incorrect for descendants
|
8 years ago |
txmempool.h
|
[trivial] Fix typos in comments
|
8 years ago |
ui_interface.cpp
|
[wallet] Add high transaction fee warnings
|
8 years ago |
ui_interface.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
uint256.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
uint256.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
undo.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
util.cpp
|
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
|
8 years ago |
util.h
|
Merge #9417: Do not evaluate hidden LogPrint arguments
|
8 years ago |
utilmoneystr.cpp
|
…
|
|
utilmoneystr.h
|
…
|
|
utilstrencodings.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
utilstrencodings.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
utiltime.cpp
|
[trivial] Fix typos in comments
|
8 years ago |
utiltime.h
|
net: Consistently use GetTimeMicros() for inactivity checks
|
8 years ago |
validation.cpp
|
Make threshold for flushing more conservative.
|
8 years ago |
validation.h
|
Return errors from importmulti if complete rescans are not successful
|
8 years ago |
validationinterface.cpp
|
Add a CValidationInterface::NewPoWValidBlock callback
|
8 years ago |
validationinterface.h
|
Better document usage of SyncTransaction
|
8 years ago |
version.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
8 years ago |
versionbits.cpp
|
Don't require segwit in getblocktemplate for segwit signalling or mining
|
8 years ago |
versionbits.h
|
RPC: augment getblockchaininfo bip9_softforks data
|
8 years ago |
warnings.cpp
|
Move GetWarnings() into its own file.
|
8 years ago |
warnings.h
|
Move GetWarnings() into its own file.
|
8 years ago |