.. |
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
|
…
|
|
leveldb
|
…
|
|
m4
|
…
|
|
obj
|
…
|
|
obj-test
|
…
|
|
qt
|
set shutdown title to main window title
|
11 years ago |
test
|
Merge pull request #4365 from gavinandresen/relax_isstandard
|
11 years ago |
Makefile.am
|
Move coins.cpp and keystore.cpp to libbitcoin_common
|
11 years ago |
Makefile.qt.include
|
Remove unnecessary dependencies for bitcoin-cli
|
11 years ago |
Makefile.qttest.include
|
Remove unnecessary dependencies for bitcoin-cli
|
11 years ago |
Makefile.test.include
|
Remove unnecessary dependencies for bitcoin-cli
|
11 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
|
…
|
|
bitcoin-cli-res.rc
|
Fixed captitalization in bitcoin-cli-res.rc
|
11 years ago |
bitcoin-cli.cpp
|
Remove unnecessary dependencies for bitcoin-cli
|
11 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
Remove cli functionality from bitcoind
|
11 years ago |
bloom.cpp
|
Code simplifications after CTransaction::GetHash() caching
|
11 years ago |
bloom.h
|
Code simplifications after CTransaction::GetHash() caching
|
11 years ago |
chainparams.cpp
|
Remove unnecessary dependencies for bitcoin-cli
|
11 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
|
ensure clean and consistent "namespace" usage
|
11 years ago |
checkpoints.h
|
ensure clean and consistent "namespace" usage
|
11 years ago |
checkqueue.h
|
…
|
|
clientversion.h
|
build: fix build weirdness after 54372482 .
|
11 years ago |
coincontrol.h
|
…
|
|
coins.cpp
|
…
|
|
coins.h
|
…
|
|
compat.h
|
…
|
|
core.cpp
|
Add CMutableTransaction and make CTransaction immutable.
|
11 years ago |
core.h
|
Code simplifications after CTransaction::GetHash() caching
|
11 years ago |
crypter.cpp
|
…
|
|
crypter.h
|
…
|
|
db.cpp
|
…
|
|
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
|
Add an option to allow users to disable relaying/mining data carrier transactions
|
11 years ago |
init.h
|
ensure clean and consistent "namespace" usage
|
11 years ago |
key.cpp
|
ensure clean and consistent "namespace" usage
|
11 years ago |
key.h
|
…
|
|
keystore.cpp
|
…
|
|
keystore.h
|
…
|
|
leveldbwrapper.cpp
|
…
|
|
leveldbwrapper.h
|
…
|
|
limitedmap.h
|
…
|
|
main.cpp
|
Track peers' available blocks
|
11 years ago |
main.h
|
Track peers' available blocks
|
11 years ago |
miner.cpp
|
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
|
11 years ago |
miner.h
|
Switch miner.cpp to use sha2 instead of OpenSSL.
|
11 years ago |
mruset.h
|
…
|
|
net.cpp
|
build: fix build weirdness after 54372482 .
|
11 years ago |
net.h
|
ensure clean and consistent "namespace" usage
|
11 years ago |
netbase.cpp
|
replace 3 separate calls to WSAGetLastError() with 1
|
11 years ago |
netbase.h
|
build: fix build weirdness after 54372482 .
|
11 years ago |
noui.cpp
|
…
|
|
noui.h
|
…
|
|
pow.cpp
|
move pow constants to chainparams
|
11 years ago |
pow.h
|
Refactor proof of work related functions out of main
|
11 years ago |
protocol.cpp
|
…
|
|
protocol.h
|
Add comment regarding experimental-use service bits
|
11 years ago |
rpcblockchain.cpp
|
Replace HexBits with strprintf
|
11 years ago |
rpcclient.cpp
|
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
|
11 years ago |
rpcclient.h
|
Remove cli functionality from bitcoind
|
11 years ago |
rpcdump.cpp
|
…
|
|
rpcmining.cpp
|
Replace HexBits with strprintf
|
11 years ago |
rpcmisc.cpp
|
minor code format fix in rpc-related files
|
11 years ago |
rpcnet.cpp
|
Track peers' available blocks
|
11 years ago |
rpcprotocol.cpp
|
Move AcceptedConnection class to rpcserver.h.
|
11 years ago |
rpcprotocol.h
|
Move AcceptedConnection class to rpcserver.h.
|
11 years ago |
rpcrawtransaction.cpp
|
Code simplifications after CTransaction::GetHash() caching
|
11 years ago |
rpcserver.cpp
|
Replace HexBits with strprintf
|
11 years ago |
rpcserver.h
|
Replace HexBits with strprintf
|
11 years ago |
rpcwallet.cpp
|
Move network-time related functions to timedata.cpp/h
|
11 years ago |
script.cpp
|
Merge pull request #4398
|
11 years ago |
script.h
|
Remove timing-based signature cache unit test
|
11 years ago |
serialize.h
|
Avoid undefined behavior using CFlatData in CScript serialization
|
11 years ago |
sync.cpp
|
…
|
|
sync.h
|
…
|
|
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
|
…
|
|
txdb.cpp
|
Refactor proof of work related functions out of main
|
11 years ago |
txdb.h
|
…
|
|
txmempool.cpp
|
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
|
11 years ago |
txmempool.h
|
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
|
11 years ago |
ui_interface.h
|
…
|
|
uint256.h
|
…
|
|
util.cpp
|
Merge pull request #4398
|
11 years ago |
util.h
|
Move network-time related functions to timedata.cpp/h
|
11 years ago |
version.cpp
|
Remove -beta suffix
|
11 years ago |
version.h
|
…
|
|
wallet.cpp
|
Move network-time related functions to timedata.cpp/h
|
11 years ago |
wallet.h
|
Merge pull request #3674
|
11 years ago |
walletdb.cpp
|
Let -zapwallettxes recover transaction meta data
|
11 years ago |
walletdb.h
|
Let -zapwallettxes recover transaction meta data
|
11 years ago |