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.
 
 
 
 
 
 
MarcoFalke 2adbddb038
Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack")
7 years ago
..
bench Require a steady clock for bench with at least micro precision 7 years ago
compat Merge #11144: Move local include to before system includes 7 years ago
config
consensus Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack") 7 years ago
crypto Merge #11143: Fix include path for bitcoin-config.h 7 years ago
leveldb Update LevelDB with latest Bitcoin-specific patches 7 years ago
obj
obj-test
policy Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats) 7 years ago
primitives Merge #8330: Structure Packing Optimizations in C{,Mutable}Transaction 7 years ago
qt Merge #3716: GUI: Receive: Remove option to reuse a previous address 7 years ago
rpc Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo 7 years ago
script Merge #9572: Skip witness sighash cache for non-segwit transactions 7 years ago
secp256k1 Bump secp256k1 subtree 7 years ago
support Refactor: Modernize disallowed copy constructors/assignment 7 years ago
test tests: Add missing locks to tests 7 years ago
univalue Bump univalue and fix json formatting in tests 7 years ago
wallet [wallet] getreceivedbyaddress should return error if address is not mine 7 years ago
zmq Merge #10809: optim: mark a few classes final 7 years ago
.clang-format Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
Makefile.am Fix automake warnings when running autogen.sh 7 years ago
Makefile.bench.include build: Make "make clean" remove all files created when running "make check" 7 years ago
Makefile.leveldb.include build: verify that the assembler can handle crc32 functions 7 years ago
Makefile.qt.include [Build] Add AM_OBJCXXFLAGS and QT_PIE_FLAGS to OBJCXXFLAGS to future-proof darwin targets 7 years ago
Makefile.qttest.include Remove redundant testutil files 7 years ago
Makefile.test.include Merge #11433: qa: Restore bitcoin-util-test py2 compatibility 7 years ago
addrdb.cpp Deduplicate addrdb.cpp and use CHashWriter/Verifier 7 years ago
addrdb.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
addrman.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
addrman.h addrman: Add missing lock in Clear() (CAddrMan) 7 years ago
amount.h Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
arith_uint256.cpp Fix instantiation and array accesses in class base_uint<BITS> 7 years ago
arith_uint256.h Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack") 7 years ago
base58.cpp Merge #10961: Improve readability of DecodeBase58Check(...) 7 years ago
base58.h Implement {Encode,Decode}Destination without CBitcoinAddress 7 years ago
bech32.cpp Import Bech32 C++ reference code & tests 7 years ago
bech32.h Import Bech32 C++ reference code & tests 7 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo` 7 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Sanity-check script sizes in bitcoin-tx 7 years ago
bitcoind-res.rc
bitcoind.cpp Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return false 7 years ago
blockencodings.cpp Fix typos 7 years ago
blockencodings.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
bloom.cpp scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
bloom.h param variables made const 8 years ago
chain.cpp fix typo in comment of chain.cpp 7 years ago
chain.h Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack") 7 years ago
chainparams.cpp Have SegWit active by default 7 years ago
chainparams.h Implement BIP173 addresses and tests 7 years ago
chainparamsbase.cpp Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with testnet 18332 7 years ago
chainparamsbase.h Chainparams: Use a regular factory for creating chainparams 8 years ago
chainparamsseeds.h p2p: Hardcoded seeds update pre-0.15 branch 7 years ago
checkpoints.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
checkpoints.h
checkqueue.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
clientversion.cpp Correct typo in comments 7 years ago
clientversion.h Fix build warning from #error text 8 years ago
coins.cpp Small refactor of CCoinsViewCache::BatchWrite() 7 years ago
coins.h Refactor: Modernize disallowed copy constructors/assignment 7 years ago
compat.h Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions 7 years ago
compressor.cpp Fix subscript[0] in compressor.cpp 7 years ago
compressor.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
core_io.h Pass serialization flags and whether to include hex to TxToUniv 7 years ago
core_memusage.h Avoid dereference-of-casted-pointer 7 years ago
core_read.cpp Fix signed/unsigned comparison warning introduced in c8e29d7ff0. 7 years ago
core_write.cpp Introduce wrappers around CBitcoinAddress 7 years ago
cuckoocache.h Fix header guards using reserved identifiers 7 years ago
dbwrapper.cpp Merge #10701: Remove the virtual specifier for functions with the override specifier 7 years ago
dbwrapper.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
fs.cpp Remove unused Boost includes 7 years ago
fs.h [Trivial] Add BITCOIN_FS_H endif footer in fs.h 7 years ago
hash.cpp Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup MurmurHash3 to be more clear). 7 years ago
hash.h Squashed 'src/secp256k1/' changes from 84973d393..0b7024185 7 years ago
httprpc.cpp Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) 7 years ago
httprpc.h Remove unnecessary forward class declarations in header files 7 years ago
httpserver.cpp rpc: further constrain the libevent workaround 7 years ago
httpserver.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
indirectmap.h
init.cpp Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
init.h init: Factor out AppInitLockDataDirectory 7 years ago
key.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
key.h Remove some unused functions and methods 7 years ago
keystore.cpp Fix code style in keystore.cpp/crypter.cpp 7 years ago
keystore.h CKeystore: move relevant implementation out of the header 7 years ago
limitedmap.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
memusage.h scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
merkleblock.cpp Consolidate CMerkleBlock constructor into a single method 7 years ago
merkleblock.h Consolidate CMerkleBlock constructor into a single method 7 years ago
miner.cpp Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
miner.h Remove nBlockMaxSize from miner opt struct as it is no longer used. 7 years ago
net.cpp Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) 7 years ago
net.h Use unique_ptr for pfilter (CBloomFilter) 7 years ago
net_processing.cpp Merge #11043: Use std::unique_ptr (C++11) where possible 7 years ago
net_processing.h Connect to an extra outbound peer if our tip is stale 7 years ago
netaddress.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
netaddress.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
netbase.cpp Fix a vs. an typo 7 years ago
netbase.h net: remove now-unused functions 7 years ago
netmessagemaker.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
noui.cpp
noui.h
pow.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
pow.h
prevector.h Fix header guards using reserved identifiers 7 years ago
protocol.cpp Merge #9544: [trivial] Add end of namespace comments. Improve consistency. 7 years ago
protocol.h Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack") 7 years ago
pubkey.cpp Remove dead store in ecdsa_signature_parse_der_lax. 7 years ago
pubkey.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
random.cpp Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not return 7 years ago
random.h Merge #10377: Use rdrand as entropy source on supported platforms 7 years ago
rest.cpp Add missing cs_main locks when calling blockToJSON/blockheaderToJSON 7 years ago
reverse_iterator.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
reverselock.h
scheduler.cpp Declare single-argument (non-converting) constructors "explicit" 7 years ago
scheduler.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
serialize.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
streams.h Merge #11221: Refactor: simpler read 7 years ago
sync.cpp Remove unused fTry from push_lock 7 years ago
sync.h Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std from boost. 7 years ago
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp scripted-diff: stop using the gArgs wrappers 7 years ago
timedata.h Merge #8808: Do not shadow variables (gcc set) 8 years ago
tinyformat.h [Util] Update tinyformat.h 7 years ago
torcontrol.cpp Declare single-argument (non-converting) constructors "explicit" 7 years ago
torcontrol.h
txdb.cpp Merge #10770: Drop upgrade-cancel callback registration for a generic "cancelable" 7 years ago
txdb.h Merge #11107: Fix races in AppInitMain and others with lock and atomic bools 7 years ago
txmempool.cpp Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps param type 7 years ago
txmempool.h Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps param type 7 years ago
ui_interface.cpp
ui_interface.h Drop upgrade-cancel callback registration for a generic "resumeable" 7 years ago
uint256.cpp Changing &vec[0] to vec.data(), what 9804 missed 7 years ago
uint256.h Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack") 7 years ago
undo.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
util.cpp Merge #10939: [init] Check non-emptiness of -blocknotify command prior to executing 7 years ago
util.h Add MakeUnique (substitute for C++14 std::make_unique) 7 years ago
utilmoneystr.cpp Refactor: Remove using namespace <xxx> from util* 8 years ago
utilmoneystr.h doc: Add comment to use ValueFromAmount/AmountFromValue for JSON, not utilmoneystr 7 years ago
utilstrencodings.cpp Allow setting nMinimumChainWork on command line 7 years ago
utilstrencodings.h Implement BIP173 addresses and tests 7 years ago
utiltime.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
utiltime.h [logging] log system time and mock time 8 years ago
validation.cpp Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
validation.h Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
validationinterface.cpp Fix validationinterface build on super old boost/clang 7 years ago
validationinterface.h Remove declaration of unused function: void UpdatedTransaction(const uint256 &) 7 years ago
version.h Remove unused constant MEMPOOL_GD_VERSION 7 years ago
versionbits.cpp Always-active versionbits support 7 years ago
versionbits.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
warnings.cpp scripted-diff: stop using the gArgs wrappers 7 years ago
warnings.h remove some unused functions 7 years ago