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 66db2d62d5
Merge #7600: Mining: Select transactions using feerate-with-ancestors
8 years ago
..
bench Merge #8115: Avoid integer division in the benchmark inner-most loop. 8 years ago
compat Bump copyright headers to 2015 9 years ago
config
consensus Implement BIP 9 GBT changes 8 years ago
crypto crypto: add AES 128/256 CBC classes 8 years ago
leveldb Update LevelDB 9 years ago
obj
obj-test
policy Merge #7812: Tiny refactor of `IsRBFOptIn`, avoid exception 8 years ago
primitives Merge #7763: Put hex-encoded version in UpdateTip 8 years ago
qt Add address label to request payment QR Code (QT) 8 years ago
rpc Merge #8113: Rework addnode behaviour 8 years ago
script Merge #7907: Optimize and Cleanup CScript::FindAndDelete 8 years ago
secp256k1 Merge commit '5ad54630935d1f340666de7bc9ffef9b8a1df296' into HEAD 9 years ago
support Bump copyright headers to 2015 9 years ago
test Merge #7600: Mining: Select transactions using feerate-with-ancestors 8 years ago
univalue Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2' 8 years ago
wallet Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation implementation 8 years ago
zmq [ZMQ] append a message sequence number to every ZMQ notification 8 years ago
.clang-format [trivial] clang-format: Set AlignAfterOpenBracket: false 9 years ago
Makefile.am Merge #8133: build: Finish up out-of-tree changes 8 years ago
Makefile.bench.include bench: Added base58 encoding/decoding benchmarks 8 years ago
Makefile.leveldb.include build: out-of-tree fixups 8 years ago
Makefile.qt.include bulid: fix "make translate" when out-of-tree 8 years ago
Makefile.qttest.include Build: Consensus: Move consensus files from common to its own module/package 9 years ago
Makefile.test.include Merge #8133: build: Finish up out-of-tree changes 8 years ago
addrman.cpp Introduce enum ServiceFlags for service flags 8 years ago
addrman.h Introduce enum ServiceFlags for service flags 8 years ago
amount.cpp [amount] Add support for negative fee rates 8 years ago
amount.h [amount] Add support for negative fee rates 8 years ago
arith_uint256.cpp
arith_uint256.h Bump copyright headers to 2015 9 years ago
base58.cpp CBase58Data::SetString: cleanse the full vector 8 years ago
base58.h add bip32 pubkey serialization 8 years ago
bitcoin-cli-res.rc Unify package name to as few places as possible without major changes 9 years ago
bitcoin-cli.cpp bitcoin-cli.cpp: Use symbolic constant for exit code 8 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue 8 years ago
bitcoind-res.rc
bitcoind.cpp Merge branch 'master' into single_prodname 9 years ago
bloom.cpp More efficient bitsliced rolling Bloom filter 8 years ago
bloom.h More efficient bitsliced rolling Bloom filter 8 years ago
chain.cpp chain: Add assertion in case of missing records in index db 8 years ago
chain.h Merge #7815: Break circular dependency main ↔ txdb 8 years ago
chainparams.cpp Do not set extra flags for unfiltered DNS seed results 8 years ago
chainparams.h Do not set extra flags for unfiltered DNS seed results 8 years ago
chainparamsbase.cpp Bump copyright headers to 2015 9 years ago
chainparamsbase.h Bump copyright headers to 2015 9 years ago
chainparamsseeds.h net: Hardcoded seeds update January 2016 9 years ago
checkpoints.cpp Bump copyright headers to 2015 9 years ago
checkpoints.h Bump copyright headers to 2015 9 years ago
checkqueue.h Bump copyright headers to 2015 9 years ago
clientversion.cpp build: Get rid of `CLIENT_DATE` 8 years ago
clientversion.h build: Get rid of `CLIENT_DATE` 8 years ago
coincontrol.h Add more clear interface for CoinControl.h regarding individual feerate 8 years ago
coins.cpp Use C++11 thread-safe static initializers 8 years ago
coins.h Use C++11 thread-safe static initializers 8 years ago
compat.h don't run ThreadMessageHandler at lowered priority 8 years ago
compressor.cpp
compressor.h Fix OOM bug: UTXO entries with invalid script length 8 years ago
core_io.h Bump copyright headers to 2015 9 years ago
core_memusage.h Prevector type 9 years ago
core_read.cpp Bump copyright headers to 2015 9 years ago
core_write.cpp Fix formatting of NOPs for generated script tests 8 years ago
dbwrapper.cpp dbwrapper: Move `HandleError` to `dbwrapper_private` 8 years ago
dbwrapper.h dbwrapper: Move `HandleError` to `dbwrapper_private` 8 years ago
hash.cpp Support SipHash with arbitrary byte writes 8 years ago
hash.h Support SipHash with arbitrary byte writes 8 years ago
httprpc.cpp Make sure LogPrintf strings are line-terminated 8 years ago
httprpc.h
httpserver.cpp http: use std::move to move HTTPRequest into HTTPWorkItem 8 years ago
httpserver.h http: speed up shutdown 9 years ago
indirectmap.h mapNextTx: use pointer as key, simplify value 8 years ago
init.cpp [doc] Add website links to about dialog 8 years ago
init.h [Wallet] refactor wallet/init interaction 8 years ago
key.cpp Always require OS randomness when generating secret keys 8 years ago
key.h add bip32 pubkey serialization 8 years ago
keystore.cpp Fix for incorrect locking in GetPubKey() (keystore.cpp) 8 years ago
keystore.h Bump copyright headers to 2015 9 years ago
limitedmap.h Bump copyright headers to 2015 9 years ago
main.cpp Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection. 8 years ago
main.h Add recently accepted blocks and txn to AttemptToEvictConnection. 8 years ago
memusage.h Add support for unique_ptr and shared_ptr to memusage 8 years ago
merkleblock.cpp Add importprunedfunds rpc call 8 years ago
merkleblock.h Add importprunedfunds rpc call 8 years ago
miner.cpp Use ancestor-feerate based transaction selection for mining 8 years ago
miner.h Use ancestor-feerate based transaction selection for mining 8 years ago
net.cpp Merge #8113: Rework addnode behaviour 8 years ago
net.h Merge #8113: Rework addnode behaviour 8 years ago
netbase.cpp Randomize name lookup result in ConnectSocketByName 8 years ago
netbase.h net: disable resolving from storage structures 8 years ago
noui.cpp
noui.h Bump copyright headers to 2014 9 years ago
pow.cpp Deprecating the remaining LogPrintf dependencies that were made obsolete in PR #7459. 8 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 8 years ago
protocol.cpp Introduce enum ServiceFlags for service flags 8 years ago
protocol.h Introduce enum ServiceFlags for service flags 8 years ago
pubkey.cpp add bip32 pubkey serialization 8 years ago
pubkey.h add bip32 pubkey serialization 8 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 8 years ago
reverselock.h c++11: don't throw from the reverselock destructor 9 years ago
scheduler.cpp Notify other serviceQueue thread we are finished to prevent deadlocks. 8 years ago
scheduler.h
serialize.h Bump copyright headers to 2015 9 years ago
streams.h Fix OOM bug: UTXO entries with invalid script length 8 years ago
sync.cpp Clean up lockorder data of destroyed mutexes 8 years ago
sync.h Clean up lockorder data of destroyed mutexes 8 years ago
threadsafety.h Bump copyright headers to 2014 9 years ago
timedata.cpp P2P: add maxtimeadjustment command line option 8 years ago
timedata.h P2P: add maxtimeadjustment command line option 8 years ago
tinyformat.h tinyformat: force USE_VARIADIC_TEMPLATES 8 years ago
torcontrol.cpp Merge #7703: tor: Change auth order to only use password auth if -torpassword 8 years ago
torcontrol.h torcontrol improvements and fixes 9 years ago
txdb.cpp Merge #7815: Break circular dependency main ↔ txdb 8 years ago
txdb.h Break circular dependency main ↔ txdb 8 years ago
txmempool.cpp Get rid of CTxMempool::lookup() entirely 8 years ago
txmempool.h Get rid of CTxMempool::lookup() entirely 8 years ago
ui_interface.cpp [ui] Move InitError, InitWarning, AmountErrMsg 8 years ago
ui_interface.h Report reindexing progress in GUI 8 years ago
uint256.cpp Use SipHash-2-4 for CCoinsCache index 8 years ago
uint256.h Use SipHash-2-4 for CCoinsCache index 8 years ago
undo.h Bump copyright headers to 2014 9 years ago
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 Bump copyright headers to 2015 9 years ago
utilmoneystr.h Bump copyright headers to 2015 9 years ago
utilstrencodings.cpp util: Add ParseUInt32 and ParseUInt64 8 years ago
utilstrencodings.h util: Add ParseUInt32 and ParseUInt64 8 years ago
utiltime.cpp [doc] Fix doxygen comments for members 8 years ago
utiltime.h Bump copyright headers to 2015 9 years ago
validationinterface.cpp include the chaintip *blockIndex in the SyncTransaction signal 9 years ago
validationinterface.h Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() 9 years ago
version.h Implement "feefilter" P2P message. 8 years ago
versionbits.cpp Merge #7935: Versionbits: GBT support 8 years ago
versionbits.h getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not 8 years ago