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.
 
 
 
 
 
 
Pieter Wuille 3820e01eb9 Extend and move all crypto tests to crypto_tests.cpp 10 years ago
..
compat sanity: add libc/stdlib sanity checks 10 years ago
crypto Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible 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: avoid the use of top_ and abs_ dir paths 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 #4334 10 years ago
test Extend and move all crypto tests to crypto_tests.cpp 10 years ago
Makefile.am Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible 10 years ago
Makefile.qt.include qt: Unify AboutDialog and HelpMessageDialog 10 years ago
Makefile.qttest.include build: quit abusing AM_CPPFLAGS 10 years ago
Makefile.test.include Extend and move all crypto tests to crypto_tests.cpp 10 years ago
addrman.cpp Remove redundant .c_str()s 11 years ago
addrman.h Remove redundant c_str 10 years ago
alert.cpp Replace virtual methods with static attributes, chainparams.h depends on 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 base58: add paranoid return value checks 10 years ago
base58.h Move base58.h implementation code to base58.cpp 10 years ago
bitcoin-cli-res.rc qt: Update remaining "The Bitcoin Core Developers" 11 years ago
bitcoin-cli.cpp Remove `using namespace std` from header file 10 years ago
bitcoind-res.rc qt: Update remaining "The Bitcoin Core Developers" 11 years ago
bitcoind.cpp Remove cli functionality from bitcoind 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 Get rid of Params().RPCisTestNet() 10 years ago
chainparams.h Get rid of Params().RPCisTestNet() 10 years ago
checkpoints.cpp Fix incorrect checkpoint data for testnet3 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 reorder includes to compile on OpenBSD 10 years ago
core.cpp Type-safe CFeeRate class 10 years ago
core.h estimatefee / estimatepriority RPC methods 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 built-in RIPEMD-160 implementation 10 years ago
init.cpp Remove getwork() RPC call 10 years ago
init.h Add 'about' information to `-version` output 10 years ago
key.cpp Move crypto implementations to src/crypto/ 10 years ago
key.h key.cpp: fail with a friendlier message on missing ssl EC support 10 years ago
keystore.cpp Check redeemScript size does not exceed 520 byte limit 10 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 Remove redundant c_str 10 years ago
limitedmap.h Cleanup code using forward declarations. 11 years ago
main.cpp Merge pull request #4310 10 years ago
main.h Merge pull request #4170 10 years ago
miner.cpp Switch miner.cpp to use sha2 instead of OpenSSL. 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 Merge pull request #2784 10 years ago
net.h Merge pull request #2784 10 years ago
netbase.cpp Merge pull request #4183 10 years ago
netbase.h remove dup of extern int nConnectTimeout; in netbase 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
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
rpcblockchain.cpp Add "chain" to getmininginfo, improve help in getblockchaininfo 10 years ago
rpcclient.cpp Remove cli functionality from bitcoind 10 years ago
rpcclient.h Remove cli functionality from bitcoind 10 years ago
rpcdump.cpp [Qt] importwallet progress 10 years ago
rpcmining.cpp Remove getwork() RPC call 10 years ago
rpcmisc.cpp Get rid of Params().RPCisTestNet() 10 years ago
rpcnet.cpp Add nLocalServices info to RPC getinfo 10 years ago
rpcprotocol.cpp Replace non-threadsafe gmtime and setlocale 10 years ago
rpcprotocol.h Support IPv6 lookup in bitcoin-cli even when IPv6 only bound on localhost 10 years ago
rpcrawtransaction.cpp switch from boost int types to <stdint.h> 10 years ago
rpcserver.cpp Remove getwork() RPC call 10 years ago
rpcserver.h Remove getwork() RPC call 10 years ago
rpcwallet.cpp Type-safe CFeeRate class 10 years ago
script.cpp Add built-in RIPEMD-160 implementation 10 years ago
script.h Remove unused Print/PrintHex functions 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 Move {Get,Set}Compact from bignum to uint256 10 years ago
txdb.h Move {Get,Set}Compact from bignum to uint256 10 years ago
txmempool.cpp estimatefee / estimatepriority RPC methods 10 years ago
txmempool.h estimatefee / estimatepriority RPC methods 10 years ago
ui_interface.h VerifyDB progress 10 years ago
uint256.h Deduplicate uint* comparison operator logic 10 years ago
util.cpp Merge pull request #4193 10 years ago
util.h util: Add function FormatParagraph to format paragraph to fixed-width 10 years ago
version.cpp Remove -beta suffix 10 years ago
version.h Bump protocol version to 70002 11 years ago
wallet.cpp AvailableCoins: acquire cs_main mutex 10 years ago
wallet.h Ignore too-long redeemScripts while loading wallet 10 years ago
walletdb.cpp Remove dummy PRIszX macros for formatting 10 years ago
walletdb.h Add -zapwallettxes cli/config option, used for wallet recovery 11 years ago