BTCP-Rebase/src
Wladimir J. van der Laan 4e852e57b1
Merge pull request #5186
771d500 minor cleanup: include orders, end comments etc. (Philip Kaufmann)
2014-11-03 15:03:28 +01:00
..
compat update license of compat and crypto 2014-09-29 08:21:11 +02:00
config build: move bitcoin-config.h to its own directory 2014-06-21 19:47:43 +02:00
core MOVEONLY: core.o -> core/block.o 2014-10-27 13:54:37 +01:00
crypto update license of compat and crypto 2014-09-29 08:21:11 +02:00
json json_spirit: #include <stdint.h> 2014-05-13 11:41:59 +02:00
leveldb Merge src/leveldb changes for LevelDB 1.18. 2014-10-16 12:23:50 -07:00
obj
obj-test
qt Merge pull request #5186 2014-11-03 15:03:28 +01:00
script Merge pull request #5077 2014-10-31 11:16:09 +01:00
secp256k1 secp256k1: Add build-side changes for libsecp256k1 2014-07-01 12:27:19 -04:00
test Merge pull request #5106 2014-11-03 12:22:45 +01: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
Makefile.am Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
Makefile.qt.include Merge pull request #5086 2014-10-27 12:28:02 +01:00
Makefile.qttest.include build: quit abusing LIBS for Windows builds. 2014-10-13 21:21:27 -04:00
Makefile.test.include minor cleanup: include orders, end comments etc. 2014-10-31 09:41:15 +01:00
addrman.cpp Merge pull request #5119 2014-10-27 04:16:48 -07:00
addrman.h Update comments in addrman to be doxygen compatible 2014-10-24 15:45:27 +08:00
alert.cpp Merge pull request #5169 2014-11-03 08:49:31 +01:00
alert.h Refactor -alertnotify code 2014-10-09 10:25:30 -04:00
allocators.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
allocators.h boost: split stream classes out of serialize.h 2014-10-22 15:21:06 -04:00
amount.cpp MOVEONLY: Move CFeeRate and Amount constants to amount.o 2014-10-27 13:54:37 +01:00
amount.h MOVEONLY: Move CFeeRate and Amount constants to amount.o 2014-10-27 13:54:37 +01:00
base58.cpp Fixing out of bounds error in GetKey() 2014-09-23 10:45:04 +02:00
base58.h Move CTxDestination from script/script to script/standard 2014-09-16 19:14:32 +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 Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
bitcoin-tx.cpp Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
bitcoind-res.rc fix copyright string in two of our *.rc files 2014-07-01 12:13:37 +02:00
bitcoind.cpp Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
bloom.cpp MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
bloom.h Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 2014-09-02 09:58:09 +02:00
chain.cpp Update comments in chain to be doxygen compatible 2014-10-25 16:46:54 +08:00
chain.h Merge pull request #5142 2014-10-30 10:28:42 +01:00
chainparams.cpp Update comments in chainparams to be doxygen compatible 2014-10-25 17:24:16 +08:00
chainparams.h Merge pull request #5142 2014-10-30 10:28:42 +01:00
chainparamsbase.cpp Update comments in chainparams to be doxygen compatible 2014-10-25 17:24:16 +08:00
chainparamsbase.h Update comments in chainparams to be doxygen compatible 2014-10-25 17:24:16 +08:00
chainparamsseeds.h Update comments in chainparams to be doxygen compatible 2014-10-25 17:24:16 +08:00
checkpoints.cpp Move checkpoint data selection to chainparams 2014-10-10 11:00:59 +02:00
checkpoints.h Move checkpoint data selection to chainparams 2014-10-10 11:00:59 +02:00
checkqueue.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
clientversion.cpp Update comments in version to be doxygen compatible 2014-10-31 08:20:17 +08:00
clientversion.h Update comments in client version to be doxygen compatible 2014-10-31 08:27:27 +08:00
coincontrol.h MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
coins.cpp Merge pull request #4834 2014-10-08 14:58:16 -07:00
coins.h MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 2014-10-27 13:54:37 +01:00
compat.h Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h 2014-08-26 13:25:21 +02:00
compressor.cpp MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 2014-10-27 13:54:37 +01:00
compressor.h MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 2014-10-27 13:54:37 +01:00
core_io.h Add automatic script test generation, and actual checksig tests 2014-09-26 21:58:48 +02:00
core_read.cpp MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
core_write.cpp MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
crypter.cpp script: move CScriptID to standard.h and add a ctor for creating them from CScripts 2014-10-17 13:44:14 -04:00
crypter.h Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 2014-09-02 09:58:09 +02:00
db.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
db.h Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
ecwrapper.cpp minor cleanup: include orders, end comments etc. 2014-10-31 09:41:15 +01:00
ecwrapper.h minor cleanup: include orders, end comments etc. 2014-10-31 09:41:15 +01:00
hash.cpp Avoiding referencing elements of an empty vector 2014-09-23 11:54:12 -04:00
hash.h header include cleanup 2014-09-14 12:43:56 +02:00
init.cpp Merge pull request #5077 2014-10-31 11:16:09 +01:00
init.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
key.cpp Update comments in keystore to be doxygen compatible 2014-10-28 12:06:59 +08:00
key.h Update comments in key to be doxygen compatible 2014-10-28 12:02:25 +08:00
keystore.cpp Update comments in keystore to be doxygen compatible 2014-10-28 12:06:59 +08:00
keystore.h Update comments in keystore to be doxygen compatible 2014-10-28 12:06:59 +08:00
leveldbwrapper.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
leveldbwrapper.h Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
limitedmap.h remove code below asserts in limitedmap.h (fixes a ToDo) 2014-09-22 09:35:40 +02:00
main.cpp Merge pull request #5106 2014-11-03 12:22:45 +01:00
main.h Merge pull request #5186 2014-11-03 15:03:28 +01:00
miner.cpp Merge pull request #5106 2014-11-03 12:22:45 +01:00
miner.h Switch miner.cpp to use sha2 instead of OpenSSL. 2014-06-21 19:47:39 +02:00
mruset.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
net.cpp Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
net.h boost: split stream classes out of serialize.h 2014-10-22 15:21:06 -04:00
netbase.cpp Add missing reserved address spaces. 2014-10-28 23:54:39 -07:00
netbase.h Add missing reserved address spaces. 2014-10-28 23:54:39 -07:00
noui.cpp Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 2014-10-17 00:33:31 -07:00
noui.h add missing header end comments 2014-08-28 22:25:21 +02:00
pow.cpp MOVEONLY: core.o -> core/block.o 2014-10-27 13:54:37 +01:00
pow.h Remove CheckMinWork, as we always know all parent headers 2014-10-14 15:42:01 -07:00
protocol.cpp script: add a slew of includes all around and drop includes from script.h 2014-10-17 13:44:57 -04:00
protocol.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
random.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
random.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
rpcblockchain.cpp minor cleanup: include orders, end comments etc. 2014-10-31 09:41:15 +01:00
rpcclient.cpp Merge pull request #4863 2014-09-17 13:05:41 +02:00
rpcclient.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
rpcdump.cpp [Wallet] Watch-only fixes 2014-10-03 04:29:51 +02:00
rpcmining.cpp Merge pull request #5106 2014-11-03 12:22:45 +01:00
rpcmisc.cpp Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
rpcnet.cpp Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
rpcprotocol.cpp Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
rpcprotocol.h Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for submitblock 2014-10-21 04:48:31 +00:00
rpcrawtransaction.cpp MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
rpcserver.cpp Update comments in rpcserver to be doxygen compatible 2014-10-30 10:14:08 +08:00
rpcserver.h minor cleanup: include orders, end comments etc. 2014-10-31 09:41:15 +01:00
rpcwallet.cpp fix a typo 2014-10-31 20:51:05 +09:00
serialize.h boost: split stream classes out of serialize.h 2014-10-22 15:21:06 -04:00
streams.h boost: split stream classes out of serialize.h 2014-10-22 15:21:06 -04:00
sync.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
sync.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
threadsafety.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
timedata.cpp Split up util.cpp/h 2014-08-26 13:25:22 +02:00
timedata.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
tinyformat.h Move `*Version()` functions to version.h/cpp 2014-08-26 13:25:21 +02:00
txdb.cpp MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
txdb.h Get rid of CCoinsView's SetCoins and SetBestBlock. 2014-09-23 22:29:21 +02:00
txmempool.cpp minor cleanup: include orders, end comments etc. 2014-10-31 09:41:15 +01:00
txmempool.h MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
ui_interface.h Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 2014-10-17 00:33:31 -07:00
uint256.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
uint256.h header include cleanup 2014-09-14 12:43:56 +02:00
undo.h MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 2014-10-27 13:54:37 +01:00
util.cpp Merge pull request #4804 from jtimon/chainparams3 2014-10-17 08:47:11 +02:00
util.h amount.h: update license, add header end comment + rem from util.h 2014-10-02 11:25:21 +02:00
utilmoneystr.cpp MOVEONLY: Separate CTransaction and dependencies from core 2014-10-27 13:54:37 +01:00
utilmoneystr.h Use a typedef for monetary values 2014-09-26 15:42:04 -07:00
utilstrencodings.cpp minor cleanup: include orders, end comments etc. 2014-10-31 09:41:15 +01: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.h Update comments in version to be doxygen compatible 2014-10-31 08:20:17 +08:00
wallet.cpp Update comments in wallet to be doxygen compatible 2014-10-28 11:47:49 +08:00
wallet.h Merge pull request #5146 2014-10-30 17:15:09 +01:00
wallet_ismine.cpp Move CTxDestination from script/script to script/standard 2014-09-16 19:14:32 +02:00
wallet_ismine.h Move CTxDestination from script/script to script/standard 2014-09-16 19:14:32 +02:00
walletdb.cpp boost: drop dependency on tuple in serialization 2014-10-15 15:13:19 -04:00
walletdb.h [Wallet] Watch-only fixes 2014-10-03 04:29:51 +02:00