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
João Barbosa 6608c369b1
rpc: Add unloadwallet RPC
7 years ago
..
bench Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 7 years ago
compat Default to defining endian-conversion DECLs in compat w/o config 7 years ago
config
consensus [MOVEONLY] Move unused Merkle branch code to tests 7 years ago
crypto 8-way AVX2 implementation for double SHA256 on 64-byte inputs 7 years ago
index Fix typos 7 years ago
interfaces Give an error and exit if there are unknown parameters 7 years ago
leveldb Bump leveldb subtree 7 years ago
obj
obj-test
policy Merge #11423: [Policy] Several transaction standardness rules 7 years ago
primitives Cache witness hash in CTransaction 7 years ago
qt Rename “OS X” to the newer “macOS” convention 7 years ago
rpc Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to put `GetDifficulty` under test 7 years ago
script Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput 7 years ago
secp256k1 Bump secp256k1 subtree 7 years ago
support Make it clear which functions that are intended to be translation unit local 7 years ago
test Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to put `GetDifficulty` under test 7 years ago
univalue univalue: Bump subtree 7 years ago
wallet rpc: Add unloadwallet RPC 7 years ago
zmq Increment MIT Licence copyright header year on files modified in 2017 7 years ago
.clang-format Fix inconsistent namespace formatting guidelines 7 years ago
Makefile.am Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 7 years ago
Makefile.bench.include 8-way AVX2 implementation for double SHA256 on 64-byte inputs 7 years ago
Makefile.leveldb.include build: verify that the assembler can handle crc32 functions 7 years ago
Makefile.qt.include Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 7 years ago
Makefile.qttest.include 8-way AVX2 implementation for double SHA256 on 64-byte inputs 7 years ago
Makefile.test.include Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 7 years ago
addrdb.cpp Add logging and error handling for file syncing 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 Tighten up bech32::Decode(); add tests. 7 years ago
bech32.h Fix missing or inconsistent include guards 7 years ago
bitcoin-cli-res.rc
bitcoin-cli.cpp Give an error and exit if there are unknown parameters 7 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput 7 years ago
bitcoind-res.rc
bitcoind.cpp Give an error and exit if there are unknown parameters 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 replace modulus with FastMod 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 Break circular dependency: chain -> pow -> chain 7 years ago
chainparams.cpp Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106 7 years ago
chainparams.h [doc] Add comments for chainparams.h, validation.cpp 7 years ago
chainparamsbase.cpp Stop translating command line options 7 years ago
chainparamsbase.h Make gArgs aware of the arguments 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 net: Minor accumulated cleanups 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 Make it clear which functions that are intended to be translation unit local 7 years ago
core_write.cpp Merge #12885: Reduce implementation code inside CScript 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 [db] Create separate database for txindex. 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 util: Encapsulate logCategories within BCLog::Logger. 7 years ago
httpserver.h util: Encapsulate logCategories within BCLog::Logger. 7 years ago
indirectmap.h
init.cpp Give an error and exit if there are unknown parameters 7 years ago
init.h Make gArgs aware of the arguments 7 years ago
key.cpp scripted-diff: Rename master key to seed 7 years ago
key.h scripted-diff: Rename master key to seed 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 Separate HaveKey function that checks whether a key is in a keystore 7 years ago
keystore.h Separate HaveKey function that checks whether a key is in a keystore 7 years ago
limitedmap.h Increment MIT Licence copyright header year on files modified in 2017 7 years ago
logging.cpp Merge #13149: Handle unsuccessful fseek(...):s 7 years ago
logging.h logging: remove unused return value from LogPrintStr 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 Add Clang thread safety analysis annotations 7 years ago
miner.h Add Clang thread safety analysis annotations 7 years ago
net.cpp Make it clear which functions that are intended to be translation unit local 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 #13134: net: Add option `-enablebip61` to configure sending of BIP61 notifications 7 years ago
net_processing.h net: Add option `-enablebip61` to configure sending of BIP61 notifications 7 years ago
netaddress.cpp net: Minor accumulated cleanups 7 years ago
netaddress.h net: Minor accumulated cleanups 7 years ago
netbase.cpp Make it clear which functions that are intended to be translation unit local 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 Remove template matching and pseudo opcodes 7 years ago
random.cpp Fix FreeBSD build by including utilstrencodings.h 7 years ago
random.h Merge #12742: Make FastRandomContext support standard C++11 RNG interface 7 years ago
rest.cpp Remove enum specifier (to avoid re-declare scoped enum as unscoped) 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 scheduler: Add Clang thread safety annotations for variables guarded by m_cs_callbacks_pending 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 qa: Initialize lockstack to prevent null pointer deref 7 years ago
sync.h Increment MIT Licence copyright header year on files modified in 2017 7 years ago
threadinterrupt.cpp [index] Allow TxIndex sync thread to be interrupted. 7 years ago
threadinterrupt.h [index] Allow TxIndex sync thread to be interrupted. 7 years ago
threadsafety.h
timedata.cpp Merge #13116: Add Clang thread safety annotations for variables guarded by cs_{rpcWarmup,nTimeOffset,warnings} 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 Declare TorReply parsing functions in torcontrol_tests 7 years ago
torcontrol.h boost: drop boost threads from torcontrol 7 years ago
txdb.cpp [db] Migration for txindex data to new, separate database. 7 years ago
txdb.h [init] Initialize and start TxIndex in init code. 7 years ago
txmempool.cpp Fix missing locking in CTxMemPool::check(const CCoinsViewCache *pcoins) 7 years ago
txmempool.h Add Clang thread safety analysis annotations 7 years ago
ui_interface.cpp Increment MIT Licence copyright header year on files modified in 2017 7 years ago
ui_interface.h wallet: Use shared pointer to retain wallet instance 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 qa: Increase includeconf test coverage 7 years ago
util.h Merge #13069: docs: Fix typos 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 Fix for utiltime to compile with msvc. 7 years ago
utiltime.h Avoid std::locale/imbue in DateTimeStrFormat 7 years ago
validation.cpp Merge #13151: net: Serve blocks directly from disk when possible 7 years ago
validation.h net: Serve blocks directly from disk when possible 7 years ago
validationinterface.cpp scripted-diff: Rename SetBestChain callback ChainStateFlushed 7 years ago
validationinterface.h Merge #13023: Fix some concurrency issues in ActivateBestChain() 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 Make gArgs aware of the arguments 7 years ago
warnings.cpp Add Clang thread safety annotations for variables guarded by cs_warnings 7 years ago
warnings.h Remove "rpc" category from GetWarnings 7 years ago