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 8833acc4c9
Merge pull request #4498
10 years ago
..
compat build: fix build weirdness after 54372482. 10 years ago
config build: move bitcoin-config.h to its own directory 10 years ago
crypto Add <Hasher>::OUTPUT_SIZE 10 years ago
json json_spirit: #include <stdint.h> 10 years ago
leveldb Merge src/leveldb changes for LevelDB 1.17. 10 years ago
m4 build: Fix windows configure when using --with-qt-libdir 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 qt: bitcoin_en update after 8d0d512 10 years ago
secp256k1 secp256k1: Add build-side changes for libsecp256k1 10 years ago
test Declare SignatureHash() in script.h 10 years ago
univalue univalue: remove unused methods getArray, getObject 10 years ago
.clang-format Update coding style and add .clang-format 10 years ago
Makefile.am Add built-in seeds for .onion 10 years ago
Makefile.qt.include Add "bitcoin-tx" command line utility and supporting modules. 10 years ago
Makefile.qttest.include Add "bitcoin-tx" command line utility and supporting modules. 10 years ago
Makefile.test.include Add "bitcoin-tx" command line utility and supporting modules. 10 years ago
addrman.cpp Remove redundant .c_str()s 11 years ago
addrman.h Break up CAddrMan's IMPLEMENT_SERIALIZE 10 years ago
alert.cpp Move network-time related functions to timedata.cpp/h 10 years ago
alert.h Cleanup code using forward declarations. 11 years ago
allocators.cpp Changing LockedPageManager to use a managed instance 11 years ago
allocators.h Fix typos in comments (missing i's). 10 years ago
base58.cpp ensure clean and consistent "namespace" usage 10 years ago
base58.h Move base58.h implementation code to base58.cpp 10 years ago
bitcoin-cli-res.rc fix copyright string in two of our *.rc files 10 years ago
bitcoin-cli.cpp bitcoin-cli, rpcrawtransaction: harmonize "{" styling 10 years ago
bitcoin-tx.cpp Add "bitcoin-tx" command line utility and supporting modules. 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 10 years ago
bloom.cpp CBloomFilter::clear() method 10 years ago
bloom.h CBloomFilter::clear() method 10 years ago
chainparams.cpp Add built-in seeds for .onion 10 years ago
chainparams.h Remove unnecessary dependencies for bitcoin-cli 10 years ago
chainparamsbase.cpp Can't log to debug log before chain params initialized 10 years ago
chainparamsbase.h Can't log to debug log before chain params initialized 10 years ago
chainparamsseeds.h Add built-in seeds for .onion 10 years ago
checkpoints.cpp Merge pull request #4541 10 years ago
checkpoints.h ensure clean and consistent "namespace" usage 10 years ago
checkqueue.h Cleanup code using forward declarations. 11 years ago
clientversion.h fix copyright string in two of our *.rc files 10 years ago
coincontrol.h Coincontrol cleanup (e.g. add missing license) 11 years ago
coins.cpp Merge pull request #4505 10 years ago
coins.h Use unordered_map for CCoinsViewCache with salted hash 10 years ago
compat.h Convert closesocket 'compat wrapper' to function in netbase 10 years ago
core.cpp Revert "Relay double-spends, subject to anti-DOS" 10 years ago
core.h Revert "Relay double-spends, subject to anti-DOS" 10 years ago
core_io.h add license header to core_io.h, core_read/_write.cpp 10 years ago
core_read.cpp add license header to core_io.h, core_read/_write.cpp 10 years ago
core_write.cpp add license header to core_io.h, core_read/_write.cpp 10 years ago
crypter.cpp Move CCryptoKeyStore to crypter.cpp 11 years ago
crypter.h Move CCryptoKeyStore to crypter.cpp 11 years ago
db.cpp unified and better log/error messages for CDBEnv/CDB 10 years ago
db.h Move CAddrDB frrom db to net 11 years ago
hash.cpp Add a built-in SHA256/SHA512 implementation. 10 years ago
hash.h Add <Hasher>::OUTPUT_SIZE 10 years ago
init.cpp Merge pull request #4615 10 years ago
init.h ensure clean and consistent "namespace" usage 10 years ago
key.cpp add GetRandBytes() as wrapper for RAND_bytes() 10 years ago
key.h key.cpp: fail with a friendlier message on missing ssl EC support 10 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 10 years ago
leveldbwrapper.h Remove redundant c_str 10 years ago
limitedmap.h Cleanup code using forward declarations. 11 years ago
main.cpp Log "version" message IP addresses in client connect summary 10 years ago
main.h Implement "getchaintips" RPC command to monitor blockchain forks. 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. 10 years ago
mruset.h Limit number of known addresses per peer 10 years ago
net.cpp Avoid querying DNS seeds, if we have open connections. 10 years ago
net.h Add missing FindNode prototype to net.h 10 years ago
netbase.cpp net: add SetSocketNonBlocking() as OS independent wrapper 10 years ago
netbase.h net: add SetSocketNonBlocking() as OS independent wrapper 10 years ago
noui.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
noui.h Cleanup code using forward declarations. 11 years ago
pow.cpp Use GetBlockTime() more 10 years ago
pow.h Refactor proof of work related functions out of main 10 years ago
protocol.cpp Replace virtual methods with static attributes, chainparams.h depends on 10 years ago
protocol.h Add comment regarding experimental-use service bits 10 years ago
random.cpp make RandAddSeed() use OPENSSL_cleanse() 10 years ago
random.h move rand functions from util to new random.h/.cpp 10 years ago
rpcblockchain.cpp Implement "getchaintips" RPC command to monitor blockchain forks. 10 years ago
rpcclient.cpp Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis 10 years ago
rpcclient.h Remove cli functionality from bitcoind 10 years ago
rpcdump.cpp Harmonize importprivkey and importaddress documentation 10 years ago
rpcmining.cpp Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 10 years ago
rpcmisc.cpp Add warning comment to getinfo 10 years ago
rpcnet.cpp fix help message for RPC getpeerinfo 10 years ago
rpcprotocol.cpp rpc: Prevent easy memory exhaustion attack 10 years ago
rpcprotocol.h fix RPC error replies 10 years ago
rpcrawtransaction.cpp bitcoin-cli, rpcrawtransaction: harmonize "{" styling 10 years ago
rpcserver.cpp Implement "getchaintips" RPC command to monitor blockchain forks. 10 years ago
rpcserver.h Implement "getchaintips" RPC command to monitor blockchain forks. 10 years ago
rpcwallet.cpp Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp 10 years ago
script.cpp move rand functions from util to new random.h/.cpp 10 years ago
script.h Merge pull request #4602 10 years ago
serialize.h Break up CAddrMan's IMPLEMENT_SERIALIZE 10 years ago
sync.cpp Wallet locking fixes for -DDEBUG_LOCKORDER 10 years ago
sync.h getblocktemplate: longpolling support 10 years ago
threadsafety.h Cleanup code using forward declarations. 11 years ago
timedata.cpp Typo, and a few "Bitcoin" -> "Bitcoin Core" 10 years ago
timedata.h Move network-time related functions to timedata.cpp/h 10 years ago
tinyformat.h Make tinyformat errors raise an exception instead of assert()ing 10 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 Process fee estimate file into temporary vector first to let sanity checking complete. 10 years ago
txmempool.h Move fee policy out of core 10 years ago
ui_interface.h Revert "UI to alert of respend attempt affecting wallet." 10 years ago
uint256.cpp Use unordered_map for CCoinsViewCache with salted hash 10 years ago
uint256.h Use unordered_map for CCoinsViewCache with salted hash 10 years ago
util.cpp Can't log to debug log before chain params initialized 10 years ago
util.h move rand functions from util to new random.h/.cpp 10 years ago
version.cpp Remove -beta suffix 10 years ago
version.h Fix typos in comments (missing i's). 10 years ago
wallet.cpp Revert "UI to alert of respend attempt affecting wallet." 10 years ago
wallet.h Revert "UI to alert of respend attempt affecting wallet." 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