.. |
compat
|
build: add symbol for upcoming gcc 4.9's libstdc++
|
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: Periodic translation update
|
11 years ago |
test
|
build: add stub makefiles for easier subdir builds
|
11 years ago |
Makefile.am
|
build: fix version dependency
|
11 years ago |
Makefile.qt.include
|
build: quit abusing AM_CPPFLAGS
|
11 years ago |
Makefile.qttest.include
|
build: quit abusing AM_CPPFLAGS
|
11 years ago |
Makefile.test.include
|
build: quit abusing AM_CPPFLAGS
|
11 years ago |
addrman.cpp
|
…
|
|
addrman.h
|
Remove redundant c_str
|
11 years ago |
alert.cpp
|
…
|
|
alert.h
|
…
|
|
allocators.cpp
|
…
|
|
allocators.h
|
…
|
|
base58.cpp
|
Move base58.h implementation code to base58.cpp
|
11 years ago |
base58.h
|
Move base58.h implementation code to base58.cpp
|
11 years ago |
bitcoin-cli-res.rc
|
…
|
|
bitcoin-cli.cpp
|
SetupEnvironment() - clean commit
|
11 years ago |
bitcoind-res.rc
|
…
|
|
bitcoind.cpp
|
Remove fDaemon flag checking on return from main(), which is useless and looks really strange.
|
11 years ago |
bloom.cpp
|
…
|
|
bloom.h
|
…
|
|
chainparams.cpp
|
Move {Get,Set}Compact from bignum to uint256
|
11 years ago |
chainparams.h
|
Reduce bignum.h now it is only needed for scriptnum_tests
|
11 years ago |
checkpoints.cpp
|
Fix incorrect checkpoint data for testnet3
|
11 years ago |
checkpoints.h
|
[Qt] rescan progress
|
11 years ago |
checkqueue.h
|
…
|
|
clientversion.h
|
VERSION obtained from source instead of the previous git tag.
|
11 years ago |
coincontrol.h
|
…
|
|
coins.cpp
|
…
|
|
coins.h
|
…
|
|
compat.h
|
reorder includes to compile on OpenBSD
|
11 years ago |
core.cpp
|
Type-safe CFeeRate class
|
11 years ago |
core.h
|
estimatefee / estimatepriority RPC methods
|
11 years ago |
crypter.cpp
|
…
|
|
crypter.h
|
…
|
|
db.cpp
|
unified and better log/error messages for CDBEnv/CDB
|
11 years ago |
db.h
|
…
|
|
hash.cpp
|
…
|
|
hash.h
|
…
|
|
init.cpp
|
estimatefee / estimatepriority RPC methods
|
11 years ago |
init.h
|
Remove global strWalletFile
|
11 years ago |
key.cpp
|
remove CPubKey::VerifyCompact( ) which is never used
|
11 years ago |
key.h
|
remove CPubKey::VerifyCompact( ) which is never used
|
11 years ago |
keystore.cpp
|
Check redeemScript size does not exceed 520 byte limit
|
11 years ago |
keystore.h
|
…
|
|
leveldbwrapper.cpp
|
Wrap create_directory calls in try...catch blocks.
|
11 years ago |
leveldbwrapper.h
|
Remove redundant c_str
|
11 years ago |
limitedmap.h
|
…
|
|
main.cpp
|
Push cs_mains down in ProcessBlock
|
11 years ago |
main.h
|
Get rid of the static chainMostWork (optimization)
|
11 years ago |
miner.cpp
|
Push cs_mains down in ProcessBlock
|
11 years ago |
miner.h
|
…
|
|
mruset.h
|
Limit number of known addresses per peer
|
11 years ago |
net.cpp
|
Merge pull request #4247 from Diapolo/listen
|
11 years ago |
net.h
|
Merge pull request #4247 from Diapolo/listen
|
11 years ago |
netbase.cpp
|
Merge pull request #4183
|
11 years ago |
netbase.h
|
remove dup of extern int nConnectTimeout; in netbase
|
11 years ago |
noui.cpp
|
…
|
|
noui.h
|
…
|
|
protocol.cpp
|
…
|
|
protocol.h
|
Reduce bignum.h now it is only needed for scriptnum_tests
|
11 years ago |
rpcblockchain.cpp
|
VerifyDB progress
|
11 years ago |
rpcclient.cpp
|
estimatefee / estimatepriority RPC methods
|
11 years ago |
rpcclient.h
|
…
|
|
rpcdump.cpp
|
[Qt] importwallet progress
|
11 years ago |
rpcmining.cpp
|
estimatefee / estimatepriority RPC methods
|
11 years ago |
rpcmisc.cpp
|
Type-safe CFeeRate class
|
11 years ago |
rpcnet.cpp
|
Type-safe CFeeRate class
|
11 years ago |
rpcprotocol.cpp
|
Replace non-threadsafe gmtime and setlocale
|
11 years ago |
rpcprotocol.h
|
Support IPv6 lookup in bitcoin-cli even when IPv6 only bound on localhost
|
11 years ago |
rpcrawtransaction.cpp
|
switch from boost int types to <stdint.h>
|
11 years ago |
rpcserver.cpp
|
Push cs_mains down in ProcessBlock
|
11 years ago |
rpcserver.h
|
estimatefee / estimatepriority RPC methods
|
11 years ago |
rpcwallet.cpp
|
Type-safe CFeeRate class
|
11 years ago |
script.cpp
|
Remove template matching params from GetOpName()
|
11 years ago |
script.h
|
Remove redundant c_str
|
11 years ago |
serialize.h
|
remove an assignment which is never used.
|
11 years ago |
sync.cpp
|
…
|
|
sync.h
|
…
|
|
threadsafety.h
|
…
|
|
tinyformat.h
|
…
|
|
txdb.cpp
|
Move {Get,Set}Compact from bignum to uint256
|
11 years ago |
txdb.h
|
Move {Get,Set}Compact from bignum to uint256
|
11 years ago |
txmempool.cpp
|
estimatefee / estimatepriority RPC methods
|
11 years ago |
txmempool.h
|
estimatefee / estimatepriority RPC methods
|
11 years ago |
ui_interface.h
|
VerifyDB progress
|
11 years ago |
uint256.h
|
Deduplicate uint* comparison operator logic
|
11 years ago |
util.cpp
|
rename fNoListen to fListen and move to net
|
11 years ago |
util.h
|
rename fNoListen to fListen and move to net
|
11 years ago |
version.cpp
|
VERSION obtained from source instead of the previous git tag.
|
11 years ago |
version.h
|
…
|
|
wallet.cpp
|
Type-safe CFeeRate class
|
11 years ago |
wallet.h
|
Type-safe CFeeRate class
|
11 years ago |
walletdb.cpp
|
Remove dummy PRIszX macros for formatting
|
11 years ago |
walletdb.h
|
…
|
|