..
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
Bump version numbers for 0.6.1rc1
2012-04-27 10:14:33 -04:00
obj-test
Rename src/obj/test to src/obj-test to workaround bug in older GNU Make
2012-01-23 14:27:08 -05:00
qt
Merge pull request #4623
2014-09-10 15:07:58 +02:00
script
Separate script/sign
2014-09-08 20:21:35 +02:00
secp256k1
secp256k1: Add build-side changes for libsecp256k1
2014-07-01 12:27:19 -04:00
test
Stricter handling of orphan transactions
2014-09-10 14:09:40 -04:00
univalue
univalue: make spaceStr thread-safe
2014-09-05 14:42:22 +02:00
.clang-format
Update coding style and add .clang-format
2014-07-28 22:08:13 +02:00
addrman.cpp
Improve readability of CAddrInfo::IsTerrible
2014-09-05 13:49:08 +02:00
addrman.h
Remove some unnecessary c_strs() in logging and the GUI
2014-09-09 11:31:17 +02:00
alert.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
alert.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
2014-09-02 09:58:09 +02:00
allocators.cpp
Changing LockedPageManager to use a managed instance
2013-10-20 14:29:24 +07:00
allocators.h
add missing header end comments
2014-08-28 22:25:21 +02:00
base58.cpp
Broken addresses on command line no longer trigger testnet.
2014-08-30 09:39:59 +01:00
base58.h
Merge pull request #4623
2014-09-10 15:07:58 +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
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
bitcoin-tx.cpp
Merge pull request #4822
2014-09-10 01:44:30 +02:00
bitcoind-res.rc
fix copyright string in two of our *.rc files
2014-07-01 12:13:37 +02:00
bitcoind.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
bloom.cpp
Separate script/standard
2014-09-08 20:21:35 +02:00
bloom.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
2014-09-02 09:58:09 +02:00
chainparams.cpp
Merge pull request #4623
2014-09-10 15:07:58 +02:00
chainparams.h
Merge pull request #4623
2014-09-10 15:07:58 +02:00
chainparamsbase.cpp
cleanup include of assert.h
2014-08-28 23:02:49 +02:00
chainparamsbase.h
add missing header end comments
2014-08-28 22:25:21 +02:00
chainparamsseeds.h
Add built-in seeds for .onion
2014-08-03 17:26:27 +02:00
checkpoints.cpp
Introduce BlockMap type for mapBlockIndex
2014-09-04 02:04:51 +02:00
checkpoints.h
checkpoints.cpp depends on main, it can use mapBlockIndex directly
2014-09-04 02:01:10 +02:00
checkqueue.h
add missing header end comments
2014-08-28 22:25:21 +02:00
clientversion.h
add missing copyright headers
2014-08-28 22:26:56 +02:00
coincontrol.h
Coincontrol cleanup (e.g. add missing license)
2013-11-18 08:16:12 +01:00
coins.cpp
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
2014-09-03 14:24:52 +02:00
coins.h
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
2014-09-03 14:24:52 +02:00
compat.h
Move S_I* constants and MSG_NOSIGNAL to compat.h
2014-08-26 13:25:21 +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
Move CScript class and dependencies to script/script
2014-09-08 20:19:31 +02:00
core_write.cpp
Separate script/standard
2014-09-08 20:21:35 +02:00
core.cpp
Discover some missing includes
2014-09-02 02:27:03 +02:00
core.h
Separate CScriptCompressor
2014-09-08 20:21:35 +02:00
crypter.cpp
Move CScript class and dependencies to script/script
2014-09-08 20:19:31 +02:00
crypter.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
2014-09-02 09:58:09 +02:00
db.cpp
Fix a few "Uninitialized scalar field" warnings
2014-08-28 15:30:50 +02:00
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 missing header end comments
2014-08-28 22:25:21 +02:00
init.cpp
Introduce BlockMap type for mapBlockIndex
2014-09-04 02:04:51 +02:00
init.h
add missing header end comments
2014-08-28 22:25:21 +02:00
key.cpp
Fixing Compiler Error C2466
2014-09-01 19:51:25 -04:00
key.h
Merge pull request #4779
2014-09-01 15:35:09 +02:00
keystore.cpp
Move CScript class and dependencies to script/script
2014-09-08 20:19:31 +02:00
keystore.h
add missing header end comments
2014-08-28 22:25:21 +02:00
leveldbwrapper.cpp
Enable paranoid corruption checks in LevelDB >= 1.16
2014-05-12 12:52:39 +02:00
leveldbwrapper.h
Mark LevelDB "Read" and "Exists" functions as const.
2014-08-26 11:26:58 +02:00
limitedmap.h
add missing header end comments
2014-08-28 22:25:21 +02:00
main.cpp
Stricter handling of orphan transactions
2014-09-10 14:09:40 -04:00
main.h
Separate script/standard
2014-09-08 20:21:35 +02:00
Makefile.am
Rename scriptutils.o to wallet_ismine.o
2014-09-10 12:48:35 +02:00
Makefile.qt.include
Merge pull request #4673
2014-08-26 17:41:33 +02: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
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
2014-09-03 14:24:52 +02:00
miner.h
Switch miner.cpp to use sha2 instead of OpenSSL.
2014-06-21 19:47:39 +02:00
mruset.h
add missing header end comments
2014-08-28 22:25:21 +02:00
net.cpp
Merge pull request #4878
2014-09-10 16:52:57 +02:00
net.h
Limit CNode::mapAskFor
2014-09-09 09:19:15 +02:00
netbase.cpp
netbase: Use .data() instead of .c_str() on binary string
2014-09-08 12:20:50 +02:00
netbase.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
2014-09-02 09:58:09 +02:00
noui.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
noui.h
add missing header end comments
2014-08-28 22:25:21 +02:00
pow.cpp
Merge pull request #4377
2014-08-27 22:39:28 +02:00
pow.h
add missing header end comments
2014-08-28 22:25:21 +02:00
protocol.cpp
Remove all other print() methods
2014-08-20 20:54:27 +02:00
protocol.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
2014-09-02 09:58:09 +02:00
random.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
random.h
move rand functions from util to new random.h/.cpp
2014-07-09 09:42:19 +02:00
rpcblockchain.cpp
Introduce BlockMap type for mapBlockIndex
2014-09-04 02:04:51 +02: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
add missing header end comments
2014-08-28 22:25:21 +02:00
rpcdump.cpp
Replace weird characters by normal spaces
2014-08-30 02:35:05 +02:00
rpcmining.cpp
Merge pull request #4377
2014-08-27 22:39:28 +02:00
rpcmisc.cpp
remove unneeded cast in rpcmisc.cpp
2014-09-09 19:23:29 +02:00
rpcnet.cpp
Add detailed network info to getnetworkinfo RPC
2014-08-18 13:36:10 +02:00
rpcprotocol.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
rpcprotocol.h
add missing header end comments
2014-08-28 22:25:21 +02:00
rpcrawtransaction.cpp
Merge pull request #4822
2014-09-10 01:44:30 +02:00
rpcserver.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
rpcserver.h
add missing header end comments
2014-08-28 22:25:21 +02:00
rpcwallet.cpp
Introduce BlockMap type for mapBlockIndex
2014-09-04 02:04:51 +02:00
serialize.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
2014-09-02 09:58:09 +02:00
sync.cpp
Fix build with DEBUG_LOCKORDER
2014-08-28 01:52:22 +02:00
sync.h
add missing header end comments
2014-08-28 22:25:21 +02:00
threadsafety.h
add missing header end comments
2014-08-28 22:25:21 +02:00
timedata.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
timedata.h
add missing header end comments
2014-08-28 22:25:21 +02:00
tinyformat.h
Move *Version() functions to version.h/cpp
2014-08-26 13:25:21 +02:00
txdb.cpp
Merge pull request #4748
2014-08-26 16:57:05 +02:00
txdb.h
Make appropriate getter-routines "const" in CCoinsView.
2014-08-26 11:29:18 +02:00
txmempool.cpp
Merge pull request #4822
2014-09-10 01:44:30 +02:00
txmempool.h
add missing header end comments
2014-08-28 22:25:21 +02:00
ui_interface.h
Merge pull request #4779
2014-09-01 15:35:09 +02:00
uint256.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
uint256.h
Use memcmp for uint256 equality/inequality
2014-09-04 02:27:04 +02:00
util.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
util.h
add missing header end comments
2014-08-28 22:25:21 +02:00
utilmoneystr.cpp
add missing copyright headers
2014-08-28 22:26:56 +02:00
utilmoneystr.h
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
utilstrencodings.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
utilstrencodings.h
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
utiltime.cpp
Split up util.cpp/h
2014-08-26 13:25:22 +02:00
utiltime.h
add missing header end comments
2014-08-28 22:25:21 +02:00
version.cpp
Move *Version() functions to version.h/cpp
2014-08-26 13:25:21 +02:00
version.h
add missing header end comments
2014-08-28 22:25:21 +02:00
wallet_ismine.cpp
Rename scriptutils.o to wallet_ismine.o
2014-09-10 12:48:35 +02:00
wallet_ismine.h
Rename scriptutils.o to wallet_ismine.o
2014-09-10 12:48:35 +02:00
wallet.cpp
Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)
2014-09-10 12:44:43 +02:00
wallet.h
Rename scriptutils.o to wallet_ismine.o
2014-09-10 12:48:35 +02:00
walletdb.cpp
Merge pull request #4697
2014-09-08 11:07:00 +02:00
walletdb.h
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
2014-09-02 09:58:09 +02:00