..
compat
libc-compat: add new symbol that's now needed
11 years ago
config
…
crypto
header include cleanup
10 years ago
json
…
leveldb
…
obj
…
obj-test
…
qt
qt: Make splash and shutdown window ignore close events
10 years ago
script
Merge pull request #4555
10 years ago
secp256k1
…
test
test: Fix DoS tests after c74332c
10 years ago
univalue
univalue: make spaceStr thread-safe
10 years ago
.clang-format
Update coding style and add .clang-format
11 years ago
Makefile.am
header include cleanup
10 years ago
Makefile.qt.include
Merge pull request #4673
10 years ago
Makefile.qttest.include
build: add option for reducing exports (v2)
11 years ago
Makefile.test.include
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey
10 years ago
addrman.cpp
Apply clang-format on some infrequently-updated files
10 years ago
addrman.h
Remove some unnecessary c_strs() in logging and the GUI
10 years ago
alert.cpp
Split up util.cpp/h
10 years ago
alert.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
10 years ago
allocators.cpp
Apply clang-format on some infrequently-updated files
10 years ago
allocators.h
Apply clang-format on some infrequently-updated files
10 years ago
base58.cpp
Apply clang-format on some infrequently-updated files
10 years ago
base58.h
Move CTxDestination from script/script to script/standard
10 years ago
bitcoin-cli-res.rc
…
bitcoin-cli.cpp
header include cleanup
10 years ago
bitcoin-tx.cpp
Merge pull request #4555
10 years ago
bitcoind-res.rc
…
bitcoind.cpp
Split up util.cpp/h
10 years ago
bloom.cpp
Separate script/standard
10 years ago
bloom.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
10 years ago
chainparams.cpp
Merge pull request #4623
10 years ago
chainparams.h
Merge pull request #4623
10 years ago
chainparamsbase.cpp
Apply clang-format on some infrequently-updated files
10 years ago
chainparamsbase.h
Apply clang-format on some infrequently-updated files
10 years ago
chainparamsseeds.h
Add built-in seeds for .onion
11 years ago
checkpoints.cpp
Introduce BlockMap type for mapBlockIndex
10 years ago
checkpoints.h
Apply clang-format on some infrequently-updated files
10 years ago
checkqueue.h
Apply clang-format on some infrequently-updated files
10 years ago
clientversion.h
Apply clang-format on some infrequently-updated files
10 years ago
coincontrol.h
Apply clang-format on some infrequently-updated files
10 years ago
coins.cpp
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
10 years ago
coins.h
Merge pull request #4825
10 years ago
compat.h
Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h
10 years ago
core.cpp
Add warning about the merkle-tree algorithm duplicate txid flaw
10 years ago
core.h
Merge pull request #4817
10 years ago
core_io.h
header include cleanup
10 years ago
core_read.cpp
Merge pull request #4911
10 years ago
core_write.cpp
header include cleanup
10 years ago
crypter.cpp
Merge pull request #4825
10 years ago
crypter.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
10 years ago
db.cpp
Apply clang-format on some infrequently-updated files
10 years ago
db.h
Apply clang-format on some infrequently-updated files
10 years ago
hash.cpp
Apply clang-format on some infrequently-updated files
10 years ago
hash.h
header include cleanup
10 years ago
init.cpp
Merge pull request #4825
10 years ago
init.h
Apply clang-format on some infrequently-updated files
10 years ago
key.cpp
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
10 years ago
key.h
Apply clang-format on some infrequently-updated files
10 years ago
keystore.cpp
Move CScript class and dependencies to script/script
10 years ago
keystore.h
add missing header end comments
10 years ago
leveldbwrapper.cpp
Apply clang-format on some infrequently-updated files
10 years ago
leveldbwrapper.h
Apply clang-format on some infrequently-updated files
10 years ago
limitedmap.h
Apply clang-format on some infrequently-updated files
10 years ago
main.cpp
Avoid copying undo data
10 years ago
main.h
Merge pull request #4555
10 years ago
miner.cpp
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
10 years ago
miner.h
…
mruset.h
Apply clang-format on some infrequently-updated files
10 years ago
net.cpp
Merge pull request #4911
10 years ago
net.h
Limit CNode::mapAskFor
10 years ago
netbase.cpp
netbase: Make SOCKS5 negotiation interruptible
10 years ago
netbase.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
10 years ago
noui.cpp
Apply clang-format on some infrequently-updated files
10 years ago
noui.h
add missing header end comments
10 years ago
pow.cpp
Merge pull request #4377
10 years ago
pow.h
header include cleanup
10 years ago
protocol.cpp
Remove all other print() methods
11 years ago
protocol.h
Apply clang-format on some infrequently-updated files
10 years ago
random.cpp
Apply clang-format on some infrequently-updated files
10 years ago
random.h
Apply clang-format on some infrequently-updated files
10 years ago
rpcblockchain.cpp
Introduce BlockMap type for mapBlockIndex
10 years ago
rpcclient.cpp
Merge pull request #4863
10 years ago
rpcclient.h
Apply clang-format on some infrequently-updated files
10 years ago
rpcdump.cpp
Move CTxDestination from script/script to script/standard
10 years ago
rpcmining.cpp
Merge pull request #4911
10 years ago
rpcmisc.cpp
Move CTxDestination from script/script to script/standard
10 years ago
rpcnet.cpp
typo fix of booleamn to boolean
10 years ago
rpcprotocol.cpp
header include cleanup
10 years ago
rpcprotocol.h
add missing header end comments
10 years ago
rpcrawtransaction.cpp
Merge pull request #4555
10 years ago
rpcserver.cpp
Fixing compiler warning C4101
10 years ago
rpcserver.h
add missing header end comments
10 years ago
rpcwallet.cpp
Merge pull request #4863
10 years ago
serialize.h
header include cleanup
10 years ago
sync.cpp
Apply clang-format on some infrequently-updated files
10 years ago
sync.h
Apply clang-format on some infrequently-updated files
10 years ago
threadsafety.h
Apply clang-format on some infrequently-updated files
10 years ago
timedata.cpp
Split up util.cpp/h
10 years ago
timedata.h
Apply clang-format on some infrequently-updated files
10 years ago
tinyformat.h
Move `*Version()` functions to version.h/cpp
10 years ago
txdb.cpp
header include cleanup
10 years ago
txdb.h
Make appropriate getter-routines "const" in CCoinsView.
10 years ago
txmempool.cpp
add nModSize init to default constructor of CTxMemPoolEntry
10 years ago
txmempool.h
Track modified size in TxMemPoolEntry so that we can correctly compute priority.
10 years ago
ui_interface.h
Merge pull request #4779
10 years ago
uint256.cpp
Apply clang-format on some infrequently-updated files
10 years ago
uint256.h
header include cleanup
10 years ago
util.cpp
Merge pull request #4825
10 years ago
util.h
header include cleanup
10 years ago
utilmoneystr.cpp
add missing copyright headers
10 years ago
utilmoneystr.h
Split up util.cpp/h
10 years ago
utilstrencodings.cpp
Fixing 'vector out of bounds' issue in base 32 and 64
10 years ago
utilstrencodings.h
Split up util.cpp/h
10 years ago
utiltime.cpp
Split up util.cpp/h
10 years ago
utiltime.h
add missing header end comments
10 years ago
version.cpp
Apply clang-format on some infrequently-updated files
10 years ago
version.h
add missing header end comments
10 years ago
wallet.cpp
Move CTxDestination from script/script to script/standard
10 years ago
wallet.h
header include cleanup
10 years ago
wallet_ismine.cpp
Move CTxDestination from script/script to script/standard
10 years ago
wallet_ismine.h
Move CTxDestination from script/script to script/standard
10 years ago
walletdb.cpp
cleanup class private and public areas in walletdb
10 years ago
walletdb.h
cleanup class private and public areas in walletdb
10 years ago