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.
litecoin/src
Karl-Johan Alm 7f7f102b8d
Switched bitcoin-cli.cpp to use RAII unique pointers with deleters.
8 years ago
..
bench Refactor: Removed begin/end_ptr functions. 8 years ago
compat Uses built-in byte swap if available (Apple) and if bswap_XX is undefined. 8 years ago
config
consensus Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
crypto Update ctaes 8 years ago
leveldb Merge in LevelDB 1.19 changes 8 years ago
obj
obj-test
policy Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) 8 years ago
primitives Bump default transaction version to 2 8 years ago
qt Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings 8 years ago
rpc Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock 8 years ago
script Merge #8895: Better SigCache Implementation 8 years ago
secp256k1 Update libsecp256k1 to master 8 years ago
support Added std::unique_ptr<> wrappers with deleters for libevent modules. 8 years ago
test Merge #9354: Make fuzzer actually test CTxOutCompressor 8 years ago
univalue
wallet Merge #9311: Flush wallet after abandontransaction 8 years ago
zmq Adapt ZMQ/rest serialization to take rpcserialversion arg 8 years ago
.clang-format
Makefile.am Added std::unique_ptr<> wrappers with deleters for libevent modules. 8 years ago
Makefile.bench.include bench: Add support for measuring CPU cycles 8 years ago
Makefile.leveldb.include
Makefile.qt.include Merge #8996: Network activity toggle 8 years ago
Makefile.qttest.include Uses built-in byte swap if available (Apple) and if bswap_XX is undefined. 8 years ago
Makefile.test.include Uses built-in byte swap if available (Apple) and if bswap_XX is undefined. 8 years ago
addrdb.cpp Fix copypasted comment. 8 years ago
addrdb.h Get rid of nType and nVersion 8 years ago
addrman.cpp Kill insecure_random and associated global state 8 years ago
addrman.h Remove double brackets in addrman 8 years ago
amount.cpp
amount.h Get rid of nType and nVersion 8 years ago
arith_uint256.cpp [copyright] copyright header style uniform 8 years ago
arith_uint256.h [copyright] copyright header style uniform 8 years ago
base58.cpp
base58.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Switched bitcoin-cli.cpp to use RAII unique pointers with deleters. 8 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Make DecodeHexTx return a CMutableTransaction 8 years ago
bitcoind-res.rc
bitcoind.cpp Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir lock errors 8 years ago
blockencodings.cpp Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
blockencodings.h Introduce convenience type CTransactionRef 8 years ago
bloom.cpp trivial: fix bloom filter init to isEmpty = true 8 years ago
bloom.h Get rid of nType and nVersion 8 years ago
chain.cpp Add importmulti rpc call 8 years ago
chain.h Get rid of nType and nVersion 8 years ago
chainparams.cpp Introduce convenience type CTransactionRef 8 years ago
chainparams.h RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 8 years ago
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
checkpoints.h Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. 8 years ago
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp
coins.h Remove undefined FetchCoins method declaration 8 years ago
compat.h Include select.h when WIN32 is not defined 8 years ago
compressor.cpp
compressor.h Get rid of nType and nVersion 8 years ago
core_io.h Add option to return non-segwit serialization via rpc 8 years ago
core_memusage.h Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
core_read.cpp Make DecodeHexTx return a CMutableTransaction 8 years ago
core_write.cpp Add option to return non-segwit serialization via rpc 8 years ago
cuckoocache.h Add CuckooCache implementation and replace the sigcache map_type with it 8 years ago
dbwrapper.cpp
dbwrapper.h Batch construct batches 8 years ago
hash.cpp
hash.h Get rid of nType and nVersion 8 years ago
httprpc.cpp [RPC] pass HTTP basic authentication username to the JSONRequest object 8 years ago
httprpc.h
httpserver.cpp
httpserver.h
indirectmap.h
init.cpp Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings 8 years ago
init.h init: Split up AppInit2 into multiple phases 8 years ago
key.cpp wallet: Get rid of LockObject and UnlockObject calls in key.h 8 years ago
key.h Get rid of nType and nVersion 8 years ago
keystore.cpp
keystore.h
limitedmap.h
memusage.h [copyright] copyright header style uniform 8 years ago
merkleblock.cpp Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
merkleblock.h Get rid of nType and nVersion 8 years ago
miner.cpp Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
miner.h Merge #8223: [c++11] Use std::unique_ptr for block creation. 8 years ago
net.cpp Merge #9226: Remove fNetworkNode and pnodeLocalHost. 8 years ago
net.h Merge #9226: Remove fNetworkNode and pnodeLocalHost. 8 years ago
net_processing.cpp Merge #9352: Attempt reconstruction from all compact block announcements 8 years ago
net_processing.h Move network-msg-processing code out of main to its own file 8 years ago
netaddress.cpp
netaddress.h Get rid of nType and nVersion 8 years ago
netbase.cpp Refactor: Removed begin/end_ptr functions. 8 years ago
netbase.h
netmessagemaker.h net: add CVectorWriter and CNetMsgMaker 8 years ago
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h
protocol.cpp Avoid ugly exception in log on unknown inv type 8 years ago
protocol.h Minor change to comment above new NODE_WITNESS service flag to keep it consitent with existing comment structure. Helps with readability. 8 years ago
pubkey.cpp
pubkey.h Add optimized CSizeComputer serializers 8 years ago
random.cpp Refactor: Removed begin/end_ptr functions. 8 years ago
random.h Kill insecure_random and associated global state 8 years ago
rest.cpp Adapt ZMQ/rest serialization to take rpcserialversion arg 8 years ago
reverselock.h
scheduler.cpp test: Fix use-after-free in scheduler tests 8 years ago
scheduler.h
serialize.h Refactor: Removed begin/end_ptr functions. 8 years ago
streams.h net: add CVectorWriter and CNetMsgMaker 8 years ago
sync.cpp
sync.h
threadsafety.h
timedata.cpp Move GetWarnings() into its own file. 8 years ago
timedata.h
tinyformat.h
torcontrol.cpp Refactor: Removed begin/end_ptr functions. 8 years ago
torcontrol.h
txdb.cpp
txdb.h Get rid of nType and nVersion 8 years ago
txmempool.cpp remove internal tracking of mempool conflicts for reporting to wallet 8 years ago
txmempool.h remove internal tracking of mempool conflicts for reporting to wallet 8 years ago
ui_interface.cpp
ui_interface.h Merge #8996: Network activity toggle 8 years ago
uint256.cpp
uint256.h Get rid of nType and nVersion 8 years ago
undo.h Get rid of nType and nVersion 8 years ago
util.cpp Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings 8 years ago
util.h Move GetWarnings() into its own file. 8 years ago
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp Fix race when accessing std::locale::classic() 8 years ago
utiltime.h
validation.cpp Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings 8 years ago
validation.h Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings 8 years ago
validationinterface.cpp Remove SyncWithWallets wrapper function 8 years ago
validationinterface.h Remove SyncWithWallets wrapper function 8 years ago
version.h Bump the protocol version to distinguish new banning behavior. 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
warnings.cpp Move GetWarnings() into its own file. 8 years ago
warnings.h Move GetWarnings() into its own file. 8 years ago