FLO-wallet-core/src
Philip Kaufmann 001a53d742 add GetRandBytes() as wrapper for RAND_bytes()
- add a small wrapper in util around RAND_bytes() and replace with
  GetRandBytes() in the code to log errors from calling RAND_bytes()
- remove OpenSSL header rand.h where no longer needed
2014-07-09 09:42:18 +02:00
..
compat build: fix build weirdness after 54372482. 2014-06-23 14:04:38 -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
leveldb
m4
obj
obj-test
qt Payment request parsing on startup now only changes network if a valid network name is specified. 2014-07-08 22:10:46 +01:00
secp256k1 secp256k1: Add build-side changes for libsecp256k1 2014-07-01 12:27:19 -04:00
test test/bloom_tests: Use UL suffix for unsigned long number to ensure compatibility 2014-07-07 15:42:59 +00:00
addrman.cpp
addrman.h add GetRandBytes() as wrapper for RAND_bytes() 2014-07-09 09:42:18 +02:00
alert.cpp Move network-time related functions to timedata.cpp/h 2014-06-25 09:24:50 +02:00
alert.h
allocators.cpp
allocators.h
base58.cpp ensure clean and consistent "namespace" usage 2014-06-26 10:36:57 +02:00
base58.h
bitcoin-cli-res.rc fix copyright string in two of our *.rc files 2014-07-01 12:13:37 +02:00
bitcoin-cli.cpp Move ui_interface to bitcoin_server.a 2014-07-07 09:58:56 +02: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-06-27 07:54:21 -07:00
bloom.h CBloomFilter::clear() method 2014-06-27 07:54:21 -07:00
chainparams.cpp Remove unnecessary dependencies for bitcoin-cli 2014-06-25 10:31:35 +02:00
chainparams.h Remove unnecessary dependencies for bitcoin-cli 2014-06-25 10:31:35 +02:00
chainparamsbase.cpp Remove unnecessary dependencies for bitcoin-cli 2014-06-25 10:31:35 +02:00
chainparamsbase.h Remove unnecessary dependencies for bitcoin-cli 2014-06-25 10:31:35 +02:00
checkpoints.cpp Use GetBlockTime() more 2014-07-07 10:20:28 +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 typedef std::map<uint256, CCoins> to CCoinsMap 2014-07-01 12:48:16 +02:00
coins.h typedef std::map<uint256, CCoins> to CCoinsMap 2014-07-01 12:48:16 +02:00
compat.h
core.cpp Fee fixes 2014-07-08 05:09:19 +02:00
core.h Move fee policy out of core 2014-07-03 14:42:16 -04:00
crypter.cpp
crypter.h
db.cpp
db.h
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 Fee fixes 2014-07-08 05:09:19 +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
keystore.cpp Use script matching rather than destination matching for watch-only. 2014-07-02 15:48:39 +02:00
keystore.h Use script matching rather than destination matching for watch-only. 2014-07-02 15:48:39 +02:00
leveldbwrapper.cpp
leveldbwrapper.h
limitedmap.h
main.cpp add GetRandBytes() as wrapper for RAND_bytes() 2014-07-09 09:42:18 +02:00
main.h Merge pull request #4457 2014-07-07 07:44:48 +02:00
Makefile.am build: fix win32 static linking after libtool merge 2014-07-08 15:53:53 -04:00
Makefile.qt.include build: re-add AM_LDFLAGS where it's overridden 2014-07-08 15:52:29 -04:00
Makefile.qttest.include build: re-add AM_LDFLAGS where it's overridden 2014-07-08 15:52:29 -04:00
Makefile.test.include secp256k1: Add build-side changes for libsecp256k1 2014-07-01 12:27:19 -04:00
miner.cpp Move fee policy out of core 2014-07-03 14:42:16 -04:00
miner.h Switch miner.cpp to use sha2 instead of OpenSSL. 2014-06-21 19:47:39 +02:00
mruset.h
net.cpp add GetRandBytes() as wrapper for RAND_bytes() 2014-07-09 09:42:18 +02:00
net.h Merge pull request #4472 2014-07-07 06:28:43 +02:00
netbase.cpp Merge pull request #4479 2014-07-08 13:35:56 +02:00
netbase.h remove SOCKS4 support from core and GUI 2014-07-07 08:15:14 +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
protocol.h Add comment regarding experimental-use service bits 2014-06-21 11:43:23 -04:00
rpcblockchain.cpp Replace HexBits with strprintf 2014-06-28 13:19:14 +02:00
rpcclient.cpp added includedWatchonly argument to listreceivedbyaddress/...account 2014-07-02 15:48:39 +02:00
rpcclient.h Remove cli functionality from bitcoind 2014-06-15 15:38:22 +02:00
rpcdump.cpp Merge pull request #4045 2014-07-07 16:06:28 +02:00
rpcmining.cpp Use GetBlockTime() more 2014-07-07 10:20:28 +02:00
rpcmisc.cpp Merge pull request #4045 2014-07-07 16:06:28 +02:00
rpcnet.cpp remove SOCKS4 support from core and GUI 2014-07-07 08:15:14 +02:00
rpcprotocol.cpp rpc: Prevent easy memory exhaustion attack 2014-07-04 09:20:39 +02:00
rpcprotocol.h fix RPC error replies 2014-06-28 19:16:15 -07:00
rpcrawtransaction.cpp Merge pull request #4045 2014-07-07 16:06:28 +02:00
rpcserver.cpp add GetRandBytes() as wrapper for RAND_bytes() 2014-07-09 09:42:18 +02:00
rpcserver.h Add support for watch-only addresses 2014-07-02 15:48:37 +02:00
rpcwallet.cpp Merge pull request #4045 2014-07-07 16:06:28 +02:00
script.cpp replaced MINE_ with ISMINE_ 2014-07-02 15:48:40 +02:00
script.h replaced MINE_ with ISMINE_ 2014-07-02 15:48:40 +02:00
serialize.h Avoid undefined behavior using CFlatData in CScript serialization 2014-06-23 10:38:15 +02:00
sync.cpp
sync.h
threadsafety.h
timedata.cpp Move network-time related functions to timedata.cpp/h 2014-06-25 09:24:50 +02:00
timedata.h Move network-time related functions to timedata.cpp/h 2014-06-25 09:24:50 +02:00
tinyformat.h
txdb.cpp typedef std::map<uint256, CCoins> to CCoinsMap 2014-07-01 12:48:16 +02:00
txdb.h typedef std::map<uint256, CCoins> to CCoinsMap 2014-07-01 12:48:16 +02:00
txmempool.cpp Move fee policy out of core 2014-07-03 14:42:16 -04:00
txmempool.h Move fee policy out of core 2014-07-03 14:42:16 -04:00
ui_interface.h UI to alert of respend attempt affecting wallet. 2014-06-27 07:54:21 -07:00
uint256.cpp Move non-trivial uint256.h methods to uint256.cpp 2014-06-28 18:02:42 +02:00
uint256.h Move non-trivial uint256.h methods to uint256.cpp 2014-06-28 18:02:42 +02:00
util.cpp add GetRandBytes() as wrapper for RAND_bytes() 2014-07-09 09:42:18 +02:00
util.h add GetRandBytes() as wrapper for RAND_bytes() 2014-07-09 09:42:18 +02:00
version.cpp Remove -beta suffix 2014-06-12 13:52:15 +02:00
version.h
wallet.cpp add GetRandBytes() as wrapper for RAND_bytes() 2014-07-09 09:42:18 +02:00
wallet.h Merge pull request #4045 2014-07-07 16:06:28 +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