..
bench
[trivial] Fix typos in comments
8 years ago
compat
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
config
…
consensus
[trivial] Fix typos in comments
8 years ago
crypto
Avoid unaligned access in crypto i/o
8 years ago
leveldb
Merge in LevelDB 1.19 changes
8 years ago
obj
…
obj-test
…
policy
Merge #9548 : Remove min reasonable fee
8 years ago
primitives
Merge #9602 : Remove coin age priority and free transactions - implementation
8 years ago
qt
Merge #10060 : [Qt] Ensure an item exists on the rpcconsole stack before adding
8 years ago
rpc
rpc: Rename first named arg of createrawtransaction
8 years ago
script
Refactor: Remove using namespace <xxx> from script/
8 years ago
secp256k1
Update libsecp256k1 to master
8 years ago
support
Merge #8808 : Do not shadow variables (gcc set)
8 years ago
test
Merge #10045 : [trivial] Fix typos in comments
8 years ago
univalue
Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD
8 years ago
wallet
ApproximateBestSubset should take inputs by reference, not value
8 years ago
zmq
[zmq] Call va_end() on va_start()ed args.
8 years ago
.clang-format
[doc] Remove unused clang format dev script
8 years ago
Makefile.am
fix build if spaces in src dir path
8 years ago
Makefile.bench.include
Merge #9505 : Prevector Quick Destruct
8 years ago
Makefile.leveldb.include
Merge #8826 : Do not include env_win.cc on non-Windows systems
8 years ago
Makefile.qt.include
Merge #9513 : build: fix qt distdir builds (retry)
8 years ago
Makefile.qttest.include
Add simple qt wallet test sending a transaction
8 years ago
Makefile.test.include
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
8 years ago
addrdb.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
addrdb.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
addrman.cpp
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
8 years ago
addrman.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
amount.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
amount.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
arith_uint256.cpp
Merge #8808 : Do not shadow variables (gcc set)
8 years ago
arith_uint256.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
base58.cpp
[trivial] Fix typos in comments
8 years ago
base58.h
[trivial] Fix typos in comments
8 years ago
bitcoin-cli-res.rc
…
bitcoin-cli.cpp
Docs: add details to -rpcclienttimeout doc
8 years ago
bitcoin-tx-res.rc
…
bitcoin-tx.cpp
Remove unused code
8 years ago
bitcoind-res.rc
…
bitcoind.cpp
use EXIT_ codes instead of magic numbers
8 years ago
blockencodings.cpp
[trivial] Fix typos in comments
8 years ago
blockencodings.h
[trivial] Fix typos in comments
8 years ago
bloom.cpp
Fix msvc compiler error C4146 (minus operator applied to unsigned type)
8 years ago
bloom.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
chain.cpp
Refactor: Remove using namespace <xxx> from src/*.cpp.
8 years ago
chain.h
Merge #9908 : Define 7200 second timestamp window constant
8 years ago
chainparams.cpp
Remove unused code
8 years ago
chainparams.h
Remove unused code
8 years ago
chainparamsbase.cpp
…
chainparamsbase.h
…
chainparamsseeds.h
Pre-0.14.0 hardcoded seeds update
8 years ago
checkpoints.cpp
[MOVEONLY] Move progress estimation out of checkpoints
8 years ago
checkpoints.h
[MOVEONLY] Move progress estimation out of checkpoints
8 years ago
checkqueue.h
Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constructors.
8 years ago
clientversion.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
clientversion.h
build: bump version to 0.14.99
8 years ago
coins.cpp
[cleanup] Remove coin age priority completely.
8 years ago
coins.h
Remove unused code
8 years ago
compat.h
compat: use `unsigned int` instead of `u_int`
8 years ago
compressor.cpp
…
compressor.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
core_io.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
core_memusage.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
core_read.cpp
Fail in DecodeHexTx if there is extra data at the end
8 years ago
core_write.cpp
Fix parameter naming inconsistencies between .h and .cpp files
8 years ago
cuckoocache.h
[trivial] Fix typos in comments
8 years ago
dbwrapper.cpp
[LevelDB] Plug leveldb logs to bitcoin logs
8 years ago
dbwrapper.h
Remove unused code
8 years ago
hash.cpp
Remove redundant semicolons
8 years ago
hash.h
Avoid VLA in hash.h
8 years ago
httprpc.cpp
Make KEY_SIZE a compile-time constant
8 years ago
httprpc.h
…
httpserver.cpp
Merge #10027 : Set to nullptr after delete
8 years ago
httpserver.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
indirectmap.h
…
init.cpp
Merge #10088 : Trivial: move several relay options into the relay help group
8 years ago
init.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
key.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
key.h
Trivial: Fix typo in key.h comment
8 years ago
keystore.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
keystore.h
…
limitedmap.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
memusage.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
merkleblock.cpp
Refactor: Remove using namespace <xxx> from src/*.cpp.
8 years ago
merkleblock.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
miner.cpp
[trivial] Dead code removal
8 years ago
miner.h
Don't require segwit in getblocktemplate for segwit signalling or mining
8 years ago
net.cpp
Merge #9987 : Remove unused code
8 years ago
net.h
Remove unused code
8 years ago
net_processing.cpp
No longer allow "free" transactions
8 years ago
net_processing.h
Net: pass interruptMsgProc as const where possible
8 years ago
netaddress.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
netaddress.h
[trivial] Fix typos in comments
8 years ago
netbase.cpp
build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally
8 years ago
netbase.h
Merge #9289 : net: drop boost::thread_group
8 years ago
netmessagemaker.h
Net: Make CNetMsgMaker more const
8 years ago
noui.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
noui.h
…
pow.cpp
pow: GetNextWorkRequired never called with NULL pindexLast
8 years ago
pow.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
prevector.h
Merge #9505 : Prevector Quick Destruct
8 years ago
protocol.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
protocol.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
pubkey.cpp
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
pubkey.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
random.cpp
random: Add fallback if getrandom syscall not available
8 years ago
random.h
sanity: Move OS random to sanity check function
8 years ago
rest.cpp
Refactor: Remove using namespace <xxx> from src/*.cpp.
8 years ago
reverselock.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
scheduler.cpp
CScheduler boost->std::function, use millisecs for times, not secs
8 years ago
scheduler.h
CScheduler boost->std::function, use millisecs for times, not secs
8 years ago
serialize.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
streams.h
Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.
8 years ago
sync.cpp
Remove unused code
8 years ago
sync.h
Remove unused code
8 years ago
threadinterrupt.cpp
net: add CThreadInterrupt and InterruptibleSleep
8 years ago
threadinterrupt.h
net: add CThreadInterrupt and InterruptibleSleep
8 years ago
threadsafety.h
…
timedata.cpp
Refactor: Remove using namespace <xxx> from src/*.cpp.
8 years ago
timedata.h
Merge #8808 : Do not shadow variables (gcc set)
8 years ago
tinyformat.h
util: Throw tinyformat::format_error on formatting error
8 years ago
torcontrol.cpp
Make some global variables less-global (static)
8 years ago
torcontrol.h
…
txdb.cpp
Refactor: Remove using namespace <xxx> from src/*.cpp.
8 years ago
txdb.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
txmempool.cpp
Fix parameter naming inconsistencies between .h and .cpp files
8 years ago
txmempool.h
Fix parameter naming inconsistencies between .h and .cpp files
8 years ago
ui_interface.cpp
[wallet] Add high transaction fee warnings
8 years ago
ui_interface.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
uint256.cpp
uint256: replace sprintf with HexStr and reverse-iterator
8 years ago
uint256.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
undo.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
util.cpp
[util] Remove redundant call to get() on smart pointer (thread_specific_ptr)
8 years ago
util.h
util: rename variable to avoid shadowing
8 years ago
utilmoneystr.cpp
Refactor: Remove using namespace <xxx> from util*
8 years ago
utilmoneystr.h
…
utilstrencodings.cpp
Refactor: Remove using namespace <xxx> from util*
8 years ago
utilstrencodings.h
Wallet: Sanitise -wallet parameter
8 years ago
utiltime.cpp
Refactor: Remove using namespace <xxx> from util*
8 years ago
utiltime.h
[trivial] Fix recently introduced typos in comments
8 years ago
validation.cpp
[trivial] Fix typos in comments
8 years ago
validation.h
Fix parameter naming inconsistencies between .h and .cpp files
8 years ago
validationinterface.cpp
Add a CValidationInterface::NewPoWValidBlock callback
8 years ago
validationinterface.h
Merge #9558 : Clarify assumptions made about when BlockCheck is called
8 years ago
version.h
Increment MIT Licence copyright header year on files modified in 2016
8 years ago
versionbits.cpp
Don't require segwit in getblocktemplate for segwit signalling or mining
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