Kevacoin source tree
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 715e9fd745
Merge #8077: Consensus: Decouple from chainparams.o and timedata.o
8 years ago
..
bench Merge #8115: Avoid integer division in the benchmark inner-most loop. 8 years ago
compat
config
consensus Add CHECKSEQUENCEVERIFY softfork through BIP9 9 years ago
crypto crypto: add AES 128/256 CBC classes 9 years ago
leveldb
obj
obj-test
policy Merge #7812: Tiny refactor of `IsRBFOptIn`, avoid exception 9 years ago
primitives Merge #7763: Put hex-encoded version in UpdateTip 9 years ago
qt Merge #8073: qt: askpassphrasedialog: Clear pass fields on accept 8 years ago
rpc Merge #7896: fix typo in help text 8 years ago
script Merge #7907: Optimize and Cleanup CScript::FindAndDelete 9 years ago
secp256k1
support
test Merge #7689: Replace OpenSSL AES with ctaes-based version 8 years ago
univalue
wallet Merge #7689: Replace OpenSSL AES with ctaes-based version 8 years ago
zmq [ZMQ] append a message sequence number to every ZMQ notification 9 years ago
.clang-format
Makefile.am Merge #7689: Replace OpenSSL AES with ctaes-based version 8 years ago
Makefile.bench.include bench: Added base58 encoding/decoding benchmarks 8 years ago
Makefile.leveldb.include build: No need to check for leveldb atomics 9 years ago
Makefile.qt.include qt: Fix out-of-tree GUI builds 9 years ago
Makefile.qttest.include
Makefile.test.include Merge #7689: Replace OpenSSL AES with ctaes-based version 8 years ago
addrman.cpp Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non-determinism. 9 years ago
addrman.h CAddrMan::Deserialize handle corrupt serializations better. 9 years ago
amount.cpp [amount] Add support for negative fee rates 9 years ago
amount.h [amount] Add support for negative fee rates 9 years ago
arith_uint256.cpp
arith_uint256.h
base58.cpp CBase58Data::SetString: cleanse the full vector 9 years ago
base58.h add bip32 pubkey serialization 9 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp bitcoin-cli.cpp: Use symbolic constant for exit code 9 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Merge branch 'master' into single_prodname 9 years ago
bitcoind-res.rc
bitcoind.cpp Merge branch 'master' into single_prodname 9 years ago
bloom.cpp More efficient bitsliced rolling Bloom filter 9 years ago
bloom.h More efficient bitsliced rolling Bloom filter 9 years ago
chain.cpp MOVEONLY: non-consensus: from pow to chain: 9 years ago
chain.h Merge #7815: Break circular dependency main ↔ txdb 9 years ago
chainparams.cpp [doc] Fix doxygen comments for members 9 years ago
chainparams.h Remove alert keys 9 years ago
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h net: Hardcoded seeds update January 2016 9 years ago
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h Merge branch 'master' into single_prodname 9 years ago
coincontrol.h Use CCoinControl selection in CWallet::FundTransaction 9 years ago
coins.cpp Use SipHash-2-4 for CCoinsCache index 9 years ago
coins.h Use SipHash-2-4 for CCoinsCache index 9 years ago
compat.h don't run ThreadMessageHandler at lowered priority 9 years ago
compressor.cpp
compressor.h Fix OOM bug: UTXO entries with invalid script length 9 years ago
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp Fix formatting of NOPs for generated script tests 9 years ago
dbwrapper.cpp dbwrapper: Move `HandleError` to `dbwrapper_private` 9 years ago
dbwrapper.h dbwrapper: Move `HandleError` to `dbwrapper_private` 9 years ago
hash.cpp Add SipHash-2-4 primitives to hash 9 years ago
hash.h Add SipHash-2-4 primitives to hash 9 years ago
httprpc.cpp Make sure LogPrintf strings are line-terminated 9 years ago
httprpc.h
httpserver.cpp http: use std::move to move HTTPRequest into HTTPWorkItem 9 years ago
httpserver.h
init.cpp Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
init.h [Wallet] refactor wallet/init interaction 9 years ago
key.cpp Always require OS randomness when generating secret keys 8 years ago
key.h add bip32 pubkey serialization 9 years ago
keystore.cpp Fix for incorrect locking in GetPubKey() (keystore.cpp) 9 years ago
keystore.h
limitedmap.h
main.cpp Merge #8077: Consensus: Decouple from chainparams.o and timedata.o 8 years ago
main.h Consensus: Decouple from chainparams.o and timedata.o 9 years ago
memusage.h
merkleblock.cpp Add importprunedfunds rpc call 9 years ago
merkleblock.h Add importprunedfunds rpc call 9 years ago
miner.cpp auto_ptr → unique_ptr 9 years ago
miner.h Remove internal miner 9 years ago
net.cpp Defer inserting into maprelay until just before relaying. 8 years ago
net.h Defer inserting into maprelay until just before relaying. 8 years ago
netbase.cpp Use Socks5ErrorString() to decode error responses from socks proxy. 9 years ago
netbase.h net: disable resolving from storage structures 9 years ago
noui.cpp
noui.h
pow.cpp Deprecating the remaining LogPrintf dependencies that were made obsolete in PR #7459. 9 years ago
pow.h Merge #7311: MOVEONLY: Move non-consensus functions out of pow 9 years ago
prevector.h prevector::swap: fix (unreached) data corruption 9 years ago
protocol.cpp Implement "feefilter" P2P message. 9 years ago
protocol.h Implement "feefilter" P2P message. 9 years ago
pubkey.cpp add bip32 pubkey serialization 9 years ago
pubkey.h add bip32 pubkey serialization 9 years ago
random.cpp Don't use assert for catching randomness failures 8 years ago
random.h Always require OS randomness when generating secret keys 8 years ago
rest.cpp rpc: Register calls where they are defined 9 years ago
reverselock.h
scheduler.cpp Notify other serviceQueue thread we are finished to prevent deadlocks. 9 years ago
scheduler.h
serialize.h
streams.h Fix OOM bug: UTXO entries with invalid script length 9 years ago
sync.cpp Clean up lockorder data of destroyed mutexes 9 years ago
sync.h Clean up lockorder data of destroyed mutexes 9 years ago
threadsafety.h
timedata.cpp P2P: add maxtimeadjustment command line option 9 years ago
timedata.h P2P: add maxtimeadjustment command line option 9 years ago
tinyformat.h tinyformat: force USE_VARIADIC_TEMPLATES 9 years ago
torcontrol.cpp net: disable resolving from storage structures 9 years ago
torcontrol.h
txdb.cpp Merge #7815: Break circular dependency main ↔ txdb 9 years ago
txdb.h Break circular dependency main ↔ txdb 9 years ago
txmempool.cpp Do not use mempool for GETDATA for tx accepted after the last mempool req. 8 years ago
txmempool.h Do not use mempool for GETDATA for tx accepted after the last mempool req. 8 years ago
ui_interface.cpp [ui] Move InitError, InitWarning, AmountErrMsg 9 years ago
ui_interface.h Report reindexing progress in GUI 9 years ago
uint256.cpp Use SipHash-2-4 for CCoinsCache index 9 years ago
uint256.h Use SipHash-2-4 for CCoinsCache index 9 years ago
undo.h
util.cpp Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
util.h Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Merge branch 'master' into single_prodname 9 years ago
utilstrencodings.h
utiltime.cpp [doc] Fix doxygen comments for members 9 years ago
utiltime.h
validationinterface.cpp
validationinterface.h Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 9 years ago
version.h Implement "feefilter" P2P message. 9 years ago
versionbits.cpp Fix typo: Optimizaton -> Optimization 9 years ago
versionbits.h BIP9 Implementation 9 years ago