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.
 
 
 
 
 
 
Simon de la Rouviere 0caf2b187f Add MESSAGE_START_SIZE from chainparams when loading blocks from external files. 10 years ago
..
compat build: add symbol for upcoming gcc 4.9's libstdc++ 10 years ago
json Revert "JSON Spirit updated to v4.06" 11 years ago
leveldb Merge src/leveldb changes: temporarily revert to writing .sst files. 11 years ago
m4 build: Sync ax_boost_base.m4 with upstream. 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: get required locks upfront in polling functions 10 years ago
test Add required locks in tests 10 years ago
Makefile.am Merge pull request #4042 10 years ago
Makefile.include Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for 11 years ago
addrman.cpp Remove redundant .c_str()s 11 years ago
addrman.h Cleanup code using forward declarations. 11 years ago
alert.cpp Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16)) 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 Cleanup code using forward declarations. 11 years ago
base58.cpp Replace DecodeBase58/EncodeBase58 with direct implementation. 10 years ago
base58.h Replace DecodeBase58/EncodeBase58 with direct implementation. 10 years ago
bignum.h Cleanup code using forward declarations. 11 years ago
bitcoin-cli-res.rc qt: Update remaining "The Bitcoin Core Developers" 11 years ago
bitcoin-cli.cpp Show error message if ReadConfigFile fails 10 years ago
bitcoind-res.rc qt: Update remaining "The Bitcoin Core Developers" 11 years ago
bitcoind.cpp Show error message if ReadConfigFile fails 10 years ago
bloom.cpp Fix bloom filter not to use bit_mask 10 years ago
bloom.h Cleanup code using forward declarations. 11 years ago
chainparams.cpp Add new DNS seed from bitnodes.io. 10 years ago
chainparams.h Cleanup code using forward declarations. 11 years ago
checkpoints.cpp [Qt] rescan progress 10 years ago
checkpoints.h [Qt] rescan progress 10 years ago
checkqueue.h Cleanup code using forward declarations. 11 years ago
clientversion.h VERSION obtained from source instead of the previous git tag. 10 years ago
coincontrol.h Coincontrol cleanup (e.g. add missing license) 11 years ago
coins.cpp Add verbose boolean to getrawmempool 11 years ago
coins.h Add verbose boolean to getrawmempool 11 years ago
compat.h Merge pull request #3309 11 years ago
core.cpp Get rid of C99 PRI?64 usage in source files 10 years ago
core.h Merge pull request #3305 from mikehearn/fee_drop 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 HMAC-SHA512 to hash 11 years ago
hash.h Cleanup code using forward declarations. 11 years ago
init.cpp Add nHighTransactionFeeWarning as per #3969. 10 years ago
init.h Allow `-noserver` with bitcoind 11 years ago
key.cpp Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
key.h Document that CPubKey.IsValid() is consensus critical 10 years ago
keystore.cpp Move CCryptoKeyStore to crypter.cpp 11 years ago
keystore.h Update moved and dead links 10 years ago
leveldbwrapper.cpp Wrap create_directory calls in try...catch blocks. 10 years ago
leveldbwrapper.h Cleanup code using forward declarations. 11 years ago
limitedmap.h Cleanup code using forward declarations. 11 years ago
main.cpp Add MESSAGE_START_SIZE from chainparams when loading blocks from external files. 10 years ago
main.h add constant for shared (GUI/core) -par settings 10 years ago
miner.cpp Make mining fee policy match relay fee policy. 10 years ago
miner.h setgenerate creates multiple blocks in -regtest mode 11 years ago
mruset.h Cleanup code using forward declarations. 11 years ago
net.cpp Prevent socket leak in ThreadSocketHandler. 10 years ago
net.h Merge pull request #3514 10 years ago
netbase.cpp Correct some proxy related socket leaks. 10 years ago
netbase.h Cleanup code using forward declarations. 11 years ago
noui.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 10 years ago
noui.h Cleanup code using forward declarations. 11 years ago
protocol.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 10 years ago
protocol.h Cleanup code using forward declarations. 11 years ago
rpcblockchain.cpp small changes to rpc command help message strings 11 years ago
rpcclient.cpp improve command-line options output 10 years ago
rpcclient.h bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
rpcdump.cpp [Qt] importwallet progress 10 years ago
rpcmining.cpp RPC command getmininginfo showing right genproclimit 10 years ago
rpcmisc.cpp Fix typo in `createmultisig` help 10 years ago
rpcnet.cpp Organize RPCCommands table 10 years ago
rpcprotocol.cpp Update moved and dead links 10 years ago
rpcprotocol.h 'sendrawtransaction' improvements 10 years ago
rpcrawtransaction.cpp Fix a typo in RPC signrawtransaction help 10 years ago
rpcserver.cpp Organize RPCCommands table 10 years ago
rpcserver.h move wallet info stuff to "getwalletinfo" rpc (left original wallet 10 years ago
rpcwallet.cpp [Qt] fix style, formating, comment and indentation problems 10 years ago
script.cpp script: reduce OP_RETURN standard relay bytes to 40 10 years ago
script.h script: reduce OP_RETURN standard relay bytes to 40 10 years ago
serialize.h remove an assignment which is never used. 10 years ago
sync.cpp Wallet locking fixes for -DDEBUG_LOCKORDER 10 years ago
sync.h Use mutex pointer instead of name for AssertLockHeld 11 years ago
threadsafety.h Cleanup code using forward declarations. 11 years ago
tinyformat.h Make tinyformat errors raise an exception instead of assert()ing 10 years ago
txdb.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 10 years ago
txdb.h Change new constants in txdb.h to int64_t 10 years ago
txmempool.cpp Remove CWalletTx::vfSpent 10 years ago
txmempool.h Remove CWalletTx::vfSpent 10 years ago
ui_interface.h [Qt] rescan progress 10 years ago
uint256.h Unittests for uint256.h 11 years ago
util.cpp Wrap create_directory calls in try...catch blocks. 10 years ago
util.h Wrap create_directory calls in try...catch blocks. 10 years ago
version.cpp VERSION obtained from source instead of the previous git tag. 10 years ago
version.h Bump protocol version to 70002 11 years ago
wallet.cpp Merge pull request #4058 10 years ago
wallet.h [Qt] rescan progress 10 years ago
walletdb.cpp AddToWallet implies BindWallet 10 years ago
walletdb.h Add -zapwallettxes cli/config option, used for wallet recovery 10 years ago