| .. |
|
compat
|
build: fix build weirdness after 54372482.
|
2014-06-23 14:04:38 -04:00 |
|
config
|
build: move bitcoin-config.h to its own directory
|
2014-06-21 19:47:43 +02:00 |
|
crypto
|
Add <Hasher>::OUTPUT_SIZE
|
2014-06-21 19:47:43 +02:00 |
|
json
|
|
|
|
leveldb
|
|
|
|
m4
|
build: avoid the use of top_ and abs_ dir paths
|
2014-06-05 16:05:57 -04:00 |
|
obj
|
|
|
|
obj-test
|
|
|
|
qt
|
qt: Log messages with type>QtDebugMsg as non-debug
|
2014-07-01 14:58:02 +02:00 |
|
test
|
test: Fix warning about integer signedness in P2SH tests
|
2014-06-30 16:37:59 +02:00 |
|
addrman.cpp
|
|
|
|
addrman.h
|
Move network-time related functions to timedata.cpp/h
|
2014-06-25 09:24:50 +02:00 |
|
alert.cpp
|
Move network-time related functions to timedata.cpp/h
|
2014-06-25 09:24:50 +02:00 |
|
alert.h
|
|
|
|
allocators.cpp
|
|
|
|
allocators.h
|
|
|
|
base58.cpp
|
ensure clean and consistent "namespace" usage
|
2014-06-26 10:36:57 +02:00 |
|
base58.h
|
|
|
|
bitcoin-cli-res.rc
|
fix copyright string in two of our *.rc files
|
2014-07-01 12:13:37 +02:00 |
|
bitcoin-cli.cpp
|
Remove unnecessary dependencies for bitcoin-cli
|
2014-06-25 10:31:35 +02:00 |
|
bitcoind-res.rc
|
fix copyright string in two of our *.rc files
|
2014-07-01 12:13:37 +02:00 |
|
bitcoind.cpp
|
Remove cli functionality from bitcoind
|
2014-06-15 15:38:22 +02:00 |
|
bloom.cpp
|
CBloomFilter::clear() method
|
2014-06-27 07:54:21 -07:00 |
|
bloom.h
|
CBloomFilter::clear() method
|
2014-06-27 07:54:21 -07:00 |
|
chainparams.cpp
|
Remove unnecessary dependencies for bitcoin-cli
|
2014-06-25 10:31:35 +02:00 |
|
chainparams.h
|
Remove unnecessary dependencies for bitcoin-cli
|
2014-06-25 10:31:35 +02:00 |
|
chainparamsbase.cpp
|
Remove unnecessary dependencies for bitcoin-cli
|
2014-06-25 10:31:35 +02:00 |
|
chainparamsbase.h
|
Remove unnecessary dependencies for bitcoin-cli
|
2014-06-25 10:31:35 +02:00 |
|
checkpoints.cpp
|
ensure clean and consistent "namespace" usage
|
2014-06-26 10:36:57 +02:00 |
|
checkpoints.h
|
ensure clean and consistent "namespace" usage
|
2014-06-26 10:36:57 +02:00 |
|
checkqueue.h
|
|
|
|
clientversion.h
|
fix copyright string in two of our *.rc files
|
2014-07-01 12:13:37 +02:00 |
|
coincontrol.h
|
|
|
|
coins.cpp
|
typedef std::map<uint256, CCoins> to CCoinsMap
|
2014-07-01 12:48:16 +02:00 |
|
coins.h
|
typedef std::map<uint256, CCoins> to CCoinsMap
|
2014-07-01 12:48:16 +02:00 |
|
compat.h
|
|
|
|
core.cpp
|
Relay double-spends, subject to anti-DOS
|
2014-06-27 07:54:21 -07:00 |
|
core.h
|
Relay double-spends, subject to anti-DOS
|
2014-06-27 07:54:21 -07:00 |
|
crypter.cpp
|
|
|
|
crypter.h
|
|
|
|
db.cpp
|
|
|
|
db.h
|
|
|
|
hash.cpp
|
Add a built-in SHA256/SHA512 implementation.
|
2014-06-21 19:47:39 +02:00 |
|
hash.h
|
Add <Hasher>::OUTPUT_SIZE
|
2014-06-21 19:47:43 +02:00 |
|
init.cpp
|
Merge pull request #4325
|
2014-07-01 12:55:33 +02:00 |
|
init.h
|
ensure clean and consistent "namespace" usage
|
2014-06-26 10:36:57 +02:00 |
|
key.cpp
|
ensure clean and consistent "namespace" usage
|
2014-06-26 10:36:57 +02:00 |
|
key.h
|
|
|
|
keystore.cpp
|
|
|
|
keystore.h
|
|
|
|
leveldbwrapper.cpp
|
|
|
|
leveldbwrapper.h
|
|
|
|
limitedmap.h
|
|
|
|
main.cpp
|
Merge pull request #3883 from dgenr8/first_double_spend
|
2014-06-30 08:35:12 -04:00 |
|
main.h
|
Merge pull request #3883 from dgenr8/first_double_spend
|
2014-06-30 08:35:12 -04:00 |
|
Makefile.am
|
Move non-trivial uint256.h methods to uint256.cpp
|
2014-06-28 18:02:42 +02:00 |
|
Makefile.qt.include
|
Remove unnecessary dependencies for bitcoin-cli
|
2014-06-25 10:31:35 +02:00 |
|
Makefile.qttest.include
|
Remove unnecessary dependencies for bitcoin-cli
|
2014-06-25 10:31:35 +02:00 |
|
Makefile.test.include
|
Add skiplist unit tests
|
2014-06-29 21:51:55 +02:00 |
|
miner.cpp
|
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
|
2014-06-26 11:49:46 +00:00 |
|
miner.h
|
Switch miner.cpp to use sha2 instead of OpenSSL.
|
2014-06-21 19:47:39 +02:00 |
|
mruset.h
|
|
|
|
net.cpp
|
add missing BOOST_FOREACH indentation in ThreadSocketHandler()
|
2014-06-26 11:01:24 +02:00 |
|
net.h
|
ensure clean and consistent "namespace" usage
|
2014-06-26 10:36:57 +02:00 |
|
netbase.cpp
|
replace 3 separate calls to WSAGetLastError() with 1
|
2014-06-24 08:46:12 +02:00 |
|
netbase.h
|
build: fix build weirdness after 54372482.
|
2014-06-23 14:04:38 -04:00 |
|
noui.cpp
|
|
|
|
noui.h
|
|
|
|
pow.cpp
|
move pow constants to chainparams
|
2014-06-23 23:10:24 +02:00 |
|
pow.h
|
Refactor proof of work related functions out of main
|
2014-06-23 23:10:24 +02:00 |
|
protocol.cpp
|
|
|
|
protocol.h
|
Add comment regarding experimental-use service bits
|
2014-06-21 11:43:23 -04:00 |
|
rpcblockchain.cpp
|
Replace HexBits with strprintf
|
2014-06-28 13:19:14 +02:00 |
|
rpcclient.cpp
|
RPC client: Simplify command line string-to-JSON-value conversion code
|
2014-06-26 22:18:30 -04:00 |
|
rpcclient.h
|
Remove cli functionality from bitcoind
|
2014-06-15 15:38:22 +02:00 |
|
rpcdump.cpp
|
|
|
|
rpcmining.cpp
|
Replace HexBits with strprintf
|
2014-06-28 13:19:14 +02:00 |
|
rpcmisc.cpp
|
minor code format fix in rpc-related files
|
2014-06-27 11:13:25 +02:00 |
|
rpcnet.cpp
|
Track peers' available blocks
|
2014-06-29 21:50:55 +02:00 |
|
rpcprotocol.cpp
|
fix RPC error replies
|
2014-06-28 19:16:15 -07:00 |
|
rpcprotocol.h
|
fix RPC error replies
|
2014-06-28 19:16:15 -07:00 |
|
rpcrawtransaction.cpp
|
Code simplifications after CTransaction::GetHash() caching
|
2014-06-22 00:06:17 +02:00 |
|
rpcserver.cpp
|
fix RPC error replies
|
2014-06-28 19:16:15 -07:00 |
|
rpcserver.h
|
Replace HexBits with strprintf
|
2014-06-28 13:19:14 +02:00 |
|
rpcwallet.cpp
|
Add -respendnotify option and new RPC data
|
2014-06-27 07:54:21 -07:00 |
|
script.cpp
|
Merge pull request #4398
|
2014-06-28 15:06:18 +02:00 |
|
script.h
|
Remove timing-based signature cache unit test
|
2014-06-25 14:57:21 -04:00 |
|
serialize.h
|
Avoid undefined behavior using CFlatData in CScript serialization
|
2014-06-23 10:38:15 +02:00 |
|
sync.cpp
|
|
|
|
sync.h
|
|
|
|
threadsafety.h
|
|
|
|
timedata.cpp
|
Move network-time related functions to timedata.cpp/h
|
2014-06-25 09:24:50 +02:00 |
|
timedata.h
|
Move network-time related functions to timedata.cpp/h
|
2014-06-25 09:24:50 +02:00 |
|
tinyformat.h
|
|
|
|
txdb.cpp
|
typedef std::map<uint256, CCoins> to CCoinsMap
|
2014-07-01 12:48:16 +02:00 |
|
txdb.h
|
typedef std::map<uint256, CCoins> to CCoinsMap
|
2014-07-01 12:48:16 +02:00 |
|
txmempool.cpp
|
Relay double-spends, subject to anti-DOS
|
2014-06-27 07:54:21 -07:00 |
|
txmempool.h
|
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
|
2014-06-26 11:49:46 +00:00 |
|
ui_interface.h
|
UI to alert of respend attempt affecting wallet.
|
2014-06-27 07:54:21 -07:00 |
|
uint256.cpp
|
Move non-trivial uint256.h methods to uint256.cpp
|
2014-06-28 18:02:42 +02:00 |
|
uint256.h
|
Move non-trivial uint256.h methods to uint256.cpp
|
2014-06-28 18:02:42 +02:00 |
|
util.cpp
|
Merge pull request #4437
|
2014-06-30 11:27:46 +02:00 |
|
util.h
|
Move non-trivial uint256.h methods to uint256.cpp
|
2014-06-28 18:02:42 +02:00 |
|
version.cpp
|
Remove -beta suffix
|
2014-06-12 13:52:15 +02:00 |
|
version.h
|
|
|
|
wallet.cpp
|
Formatting, spelling, comment fixes.
|
2014-06-27 16:47:33 -07:00 |
|
wallet.h
|
UI to alert of respend attempt affecting wallet.
|
2014-06-27 07:54:21 -07:00 |
|
walletdb.cpp
|
Let -zapwallettxes recover transaction meta data
|
2014-06-16 18:56:57 +02:00 |
|
walletdb.h
|
Let -zapwallettxes recover transaction meta data
|
2014-06-16 18:56:57 +02:00 |