| .. |
|
compat
|
libc-compat: add new symbol that's now needed
|
2014-08-08 15:21:50 -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
|
json_spirit: #include <stdint.h>
|
2014-05-13 11:41:59 +02:00 |
|
leveldb
|
Merge src/leveldb changes for LevelDB 1.17.
|
2014-05-09 18:23:34 +02:00 |
|
m4
|
Merge pull request #4654
|
2014-08-25 13:44:41 +02:00 |
|
obj
|
|
|
|
obj-test
|
|
|
|
qt
|
Merge pull request #4718
|
2014-08-23 09:30:47 +02:00 |
|
secp256k1
|
secp256k1: Add build-side changes for libsecp256k1
|
2014-07-01 12:27:19 -04:00 |
|
test
|
Move CMedianFilter to timedata.cpp
|
2014-08-26 13:25:20 +02:00 |
|
univalue
|
UniValue: compact (!pretty) output should not include extra whitespace
|
2014-08-20 00:27:49 -04:00 |
|
.clang-format
|
Update coding style and add .clang-format
|
2014-07-28 22:08:13 +02:00 |
|
addrman.cpp
|
addrman: Do not propagate obviously poor addresses onto the network
|
2014-08-18 16:50:39 -04:00 |
|
addrman.h
|
Break up CAddrMan's IMPLEMENT_SERIALIZE
|
2014-07-16 21:14:26 +02:00 |
|
alert.cpp
|
Remove all other print() methods
|
2014-08-20 20:54:27 +02:00 |
|
alert.h
|
Remove all other print() methods
|
2014-08-20 20:54:27 +02:00 |
|
allocators.cpp
|
|
|
|
allocators.h
|
Fix typos in comments (missing i's).
|
2014-07-24 16:08:59 +02:00 |
|
base58.cpp
|
ensure clean and consistent "namespace" usage
|
2014-06-26 10:36:57 +02:00 |
|
base58.h
|
Move base58.h implementation code to base58.cpp
|
2014-05-10 00:42:31 +02:00 |
|
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 size limit in RPC client, keep it in server
|
2014-08-06 13:03:58 +02:00 |
|
bitcoin-tx.cpp
|
bitcoin-tx: Accept input via stdin. Add input handling to tests.
|
2014-08-19 10:29:10 -04: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-07-21 11:50:07 -07:00 |
|
bloom.h
|
CBloomFilter::clear() method
|
2014-07-21 11:50:07 -07:00 |
|
chainparams.cpp
|
Add built-in seeds for .onion
|
2014-08-03 17:26:27 +02:00 |
|
chainparams.h
|
Remove unnecessary dependencies for bitcoin-cli
|
2014-06-25 10:31:35 +02:00 |
|
chainparamsbase.cpp
|
Can't log to debug log before chain params initialized
|
2014-07-15 10:26:44 +02:00 |
|
chainparamsbase.h
|
Can't log to debug log before chain params initialized
|
2014-07-15 10:26:44 +02:00 |
|
chainparamsseeds.h
|
Add built-in seeds for .onion
|
2014-08-03 17:26:27 +02:00 |
|
checkpoints.cpp
|
Merge pull request #4541
|
2014-07-28 14:54:08 +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
|
Allow BatchWrite to destroy its input, reducing copying
|
2014-08-24 02:08:33 +02:00 |
|
coins.h
|
Allow BatchWrite to destroy its input, reducing copying
|
2014-08-24 02:08:33 +02:00 |
|
compat.h
|
small net cleanup
|
2014-08-08 07:40:45 +02:00 |
|
core_io.h
|
add license header to core_io.h, core_read/_write.cpp
|
2014-08-01 08:39:06 +02:00 |
|
core_read.cpp
|
add license header to core_io.h, core_read/_write.cpp
|
2014-08-01 08:39:06 +02:00 |
|
core_write.cpp
|
add license header to core_io.h, core_read/_write.cpp
|
2014-08-01 08:39:06 +02:00 |
|
core.cpp
|
Move strprintf define to tinyformat.h
|
2014-08-20 10:51:18 +02:00 |
|
core.h
|
Remove print() from core functions
|
2014-08-20 10:43:47 +02:00 |
|
crypter.cpp
|
Dont run full check every time we decrypt wallet.
|
2014-08-10 18:36:07 -07:00 |
|
crypter.h
|
Dont run full check every time we decrypt wallet.
|
2014-08-10 18:36:07 -07:00 |
|
db.cpp
|
|
|
|
db.h
|
remove unused class CAddrMan; from db.h
|
2014-08-10 14:30:30 +02:00 |
|
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
|
Remove print() from core functions
|
2014-08-20 10:43:47 +02:00 |
|
init.h
|
ensure clean and consistent "namespace" usage
|
2014-06-26 10:36:57 +02:00 |
|
key.cpp
|
add GetRandBytes() as wrapper for RAND_bytes()
|
2014-07-09 09:42:18 +02:00 |
|
key.h
|
key.cpp: fail with a friendlier message on missing ssl EC support
|
2014-06-03 12:09:51 -07:00 |
|
keystore.cpp
|
Use script matching rather than destination matching for watch-only.
|
2014-07-02 15:48:39 +02:00 |
|
keystore.h
|
Remove unnecessary typedef and script.h include
|
2014-08-12 02:17:29 +02:00 |
|
leveldbwrapper.cpp
|
Enable paranoid corruption checks in LevelDB >= 1.16
|
2014-05-12 12:52:39 +02:00 |
|
leveldbwrapper.h
|
Remove redundant c_str
|
2014-05-22 00:23:03 +07:00 |
|
limitedmap.h
|
|
|
|
main.cpp
|
Merge pull request #4716
|
2014-08-25 15:04:28 +02:00 |
|
main.h
|
Remove all other print() methods
|
2014-08-20 20:54:27 +02:00 |
|
Makefile.am
|
Merge pull request #4725
|
2014-08-19 10:54:35 +02:00 |
|
Makefile.qt.include
|
build: add option for reducing exports (v2)
|
2014-08-18 16:10:15 -04:00 |
|
Makefile.qttest.include
|
build: add option for reducing exports (v2)
|
2014-08-18 16:10:15 -04:00 |
|
Makefile.test.include
|
Move CMedianFilter to timedata.cpp
|
2014-08-26 13:25:20 +02:00 |
|
miner.cpp
|
Remove all other print() methods
|
2014-08-20 20:54:27 +02:00 |
|
miner.h
|
Switch miner.cpp to use sha2 instead of OpenSSL.
|
2014-06-21 19:47:39 +02:00 |
|
mruset.h
|
Limit number of known addresses per peer
|
2014-05-30 12:01:53 +02:00 |
|
net.cpp
|
Merge pull request #4351
|
2014-08-25 10:37:40 +02:00 |
|
net.h
|
Merge pull request #4605
|
2014-08-18 13:37:54 +02:00 |
|
netbase.cpp
|
Remove all other print() methods
|
2014-08-20 20:54:27 +02:00 |
|
netbase.h
|
Remove all other print() methods
|
2014-08-20 20:54:27 +02:00 |
|
noui.cpp
|
|
|
|
noui.h
|
|
|
|
pow.cpp
|
Use GetBlockTime() more
|
2014-07-07 10:20:28 +02:00 |
|
pow.h
|
Refactor proof of work related functions out of main
|
2014-06-23 23:10:24 +02:00 |
|
protocol.cpp
|
Remove all other print() methods
|
2014-08-20 20:54:27 +02:00 |
|
protocol.h
|
Merge pull request #4351
|
2014-08-25 10:37:40 +02:00 |
|
random.cpp
|
make RandAddSeed() use OPENSSL_cleanse()
|
2014-07-09 09:43:55 +02:00 |
|
random.h
|
move rand functions from util to new random.h/.cpp
|
2014-07-09 09:42:19 +02:00 |
|
rpcblockchain.cpp
|
Closely track mempool byte total. Add "getmempoolinfo" RPC.
|
2014-08-14 12:34:38 -04:00 |
|
rpcclient.cpp
|
Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis
|
2014-07-15 05:20:52 +02:00 |
|
rpcclient.h
|
Remove cli functionality from bitcoind
|
2014-06-15 15:38:22 +02:00 |
|
rpcdump.cpp
|
Harmonize importprivkey and importaddress documentation
|
2014-07-22 08:58:49 +02:00 |
|
rpcmining.cpp
|
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
|
2014-07-29 11:13:27 -04:00 |
|
rpcmisc.cpp
|
Add warning comment to getinfo
|
2014-07-28 19:30:58 +02:00 |
|
rpcnet.cpp
|
Add detailed network info to getnetworkinfo RPC
|
2014-08-18 13:36:10 +02:00 |
|
rpcprotocol.cpp
|
Remove size limit in RPC client, keep it in server
|
2014-08-06 13:03:58 +02:00 |
|
rpcprotocol.h
|
Remove size limit in RPC client, keep it in server
|
2014-08-06 13:03:58 +02:00 |
|
rpcrawtransaction.cpp
|
Clean-up SyncWithWallets/SyncTransaction
|
2014-08-17 17:39:30 +02:00 |
|
rpcserver.cpp
|
Don't reveal whether password is <20 or >20 characters in RPC
|
2014-08-19 14:40:34 +02:00 |
|
rpcserver.h
|
Closely track mempool byte total. Add "getmempoolinfo" RPC.
|
2014-08-14 12:34:38 -04:00 |
|
rpcwallet.cpp
|
Fix typo in gettransaction help
|
2014-08-08 23:13:06 -05:00 |
|
script.cpp
|
Remove unused CKeyStoreIsMineVisitor
|
2014-08-12 02:02:17 +02:00 |
|
script.h
|
Make CScript::clear() release its memory
|
2014-08-24 02:08:33 +02:00 |
|
serialize.h
|
Merge pull request #4618
|
2014-08-24 02:06:09 +02:00 |
|
sync.cpp
|
|
|
|
sync.h
|
getblocktemplate: longpolling support
|
2014-07-11 14:48:02 +02:00 |
|
threadsafety.h
|
|
|
|
timedata.cpp
|
Typo, and a few "Bitcoin" -> "Bitcoin Core"
|
2014-08-04 10:30:59 +02:00 |
|
timedata.h
|
Move CMedianFilter to timedata.cpp
|
2014-08-26 13:25:20 +02:00 |
|
tinyformat.h
|
Move strprintf define to tinyformat.h
|
2014-08-20 10:51:18 +02:00 |
|
txdb.cpp
|
Allow BatchWrite to destroy its input, reducing copying
|
2014-08-24 02:08:33 +02:00 |
|
txdb.h
|
Allow BatchWrite to destroy its input, reducing copying
|
2014-08-24 02:08:33 +02:00 |
|
txmempool.cpp
|
Closely track mempool byte total. Add "getmempoolinfo" RPC.
|
2014-08-14 12:34:38 -04:00 |
|
txmempool.h
|
Closely track mempool byte total. Add "getmempoolinfo" RPC.
|
2014-08-14 12:34:38 -04:00 |
|
ui_interface.h
|
Revert "UI to alert of respend attempt affecting wallet."
|
2014-07-21 07:46:33 +02:00 |
|
uint256.cpp
|
Use unordered_map for CCoinsViewCache with salted hash
|
2014-07-14 16:13:08 +02:00 |
|
uint256.h
|
Use unordered_map for CCoinsViewCache with salted hash
|
2014-07-14 16:13:08 +02:00 |
|
util.cpp
|
build: check for sys/prctl.h in the proper way
|
2014-08-12 13:04:55 +02:00 |
|
util.h
|
Move CMedianFilter to timedata.cpp
|
2014-08-26 13:25:20 +02:00 |
|
version.cpp
|
Remove -beta suffix
|
2014-06-12 13:52:15 +02:00 |
|
version.h
|
Add a getutxos command to the p2p protocol. It allows querying of the UTXO set
|
2014-08-11 13:59:47 +02:00 |
|
wallet.cpp
|
Revert "UI to alert of respend attempt affecting wallet."
|
2014-07-21 07:46:33 +02:00 |
|
wallet.h
|
Remove all other print() methods
|
2014-08-20 20:54:27 +02:00 |
|
walletdb.cpp
|
Use script matching rather than destination matching for watch-only.
|
2014-07-02 15:48:39 +02:00 |
|
walletdb.h
|
Use script matching rather than destination matching for watch-only.
|
2014-07-02 15:48:39 +02:00 |