.. |
bench
|
Litecoin: Fix tests
|
7 years ago |
compat
|
Default to defining endian-conversion DECLs in compat w/o config
|
7 years ago |
config
|
…
|
|
consensus
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
crypto
|
Litecoin: Basic changes for v0.16 release (#482)
|
7 years ago |
leveldb
|
Bump leveldb subtree
|
7 years ago |
obj
|
…
|
|
obj-test
|
…
|
|
policy
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
primitives
|
Litecoin: Add scrypt N=1024 PoW
|
7 years ago |
qt
|
Litecoin: Bump blockchain size value
|
7 years ago |
rpc
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
script
|
Add constant scriptCode policy in non-segwit scripts
|
7 years ago |
secp256k1
|
Bump secp256k1 subtree
|
7 years ago |
support
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
test
|
Litecoin: GetPoWHash for validation block tests
|
7 years ago |
univalue
|
univalue: Bump subtree
|
7 years ago |
wallet
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
zmq
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
.clang-format
|
…
|
|
Makefile.am
|
Litecoin: Enable support for SSE2 instructions in scrypt via configure --enable-sse2 (#362)
|
7 years ago |
Makefile.bench.include
|
Litecoin: Branding
|
7 years ago |
Makefile.leveldb.include
|
…
|
|
Makefile.qt.include
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
Makefile.qttest.include
|
Litecoin: Branding
|
7 years ago |
Makefile.test.include
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
addrdb.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
addrdb.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
addrman.cpp
|
Merge #11577: Fix warnings (-Wsign-compare) when building with DEBUG_ADDRMAN
|
7 years ago |
addrman.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
amount.h
|
Litecoin: Protocol and default settings
|
7 years ago |
arith_uint256.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
arith_uint256.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
base58.cpp
|
Litecoin: M prefix added for script addresses
|
7 years ago |
base58.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
bech32.cpp
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
|
7 years ago |
bech32.h
|
Import Bech32 C++ reference code & tests
|
7 years ago |
bitcoin-cli-res.rc
|
Litecoin: Branding
|
7 years ago |
bitcoin-cli.cpp
|
Litecoin: Branding
|
7 years ago |
bitcoin-tx-res.rc
|
Litecoin: Branding
|
7 years ago |
bitcoin-tx.cpp
|
Litecoin: Branding
|
7 years ago |
bitcoind-res.rc
|
Litecoin: Branding
|
7 years ago |
bitcoind.cpp
|
Litecoin: Branding
|
7 years ago |
blockencodings.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
blockencodings.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
bloom.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
bloom.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
chain.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
chain.h
|
Litecoin: Add scrypt N=1024 PoW
|
7 years ago |
chainparams.cpp
|
Litecoin: Update default minimum chain work and default assume valid values
|
7 years ago |
chainparams.h
|
Litecoin: Adjust chain parameters
|
7 years ago |
chainparamsbase.cpp
|
Litecoin: Adjust chain parameters
|
7 years ago |
chainparamsbase.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
chainparamsseeds.h
|
Litecoin: Update hardcoded seeds
|
7 years ago |
checkpoints.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
checkpoints.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
checkqueue.h
|
[Refactor] Remove unused fQuit var from checkqueue.h
|
7 years ago |
clientversion.cpp
|
Litecoin: Branding
|
7 years ago |
clientversion.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
coins.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
coins.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
compat.h
|
Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/)
|
7 years ago |
compressor.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
compressor.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
core_io.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
core_memusage.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
core_read.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
core_write.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
cuckoocache.h
|
…
|
|
dbwrapper.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
dbwrapper.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
fs.cpp
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
|
7 years ago |
fs.h
|
…
|
|
hash.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
hash.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
httprpc.cpp
|
Use the character based overload for std::string::find.
|
7 years ago |
httprpc.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
httpserver.cpp
|
Litecoin: Basic changes for v0.16 release (#482)
|
7 years ago |
httpserver.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
indirectmap.h
|
…
|
|
init.cpp
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
init.h
|
Move scheduler/threadGroup into common-init instead of per-app
|
7 years ago |
key.cpp
|
Make CKey::Load references const
|
7 years ago |
key.h
|
Make CKey::Load references const
|
7 years ago |
keystore.cpp
|
Merge #11403: SegWit wallet support
|
7 years ago |
keystore.h
|
Merge #11403: SegWit wallet support
|
7 years ago |
limitedmap.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
memusage.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
merkleblock.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
merkleblock.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
miner.cpp
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
miner.h
|
Use mempool's ancestor sort in transaction selection
|
7 years ago |
net.cpp
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
net.h
|
net: don't retry failed oneshot connections forever
|
7 years ago |
net_processing.cpp
|
Litecoin: Branding
|
7 years ago |
net_processing.h
|
Litecoin: Protocol and default settings
|
7 years ago |
netaddress.cpp
|
Litecoin: Protocol and default settings
|
7 years ago |
netaddress.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
netbase.cpp
|
net: initialize socket to avoid closing random fd's
|
7 years ago |
netbase.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
netmessagemaker.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
noui.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
noui.h
|
…
|
|
pow.cpp
|
Litecoin: Protocol and default settings
|
7 years ago |
pow.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
prevector.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
protocol.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
protocol.h
|
Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static seed adding
|
7 years ago |
pubkey.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
pubkey.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
random.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
random.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
rest.cpp
|
Use the character based overload for std::string::find.
|
7 years ago |
reverse_iterator.h
|
…
|
|
reverselock.h
|
…
|
|
scheduler.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
scheduler.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
serialize.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
streams.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
sync.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
sync.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
threadinterrupt.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
threadinterrupt.h
|
…
|
|
threadsafety.h
|
…
|
|
timedata.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
timedata.h
|
Litecoin: Protocol and default settings
|
7 years ago |
tinyformat.h
|
[Util] Update tinyformat.h
|
7 years ago |
torcontrol.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
torcontrol.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
txdb.cpp
|
Litecoin: Add scrypt N=1024 PoW
|
7 years ago |
txdb.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
txmempool.cpp
|
Remove unused mempool index
|
7 years ago |
txmempool.h
|
Merge #12118: Sort mempool by min(feerate, ancestor_feerate)
|
7 years ago |
ui_interface.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
ui_interface.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
uint256.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
uint256.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
undo.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
util.cpp
|
Litecoin: Branding
|
7 years ago |
util.h
|
test: Add unit test for LockDirectory
|
7 years ago |
utilmoneystr.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
utilmoneystr.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
utilstrencodings.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
utilstrencodings.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
utiltime.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
utiltime.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
validation.cpp
|
Merge remote-tracking branch 'bitcoin/0.16'
|
7 years ago |
validation.h
|
Litecoin: Adjust fee system
|
7 years ago |
validationinterface.cpp
|
Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip
|
7 years ago |
validationinterface.h
|
Do not unlock cs_main in ABC unless we've actually made progress.
|
7 years ago |
version.h
|
Litecoin: Protocol and default settings
|
7 years ago |
versionbits.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
versionbits.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
warnings.cpp
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |
warnings.h
|
Increment MIT Licence copyright header year on files modified in 2017
|
7 years ago |