0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-08 14:34:53 -05:00
bitcoin-core/src
Alex Morcos e587bc3fd9 Implement helper class for CTxMemPoolEntry constructor
This is only for unit tests.
2015-11-16 20:41:32 -05:00
..
bench [Trivial] ensure minimal header conventions 2015-10-27 17:44:13 +01:00
compat
config
consensus Merge pull request #6931 2015-11-12 14:37:10 +01:00
crypto
leveldb Update LevelDB 2015-11-04 23:46:47 +01:00
obj
obj-test
policy Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints"" 2015-11-03 17:14:09 +00:00
primitives transaction_tests: Be more strict checking dust 2015-11-09 21:00:16 +01:00
qt [Qt] add shortcurts for debug-/console-window 2015-11-12 13:54:06 +01:00
script Switch to libsecp256k1-based validation for ECDSA 2015-11-15 16:06:57 +01:00
secp256k1 Update libsecp256k1 2015-11-13 00:12:43 +01:00
support
test Implement helper class for CTxMemPoolEntry constructor 2015-11-16 20:41:32 -05:00
univalue
wallet Merge pull request #6991 2015-11-16 00:38:08 -08:00
zmq Merge pull request #6163 2015-11-10 15:32:03 +01:00
.clang-format [trivial] clang-format: Set AlignAfterOpenBracket: false 2015-11-05 23:28:02 +01:00
addrman.cpp
addrman.h
alert.cpp
alert.h
amount.cpp
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp
base58.h
bitcoin-cli-res.rc
bitcoin-cli.cpp constify missing catch cases 2015-10-27 17:39:42 +01:00
bitcoin-tx-res.rc
bitcoin-tx.cpp Switch to libsecp256k1-based validation for ECDSA 2015-11-15 16:06:57 +01:00
bitcoind-res.rc
bitcoind.cpp constify missing catch cases 2015-10-27 17:39:42 +01:00
bloom.cpp
bloom.h
chain.cpp
chain.h
chainparams.cpp Make skipping BIP30 check chain agnostic 2015-11-02 20:11:55 -05:00
chainparams.h
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h
coincontrol.h
coins.cpp
coins.h
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
dbwrapper.cpp
dbwrapper.h constify missing catch cases 2015-10-27 17:39:42 +01:00
hash.cpp
hash.h Squashed 'src/secp256k1/' changes from 22f60a6..2bfb82b 2015-11-13 00:12:43 +01:00
httprpc.cpp
httprpc.h
httpserver.cpp Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN. 2015-11-16 09:21:54 +00:00
httpserver.h http: speed up shutdown 2015-11-13 11:10:48 +01:00
init.cpp Merge pull request #6986 2015-11-16 17:00:11 -08:00
init.h
key.cpp Update key.cpp to new secp256k1 API 2015-11-13 00:12:53 +01:00
key.h
keystore.cpp
keystore.h
limitedmap.h
main.cpp Merge pull request #6986 2015-11-16 17:00:11 -08:00
main.h Merge pull request #6986 2015-11-16 17:00:11 -08:00
Makefile.am Switch to libsecp256k1-based validation for ECDSA 2015-11-15 16:06:57 +01:00
Makefile.bench.include build: Split hardening/fPIE options out 2015-11-09 22:50:31 -05:00
Makefile.qt.include build: Use fPIC rather than fPIE for qt objects. 2015-11-09 22:50:31 -05:00
Makefile.qttest.include build: Use fPIC rather than fPIE for qt objects. 2015-11-09 22:50:31 -05:00
Makefile.test.include build: Split hardening/fPIE options out 2015-11-09 22:50:31 -05:00
memusage.h [Trivial] ensure minimal header conventions 2015-10-27 17:44:13 +01:00
merkleblock.cpp
merkleblock.h
miner.cpp Chainparams: Explicit CChainParams arg for miner: 2015-11-11 13:21:17 +01:00
miner.h Chainparams: Explicit CChainParams arg for miner: 2015-11-11 13:21:17 +01:00
mruset.h
net.cpp Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants 2015-11-14 05:10:59 -08:00
net.h Fix fRelayTxs comment 2015-11-14 05:12:31 -08:00
netbase.cpp net: Automatically create hidden service, listen on Tor 2015-11-10 17:29:56 +01:00
netbase.h net: Automatically create hidden service, listen on Tor 2015-11-10 17:29:56 +01:00
noui.cpp
noui.h
pow.cpp
pow.h
protocol.cpp
protocol.h
pubkey.cpp Switch to libsecp256k1-based validation for ECDSA 2015-11-15 16:06:57 +01:00
pubkey.h Switch to libsecp256k1-based validation for ECDSA 2015-11-15 16:06:57 +01:00
random.cpp
random.h
rest.cpp Globals: Explicit Consensus::Params arg for main: 2015-10-30 14:07:30 +01:00
reverselock.h
rpcblockchain.cpp Merge pull request #6163 2015-11-10 15:32:03 +01:00
rpcclient.cpp
rpcclient.h
rpcmining.cpp Chainparams: Explicit CChainParams arg for miner: 2015-11-11 13:21:17 +01:00
rpcmisc.cpp Fix crash in validateaddress with -disablewallet 2015-11-09 08:44:19 +01:00
rpcnet.cpp add (max)uploadtarget infos to getnettotals RPC help 2015-11-12 15:01:30 +01:00
rpcprotocol.cpp
rpcprotocol.h
rpcrawtransaction.cpp Remove LOCK(cs_main) from decodescript 2015-11-13 17:19:33 -05:00
rpcserver.cpp Add explicit shared_ptr constructor due to C++11 error 2015-10-28 22:25:32 -04:00
rpcserver.h
scheduler.cpp
scheduler.h
serialize.h
streams.h
sync.cpp
sync.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp torcontrol improvements and fixes 2015-11-12 17:58:15 +01:00
torcontrol.h torcontrol improvements and fixes 2015-11-12 17:58:15 +01:00
txdb.cpp Fix chainstate serialized_size computation 2015-10-28 01:05:32 +01:00
txdb.h
txmempool.cpp Merge pull request #6776 2015-10-28 02:25:06 +01:00
txmempool.h Make -checkmempool=1 not fail through int32 overflow 2015-10-28 03:07:59 +01:00
ui_interface.h
uint256.cpp
uint256.h
undo.h
util.cpp Add option for microsecond precision in debug.log 2015-10-26 15:05:37 -04:00
util.h Squashed 'src/secp256k1/' changes from 22f60a6..2bfb82b 2015-11-13 00:12:43 +01:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp Add option for microsecond precision in debug.log 2015-10-26 15:05:37 -04:00
utiltime.h Add option for microsecond precision in debug.log 2015-10-26 15:05:37 -04:00
validationinterface.cpp
validationinterface.h
version.h