..
compat
Fix all header defines
10 years ago
config
…
core
Fix all header defines
10 years ago
crypto
Fix all header defines
10 years ago
json
…
leveldb
Merge src/leveldb changes for LevelDB 1.18.
10 years ago
obj
…
obj-test
…
qt
qt: Make askpassphrase dialog behave more sanely
10 years ago
script
Merge pull request #5000
10 years ago
secp256k1
Merge commit 'd48555b36ac512161b81f9b6bca7bea16a0cd806' as 'src/secp256k1'
10 years ago
test
Merge pull request #5000
10 years ago
univalue
Fix all header defines
10 years ago
.clang-format
…
Makefile.am
build: add --with-libs so that libs are optional
10 years ago
Makefile.qt.include
build: make a distinction between static app ldflags and static lib ldflags
10 years ago
Makefile.qttest.include
build: make a distinction between static app ldflags and static lib ldflags
10 years ago
Makefile.test.include
build: fix link error on some platforms. Fixes #5235
10 years ago
addrman.cpp
Merge pull request #5119
10 years ago
addrman.h
Fix all header defines
10 years ago
alert.cpp
minor code style cleanup after recent merges
10 years ago
alert.h
Fix all header defines
10 years ago
allocators.cpp
…
allocators.h
boost: split stream classes out of serialize.h
10 years ago
amount.cpp
MOVEONLY: Move CFeeRate and Amount constants to amount.o
10 years ago
amount.h
MOVEONLY: Move CFeeRate and Amount constants to amount.o
10 years ago
base58.cpp
Fixing out of bounds error in GetKey()
10 years ago
base58.h
boost: moveonly: split CPubKey and friends to new files
10 years ago
bitcoin-cli-res.rc
…
bitcoin-cli.cpp
Reduce bitcoin-cli dependencies
10 years ago
bitcoin-tx.cpp
Separate protocol versioning from clientversion
10 years ago
bitcoind-res.rc
…
bitcoind.cpp
Separate protocol versioning from clientversion
10 years ago
bloom.cpp
boost: moveonly: split CPubKey and friends to new files
10 years ago
bloom.h
…
chain.cpp
Update comments in chain to be doxygen compatible
10 years ago
chain.h
Fix all header defines
10 years ago
chainparams.cpp
The first thing that SelectParams does is call SelectBaseParams. Therefore, we do not need to call SelectBaseParams immediately prior to calling SelectParams.
10 years ago
chainparams.h
Fix all header defines
10 years ago
chainparamsbase.cpp
Update comments in chainparams to be doxygen compatible
10 years ago
chainparamsbase.h
Fix all header defines
10 years ago
chainparamsseeds.h
Fix all header defines
10 years ago
checkpoints.cpp
Move checkpoint data selection to chainparams
10 years ago
checkpoints.h
Fix all header defines
10 years ago
checkqueue.h
Fix all header defines
10 years ago
clientversion.cpp
Update comments in version to be doxygen compatible
10 years ago
clientversion.h
Fix all header defines
10 years ago
coincontrol.h
Adding const.
10 years ago
coins.cpp
Merge pull request #4834
10 years ago
coins.h
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
10 years ago
compat.h
Fix all header defines
10 years ago
compressor.cpp
boost: moveonly: split CPubKey and friends to new files
10 years ago
compressor.h
Fix all header defines
10 years ago
core_io.h
Fix all header defines
10 years ago
core_read.cpp
MOVEONLY: Separate CTransaction and dependencies from core
10 years ago
core_write.cpp
MOVEONLY: Separate CTransaction and dependencies from core
10 years ago
crypter.cpp
script: move CScriptID to standard.h and add a ctor for creating them from CScripts
10 years ago
crypter.h
minor code style cleanup after recent merges
10 years ago
db.cpp
…
db.h
Separate protocol versioning from clientversion
10 years ago
eccryptoverify.cpp
minor code style cleanup after recent merges
10 years ago
eccryptoverify.h
minor code style cleanup after recent merges
10 years ago
ecwrapper.cpp
Remove unused ecwrapper code
10 years ago
ecwrapper.h
Remove unused ecwrapper code
10 years ago
hash.cpp
Adding license.
10 years ago
hash.h
minor code style cleanup after recent merges
10 years ago
init.cpp
[Qt] Add Smartfee to GUI
10 years ago
init.h
…
key.cpp
Use libsecp256k1 in key.cpp
10 years ago
key.h
Do signature-s negation inside the tests
10 years ago
keystore.cpp
Update comments in keystore to be doxygen compatible
10 years ago
keystore.h
boost: moveonly: split CPubKey and friends to new files
10 years ago
leveldbwrapper.cpp
minor code style cleanup after recent merges
10 years ago
leveldbwrapper.h
Separate protocol versioning from clientversion
10 years ago
limitedmap.h
…
main.cpp
Check block header before accepting it.
10 years ago
main.h
Merge pull request #5186
10 years ago
miner.cpp
Merge pull request #5106
10 years ago
miner.h
…
mruset.h
…
net.cpp
Do not use third party services for IP detection.
10 years ago
net.h
Do not use third party services for IP detection.
10 years ago
netbase.cpp
Add missing reserved address spaces.
10 years ago
netbase.h
Add missing reserved address spaces.
10 years ago
noui.cpp
Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log.
10 years ago
noui.h
…
pow.cpp
MOVEONLY: core.o -> core/block.o
10 years ago
pow.h
Remove CheckMinWork, as we always know all parent headers
10 years ago
protocol.cpp
script: add a slew of includes all around and drop includes from script.h
10 years ago
protocol.h
Fix all header defines
10 years ago
pubkey.cpp
minor code style cleanup after recent merges
10 years ago
pubkey.h
minor code style cleanup after recent merges
10 years ago
random.cpp
Make sure that GetRandomBytes never fails
10 years ago
random.h
Make sure that GetRandomBytes never fails
10 years ago
rest.cpp
Properly lock cs_main in rest_block
10 years ago
rpcblockchain.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcclient.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcclient.h
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcdump.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcmining.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcmisc.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcnet.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcprotocol.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcprotocol.h
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcrawtransaction.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcserver.cpp
Merge pull request #5280
10 years ago
rpcserver.h
Update comments in src/rpc* to be doxygen compatible
10 years ago
rpcwallet.cpp
Update comments in src/rpc* to be doxygen compatible
10 years ago
serialize.h
Update serialize comments to be doxygen compatible
10 years ago
streams.h
boost: split stream classes out of serialize.h
10 years ago
sync.cpp
…
sync.h
…
threadsafety.h
…
timedata.cpp
…
timedata.h
…
tinyformat.h
…
txdb.cpp
MOVEONLY: Separate CTransaction and dependencies from core
10 years ago
txdb.h
Fix all header defines
10 years ago
txmempool.cpp
Update comments in txmempool to be doxygen compatible
10 years ago
txmempool.h
[Qt] Add Smartfee to GUI
10 years ago
ui_interface.h
Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log.
10 years ago
uint256.cpp
…
uint256.h
…
undo.h
Fix all header defines
10 years ago
util.cpp
Update comments in util to be doxygen compatible
10 years ago
util.h
Squashed 'src/secp256k1/' content from commit ad2028f
10 years ago
utilmoneystr.cpp
Update comments in util to be doxygen compatible
10 years ago
utilmoneystr.h
Update comments in util to be doxygen compatible
10 years ago
utilstrencodings.cpp
Update comments in util to be doxygen compatible
10 years ago
utilstrencodings.h
Update comments in util to be doxygen compatible
10 years ago
utiltime.cpp
Update comments in util to be doxygen compatible
10 years ago
utiltime.h
Update comments in util to be doxygen compatible
10 years ago
version.h
Update comments in version to be doxygen compatible
10 years ago
wallet.cpp
[Qt] Add Smartfee to GUI
10 years ago
wallet.h
[Wallet] Add global boolean whether to pay at least the custom fee (default=true)
10 years ago
wallet_ismine.cpp
boost: moveonly: split CPubKey and friends to new files
10 years ago
wallet_ismine.h
Fix all header defines
10 years ago
walletdb.cpp
boost: drop dependency on tuple in serialization
10 years ago
walletdb.h
[Wallet] Watch-only fixes
10 years ago