..
json
…
leveldb
Merge src/leveldb changes for LevelDB 1.15
11 years ago
m4
build: fix MacOSX build after ec41342
11 years ago
obj
…
obj-test
…
qt
Merge pull request #3513
11 years ago
test
small headers ordering cleanup
11 years ago
.gitignore
…
Makefile.am
makefile.am: split long lines into one file per line
11 years ago
Makefile.include
build: fix MacOSX build after ec41342
11 years ago
addrman.cpp
Changed Get64(.) to GetLow64()
11 years ago
addrman.h
…
alert.cpp
…
alert.h
…
allocators.cpp
…
allocators.h
…
base58.h
…
bignum.h
…
bitcoin-cli-res.rc
…
bitcoin-cli.cpp
bitcoin-cli: remove unneeded dependencies (only code movement)
11 years ago
bitcoind-res.rc
…
bitcoind.cpp
Allow `-noserver` with bitcoind
11 years ago
bloom.cpp
…
bloom.h
…
chainparams.cpp
Added new DNS seed from bitcoinstats.com.
11 years ago
chainparams.h
…
checkpoints.cpp
…
checkpoints.h
…
checkqueue.h
…
clientversion.h
…
coincontrol.h
Coincontrol cleanup (e.g. add missing license)
11 years ago
coins.cpp
Add verbose boolean to getrawmempool
11 years ago
coins.h
Add verbose boolean to getrawmempool
11 years ago
compat.h
Merge pull request #3309
11 years ago
core.cpp
Add verbose boolean to getrawmempool
11 years ago
core.h
Add verbose boolean to getrawmempool
11 years ago
crypter.cpp
Move CCryptoKeyStore to crypter.cpp
11 years ago
crypter.h
Move CCryptoKeyStore to crypter.cpp
11 years ago
db.cpp
Move CAddrDB frrom db to net
11 years ago
db.h
Move CAddrDB frrom db to net
11 years ago
hash.cpp
…
hash.h
…
init.cpp
Merge pull request #3449
11 years ago
init.h
Allow `-noserver` with bitcoind
11 years ago
key.cpp
Sanitize assert usage and refuse to compile with NDEBUG.
11 years ago
key.h
…
keystore.cpp
Move CCryptoKeyStore to crypter.cpp
11 years ago
keystore.h
Move CCryptoKeyStore to crypter.cpp
11 years ago
leveldbwrapper.cpp
…
leveldbwrapper.h
…
limitedmap.h
…
main.cpp
Merge pull request #3401
11 years ago
main.h
Move `nTransactionFee` from main.cpp to wallet.cpp
11 years ago
miner.cpp
Make bitcoin compile without wallet if "db_cxx.h" is not present
11 years ago
miner.h
setgenerate creates multiple blocks in -regtest mode
11 years ago
mruset.h
…
net.cpp
Make bitcoin compile without wallet if "db_cxx.h" is not present
11 years ago
net.h
small headers ordering cleanup
11 years ago
netbase.cpp
core: remove includes in .cpp, if header is already in .h
11 years ago
netbase.h
…
noui.cpp
Remove ui_interface ThreadSafeAskFee residue
11 years ago
noui.h
…
protocol.cpp
core: remove includes in .cpp, if header is already in .h
11 years ago
protocol.h
…
rpcblockchain.cpp
Move `settxfee` from rpcblockchain to rpcwallet
11 years ago
rpcclient.cpp
some string and indentation updates in init/rpcclient
11 years ago
rpcclient.h
bitcoin-cli: remove unneeded dependencies (only code movement)
11 years ago
rpcdump.cpp
Explicitly ensure that wallet is unlocked in `importprivkey`
11 years ago
rpcmining.cpp
"getnetworkhashps" with defaults was yielding "0", the hashrate is not 0.
11 years ago
rpcmisc.cpp
small headers ordering cleanup
11 years ago
rpcnet.cpp
Move `getinfo` from rpcnet to rpcmisc
11 years ago
rpcprotocol.cpp
Split up bitcoinrpc (code movement only)
11 years ago
rpcprotocol.h
Split up bitcoinrpc (code movement only)
11 years ago
rpcrawtransaction.cpp
small headers ordering cleanup
11 years ago
rpcserver.cpp
small headers ordering cleanup
11 years ago
rpcserver.h
Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance
11 years ago
rpcwallet.cpp
Merge pull request #3369
11 years ago
script.cpp
Merge pull request #3257
11 years ago
script.h
…
serialize.h
…
sync.cpp
Use mutex pointer instead of name for AssertLockHeld
11 years ago
sync.h
Use mutex pointer instead of name for AssertLockHeld
11 years ago
threadsafety.h
…
txdb.cpp
extend std::exception logging in txdb.cpp
11 years ago
txdb.h
…
txmempool.cpp
Add verbose boolean to getrawmempool
11 years ago
txmempool.h
Add verbose boolean to getrawmempool
11 years ago
ui_interface.h
Merge pull request #3427
11 years ago
uint256.h
Unittests for uint256.h
11 years ago
util.cpp
Remove -logtodebugger
11 years ago
util.h
Allow `-noserver` with bitcoind
11 years ago
version.cpp
…
version.h
…
wallet.cpp
Merge pull request #3401
11 years ago
wallet.h
Merge pull request #3401
11 years ago
walletdb.cpp
Merge pull request #3257
11 years ago
walletdb.h
…