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 d004d7279f Move CAddrDB frrom db to net 11 years ago
..
json Revert "JSON Spirit updated to v4.06" 11 years ago
leveldb Merge src/leveldb changes for LevelDB 1.13 11 years ago
m4 Update ax_pthread.m4 to serial 21 11 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: use deleteLater to remove send entries 11 years ago
test Delimit code with #ifdef ENABLE_WALLET 11 years ago
.gitignore Add src/.gitignore: ignore src/test_bitcoin 11 years ago
Makefile.am bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Makefile.include bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
addrman.cpp Cleanup code using forward declarations. 11 years ago
addrman.h Cleanup code using forward declarations. 11 years ago
alert.cpp misc small changes to polish after include cleanup 11 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.h Cleanup code using forward declarations. 11 years ago
bignum.h Cleanup code using forward declarations. 11 years ago
bitcoin-cli-res.rc Add separate bitcoin-rpc client 11 years ago
bitcoin-cli.cpp bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
bitcoind-res.rc rename bitcoin-res.rc to bitcoind-res.rc 11 years ago
bitcoind.cpp bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
bloom.cpp Cleanup code using forward declarations. 11 years ago
bloom.h Cleanup code using forward declarations. 11 years ago
chainparams.cpp Cleanup code using forward declarations. 11 years ago
chainparams.h Cleanup code using forward declarations. 11 years ago
checkpoints.cpp Cleanup code using forward declarations. 11 years ago
checkpoints.h Cleanup code using forward declarations. 11 years ago
checkqueue.h Cleanup code using forward declarations. 11 years ago
clientversion.h autotools: switch to autotools buildsystem 11 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 Add verbose boolean to getrawmempool 11 years ago
core.h Add verbose boolean to getrawmempool 11 years ago
crypter.cpp Cleanup code using forward declarations. 11 years ago
crypter.h Cleanup code using forward declarations. 11 years ago
db.cpp Move CAddrDB frrom db to net 11 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 Delimit code with #ifdef ENABLE_WALLET 11 years ago
init.h bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
key.cpp Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
key.h Cleanup code using forward declarations. 11 years ago
keystore.cpp Cleanup code using forward declarations. 11 years ago
keystore.h Cleanup code using forward declarations. 11 years ago
leveldbwrapper.cpp configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common 11 years ago
leveldbwrapper.h Cleanup code using forward declarations. 11 years ago
limitedmap.h Cleanup code using forward declarations. 11 years ago
main.cpp Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
main.h Refactor: move GetValueIn(tx) to tx.GetValueIn() 11 years ago
miner.cpp Add verbose boolean to getrawmempool 11 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 Move CAddrDB frrom db to net 11 years ago
net.h Move CAddrDB frrom db to net 11 years ago
netbase.cpp core: remove includes in .cpp, if header is already in .h 11 years ago
netbase.h Cleanup code using forward declarations. 11 years ago
noui.cpp Cleanup code using forward declarations. 11 years ago
noui.h Cleanup code using forward declarations. 11 years ago
protocol.cpp core: remove includes in .cpp, if header is already in .h 11 years ago
protocol.h Cleanup code using forward declarations. 11 years ago
rpcblockchain.cpp Add verbose boolean to getrawmempool 11 years ago
rpcclient.cpp Merge pull request #3320 from laanwj/2013_11_cli_split 11 years ago
rpcclient.h bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
rpcdump.cpp Split up bitcoinrpc (code movement only) 11 years ago
rpcmining.cpp Split up bitcoinrpc (code movement only) 11 years ago
rpcnet.cpp Delimit code with #ifdef ENABLE_WALLET 11 years ago
rpcprotocol.cpp Split up bitcoinrpc (code movement only) 11 years ago
rpcprotocol.h Split up bitcoinrpc (code movement only) 11 years ago
rpcrawtransaction.cpp Delimit code with #ifdef ENABLE_WALLET 11 years ago
rpcserver.cpp Delimit code with #ifdef ENABLE_WALLET 11 years ago
rpcserver.h Split up bitcoinrpc (code movement only) 11 years ago
rpcwallet.cpp Move getinfo to rpcnet.cpp 11 years ago
script.cpp Merge pull request #3257 11 years ago
script.h Cleanup code using forward declarations. 11 years ago
serialize.h Cleanup code using forward declarations. 11 years ago
sync.cpp mutex debugging routines: LocksHeld() and AssertLockHeld() 11 years ago
sync.h mutex debugging routines: LocksHeld() and AssertLockHeld() 11 years ago
threadsafety.h Cleanup code using forward declarations. 11 years ago
txdb.cpp Make CCoinsView use block hashes instead of indices 11 years ago
txdb.h Make CCoinsView use block hashes instead of indices 11 years ago
txmempool.cpp Add verbose boolean to getrawmempool 11 years ago
txmempool.h Add verbose boolean to getrawmempool 11 years ago
ui_interface.h Cleanup code using forward declarations. 11 years ago
uint256.h Cleanup code using forward declarations. 11 years ago
util.cpp bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
util.h Use C99 printf statements in mingw 11 years ago
version.cpp Cleanup code using forward declarations. 11 years ago
version.h Bump protocol version to 70002 11 years ago
wallet.cpp Sanitize assert usage and refuse to compile with NDEBUG. 11 years ago
wallet.h Coincontrol cleanup (e.g. add missing license) 11 years ago
walletdb.cpp Merge pull request #3257 11 years ago
walletdb.h Fix struct/class declaration mismatches 11 years ago