.. |
bench
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
compat
|
Merge #11144: Move local include to before system includes
|
7 years ago |
config
|
…
|
|
consensus
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
crypto
|
Update hmac_sha256.h
|
7 years ago |
leveldb
|
Update LevelDB with latest Bitcoin-specific patches
|
7 years ago |
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Remove redundant explicitly defined copy ctors
|
7 years ago |
primitives
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
qt
|
Remove redundant testutil files
|
7 years ago |
rpc
|
Merge #10859: RPC: gettxout: Slightly improve doc and tests
|
7 years ago |
script
|
Comments: More comments on functions/globals in standard.h.
|
7 years ago |
secp256k1
|
Fixed multiple typos
|
8 years ago |
support
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
test
|
Remove redundant testutil files
|
7 years ago |
univalue
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
wallet
|
Merge #11126: Acquire cs_main lock before cs_wallet during wallet initialization
|
7 years ago |
zmq
|
Merge #10809: optim: mark a few classes final
|
7 years ago |
.clang-format
|
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
|
7 years ago |
Makefile.am
|
Move some static functions out of wallet.h/cpp
|
7 years ago |
Makefile.bench.include
|
…
|
|
Makefile.leveldb.include
|
build: verify that the assembler can handle crc32 functions
|
7 years ago |
Makefile.qt.include
|
…
|
|
Makefile.qttest.include
|
Remove redundant testutil files
|
7 years ago |
Makefile.test.include
|
Remove redundant testutil files
|
7 years ago |
addrdb.cpp
|
…
|
|
addrdb.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
addrman.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
addrman.h
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
amount.h
|
…
|
|
arith_uint256.cpp
|
…
|
|
arith_uint256.h
|
Prefer compile-time checking over run-time checking
|
7 years ago |
base58.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
base58.h
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
Add option -stdinrpcpass to allow RPC password to be read from standard input
|
7 years ago |
bitcoin-tx-res.rc
|
…
|
|
bitcoin-tx.cpp
|
scripted-diff: stop using the gArgs wrappers
|
7 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
scripted-diff: stop using the gArgs wrappers
|
7 years ago |
blockencodings.cpp
|
Fix typos
|
7 years ago |
blockencodings.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
bloom.cpp
|
scripted-diff: Remove #include <boost/foreach.hpp>
|
8 years ago |
bloom.h
|
…
|
|
chain.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
chain.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
chainparams.cpp
|
Update chain transaction statistics
|
7 years ago |
chainparams.h
|
chainparams: make supported service bits option explicit
|
8 years ago |
chainparamsbase.cpp
|
scripted-diff: stop using the gArgs wrappers
|
7 years ago |
chainparamsbase.h
|
…
|
|
chainparamsseeds.h
|
p2p: Hardcoded seeds update pre-0.15 branch
|
7 years ago |
checkpoints.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
checkpoints.h
|
…
|
|
checkqueue.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
clientversion.cpp
|
…
|
|
clientversion.h
|
…
|
|
coins.cpp
|
Use nullptr instead of zero (0) as the null pointer constant
|
7 years ago |
coins.h
|
Merge #10558: Address nits from per-utxo change
|
7 years ago |
compat.h
|
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions
|
7 years ago |
compressor.cpp
|
Fix subscript[0] in compressor.cpp
|
7 years ago |
compressor.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
core_io.h
|
Pass serialization flags and whether to include hex to TxToUniv
|
7 years ago |
core_memusage.h
|
Avoid dereference-of-casted-pointer
|
7 years ago |
core_read.cpp
|
Fix signed/unsigned comparison warning introduced in c8e29d7ff0 .
|
7 years ago |
core_write.cpp
|
Merge #11027: [RPC] Only return hex field once in getrawtransaction
|
7 years ago |
cuckoocache.h
|
Fix header guards using reserved identifiers
|
7 years ago |
dbwrapper.cpp
|
Merge #10701: Remove the virtual specifier for functions with the override specifier
|
7 years ago |
dbwrapper.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
fs.cpp
|
…
|
|
fs.h
|
…
|
|
hash.cpp
|
Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup MurmurHash3 to be more clear).
|
7 years ago |
hash.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
httprpc.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
httprpc.h
|
…
|
|
httpserver.cpp
|
Merge #10809: optim: mark a few classes final
|
7 years ago |
httpserver.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
indirectmap.h
|
…
|
|
init.cpp
|
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
|
7 years ago |
init.h
|
init: Factor out AppInitLockDataDirectory
|
7 years ago |
key.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
key.h
|
Add length check for CExtKey deserialization
|
7 years ago |
keystore.cpp
|
…
|
|
keystore.h
|
Remove the virtual specifier for functions with the override specifier
|
7 years ago |
limitedmap.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
memusage.h
|
scripted-diff: Remove #include <boost/foreach.hpp>
|
8 years ago |
merkleblock.cpp
|
Merge #9980: Fix mem access violation merkleblock
|
7 years ago |
merkleblock.h
|
Add const to methods that do not modify the object for which it is called
|
7 years ago |
miner.cpp
|
Merge #9964: Add const to methods that do not modify the object for which it is called
|
7 years ago |
miner.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
net.cpp
|
Use nullptr instead of zero (0) as the null pointer constant
|
7 years ago |
net.h
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
net_processing.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
net_processing.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
netaddress.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
netaddress.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
netbase.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
netbase.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
netmessagemaker.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
noui.cpp
|
…
|
|
noui.h
|
…
|
|
pow.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
pow.h
|
…
|
|
prevector.h
|
Fix header guards using reserved identifiers
|
7 years ago |
protocol.cpp
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
|
7 years ago |
protocol.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
pubkey.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
pubkey.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
random.cpp
|
Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not return
|
7 years ago |
random.h
|
…
|
|
rest.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
reverse_iterator.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
reverselock.h
|
…
|
|
scheduler.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
scheduler.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
serialize.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
streams.h
|
Trivial: Documentation fixes for CVectorWriter ctors
|
7 years ago |
sync.cpp
|
Use nullptr instead of zero (0) as the null pointer constant
|
7 years ago |
sync.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
threadinterrupt.cpp
|
…
|
|
threadinterrupt.h
|
…
|
|
threadsafety.h
|
…
|
|
timedata.cpp
|
scripted-diff: stop using the gArgs wrappers
|
7 years ago |
timedata.h
|
…
|
|
tinyformat.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
torcontrol.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
torcontrol.h
|
…
|
|
txdb.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
txdb.h
|
Merge #10809: optim: mark a few classes final
|
7 years ago |
txmempool.cpp
|
Remove redundant explicitly defined copy ctors
|
7 years ago |
txmempool.h
|
Remove redundant explicitly defined copy ctors
|
7 years ago |
ui_interface.cpp
|
…
|
|
ui_interface.h
|
[Qt] allow to execute a callback during splashscreen progress
|
7 years ago |
uint256.cpp
|
…
|
|
uint256.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
undo.h
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
util.cpp
|
Merge #10901: Fix constness of ArgsManager methods
|
7 years ago |
util.h
|
Merge #10901: Fix constness of ArgsManager methods
|
7 years ago |
utilmoneystr.cpp
|
…
|
|
utilmoneystr.h
|
doc: Add comment to use ValueFromAmount/AmountFromValue for JSON, not utilmoneystr
|
7 years ago |
utilstrencodings.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
utilstrencodings.h
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
utiltime.cpp
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
utiltime.h
|
…
|
|
validation.cpp
|
Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.
|
7 years ago |
validation.h
|
Use nullptr instead of zero (0) as the null pointer constant
|
7 years ago |
validationinterface.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
validationinterface.h
|
Remove declaration of unused function: void UpdatedTransaction(const uint256 &)
|
7 years ago |
version.h
|
…
|
|
versionbits.cpp
|
Declare single-argument (non-converting) constructors "explicit"
|
7 years ago |
versionbits.h
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
|
7 years ago |
warnings.cpp
|
scripted-diff: stop using the gArgs wrappers
|
7 years ago |
warnings.h
|
remove some unused functions
|
7 years ago |