..
compat
libc-compat: add new symbol that's now needed
11 years ago
config
…
crypto
…
json
…
leveldb
…
m4
Merge pull request #4704
11 years ago
obj
…
obj-test
…
qt
Merge pull request #4717 from cozz/cozz8
11 years ago
secp256k1
secp256k1: Add build-side changes for libsecp256k1
11 years ago
test
Merge pull request #4744
10 years ago
univalue
UniValue: compact (!pretty) output should not include extra whitespace
11 years ago
.clang-format
Update coding style and add .clang-format
11 years ago
Makefile.am
Merge pull request #4725
11 years ago
Makefile.qt.include
build: add option for reducing exports (v2)
11 years ago
Makefile.qttest.include
build: add option for reducing exports (v2)
11 years ago
Makefile.test.include
UniValue: add unit tests
11 years ago
addrman.cpp
…
addrman.h
Break up CAddrMan's IMPLEMENT_SERIALIZE
11 years ago
alert.cpp
Remove all other print() methods
10 years ago
alert.h
Remove all other print() methods
10 years ago
allocators.cpp
…
allocators.h
Fix typos in comments (missing i's).
11 years ago
base58.cpp
ensure clean and consistent "namespace" usage
11 years ago
base58.h
…
bitcoin-cli-res.rc
fix copyright string in two of our *.rc files
11 years ago
bitcoin-cli.cpp
Remove size limit in RPC client, keep it in server
11 years ago
bitcoin-tx.cpp
bitcoin-tx: Accept input via stdin. Add input handling to tests.
11 years ago
bitcoind-res.rc
fix copyright string in two of our *.rc files
11 years ago
bitcoind.cpp
…
bloom.cpp
CBloomFilter::clear() method
11 years ago
bloom.h
CBloomFilter::clear() method
11 years ago
chainparams.cpp
Add built-in seeds for .onion
11 years ago
chainparams.h
Remove unnecessary dependencies for bitcoin-cli
11 years ago
chainparamsbase.cpp
Can't log to debug log before chain params initialized
11 years ago
chainparamsbase.h
Can't log to debug log before chain params initialized
11 years ago
chainparamsseeds.h
Add built-in seeds for .onion
11 years ago
checkpoints.cpp
Merge pull request #4541
11 years ago
checkpoints.h
ensure clean and consistent "namespace" usage
11 years ago
checkqueue.h
…
clientversion.h
fix copyright string in two of our *.rc files
11 years ago
coincontrol.h
…
coins.cpp
Merge pull request #4505
11 years ago
coins.h
CCoinsKeyHasher::operator() should return size_t
11 years ago
compat.h
small net cleanup
11 years ago
core.cpp
Move strprintf define to tinyformat.h
11 years ago
core.h
Remove print() from core functions
11 years ago
core_io.h
add license header to core_io.h, core_read/_write.cpp
11 years ago
core_read.cpp
add license header to core_io.h, core_read/_write.cpp
11 years ago
core_write.cpp
add license header to core_io.h, core_read/_write.cpp
11 years ago
crypter.cpp
Dont run full check every time we decrypt wallet.
11 years ago
crypter.h
Dont run full check every time we decrypt wallet.
11 years ago
db.cpp
…
db.h
remove unused class CAddrMan; from db.h
11 years ago
hash.cpp
…
hash.h
…
init.cpp
Remove print() from core functions
11 years ago
init.h
ensure clean and consistent "namespace" usage
11 years ago
key.cpp
add GetRandBytes() as wrapper for RAND_bytes()
11 years ago
key.h
…
keystore.cpp
Use script matching rather than destination matching for watch-only.
11 years ago
keystore.h
Remove unnecessary typedef and script.h include
11 years ago
leveldbwrapper.cpp
…
leveldbwrapper.h
…
limitedmap.h
…
main.cpp
Remove all other print() methods
10 years ago
main.h
Remove all other print() methods
10 years ago
miner.cpp
Remove all other print() methods
10 years ago
miner.h
…
mruset.h
…
net.cpp
Merge pull request #4605
11 years ago
net.h
Merge pull request #4605
11 years ago
netbase.cpp
Remove all other print() methods
10 years ago
netbase.h
Remove all other print() methods
10 years ago
noui.cpp
…
noui.h
…
pow.cpp
Use GetBlockTime() more
11 years ago
pow.h
Refactor proof of work related functions out of main
11 years ago
protocol.cpp
Remove all other print() methods
10 years ago
protocol.h
Remove all other print() methods
10 years ago
random.cpp
make RandAddSeed() use OPENSSL_cleanse()
11 years ago
random.h
move rand functions from util to new random.h/.cpp
11 years ago
rpcblockchain.cpp
Closely track mempool byte total. Add "getmempoolinfo" RPC.
11 years ago
rpcclient.cpp
Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis
11 years ago
rpcclient.h
…
rpcdump.cpp
Harmonize importprivkey and importaddress documentation
11 years ago
rpcmining.cpp
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
11 years ago
rpcmisc.cpp
Add warning comment to getinfo
11 years ago
rpcnet.cpp
Add detailed network info to getnetworkinfo RPC
11 years ago
rpcprotocol.cpp
Remove size limit in RPC client, keep it in server
11 years ago
rpcprotocol.h
Remove size limit in RPC client, keep it in server
11 years ago
rpcrawtransaction.cpp
bitcoin-cli, rpcrawtransaction: harmonize "{" styling
11 years ago
rpcserver.cpp
Don't reveal whether password is <20 or >20 characters in RPC
11 years ago
rpcserver.h
Closely track mempool byte total. Add "getmempoolinfo" RPC.
11 years ago
rpcwallet.cpp
Fix typo in gettransaction help
11 years ago
script.cpp
Remove unused CKeyStoreIsMineVisitor
11 years ago
script.h
Merge pull request #4602
11 years ago
serialize.h
replace int with size_t in stream methods
11 years ago
sync.cpp
…
sync.h
getblocktemplate: longpolling support
11 years ago
threadsafety.h
…
timedata.cpp
Typo, and a few "Bitcoin" -> "Bitcoin Core"
11 years ago
timedata.h
Move network-time related functions to timedata.cpp/h
11 years ago
tinyformat.h
Move strprintf define to tinyformat.h
11 years ago
txdb.cpp
Changed LevelDB cursors to use scoped pointers to ensure destruction when going out of scope.
11 years ago
txdb.h
typedef std::map<uint256, CCoins> to CCoinsMap
11 years ago
txmempool.cpp
Closely track mempool byte total. Add "getmempoolinfo" RPC.
11 years ago
txmempool.h
Closely track mempool byte total. Add "getmempoolinfo" RPC.
11 years ago
ui_interface.h
Revert "UI to alert of respend attempt affecting wallet."
11 years ago
uint256.cpp
Use unordered_map for CCoinsViewCache with salted hash
11 years ago
uint256.h
Use unordered_map for CCoinsViewCache with salted hash
11 years ago
util.cpp
build: check for sys/prctl.h in the proper way
11 years ago
util.h
Move strprintf define to tinyformat.h
11 years ago
version.cpp
…
version.h
Fix typos in comments (missing i's).
11 years ago
wallet.cpp
Revert "UI to alert of respend attempt affecting wallet."
11 years ago
wallet.h
Remove all other print() methods
10 years ago
walletdb.cpp
Use script matching rather than destination matching for watch-only.
11 years ago
walletdb.h
Use script matching rather than destination matching for watch-only.
11 years ago