Hush Full Node software. We were censored from Github, this is where all development happens now. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wladimir J. van der Laan d064f7f3ee
Merge pull request #5215
10 years ago
..
compat Fix all header defines 10 years ago
config build: move bitcoin-config.h to its own directory 10 years ago
core Fix all header defines 10 years ago
crypto Fix all header defines 10 years ago
json json_spirit: #include <stdint.h> 10 years ago
leveldb Merge src/leveldb changes for LevelDB 1.18. 10 years ago
obj Bump version numbers for 0.6.1rc1 12 years ago
obj-test Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 13 years ago
qt Merge pull request #5215 10 years ago
script minor code style cleanup after recent merges 10 years ago
secp256k1 secp256k1: Add build-side changes for libsecp256k1 10 years ago
test Merge pull request #5196 10 years ago
univalue Fix all header defines 10 years ago
.clang-format Update coding style and add .clang-format 10 years ago
Makefile.am boost: moveonly: split CPubKey and friends to new files 10 years ago
Makefile.qt.include Merge pull request #5086 10 years ago
Makefile.qttest.include build: quit abusing LIBS for Windows builds. 10 years ago
Makefile.test.include minor cleanup: include orders, end comments etc. 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 Apply clang-format on some infrequently-updated files 10 years ago
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 fix copyright string in two of our *.rc files 10 years ago
bitcoin-cli.cpp Add "warmup mode" for RPC server. 10 years ago
bitcoin-tx.cpp Separate protocol versioning from clientversion 10 years ago
bitcoind-res.rc fix copyright string in two of our *.rc files 10 years ago
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 Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 10 years ago
chain.cpp Update comments in chain to be doxygen compatible 10 years ago
chain.h Fix all header defines 10 years ago
chainparams.cpp Update comments in chainparams to be doxygen compatible 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 Fix all header defines 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 Apply clang-format on some infrequently-updated files 10 years ago
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 minor cleanup: include orders, end comments etc. 10 years ago
ecwrapper.h minor code style cleanup after recent merges 10 years ago
hash.cpp boost: moveonly: move BIP32Hash to hash.h 10 years ago
hash.h minor code style cleanup after recent merges 10 years ago
init.cpp Add "warmup mode" for RPC server. 10 years ago
init.h Apply clang-format on some infrequently-updated files 10 years ago
key.cpp boost: moveonly: split CPubKey and friends to new files 10 years ago
key.h minor code style cleanup after recent merges 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 remove code below asserts in limitedmap.h (fixes a ToDo) 10 years ago
main.cpp Merge pull request #5173 10 years ago
main.h Merge pull request #5186 10 years ago
miner.cpp Merge pull request #5106 10 years ago
miner.h Switch miner.cpp to use sha2 instead of OpenSSL. 10 years ago
mruset.h Apply clang-format on some infrequently-updated files 10 years ago
net.cpp Separate protocol versioning from clientversion 10 years ago
net.h boost: split stream classes out of serialize.h 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 add missing header end comments 10 years ago
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 Apply clang-format on some infrequently-updated files 10 years ago
random.h Apply clang-format on some infrequently-updated files 10 years ago
rpcblockchain.cpp minor cleanup: include orders, end comments etc. 10 years ago
rpcclient.cpp Merge pull request #4863 10 years ago
rpcclient.h Fix all header defines 10 years ago
rpcdump.cpp [Wallet] Watch-only fixes 10 years ago
rpcmining.cpp Merge pull request #3727 10 years ago
rpcmisc.cpp Separate protocol versioning from clientversion 10 years ago
rpcnet.cpp Separate protocol versioning from clientversion 10 years ago
rpcprotocol.cpp Separate protocol versioning from clientversion 10 years ago
rpcprotocol.h Add "warmup mode" for RPC server. 10 years ago
rpcrawtransaction.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
rpcserver.cpp Add "warmup mode" for RPC server. 10 years ago
rpcserver.h Add "warmup mode" for RPC server. 10 years ago
rpcwallet.cpp fix a typo 10 years ago
serialize.h boost: split stream classes out of serialize.h 10 years ago
streams.h boost: split stream classes out of serialize.h 10 years ago
sync.cpp Apply clang-format on some infrequently-updated files 10 years ago
sync.h Apply clang-format on some infrequently-updated files 10 years ago
threadsafety.h Apply clang-format on some infrequently-updated files 10 years ago
timedata.cpp Split up util.cpp/h 10 years ago
timedata.h Apply clang-format on some infrequently-updated files 10 years ago
tinyformat.h Move `*Version()` functions to version.h/cpp 10 years ago
txdb.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
txdb.h Fix all header defines 10 years ago
txmempool.cpp minor cleanup: include orders, end comments etc. 10 years ago
txmempool.h MOVEONLY: Separate CTransaction and dependencies from core 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 Apply clang-format on some infrequently-updated files 10 years ago
uint256.h header include cleanup 10 years ago
undo.h Fix all header defines 10 years ago
util.cpp util.cpp comment correction 10 years ago
util.h amount.h: update license, add header end comment + rem from util.h 10 years ago
utilmoneystr.cpp MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
utilmoneystr.h Use a typedef for monetary values 10 years ago
utilstrencodings.cpp minor cleanup: include orders, end comments etc. 10 years ago
utilstrencodings.h Split up util.cpp/h 10 years ago
utiltime.cpp Split up util.cpp/h 10 years ago
utiltime.h add missing header end comments 10 years ago
version.h Update comments in version to be doxygen compatible 10 years ago
wallet.cpp Update comments in wallet to be doxygen compatible 10 years ago
wallet.h Merge pull request #5146 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