..
bench
…
compat
Bump copyright headers to 2015
9 years ago
config
…
consensus
Add CHECKSEQUENCEVERIFY softfork through BIP9
9 years ago
crypto
crypto: bytes counts are 64 bit
9 years ago
leveldb
…
obj
…
obj-test
…
policy
Merge #7812 : Tiny refactor of `IsRBFOptIn`, avoid exception
9 years ago
primitives
Merge #7763 : Put hex-encoded version in UpdateTip
9 years ago
qt
qt: Add transaction hash to details window title
9 years ago
rpc
Merge #7953 : Create signmessagewithprivkey rpc
9 years ago
script
Treat overly long scriptPubKeys as unspendable
9 years ago
secp256k1
Merge commit '5ad54630935d1f340666de7bc9ffef9b8a1df296' into HEAD
9 years ago
support
Bump copyright headers to 2015
9 years ago
test
Merge #7807 : Fixed miner test values, gave constants for less error-prone values.
9 years ago
univalue
Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin
9 years ago
wallet
Merge #7688 : List solvability in listunspent output and improve help
9 years ago
zmq
[ZMQ] append a message sequence number to every ZMQ notification
9 years ago
.clang-format
…
Makefile.am
leveldb: integrate leveldb into our buildsystem
9 years ago
Makefile.bench.include
Merge #7349 : Build against system UniValue when available
9 years ago
Makefile.leveldb.include
build: No need to check for leveldb atomics
9 years ago
Makefile.qt.include
qt: Fix out-of-tree GUI builds
9 years ago
Makefile.qttest.include
Build: Consensus: Move consensus files from common to its own module/package
9 years ago
Makefile.test.include
test: Create test fixture for wallet
9 years ago
addrman.cpp
Merge #7212 : Adds unittests for CAddrMan and CAddrinfo, removes source of non-determinism.
9 years ago
addrman.h
Merge #7212 : Adds unittests for CAddrMan and CAddrinfo, removes source of non-determinism.
9 years ago
amount.cpp
[amount] Add support for negative fee rates
9 years ago
amount.h
[amount] Add support for negative fee rates
9 years ago
arith_uint256.cpp
…
arith_uint256.h
Bump copyright headers to 2015
9 years ago
base58.cpp
CBase58Data::SetString: cleanse the full vector
9 years ago
base58.h
add bip32 pubkey serialization
9 years ago
bitcoin-cli-res.rc
Unify package name to as few places as possible without major changes
9 years ago
bitcoin-cli.cpp
bitcoin-cli.cpp: Use symbolic constant for exit code
9 years ago
bitcoin-tx-res.rc
…
bitcoin-tx.cpp
Merge branch 'master' into single_prodname
9 years ago
bitcoind-res.rc
…
bitcoind.cpp
Merge branch 'master' into single_prodname
9 years ago
bloom.cpp
Merge pull request #7205
9 years ago
bloom.h
Merge pull request #7205
9 years ago
chain.cpp
MOVEONLY: non-consensus: from pow to chain:
9 years ago
chain.h
chain: define enum used as bit field as uint32_t
9 years ago
chainparams.cpp
[doc] Fix doxygen comments for members
9 years ago
chainparams.h
Remove alert keys
9 years ago
chainparamsbase.cpp
Bump copyright headers to 2015
9 years ago
chainparamsbase.h
Bump copyright headers to 2015
9 years ago
chainparamsseeds.h
net: Hardcoded seeds update January 2016
9 years ago
checkpoints.cpp
Bump copyright headers to 2015
9 years ago
checkpoints.h
Bump copyright headers to 2015
9 years ago
checkqueue.h
Bump copyright headers to 2015
9 years ago
clientversion.cpp
…
clientversion.h
Merge branch 'master' into single_prodname
9 years ago
coincontrol.h
Use CCoinControl selection in CWallet::FundTransaction
9 years ago
coins.cpp
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
9 years ago
coins.h
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
9 years ago
compat.h
Bump copyright headers to 2015
9 years ago
compressor.cpp
…
compressor.h
Fix OOM bug: UTXO entries with invalid script length
9 years ago
core_io.h
Bump copyright headers to 2015
9 years ago
core_memusage.h
…
core_read.cpp
Bump copyright headers to 2015
9 years ago
core_write.cpp
Fix formatting of NOPs for generated script tests
9 years ago
dbwrapper.cpp
dbwrapper: Move `HandleError` to `dbwrapper_private`
9 years ago
dbwrapper.h
dbwrapper: Move `HandleError` to `dbwrapper_private`
9 years ago
hash.cpp
Bump copyright headers to 2015
9 years ago
hash.h
Bump copyright headers to 2015
9 years ago
httprpc.cpp
Make sure LogPrintf strings are line-terminated
9 years ago
httprpc.h
…
httpserver.cpp
http: use std::move to move HTTPRequest into HTTPWorkItem
9 years ago
httpserver.h
…
init.cpp
Merge #7868 : net: Split DNS resolving functionality out of net structures
9 years ago
init.h
[Wallet] refactor wallet/init interaction
9 years ago
key.cpp
add bip32 pubkey serialization
9 years ago
key.h
add bip32 pubkey serialization
9 years ago
keystore.cpp
Fix for incorrect locking in GetPubKey() (keystore.cpp)
9 years ago
keystore.h
Bump copyright headers to 2015
9 years ago
limitedmap.h
Bump copyright headers to 2015
9 years ago
main.cpp
[trivial] Add missing const qualifiers.
9 years ago
main.h
Explicitly pass CChainParams to ConnectBlock
9 years ago
memusage.h
…
merkleblock.cpp
Add importprunedfunds rpc call
9 years ago
merkleblock.h
Add importprunedfunds rpc call
9 years ago
miner.cpp
auto_ptr → unique_ptr
9 years ago
miner.h
Remove internal miner
9 years ago
net.cpp
Merge #7974 : More comments on the design of AttemptToEvictConnection.
9 years ago
net.h
Merge #7856 : Only send one GetAddr response per connection.
9 years ago
netbase.cpp
net: disable resolving from storage structures
9 years ago
netbase.h
net: disable resolving from storage structures
9 years ago
noui.cpp
…
noui.h
Bump copyright headers to 2014
9 years ago
pow.cpp
Deprecating the remaining LogPrintf dependencies that were made obsolete in PR #7459 .
9 years ago
pow.h
Merge #7311 : MOVEONLY: Move non-consensus functions out of pow
9 years ago
prevector.h
prevector::swap: fix (unreached) data corruption
9 years ago
protocol.cpp
Implement "feefilter" P2P message.
9 years ago
protocol.h
Implement "feefilter" P2P message.
9 years ago
pubkey.cpp
add bip32 pubkey serialization
9 years ago
pubkey.h
add bip32 pubkey serialization
9 years ago
random.cpp
Bump copyright headers to 2015
9 years ago
random.h
…
rest.cpp
rpc: Register calls where they are defined
9 years ago
reverselock.h
c++11: don't throw from the reverselock destructor
9 years ago
scheduler.cpp
…
scheduler.h
…
serialize.h
Bump copyright headers to 2015
9 years ago
streams.h
Fix OOM bug: UTXO entries with invalid script length
9 years ago
sync.cpp
Clean up lockorder data of destroyed mutexes
9 years ago
sync.h
Clean up lockorder data of destroyed mutexes
9 years ago
threadsafety.h
Bump copyright headers to 2014
9 years ago
timedata.cpp
P2P: add maxtimeadjustment command line option
9 years ago
timedata.h
P2P: add maxtimeadjustment command line option
9 years ago
tinyformat.h
tinyformat: force USE_VARIADIC_TEMPLATES
9 years ago
torcontrol.cpp
net: disable resolving from storage structures
9 years ago
torcontrol.h
…
txdb.cpp
dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator
9 years ago
txdb.h
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
9 years ago
txmempool.cpp
[trivial] Add missing const qualifiers.
9 years ago
txmempool.h
[trivial] Add missing const qualifiers.
9 years ago
ui_interface.cpp
[ui] Move InitError, InitWarning, AmountErrMsg
9 years ago
ui_interface.h
[ui] Move InitError, InitWarning, AmountErrMsg
9 years ago
uint256.cpp
Bump copyright headers to 2015
9 years ago
uint256.h
Improve COutPoint less operator
9 years ago
undo.h
Bump copyright headers to 2014
9 years ago
util.cpp
Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`.
9 years ago
util.h
util: switch LogPrint and error to variadic templates
9 years ago
utilmoneystr.cpp
Bump copyright headers to 2015
9 years ago
utilmoneystr.h
Bump copyright headers to 2015
9 years ago
utilstrencodings.cpp
Merge branch 'master' into single_prodname
9 years ago
utilstrencodings.h
Bump copyright headers to 2015
9 years ago
utiltime.cpp
[doc] Fix doxygen comments for members
9 years ago
utiltime.h
Bump copyright headers to 2015
9 years ago
validationinterface.cpp
include the chaintip *blockIndex in the SyncTransaction signal
9 years ago
validationinterface.h
Merge #6480 : include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip()
9 years ago
version.h
Implement "feefilter" P2P message.
9 years ago
versionbits.cpp
Fix typo: Optimizaton -> Optimization
9 years ago
versionbits.h
BIP9 Implementation
9 years ago