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.
 
 
 
 
 
 
zkbot f9f48667be Auto merge of #2176 - str4d:1593-libevent, r=bitcartel 7 years ago
..
compat Add an alternate location of endian.h header 9 years ago
config build: move bitcoin-config.h to its own directory 10 years ago
consensus use const references where appropriate 7 years ago
crypto Add compile flag to disable compilation of mining code 8 years ago
gtest Add AtomicTimer tests 7 years ago
leveldb Update LevelDB 9 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
policy Fixes CID 1352698 uninitialized scalar field. 8 years ago
pow/tromp Comment out print statements in tromp's solver 8 years ago
primitives Separate core memory usage computation in core_memusage.h 7 years ago
script Separate core memory usage computation in core_memusage.h 7 years ago
secp256k1 Fix secp256k1 test compilation 8 years ago
support Added some simple tests for the RAII-style events. 7 years ago
test Auto merge of #2176 - str4d:1593-libevent, r=bitcartel 7 years ago
univalue Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
wallet Require that z_importkey height parameter be in valid range 7 years ago
zcash Use a more specific exception class for note decryption failure 8 years ago
zmq [ZMQ] append a message sequence number to every ZMQ notification 7 years ago
.clang-format .clang-format: change standard to C++11 8 years ago
Makefile.am Added std::unique_ptr<> wrappers with deleters for libevent modules. 7 years ago
Makefile.gtest.include Add libevent to zcash-gtest 7 years ago
Makefile.test.include Added EVENT_CFLAGS to test makefile to explicitly include libevent headers. 7 years ago
Makefile.zcash.include Fix linking error in CreateJoinSplit 8 years ago
addrman.cpp Implement issue #997 to reduce time for test_bitcoin due to sleeps in 8 years ago
addrman.h make CAddrMan::size() return the correct type of size_t 7 years ago
alert.cpp use const references where appropriate 7 years ago
alert.h use const references where appropriate 7 years ago
alertkeys.h Fixes to integrate sendalert.cpp. 8 years ago
amount.cpp Added "Core" to copyright headers 10 years ago
amount.h Improve comment explaining purpose of MAX_MONEY constant 7 years ago
arith_uint256.cpp src/arith_256.cpp: bigendian compatibility 9 years ago
arith_uint256.h ensure consistent header comment naming conventions 9 years ago
asyncrpcoperation.cpp Migrate Zcash-specific code to UniValue 7 years ago
asyncrpcoperation.h Update UniValue includes in Zcash-specific code 7 years ago
asyncrpcqueue.cpp Fix formatting 8 years ago
asyncrpcqueue.h Add shared queue to AsynRPCQueue. 8 years ago
base58.cpp CBitcoinAddress should use nVersionBytes == 2. 8 years ago
base58.h don't try to decode invalid encoded ext keys 7 years ago
bitcoin-cli-res.rc Remove .z# suffix from version 8 years ago
bitcoin-cli.cpp Wrap error string 7 years ago
bitcoin-tx-res.rc Rename bitcoin-tx to zcash-tx 8 years ago
bitcoin-tx.cpp [Univalue] add univalue over subtree 7 years ago
bitcoind-res.rc Remove .z# suffix from version 8 years ago
bitcoind.cpp evhttpd implementation 7 years ago
bloom.cpp Refactor: replace calls to GetTxid() with GetHash() 8 years ago
bloom.h Only use randomly created nonces in CRollingBloomFilter. 9 years ago
chain.cpp Reduce checkpoints' effect on consensus. 7 years ago
chain.h chain: define enum used as bit field as uint32_t 7 years ago
chainparams.cpp rpc: Remove chain-specific RequireRPCPassword 7 years ago
chainparams.h rpc: Remove chain-specific RequireRPCPassword 7 years ago
chainparamsbase.cpp Change default ports 8 years ago
chainparamsbase.h Fixes CID 1352706 uninitialized scalar field. 8 years ago
chainparamsseeds.h Remove Bitcoin mainnet seeds. 8 years ago
checkpoints.cpp Reduce checkpoints' effect on consensus. 7 years ago
checkpoints.h Reduce checkpoints' effect on consensus. 7 years ago
checkqueue.h Bugfix: Grammar fixes 9 years ago
clientversion.cpp Rename client identifier from Satoshi to MagicBean (closes #1481) 8 years ago
clientversion.h Update version to 1.0.7-1 7 years ago
coincontrol.h Small tweaks to CCoinControl for fundrawtransaction 7 years ago
coins.cpp Migrate IncrementalMerkleTree memory usage calls 7 years ago
coins.h Separate core memory usage computation in core_memusage.h 7 years ago
compat.h Changes to build on Alpine Linux. 8 years ago
compressor.cpp Added "Core" to copyright headers 10 years ago
compressor.h Fix OOM bug: UTXO entries with invalid script length 8 years ago
core_io.h use const references where appropriate 7 years ago
core_memusage.h Separate core memory usage computation in core_memusage.h 7 years ago
core_read.cpp use const references where appropriate 7 years ago
core_write.cpp [Univalue] add univalue over subtree 7 years ago
eccryptoverify.cpp Added "Core" to copyright headers 10 years ago
eccryptoverify.h Added "Core" to copyright headers 10 years ago
ecwrapper.cpp Ensure correctness if asserts are compiled out 8 years ago
ecwrapper.h Added "Core" to copyright headers 10 years ago
hash.cpp chaincodes: abstract away more chaincode behavior 9 years ago
hash.h chaincodes: abstract away more chaincode behavior 9 years ago
httprpc.cpp Implement RPCTimerHandler for Qt RPC console 7 years ago
httprpc.h evhttpd implementation 7 years ago
httpserver.cpp [TRIVIAL] Fix typo: exactmath -> exactmatch 7 years ago
httpserver.h rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout 7 years ago
init.cpp rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout 7 years ago
init.h evhttpd implementation 7 years ago
key.cpp Remove OpenSSL PRNG reseeding 8 years ago
key.h Merge pull request #6034 9 years ago
keystore.cpp Changes after review 8 years ago
keystore.h Add support for encrypting spending keys 8 years ago
leveldbwrapper.cpp Handle leveldb::DestroyDB() errors on wipe failure 9 years ago
leveldbwrapper.h Added "Core" to copyright headers 10 years ago
limitedmap.h Added "Core" to copyright headers 10 years ago
main.cpp Auto merge of #2168 - str4d:2164-getblock-anchor, r=daira 7 years ago
main.h Fix various warnings 7 years ago
memusage.h Separate core memory usage computation in core_memusage.h 7 years ago
merkleblock.cpp Refactor: replace calls to GetTxid() with GetHash() 8 years ago
merkleblock.h Bugfix: Grammar fixes 9 years ago
metrics.cpp Expand on reasons for mining being paused 7 years ago
metrics.h Use AtomicTimer for more accurate local solution rate 7 years ago
miner.cpp Auto merge of #2176 - str4d:1593-libevent, r=bitcartel 7 years ago
miner.h Correct #ifdef nesting of miner headers and helper functions 7 years ago
mruset.h Revert "Cache transaction validation successes" 9 years ago
net.cpp Auto merge of #2100 - str4d:2074-rpc, r=arcalinea 7 years ago
net.h Auto merge of #2100 - str4d:2074-rpc, r=arcalinea 7 years ago
netbase.cpp fix CSubNet comparison operator 7 years ago
netbase.h [RPC] extend setban to allow subnets 7 years ago
noui.cpp Do not ask a UI question from bitcoind 7 years ago
noui.h Added "Core" to copyright headers 10 years ago
pow.cpp Allow Rust-language related assets to be disabled with `--disable-rust`. 7 years ago
pow.h Remove unnecessary method 8 years ago
protocol.cpp nLastTry is only used for addrman entries 9 years ago
protocol.h nLastTry is only used for addrman entries 9 years ago
pubkey.cpp chaincodes: abstract away more chaincode behavior 9 years ago
pubkey.h Switch to Ed25519 for cryptographic binding of joinsplits to transactions. 8 years ago
random.cpp Address review comments 8 years ago
random.h Address review comments 8 years ago
rest.cpp evhttpd implementation 7 years ago
reverselock.h Include a dubious "bug-fix" which allows exceptions to be thrown in reverselock destructor, which is required in reverselock_tests. ref #480 9 years ago
rpcblockchain.cpp Auto merge of #2187 - bitcartel:1.0.7_getblock_by_height, r=bitcartel 7 years ago
rpcclient.cpp Usability improvements for z_importkey 7 years ago
rpcclient.h [Univalue] add univalue over subtree 7 years ago
rpcmining.cpp auto_ptr → unique_ptr 7 years ago
rpcmisc.cpp Auto merge of #2100 - str4d:2074-rpc, r=arcalinea 7 years ago
rpcnet.cpp Auto merge of #2100 - str4d:2074-rpc, r=arcalinea 7 years ago
rpcprotocol.cpp evhttpd implementation 7 years ago
rpcprotocol.h evhttpd implementation 7 years ago
rpcrawtransaction.cpp [Univalue] add univalue over subtree 7 years ago
rpcserver.cpp Add explicit shared_ptr constructor due to C++11 error 7 years ago
rpcserver.h Fix typo 7 years ago
scheduler.cpp Replace boost::reverse_lock with our own. 9 years ago
scheduler.h More robust CScheduler unit test 9 years ago
sendalert.cpp Add assert to check alert message length is valid 7 years ago
serialize.h Don't assume sizes of unsigned short and unsigned int in GetSizeOfCompactSize and WriteCompactSize. 7 years ago
streams.h CDataStream::ignore Throw exception instead of assert on negative nSize. 8 years ago
sync.cpp Assert on probable deadlocks if the second lock isnt try_lock 7 years ago
sync.h locking: teach Clang's -Wthread-safety to cope with our scoped lock macros 7 years ago
threadsafety.h Added "Core" to copyright headers 10 years ago
timedata.cpp Do not store more than 200 timedata samples. 9 years ago
timedata.h Added "Core" to copyright headers 10 years ago
tinyformat.h util: Update tinyformat 8 years ago
txdb.cpp rpc: make `gettxoutsettinfo` run lock-free 7 years ago
txdb.h Change `serial` to `nf` in txdb. 8 years ago
txmempool.cpp Separate core memory usage computation in core_memusage.h 7 years ago
txmempool.h Implement accurate memory accounting for mempool 7 years ago
ui_interface.h Do not ask a UI question from bitcoind 7 years ago
uint252.h Add support for spending keys to the basic key store 8 years ago
uint256.cpp BUGFIX: Stack around the variable 'rv' was corrupted 9 years ago
uint256.h Update uint256.h 8 years ago
undo.h Added mapAnchors consensus rules, finished zcrawpour/zcrawreceive. 9 years ago
util.cpp Move windows socket init to utility function 7 years ago
util.h Move windows socket init to utility function 7 years ago
utilmoneystr.cpp Get rid of fPlus argument to FormatMoney 7 years ago
utilmoneystr.h Get rid of fPlus argument to FormatMoney 7 years ago
utilstrencodings.cpp use const references where appropriate 7 years ago
utilstrencodings.h use const references where appropriate 7 years ago
utiltest.cpp Fix indentation 8 years ago
utiltest.h Add benchmark for incrementing note witnesses 8 years ago
utiltime.cpp Revert "Revert "Avoid boost::posix_time functions that have potential out-of-bounds read bugs. ref #1459"" 8 years ago
utiltime.h Added "Core" to copyright headers 10 years ago
validationinterface.cpp Add ZeroMQ support. Notify blocks and transactions via ZeroMQ 7 years ago
validationinterface.h use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 7 years ago
version.h Bump the (minimum) protocol version to avoid invoking legacy behavior from upstream. 8 years ago
zcbenchmarks.cpp Add compile flag to disable compilation of mining code 8 years ago
zcbenchmarks.h Extend createjoinsplit to benchmark parallel JoinSplits 8 years ago