..
bench
Merge #10483 : scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
compat
[trivial] Add end of namespace comments
8 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
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
leveldb
Update LevelDB with latest Bitcoin-specific patches
8 years ago
obj
…
obj-test
…
policy
Merge #10862 : Remove unused variable int64_t nEnd. Fix typo: "conditon" → "condition".
8 years ago
primitives
Replace traditional for with ranged for in primitives
8 years ago
qt
scripted-diff: stop using the gArgs wrappers
7 years ago
rpc
Fix combinerawtransaction RPC help result section
7 years ago
script
scripted-diff: stop using the gArgs wrappers
7 years ago
secp256k1
Fixed multiple typos
8 years ago
support
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
test
scripted-diff: stop using the gArgs wrappers
7 years ago
univalue
…
wallet
[wallet] Remove keypool_topup_cleanups
7 years ago
zmq
scripted-diff: stop using the gArgs wrappers
7 years ago
.clang-format
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
Makefile.am
Protect SSE4 code behind a compile-time flag
8 years ago
Makefile.bench.include
leveldb: enable runtime-detected crc32 instructions
8 years ago
Makefile.leveldb.include
build: verify that the assembler can handle crc32 functions
8 years ago
Makefile.qt.include
leveldb: enable runtime-detected crc32 instructions
8 years ago
Makefile.qttest.include
leveldb: enable runtime-detected crc32 instructions
8 years ago
Makefile.test.include
Fix test_bitcoin circular dependency issue
8 years ago
addrdb.cpp
Deduplicate addrdb.cpp and use CHashWriter/Verifier
8 years ago
addrdb.h
Deduplicate addrdb.cpp and use CHashWriter/Verifier
8 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
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
8 years ago
arith_uint256.cpp
Fix instantiation and array accesses in class base_uint<BITS>
8 years ago
arith_uint256.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
base58.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
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
scripted-diff: stop using the gArgs wrappers
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
8 years ago
blockencodings.h
…
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
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
chainparams.cpp
Update chain transaction statistics
8 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
Chainparams: Use a regular factory for creating chainparams
8 years ago
chainparamsseeds.h
p2p: Hardcoded seeds update pre-0.15 branch
8 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
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
clientversion.cpp
…
clientversion.h
…
coins.cpp
Remove confusing MAX_BLOCK_BASE_SIZE.
8 years ago
coins.h
Merge #10558 : Address nits from per-utxo change
8 years ago
compat.h
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions
8 years ago
compressor.cpp
Fix subscript[0] in compressor.cpp
8 years ago
compressor.h
…
core_io.h
rpc: Move ValueFromAmount to core_write
7 years ago
core_memusage.h
Avoid dereference-of-casted-pointer
8 years ago
core_read.cpp
Fix signed/unsigned comparison warning introduced in c8e29d7ff0
.
8 years ago
core_write.cpp
Merge #10483 : scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
cuckoocache.h
Merge #10577 : Add an explanation of quickly hashing onto a non-power of two range.
8 years ago
dbwrapper.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
dbwrapper.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
fs.cpp
Remove unused Boost includes
8 years ago
fs.h
[Trivial] Add BITCOIN_FS_H endif footer in fs.h
8 years ago
hash.cpp
Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup MurmurHash3 to be more clear).
8 years ago
hash.h
Add specialization of SipHash for 256 + 32 bit data
8 years ago
httprpc.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
httprpc.h
Remove unnecessary forward class declarations in header files
8 years ago
httpserver.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
httpserver.h
Add wallet endpoint support to bitcoin-cli (-usewallet)
8 years ago
indirectmap.h
…
init.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
init.h
init: Factor out AppInitLockDataDirectory
8 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
Remove unused Boost includes
8 years ago
keystore.h
Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
8 years ago
limitedmap.h
…
memusage.h
scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
merkleblock.cpp
Merge #9980 : Fix mem access violation merkleblock
8 years ago
merkleblock.h
Adding assert to avoid a memory access violation inside of PartialMerkleTree::CalcHash()
8 years ago
miner.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
miner.h
Remove unnecessary forward class declarations in header files
8 years ago
net.cpp
scripted-diff: stop using the gArgs wrappers
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
scripted-diff: stop using the gArgs wrappers
7 years ago
net_processing.h
Add timeout for headers sync
8 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
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
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
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions
8 years ago
netmessagemaker.h
…
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
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
protocol.cpp
Merge #9544 : [trivial] Add end of namespace comments. Improve consistency.
8 years ago
protocol.h
Fix incorrect Doxygen tag ( @ince → @since ). Make Doxygen parameter names match actual parameter names.
8 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
…
random.cpp
Merge #10483 : scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
random.h
Merge #10377 : Use rdrand as entropy source on supported platforms
8 years ago
rest.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
reverse_iterator.h
Rename member field according to the style guide.
8 years ago
reverselock.h
…
scheduler.cpp
Add missing lock in CScheduler::AreThreadsServicingQueue()
8 years ago
scheduler.h
Expose if CScheduler is being serviced, assert its not in EmptyQueue
8 years ago
serialize.h
Fix subscript[0] in validation.cpp
8 years ago
streams.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
sync.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
sync.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
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
…
torcontrol.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
torcontrol.h
…
txdb.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
txdb.h
Merge #10148 : Use non-atomic flushing with block replay
8 years ago
txmempool.cpp
Merge #10193 : scripted-diff: Remove #include <boost/foreach.hpp>
8 years ago
txmempool.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
ui_interface.cpp
…
ui_interface.h
[Qt] allow to execute a callback during splashscreen progress
8 years ago
uint256.cpp
…
uint256.h
…
undo.h
Remove confusing MAX_BLOCK_BASE_SIZE.
8 years ago
util.cpp
remove unused gArgs wrappers
7 years ago
util.h
remove unused gArgs wrappers
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
[logging] log system time and mock time
8 years ago
validation.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
validation.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
validationinterface.cpp
Flush CValidationInterface callbacks prior to destruction
8 years ago
validationinterface.h
Remove declaration of unused function: void UpdatedTransaction(const uint256 &)
8 years ago
version.h
Remove unused constant MEMPOOL_GD_VERSION
8 years ago
versionbits.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
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
8 years ago