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.
 
 
 
 
 
 
Matt Corallo dfe79060a6 Add missing cs_main lock to ::GETBLOCKTXN processing 8 years ago
..
bench Add microbenchmarks to profile more code paths. 8 years ago
compat Bump copyright headers to 2015 9 years ago
config
consensus Define start and end time for segwit deployment 8 years ago
crypto crypto: add AES 128/256 CBC classes 9 years ago
leveldb
obj
obj-test
policy Merge #8914: Kill insecure_random and associated global state 8 years ago
primitives Adding method GetTotalSize() to CTransaction 8 years ago
qt Merge #8990: moveonly: move `coincontrol` to `src/wallet` 8 years ago
rpc Merge #7551: Add importmulti RPC call 8 years ago
script Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts 8 years ago
secp256k1 Merge commit 'b2135359b3ad37cf2ac09b008079ddb237eff2c9' 8 years ago
support Do not shadow variables 8 years ago
test Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts 8 years ago
univalue Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD 8 years ago
wallet moveonly: move `coincontrol` to `src/wallet` 8 years ago
zmq Always call UpdatedBlockTip, even if blocks were only disconnected 8 years ago
.clang-format
Makefile.am moveonly: move `coincontrol` to `src/wallet` 8 years ago
Makefile.bench.include Add microbenchmarks to profile more code paths. 8 years ago
Makefile.leveldb.include Merge #8826: Do not include env_win.cc on non-Windows systems 8 years ago
Makefile.qt.include qt: Translate all files, even if wallet disabled 8 years ago
Makefile.qttest.include Add MIT license to Makefiles 8 years ago
Makefile.test.include Add MIT license to Makefiles 8 years ago
addrdb.cpp net: move CBanDB and CAddrDB out of net.h/cpp 8 years ago
addrdb.h [WIP] Remove unused statement in serialization 8 years ago
addrman.cpp Kill insecure_random and associated global state 8 years ago
addrman.h Kill insecure_random and associated global state 8 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 Bump copyright headers to 2015 9 years ago
base58.cpp CBase58Data::SetString: cleanse the full vector 9 years ago
base58.h add bip32 pubkey serialization 9 years ago
bitcoin-cli-res.rc Unify package name to as few places as possible without major changes 9 years ago
bitcoin-cli.cpp rpc: Change JSONRPCRequest to JSONRPCRequestObj 8 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Sync bitcoin-tx with tx version policy 8 years ago
bitcoind-res.rc
bitcoind.cpp Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
blockencodings.cpp Use cmpctblock type 2 for segwit-enabled transfer 8 years ago
blockencodings.h Use cmpctblock type 2 for segwit-enabled transfer 8 years ago
bloom.cpp Do not shadow variables 8 years ago
bloom.h More efficient bitsliced rolling Bloom filter 9 years ago
chain.cpp Add importmulti rpc call 8 years ago
chain.h Add importmulti rpc call 8 years ago
chainparams.cpp Merge #8921: RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 8 years ago
chainparams.h RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 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` 9 years ago
clientversion.h build: bump version to 0.13.99 8 years ago
coins.cpp Fix relaypriority calculation error 8 years ago
coins.h Use C++11 thread-safe static initializers 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 BIP144: Serialization, hashes, relay (sender side) 9 years ago
core_memusage.h Rename CTxinWitness -> CTxInWitness 8 years ago
core_read.cpp BIP144: Serialization, hashes, relay (sender side) 9 years ago
core_write.cpp Update bitcoin-tx to output witness data. 8 years ago
dbwrapper.cpp C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
dbwrapper.h Do not shadow members in dbwrapper 8 years ago
hash.cpp Support SipHash with arbitrary byte writes 9 years ago
hash.h Squashed 'src/secp256k1/' changes from 6c527ec..7a49cac 8 years ago
httprpc.cpp [RPC] pass HTTP basic authentication username to the JSONRequest object 8 years ago
httprpc.h
httpserver.cpp Merge #8109: Do not shadow member variables 8 years ago
httpserver.h Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) 8 years ago
indirectmap.h prepend license statement to indirectmap 8 years ago
init.cpp Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/ 8 years ago
init.h [Wallet] refactor wallet/init interaction 9 years ago
key.cpp Do not shadow variables 8 years ago
key.h Merge #8321: [trivial] Switched constants to sizeof() 8 years ago
keystore.cpp Fix for incorrect locking in GetPubKey() (keystore.cpp) 9 years ago
keystore.h Bump copyright headers to 2015 9 years ago
limitedmap.h use std::map::erase(const_iterator, const_iterator) to get non-constant iterator 8 years ago
main.cpp Add missing cs_main lock to ::GETBLOCKTXN processing 8 years ago
main.h RPC: augment getblockchaininfo bip9_softforks data 8 years ago
memusage.h Add support for unique_ptr and shared_ptr to memusage 9 years ago
merkleblock.cpp BIP141: Other consensus critical limits, and BIP145 9 years ago
merkleblock.h Add importprunedfunds rpc call 9 years ago
miner.cpp Merge #8223: [c++11] Use std::unique_ptr for block creation. 8 years ago
miner.h Merge #8223: [c++11] Use std::unique_ptr for block creation. 8 years ago
net.cpp Merge #8949: Be more agressive in getting connections to peers with relevant services. 8 years ago
net.h Merge #8914: Kill insecure_random and associated global state 8 years ago
netaddress.cpp Do not shadow variables in networking code 8 years ago
netaddress.h net: move CNetAddr/CService/CSubNet out of netbase 8 years ago
netbase.cpp Kill insecure_random and associated global state 8 years ago
netbase.h Do not shadow variables in networking code 8 years ago
noui.cpp Do not ask a UI question from bitcoind 9 years ago
noui.h Bump copyright headers to 2014 9 years ago
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 serialize: Deprecate `begin_ptr` / `end_ptr` 8 years ago
protocol.cpp net: Consistent checksum handling 8 years ago
protocol.h protocol.h: Make enums in GetDataMsg concrete values 8 years ago
pubkey.cpp Do not shadow variables 8 years ago
pubkey.h Do not shadow variables 8 years ago
random.cpp Kill insecure_random and associated global state 8 years ago
random.h Kill insecure_random and associated global state 8 years ago
rest.cpp [RPC] pass HTTP basic authentication username to the JSONRequest object 8 years ago
reverselock.h Do not shadow variables 8 years ago
scheduler.cpp Notify other serviceQueue thread we are finished to prevent deadlocks. 9 years ago
scheduler.h
serialize.h serialize: Deprecate `begin_ptr` / `end_ptr` 8 years ago
streams.h BIP144: Serialization, hashes, relay (sender side) 9 years ago
sync.cpp Clean up lockorder data of destroyed mutexes 9 years ago
sync.h Do not shadow LOCK's criticalblock variable for LOCK inside LOCK 8 years ago
threadsafety.h Bump copyright headers to 2014 9 years ago
timedata.cpp net: narrow include scope after moving to netaddress 8 years ago
timedata.h P2P: add maxtimeadjustment command line option 9 years ago
tinyformat.h util: Update tinyformat 9 years ago
torcontrol.cpp Do not shadow variables 8 years ago
torcontrol.h
txdb.cpp C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
txdb.h C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
txmempool.cpp Kill insecure_random and associated global state 8 years ago
txmempool.h Kill insecure_random and associated global state 8 years ago
ui_interface.cpp [wallet] Add high transaction fee warnings 8 years ago
ui_interface.h [wallet] Add high transaction fee warnings 8 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 Bump copyright headers to 2014 9 years ago
util.cpp Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
util.h Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 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 9 years ago
utilstrencodings.h util: Add ParseUInt32 and ParseUInt64 9 years ago
utiltime.cpp [doc] Fix doxygen comments for members 9 years ago
utiltime.h Bump copyright headers to 2015 9 years ago
validationinterface.cpp Remove SyncWithWallets wrapper function 8 years ago
validationinterface.h Remove SyncWithWallets wrapper function 8 years ago
version.h version.h: s/shord/short/ in comment 8 years ago
versionbits.cpp RPC: augment getblockchaininfo bip9_softforks data 8 years ago
versionbits.h RPC: augment getblockchaininfo bip9_softforks data 8 years ago