.. |
compat
|
build: fix build weirdness after 54372482 .
|
11 years ago |
config
|
build: move bitcoin-config.h to its own directory
|
11 years ago |
crypto
|
Add <Hasher>::OUTPUT_SIZE
|
11 years ago |
json
|
json_spirit: #include <stdint.h>
|
11 years ago |
leveldb
|
Merge src/leveldb changes for LevelDB 1.17.
|
11 years ago |
m4
|
build: avoid the use of top_ and abs_ dir paths
|
11 years ago |
obj
|
…
|
|
obj-test
|
…
|
|
qt
|
qt: Ignore showNormalIfMinimized in initialization or shutdown
|
10 years ago |
secp256k1
|
secp256k1: Add build-side changes for libsecp256k1
|
10 years ago |
test
|
test/bloom_tests: Use UL suffix for unsigned long number to ensure compatibility
|
10 years ago |
Makefile.am
|
build: fix win32 static linking after libtool merge
|
10 years ago |
Makefile.qt.include
|
build: re-add AM_LDFLAGS where it's overridden
|
10 years ago |
Makefile.qttest.include
|
build: re-add AM_LDFLAGS where it's overridden
|
10 years ago |
Makefile.test.include
|
secp256k1: Add build-side changes for libsecp256k1
|
10 years ago |
addrman.cpp
|
…
|
|
addrman.h
|
Move network-time related functions to timedata.cpp/h
|
11 years ago |
alert.cpp
|
Move network-time related functions to timedata.cpp/h
|
11 years ago |
alert.h
|
…
|
|
allocators.cpp
|
…
|
|
allocators.h
|
…
|
|
base58.cpp
|
ensure clean and consistent "namespace" usage
|
11 years ago |
base58.h
|
Move base58.h implementation code to base58.cpp
|
11 years ago |
bitcoin-cli-res.rc
|
fix copyright string in two of our *.rc files
|
10 years ago |
bitcoin-cli.cpp
|
Move ui_interface to bitcoin_server.a
|
10 years ago |
bitcoind-res.rc
|
fix copyright string in two of our *.rc files
|
10 years ago |
bitcoind.cpp
|
Remove cli functionality from bitcoind
|
11 years ago |
bloom.cpp
|
CBloomFilter::clear() method
|
11 years ago |
bloom.h
|
CBloomFilter::clear() method
|
11 years ago |
chainparams.cpp
|
Merge pull request #4340
|
10 years ago |
chainparams.h
|
Remove unnecessary dependencies for bitcoin-cli
|
11 years ago |
chainparamsbase.cpp
|
Remove unnecessary dependencies for bitcoin-cli
|
11 years ago |
chainparamsbase.h
|
Remove unnecessary dependencies for bitcoin-cli
|
11 years ago |
checkpoints.cpp
|
Use GetBlockTime() more
|
10 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
|
10 years ago |
coincontrol.h
|
…
|
|
coins.cpp
|
typedef std::map<uint256, CCoins> to CCoinsMap
|
10 years ago |
coins.h
|
typedef std::map<uint256, CCoins> to CCoinsMap
|
10 years ago |
compat.h
|
reorder includes to compile on OpenBSD
|
11 years ago |
core.cpp
|
Fee fixes
|
10 years ago |
core.h
|
Move fee policy out of core
|
10 years ago |
crypter.cpp
|
…
|
|
crypter.h
|
…
|
|
db.cpp
|
unified and better log/error messages for CDBEnv/CDB
|
11 years ago |
db.h
|
…
|
|
hash.cpp
|
Add a built-in SHA256/SHA512 implementation.
|
11 years ago |
hash.h
|
Add <Hasher>::OUTPUT_SIZE
|
11 years ago |
init.cpp
|
qt: Ignore showNormalIfMinimized in initialization or shutdown
|
10 years ago |
init.h
|
ensure clean and consistent "namespace" usage
|
11 years ago |
key.cpp
|
libsecp256k1 integration
|
10 years ago |
key.h
|
key.cpp: fail with a friendlier message on missing ssl EC support
|
11 years ago |
keystore.cpp
|
Use script matching rather than destination matching for watch-only.
|
10 years ago |
keystore.h
|
Use script matching rather than destination matching for watch-only.
|
10 years ago |
leveldbwrapper.cpp
|
Enable paranoid corruption checks in LevelDB >= 1.16
|
11 years ago |
leveldbwrapper.h
|
Remove redundant c_str
|
11 years ago |
limitedmap.h
|
…
|
|
main.cpp
|
Merge pull request #4378
|
10 years ago |
main.h
|
getblocktemplate: longpolling support
|
10 years ago |
miner.cpp
|
`getrawchangeaddress` should fail when keypool exhausted
|
10 years ago |
miner.h
|
Switch miner.cpp to use sha2 instead of OpenSSL.
|
11 years ago |
mruset.h
|
Limit number of known addresses per peer
|
11 years ago |
net.cpp
|
Introduce whitelisted peers.
|
10 years ago |
net.h
|
Introduce whitelisted peers.
|
10 years ago |
netbase.cpp
|
Merge pull request #4479
|
10 years ago |
netbase.h
|
remove SOCKS4 support from core and GUI
|
10 years ago |
noui.cpp
|
…
|
|
noui.h
|
…
|
|
pow.cpp
|
Use GetBlockTime() more
|
10 years ago |
pow.h
|
Refactor proof of work related functions out of main
|
11 years ago |
protocol.cpp
|
Replace virtual methods with static attributes, chainparams.h depends on
|
11 years ago |
protocol.h
|
Add comment regarding experimental-use service bits
|
11 years ago |
rpcblockchain.cpp
|
Avoid a segfault on getblock if it can't read a block from disk.
|
10 years ago |
rpcclient.cpp
|
added includedWatchonly argument to listreceivedbyaddress/...account
|
10 years ago |
rpcclient.h
|
Remove cli functionality from bitcoind
|
11 years ago |
rpcdump.cpp
|
Merge pull request #4045
|
10 years ago |
rpcmining.cpp
|
getblocktemplate: longpolling support
|
10 years ago |
rpcmisc.cpp
|
Merge pull request #4045
|
10 years ago |
rpcnet.cpp
|
Introduce whitelisted peers.
|
10 years ago |
rpcprotocol.cpp
|
rpc: Prevent easy memory exhaustion attack
|
10 years ago |
rpcprotocol.h
|
fix RPC error replies
|
11 years ago |
rpcrawtransaction.cpp
|
Merge pull request #4045
|
10 years ago |
rpcserver.cpp
|
Merge pull request #4503
|
10 years ago |
rpcserver.h
|
getblocktemplate: longpolling support
|
10 years ago |
rpcwallet.cpp
|
`getrawchangeaddress` should fail when keypool exhausted
|
10 years ago |
script.cpp
|
replaced MINE_ with ISMINE_
|
10 years ago |
script.h
|
replaced MINE_ with ISMINE_
|
10 years ago |
serialize.h
|
Avoid undefined behavior using CFlatData in CScript serialization
|
11 years ago |
sync.cpp
|
Wallet locking fixes for -DDEBUG_LOCKORDER
|
11 years ago |
sync.h
|
getblocktemplate: longpolling support
|
10 years ago |
threadsafety.h
|
…
|
|
timedata.cpp
|
Move network-time related functions to timedata.cpp/h
|
11 years ago |
timedata.h
|
Move network-time related functions to timedata.cpp/h
|
11 years ago |
tinyformat.h
|
Make tinyformat errors raise an exception instead of assert()ing
|
11 years ago |
txdb.cpp
|
typedef std::map<uint256, CCoins> to CCoinsMap
|
10 years ago |
txdb.h
|
typedef std::map<uint256, CCoins> to CCoinsMap
|
10 years ago |
txmempool.cpp
|
Move fee policy out of core
|
10 years ago |
txmempool.h
|
Move fee policy out of core
|
10 years ago |
ui_interface.h
|
qt: Ignore showNormalIfMinimized in initialization or shutdown
|
10 years ago |
uint256.cpp
|
Move non-trivial uint256.h methods to uint256.cpp
|
11 years ago |
uint256.h
|
Move non-trivial uint256.h methods to uint256.cpp
|
11 years ago |
util.cpp
|
Merge pull request #4401
|
10 years ago |
util.h
|
Show nodeid instead of addresses (for anonymity) unless otherwise requested.
|
10 years ago |
version.cpp
|
Remove -beta suffix
|
11 years ago |
version.h
|
…
|
|
wallet.cpp
|
Fix Watchonly: cs_main lock not held
|
10 years ago |
wallet.h
|
Merge pull request #4045
|
10 years ago |
walletdb.cpp
|
Use script matching rather than destination matching for watch-only.
|
10 years ago |
walletdb.h
|
Use script matching rather than destination matching for watch-only.
|
10 years ago |