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.
bitcoin/src
Pieter Wuille 7d0f80bbf4
Use anonymous namespace instead of static functions
7 years ago
..
bench scripted-diff: Rename wallet database classes 7 years ago
compat Increment MIT Licence copyright header year on files modified in 2017 7 years ago
config
consensus Fix missing or inconsistent include guards 7 years ago
crypto Consensus: Fix bug when compiler do not support __builtin_clz* 7 years ago
interfaces Merge #11200: Allow for aborting rescans in the GUI 7 years ago
leveldb Bump leveldb subtree 7 years ago
obj
obj-test
policy Extract consts for WITNESS_V0 hash sizes 7 years ago
primitives Support serialization as another type without casting 7 years ago
qt Merge #11200: Allow for aborting rescans in the GUI 7 years ago
rpc Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining 7 years ago
script Use anonymous namespace instead of static functions 7 years ago
secp256k1 Bump secp256k1 subtree 7 years ago
support Remove duplicate includes 7 years ago
test Do not treat bare multisig as IsMine 7 years ago
univalue univalue: Bump subtree 7 years ago
wallet Make CScript -> CScriptID conversion explicit 7 years ago
zmq Increment MIT Licence copyright header year on files modified in 2017 7 years ago
.clang-format
Makefile.am Merge #12886: Introduce Span type and use it instead of FLATDATA 7 years ago
Makefile.bench.include Add new prevector benchmarks. 7 years ago
Makefile.leveldb.include
Makefile.qt.include Remove direct bitcoin calls from qt/splashscreen.cpp 7 years ago
Makefile.qttest.include Remove direct bitcoin calls from qt/splashscreen.cpp 7 years ago
Makefile.test.include Merge #12926: Run unit tests in parallel 7 years ago
addrdb.cpp Add native support for serializing char arrays without FLATDATA 7 years ago
addrdb.h Increment MIT Licence copyright header year on files modified in 2017 7 years ago
addrman.cpp net: Correct addrman logging 7 years ago
addrman.h Merge #12731: Support serialization as another type without casting 7 years ago
amount.h
arith_uint256.cpp [arith_uint256] Do not destroy *this content if passed-in operator may reference it 7 years ago
arith_uint256.h [arith_uint256] Avoid unnecessary this-copy using prefix operator 7 years ago
base58.cpp use base58 map instead of strchr() 7 years ago
base58.h Split key_io (address/key encodings) off from base58 7 years ago
bech32.cpp scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
bech32.h Fix missing or inconsistent include guards 7 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName 7 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Merge #12950: bitcoin-tx: Flatten for loop over one element 7 years ago
bitcoind-res.rc
bitcoind.cpp Ignore macOS daemon() depracation warning 7 years ago
blockencodings.cpp Increment MIT Licence copyright header year on files modified in 2017 7 years ago
blockencodings.h Fix missing or inconsistent include guards 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 Add static_assert to prevent VARINT(<signed value>) 7 years ago
chainparams.cpp Remove duplicate includes 7 years ago
chainparams.h Disable wallet fallbackfee by default on mainnet 7 years ago
chainparamsbase.cpp ArgsManager: support config file sections 7 years ago
chainparamsbase.h Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName 7 years ago
chainparamsseeds.h Fix a-vs-an typos 7 years ago
checkpoints.cpp Add LookupBlockIndex function 7 years ago
checkpoints.h Add LookupBlockIndex function 7 years ago
checkqueue.h [Refactor] Remove unused fQuit var from checkqueue.h 7 years ago
clientversion.cpp Merge #11966: clientversion: Use full commit hash for commit-based version descriptions 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 Support deserializing into temporaries 7 years ago
compat.h Add new prevector benchmarks. 7 years ago
compressor.cpp Move compressor utility functions out of class 7 years ago
compressor.h Support serializing Span<unsigned char> and use that instead of FLATDATA 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 Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 7 years ago
core_write.cpp Fix typos 7 years ago
cuckoocache.h Use explicit casting in cuckoocache's compute_hashes(...) to clarify integer conversion 7 years ago
dbwrapper.cpp [logging] Comment all continuing logs. 7 years ago
dbwrapper.h Add DynamicMemoryUsage() to LevelDB 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 Support deserializing into temporaries 7 years ago
httprpc.cpp Merge #12859: Bugfix: Include <memory> for std::unique_ptr 7 years ago
httprpc.h Increment MIT Licence copyright header year on files modified in 2017 7 years ago
httpserver.cpp Merge #12859: Bugfix: Include <memory> for std::unique_ptr 7 years ago
httpserver.h Increment MIT Licence copyright header year on files modified in 2017 7 years ago
indirectmap.h
init.cpp Merge #11862: Network specific conf sections 7 years ago
init.h wallet: Refactor to WalletInitInterface* const g_wallet_init_interface 7 years ago
key.cpp Merge #9598: Improve readability by removing redundant casts to same type (on all platforms) 7 years ago
key.h Make CKey::Load references const 7 years ago
key_io.cpp Simplify Base32 and Base64 conversions 7 years ago
key_io.h Fix missing or inconsistent include guards 7 years ago
keystore.cpp Merge #12460: Assert CPubKey::ValidLength to the pubkey's header-relevant size 7 years ago
keystore.h Merge #12762: Make CKeyStore an interface 7 years ago
limitedmap.h Increment MIT Licence copyright header year on files modified in 2017 7 years ago
memusage.h Bugfix: Include <memory> for std::unique_ptr 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 Remove duplicate includes 7 years ago
miner.h Remove unused variable in SortForBlock 7 years ago
net.cpp correcting the array name from pnSeeds6 to pnSeed6 7 years ago
net.h Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s 7 years ago
net_processing.cpp Merge #12859: Bugfix: Include <memory> for std::unique_ptr 7 years ago
net_processing.h Remove direct bitcoin calls from qt/peertablemodel.cpp 7 years ago
netaddress.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 7 years ago
netaddress.h Introduce BigEndian wrapper and use it for netaddress ports 7 years ago
netbase.cpp Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s 7 years ago
netbase.h Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s 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 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
pow.h Increment MIT Licence copyright header year on files modified in 2017 7 years ago
prevector.h Use memset() to optimize prevector::resize() 7 years ago
protocol.cpp Add setter for g_initial_block_download_completed 7 years ago
protocol.h Merge #12731: Support serialization as another type without casting 7 years ago
pubkey.cpp Increment MIT Licence copyright header year on files modified in 2017 7 years ago
pubkey.h Assert CPubKey::ValidLength to the pubkey's header-relevent size 7 years ago
random.cpp Remove duplicate includes 7 years ago
random.h Merge #12742: Make FastRandomContext support standard C++11 RNG interface 7 years ago
rest.cpp Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempool 7 years ago
reverse_iterator.h Declare single-argument (non-converting) constructors "explicit" 7 years ago
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 Merge #12916: Introduce BigEndian wrapper and use it for netaddress ports 7 years ago
span.h Add Slice: a (pointer, size) array view that acts like a container 7 years ago
streams.h Support deserializing into temporaries 7 years ago
sync.cpp [logging] Comment all continuing logs. 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 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
tinyformat.h Fix typos 7 years ago
torcontrol.cpp boost: drop boost threads from torcontrol 7 years ago
torcontrol.h boost: drop boost threads from torcontrol 7 years ago
txdb.cpp [logging] Comment all continuing logs. 7 years ago
txdb.h Merge #12731: Support serialization as another type without casting 7 years ago
txmempool.cpp Merge #11742: rpc: Add testmempoolaccept 7 years ago
txmempool.h Merge #11742: rpc: Add testmempoolaccept 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 Merge #12716: Fix typos and cleanup in various files 7 years ago
util.cpp ArgsManager: special handling for -regtest and -testnet 7 years ago
util.h Merge #11862: Network specific conf sections 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 Simplify Base32 and Base64 conversions 7 years ago
utilstrencodings.h Generalize ConvertBits 7 years ago
utiltime.cpp Avoid std::locale/imbue in DateTimeStrFormat 7 years ago
utiltime.h Avoid std::locale/imbue in DateTimeStrFormat 7 years ago
validation.cpp Merge #12951: [doc] Fix comment in FindForkInGlobalIndex 7 years ago
validation.h Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining 7 years ago
validationinterface.cpp Increment MIT Licence copyright header year on files modified in 2017 7 years ago
validationinterface.h Polish interfaces around PeerLogicValidation 7 years ago
version.h Increment MIT Licence copyright header year on files modified in 2017 7 years ago
versionbits.cpp scripted-diff: Convert 11 enums into scoped enums (C++11) 7 years ago
versionbits.h Merge #12757: Clarify include guard naming convention 7 years ago
walletinitinterface.h wallet: Make WalletInitInterface and DummyWalletInit private 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