|
Failed to load latest commit information. |
|
bench
|
bench: Fix initialization order in registration
|
Feb 7, 2017
|
|
compat
|
|
|
|
config
|
|
|
|
consensus
|
[trivial] Fix typos in comments
|
Jan 27, 2017
|
|
crypto
|
Avoid unaligned access in crypto i/o
|
Jan 12, 2017
|
|
leveldb
|
|
|
|
obj-test
|
Rename src/obj/test to src/obj-test to workaround bug in older GNU Make
|
Jan 23, 2012
|
|
obj
|
|
|
|
policy
|
Merge #9380: Separate different uses of minimum fees
|
Jan 16, 2017
|
|
primitives
|
Optimize GetWitnessHash() for non-segwit transactions
|
Mar 27, 2017
|
|
qt
|
qt: 0.14.2 pre-rc2 translations update
|
Jun 6, 2017
|
|
rpc
|
[rpc] rename disconnectnode argument
|
Apr 14, 2017
|
|
script
|
Ensure `-maxsigcachesize` is in valid range
|
Feb 17, 2017
|
|
secp256k1
|
Update libsecp256k1 to master
|
Dec 12, 2016
|
|
support
|
|
|
|
test
|
Add tests for bitcoin-tx input checking
|
Mar 31, 2017
|
|
univalue
|
|
|
|
wallet
|
|
|
|
zmq
|
|
|
|
.clang-format
|
|
|
|
Makefile.am
|
build: fix bitcoin-config.h regeneration after touching build files
|
May 31, 2017
|
|
Makefile.bench.include
|
Add Basic CheckQueue Benchmark
|
Jan 9, 2017
|
|
Makefile.leveldb.include
|
|
|
|
Makefile.qt.include
|
|
|
|
Makefile.qttest.include
|
Uses built-in byte swap if available (Apple) and if bswap_XX is undef…
|
Dec 17, 2016
|
|
Makefile.test.include
|
|
|
|
addrdb.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
addrdb.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
addrman.cpp
|
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
|
Feb 7, 2017
|
|
addrman.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
amount.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
amount.h
|
|
|
|
arith_uint256.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
arith_uint256.h
|
|
|
|
base58.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
base58.h
|
|
|
|
bitcoin-cli-res.rc
|
|
|
|
bitcoin-cli.cpp
|
|
|
|
bitcoin-tx-res.rc
|
Update Windows resource files (and add one for bitcoin-tx)
|
May 22, 2015
|
|
bitcoin-tx.cpp
|
|
|
|
bitcoind-res.rc
|
|
|
|
bitcoind.cpp
|
|
|
|
blockencodings.cpp
|
Clarify comment about mempool/extra conflicts
|
Jan 17, 2017
|
|
blockencodings.h
|
[trivial] Fix typos in comments
|
Jan 27, 2017
|
|
bloom.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
Jan 27, 2017
|
|
bloom.h
|
|
|
|
chain.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
Jan 27, 2017
|
|
chain.h
|
|
|
|
chainparams.cpp
|
|
|
|
chainparams.h
|
|
|
|
chainparamsbase.cpp
|
Bump copyright headers to 2015
|
Dec 13, 2015
|
|
chainparamsbase.h
|
Bump copyright headers to 2015
|
Dec 13, 2015
|
|
chainparamsseeds.h
|
Pre-0.14.0 hardcoded seeds update
|
Feb 10, 2017
|
|
checkpoints.cpp
|
|
|
|
checkpoints.h
|
[MOVEONLY] Move progress estimation out of checkpoints
|
Jan 4, 2017
|
|
checkqueue.h
|
Bump copyright headers to 2015
|
Dec 13, 2015
|
|
clientversion.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
clientversion.h
|
|
|
|
coins.cpp
|
|
|
|
coins.h
|
Merge #9107: Safer modify new coins
|
Jan 4, 2017
|
|
compat.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
compressor.cpp
|
|
|
|
compressor.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
core_io.h
|
|
|
|
core_memusage.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
core_read.cpp
|
|
|
|
core_write.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
Jan 27, 2017
|
|
cuckoocache.h
|
[trivial] Fix typos in comments
|
Jan 27, 2017
|
|
dbwrapper.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
dbwrapper.h
|
Merge #9353: Add data() method to CDataStream (and use it)
|
Jan 9, 2017
|
|
hash.cpp
|
Remove redundant semicolons
|
Jan 14, 2017
|
|
hash.h
|
Avoid VLA in hash.h
|
Feb 28, 2017
|
|
httprpc.cpp
|
Make KEY_SIZE a compile-time constant
|
Feb 17, 2017
|
|
httprpc.h
|
evhttpd implementation
|
Sep 3, 2015
|
|
httpserver.cpp
|
Access WorkQueue::running only within the cs lock.
|
Feb 3, 2017
|
|
httpserver.h
|
|
|
|
indirectmap.h
|
prepend license statement to indirectmap
|
Jul 27, 2016
|
|
init.cpp
|
don't throw std::bad_alloc when out of memory. Instead, terminate imm…
|
Feb 28, 2017
|
|
init.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
key.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
key.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
keystore.cpp
|
|
|
|
keystore.h
|
Bump copyright headers to 2015
|
Dec 13, 2015
|
|
limitedmap.h
|
|
|
|
memusage.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
merkleblock.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
Jan 27, 2017
|
|
merkleblock.h
|
|
|
|
miner.cpp
|
Update benchmarking with package statistics
|
Mar 30, 2017
|
|
miner.h
|
Update benchmarking with package statistics
|
Mar 30, 2017
|
|
net.cpp
|
|
|
|
net.h
|
net: define NodeId as an int64_t
|
Apr 14, 2017
|
|
net_processing.cpp
|
|
|
|
net_processing.h
|
|
|
|
netaddress.cpp
|
|
|
|
netaddress.h
|
[trivial] Fix typos in comments
|
Jan 27, 2017
|
|
netbase.cpp
|
Merge #9289: net: drop boost::thread_group
|
Jan 4, 2017
|
|
netbase.h
|
Merge #9289: net: drop boost::thread_group
|
Jan 4, 2017
|
|
netmessagemaker.h
|
|
|
|
noui.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
noui.h
|
Bump copyright headers to 2014
|
Jan 5, 2016
|
|
pow.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
pow.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
prevector.h
|
prevector: assert successful allocation
|
Feb 28, 2017
|
|
protocol.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
protocol.h
|
|
|
|
pubkey.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
pubkey.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
random.cpp
|
|
|
|
random.h
|
|
|
|
rest.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
Jan 27, 2017
|
|
reverselock.h
|
|
|
|
scheduler.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
scheduler.h
|
More robust CScheduler unit test
|
May 16, 2015
|
|
serialize.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
streams.h
|
Merge #9353: Add data() method to CDataStream (and use it)
|
Jan 9, 2017
|
|
sync.cpp
|
|
|
|
sync.h
|
|
|
|
threadinterrupt.cpp
|
net: add CThreadInterrupt and InterruptibleSleep
|
Jan 3, 2017
|
|
threadinterrupt.h
|
net: add CThreadInterrupt and InterruptibleSleep
|
Jan 3, 2017
|
|
threadsafety.h
|
Bump copyright headers to 2014
|
Jan 5, 2016
|
|
timedata.cpp
|
|
|
|
timedata.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
tinyformat.h
|
util: Update tinyformat
|
Jun 27, 2016
|
|
torcontrol.cpp
|
[trivial] Fix typos in comments
|
Jan 27, 2017
|
|
torcontrol.h
|
torcontrol improvements and fixes
|
Nov 12, 2015
|
|
txdb.cpp
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
|
Jan 27, 2017
|
|
txdb.h
|
Make threshold for flushing more conservative.
|
Apr 5, 2017
|
|
txmempool.cpp
|
Bugfix: ancestor modifed fees were incorrect for descendants
|
Apr 5, 2017
|
|
txmempool.h
|
|
|
|
ui_interface.cpp
|
|
|
|
ui_interface.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
uint256.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
uint256.h
|
|
|
|
undo.h
|
|
|
|
util.cpp
|
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
|
Mar 31, 2017
|
|
util.h
|
Merge #9417: Do not evaluate hidden LogPrint arguments
|
Jan 5, 2017
|
|
utilmoneystr.cpp
|
Bump copyright headers to 2015
|
Dec 13, 2015
|
|
utilmoneystr.h
|
Bump copyright headers to 2015
|
Dec 13, 2015
|
|
utilstrencodings.cpp
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
utilstrencodings.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
utiltime.cpp
|
|
|
|
utiltime.h
|
net: Consistently use GetTimeMicros() for inactivity checks
|
Jan 25, 2017
|
|
validation.cpp
|
Make threshold for flushing more conservative.
|
Apr 5, 2017
|
|
validation.h
|
|
|
|
validationinterface.cpp
|
Add a CValidationInterface::NewPoWValidBlock callback
|
Jan 5, 2017
|
|
validationinterface.h
|
|
|
|
version.h
|
Increment MIT Licence copyright header year on files modified in 2016
|
Dec 31, 2016
|
|
versionbits.cpp
|
Don't require segwit in getblocktemplate for segwit signalling or mining
|
Mar 16, 2017
|
|
versionbits.h
|
RPC: augment getblockchaininfo bip9_softforks data
|
Oct 19, 2016
|
|
warnings.cpp
|
Move GetWarnings() into its own file.
|
Dec 3, 2016
|
|
warnings.h
|
|
|