elements/src
2015-06-08 17:57:20 -07:00
..
compat 0.10 fix for crashes on OSX 10.6 2015-03-19 00:14:28 -04:00
config build: move bitcoin-config.h to its own directory 2014-06-21 19:47:43 +02:00
crypto Header define style cleanups 2014-11-20 17:22:06 +01:00
json json: fail read_string if string contains trailing garbage 2015-06-03 15:16:18 +02:00
leveldb Merge src/leveldb changes for LevelDB 1.18. 2014-10-16 12:23:50 -07: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
primitives Get rid of CTxOut::GetHash 2015-06-08 17:57:18 -07:00
qt fundrawtransaction basics 2015-06-04 22:08:23 -07:00
script Enable withdraw proof verification+CLTV+CSV 2015-06-08 17:57:20 -07:00
secp256k1 Do not use libgmp automatically in libsecp256k1 2014-12-23 14:20:28 +01:00
test No subsidy, 21 million genesis block 2015-06-08 17:57:20 -07:00
univalue Fix all header defines 2014-11-03 16:16:40 +01:00
.clang-format Update coding style and add .clang-format 2014-07-28 22:08:13 +02:00
addrman.cpp Cap nAttempts penalty at 8 and switch to pow instead of a division loop. 2015-04-20 13:59:19 +02:00
addrman.h Scale up addrman 2015-04-01 16:39:55 +02:00
alert.cpp minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
alert.h Fix all header defines 2014-11-03 16:16:40 +01: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 Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
base58.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01: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 MOVEONLY: Move CallRPC into its own file 2015-06-08 17:57:19 -07:00
bitcoin-tx.cpp Add withdrawsign command to bitcoin-tx (sidechain-only for now) 2015-06-08 17:57:20 -07:00
bitcoind-res.rc fix copyright string in two of our *.rc files 2014-07-01 12:13:37 +02:00
bitcoind.cpp Process help and version arguments before datadir. 2014-11-22 20:46:11 +01:00
bloom.cpp MOVEONLY: core/ -> primitives/ 2014-12-03 10:52:58 +00:00
bloom.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
callrpc.cpp Use RPC calls to check bitcoin blocks are valid and confirmed 2015-06-08 17:57:19 -07:00
callrpc.h Use RPC calls to check bitcoin blocks are valid and confirmed 2015-06-08 17:57:19 -07:00
chain.cpp Update comments in chain to be doxygen compatible 2014-10-25 16:46:54 +08:00
chain.h MOVEONLY: core/ -> primitives/ 2014-12-03 10:52:58 +00:00
chainparams.cpp No subsidy, 21 million genesis block 2015-06-08 17:57:20 -07:00
chainparams.h Add a consistency check for the block chain data structures 2015-03-27 17:24:07 -07:00
chainparamsbase.cpp Update comments in chainparams to be doxygen compatible 2014-10-25 17:24:16 +08:00
chainparamsbase.h Fix all header defines 2014-11-03 16:16:40 +01:00
chainparamsseeds.h Update seed IPs, based on bitcoin.sipa.be crawler data 2015-01-06 11:02:50 +01:00
checkpoints.cpp Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
checkpoints.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
checkqueue.h Acquire CCheckQueue's lock to avoid race condition 2015-02-23 19:34:24 +01:00
clientversion.cpp Update comments in version to be doxygen compatible 2014-10-31 08:20:17 +08:00
clientversion.h Preparations for 0.10.2 release 2015-05-12 16:23:53 +02:00
coincontrol.h MOVEONLY: core/ -> primitives/ 2014-12-03 10:52:58 +00:00
coins.cpp Make genesis coinbase spendable 2015-06-08 17:57:20 -07:00
coins.h Add withdraw-spent to CCoinsView/utxodb 2015-06-08 17:57:19 -07:00
compat.h 0.10 fix for crashes on OSX 10.6 2015-03-19 00:14:28 -04:00
compressor.cpp boost: moveonly: split CPubKey and friends to new files 2014-10-31 01:19:37 -04:00
compressor.h MOVEONLY: core/ -> primitives/ 2014-12-03 10:52:58 +00:00
core_io.h Bugfix: prioritisetransaction: Do some basic sanity checking on txid 2014-12-31 10:53:26 +01:00
core_read.cpp Fail in DecodeHexTx if there is extra data at the end 2015-06-08 16:52:16 -07:00
core_write.cpp Merge pull request #5207 2014-12-05 11:24:39 +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 Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
db.cpp Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
db.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
eccryptoverify.cpp minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
eccryptoverify.h minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
ecwrapper.cpp Improve robustness of DER recoding code 2015-01-12 09:12:12 +01:00
ecwrapper.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
hash.cpp Split up crypto/sha2 2014-11-20 17:22:02 +01:00
hash.h Split up crypto/sha2 2014-11-20 17:22:02 +01:00
init.cpp Add sidechain tracking and double-spend proof generation 2015-06-08 17:57:19 -07:00
init.h Make comments in main an init doxygen compatible 2014-12-02 15:50:58 +08:00
key.cpp Merge pull request #5227 2014-12-01 14:57:58 +01:00
key.h Merge pull request #5227 2014-12-01 14:57:58 +01:00
keystore.cpp Update comments in keystore to be doxygen compatible 2014-10-28 12:06:59 +08:00
keystore.h boost: moveonly: split CPubKey and friends to new files 2014-10-31 01:19:37 -04:00
leveldbwrapper.cpp minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
leveldbwrapper.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
limitedmap.h remove code below asserts in limitedmap.h (fixes a ToDo) 2014-09-22 09:35:40 +02:00
main.cpp No subsidy, 21 million genesis block 2015-06-08 17:57:20 -07:00
main.h Change coinbase maturity to 1 to make spending genesis easy. 2015-06-08 17:57:20 -07:00
Makefile.am MOVEONLY: Move CallRPC into its own file 2015-06-08 17:57:19 -07:00
Makefile.qt.include Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid building unused code 2015-01-06 20:00:25 +00:00
Makefile.qttest.include build: make a distinction between static app ldflags and static lib ldflags 2014-11-19 22:08:27 -05:00
Makefile.test.include Keep mempool consistent during block-reorgs 2015-04-06 11:38:43 +02:00
merkleblock.cpp Add CMerkleBlock constructor for tx set + block and an empty one 2015-06-04 22:08:23 -07:00
merkleblock.h Add CMerkleBlock constructor for tx set + block and an empty one 2015-06-04 22:08:23 -07:00
miner.cpp Enable sequence numbers as a relative lock-time, and the new opcodes CHECKLOCKTIMEVERIFY and CHECKSEQUENCEVERIFY as enforced consensus rules. 2015-06-04 22:08:23 -07:00
miner.h Prevent block.nTime from decreasing 2015-06-04 22:08:22 -07:00
mruset.h Apply clang-format on some infrequently-updated files 2014-09-19 19:21:46 +02:00
net.cpp Always use a 50% chance to choose between tried and new entries 2015-04-01 16:39:36 +02:00
net.h Limit message sizes before transfer 2015-03-09 11:13:35 +01:00
netbase.cpp Fix two problems in CSubNet parsing 2015-05-27 09:11:27 +02:00
netbase.h Simplify code for CSubnet 2015-05-27 09:10:56 +02: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 Dynamically calculate the genesis/checkpoints 2015-06-08 17:57:20 -07:00
pow.h CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBlockIndex) 2014-10-29 21:01:07 +01:00
protocol.cpp 0.10 fix for crashes on OSX 10.6 2015-03-19 00:14:28 -04:00
protocol.h Fix all header defines 2014-11-03 16:16:40 +01:00
pubkey.cpp Split up crypto/sha2 2014-11-20 17:22:02 +01:00
pubkey.h minor code style cleanup after recent merges 2014-11-04 14:36:46 +01:00
random.cpp Make sure that GetRandomBytes never fails 2014-11-07 13:49:25 +01:00
random.h Fix typo in doxygen comment. 2014-11-25 08:18:33 +01:00
rest.cpp [REST] /rest/block response with full tx details 2014-12-09 16:05:50 +01:00
rpcblockchain.cpp [REST] JSON output: remove block infos from tx details if it is nested in block 2014-12-09 16:05:51 +01:00
rpcclient.cpp Add RPC call to generate and verify merkle blocks 2015-06-04 22:08:23 -07:00
rpcclient.h Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcdump.cpp Add sanity check after key generation 2014-11-23 10:47:39 +01:00
rpcmining.cpp Fix missing lock in submitblock 2015-04-14 10:52:03 +02:00
rpcmisc.cpp fix crash: createmultisig and addmultisigaddress 2015-02-20 09:53:44 +01:00
rpcnet.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcprotocol.cpp Update comments in src/rpc* to be doxygen compatible 2014-11-20 10:19:39 +08:00
rpcprotocol.h [REST] give an appropriate response in warmup phase 2014-11-26 13:51:02 +01:00
rpcrawtransaction.cpp Enable signing withdraw outputs 2015-06-08 17:57:19 -07:00
rpcserver.cpp Add RPC call to generate and verify merkle blocks 2015-06-04 22:08:23 -07:00
rpcserver.h Add RPC call to generate and verify merkle blocks 2015-06-04 22:08:23 -07:00
rpcwallet.cpp fundrawtransaction basics 2015-06-04 22:08:23 -07:00
serialize.h Update serialize comments to be doxygen compatible 2014-10-31 13:07:05 +08: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 Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
timedata.h Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
tinyformat.h Move *Version() functions to version.h/cpp 2014-08-26 13:25:21 +02:00
txdb.cpp Add withdraw-spent to CCoinsView/utxodb 2015-06-08 17:57:19 -07:00
txdb.h Add withdraw-spent to CCoinsView/utxodb 2015-06-08 17:57:19 -07:00
txmempool.cpp Keep mempool consistent during block-reorgs 2015-04-06 11:38:43 +02:00
txmempool.h Loosen the AllowFree threshold significantly 2015-06-08 17:57:20 -07: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 Convert remaining comments in /src to doxygen format 2014-11-21 14:44:21 +01:00
undo.h MOVEONLY: core/ -> primitives/ 2014-12-03 10:52:58 +00:00
util.cpp don't imbue boost::filesystem::path with locale "C" on windows 2015-05-10 14:26:22 +02:00
util.h Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 2014-12-04 19:17:07 +01:00
utilmoneystr.cpp MOVEONLY: core/ -> primitives/ 2014-12-03 10:52:58 +00:00
utilmoneystr.h Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
utilstrencodings.cpp Format paragraphs properly - count the space between words. 2014-12-06 21:26:52 +01:00
utilstrencodings.h Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
utiltime.cpp Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
utiltime.h Update comments in util to be doxygen compatible 2014-11-17 11:04:01 +08:00
version.h Update comments in version to be doxygen compatible 2014-10-31 08:20:17 +08:00
wallet.cpp Implement watchonly support in fundrawtransaction 2015-06-04 22:08:23 -07:00
wallet.h Implement watchonly support in fundrawtransaction 2015-06-04 22:08:23 -07:00
wallet_ismine.cpp Add withdraw lock/out to script/standard.h (and, thus, RPC raw txn) 2015-06-08 17:57:18 -07:00
wallet_ismine.h Fix all header defines 2014-11-03 16:16:40 +01: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