..
compat
libc-compat: add new symbol that's now needed
2014-08-08 15:21:50 -04:00
config
crypto
json
leveldb
m4
build: Fix boost build on some platforms
2014-08-15 12:20:15 -04:00
obj
obj-test
qt
Merge pull request #4659
2014-08-14 15:52:01 +02:00
secp256k1
test
Declare SignatureHash() in script.h
2014-08-01 17:45:09 +02:00
univalue
univalue: remove unused methods getArray, getObject
2014-07-30 23:25:30 -04:00
.clang-format
Update coding style and add .clang-format
2014-07-28 22:08:13 +02:00
addrman.cpp
addrman.h
Break up CAddrMan's IMPLEMENT_SERIALIZE
2014-07-16 21:14:26 +02:00
alert.cpp
alert.h
allocators.cpp
allocators.h
Fix typos in comments (missing i's).
2014-07-24 16:08:59 +02:00
base58.cpp
base58.h
bitcoin-cli-res.rc
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: fix build warnings
2014-08-13 11:57:47 -04:00
bitcoind-res.rc
bitcoind.cpp
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
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
checkqueue.h
clientversion.h
coincontrol.h
coins.cpp
Merge pull request #4505
2014-07-15 09:14:33 +02:00
coins.h
CCoinsKeyHasher::operator() should return size_t
2014-08-07 09:28:37 +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
Revert "Relay double-spends, subject to anti-DOS"
2014-07-21 07:46:34 +02:00
core.h
Revert "Relay double-spends, subject to anti-DOS"
2014-07-21 07:46:34 +02:00
crypter.cpp
crypter.h
db.cpp
db.h
hash.cpp
hash.h
init.cpp
Merge pull request #4615
2014-08-06 16:00:39 +02:00
init.h
key.cpp
key.h
keystore.cpp
keystore.h
Remove unnecessary typedef and script.h include
2014-08-12 02:17:29 +02:00
leveldbwrapper.cpp
leveldbwrapper.h
limitedmap.h
main.cpp
Reapply: Reject transactions with excessive numbers of sigops
2014-08-13 14:37:56 +02:00
main.h
Reapply: Reject transactions with excessive numbers of sigops
2014-08-13 14:37:56 +02:00
Makefile.am
build: fix automake warnings about the use of INCLUDES
2014-08-15 10:42:10 +02:00
Makefile.qt.include
build: fix automake warnings about the use of INCLUDES
2014-08-15 10:42:10 +02:00
Makefile.qttest.include
build: fix automake warnings about the use of INCLUDES
2014-08-15 10:42:10 +02:00
Makefile.test.include
build: fix automake warnings about the use of INCLUDES
2014-08-15 10:42:10 +02:00
miner.cpp
Simplify and rename CheckWork to ProcessBlockFound
2014-07-30 02:26:21 +02:00
miner.h
mruset.h
net.cpp
Don't poll showmyip.com, it doesn't exist anymore
2014-08-13 12:00:30 +02:00
net.h
small net cleanup
2014-08-08 07:40:45 +02:00
netbase.cpp
small net cleanup
2014-08-08 07:40:45 +02:00
netbase.h
net: add SetSocketNonBlocking() as OS independent wrapper
2014-07-17 22:12:44 +02:00
noui.cpp
noui.h
pow.cpp
pow.h
protocol.cpp
protocol.h
random.cpp
random.h
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
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
fix help message for RPC getpeerinfo
2014-07-17 15:10:29 +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
bitcoin-cli, rpcrawtransaction: harmonize "{" styling
2014-07-29 11:13:27 -04:00
rpcserver.cpp
Closely track mempool byte total. Add "getmempoolinfo" RPC.
2014-08-14 12:34:38 -04: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
Merge pull request #4602
2014-08-03 17:09:23 +02:00
serialize.h
Break up CAddrMan's IMPLEMENT_SERIALIZE
2014-07-16 21:14:26 +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
tinyformat.h
txdb.cpp
txdb.h
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
version.cpp
version.h
Fix typos in comments (missing i's).
2014-07-24 16:08:59 +02:00
wallet.cpp
Revert "UI to alert of respend attempt affecting wallet."
2014-07-21 07:46:33 +02:00
wallet.h
Revert "UI to alert of respend attempt affecting wallet."
2014-07-21 07:46:33 +02:00
walletdb.cpp
walletdb.h