Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wladimir J. van der Laan b29b509612
Merge pull request #4325
11 years ago
..
compat build: fix build weirdness after 54372482. 11 years ago
config build: move bitcoin-config.h to its own directory 11 years ago
crypto Add <Hasher>::OUTPUT_SIZE 11 years ago
json json_spirit: #include <stdint.h> 11 years ago
leveldb Merge src/leveldb changes for LevelDB 1.17. 11 years ago
m4 build: avoid the use of top_ and abs_ dir paths 11 years ago
obj
obj-test
qt fix copyright string in two of our *.rc files 11 years ago
test test: Fix warning about integer signedness in P2SH tests 11 years ago
Makefile.am Move non-trivial uint256.h methods to uint256.cpp 11 years ago
Makefile.qt.include Remove unnecessary dependencies for bitcoin-cli 11 years ago
Makefile.qttest.include Remove unnecessary dependencies for bitcoin-cli 11 years ago
Makefile.test.include Add skiplist unit tests 11 years ago
addrman.cpp Remove redundant .c_str()s 11 years ago
addrman.h Move network-time related functions to timedata.cpp/h 11 years ago
alert.cpp Move network-time related functions to timedata.cpp/h 11 years ago
alert.h
allocators.cpp
allocators.h
base58.cpp ensure clean and consistent "namespace" usage 11 years ago
base58.h Move base58.h implementation code to base58.cpp 11 years ago
bitcoin-cli-res.rc fix copyright string in two of our *.rc files 11 years ago
bitcoin-cli.cpp Remove unnecessary dependencies for bitcoin-cli 11 years ago
bitcoind-res.rc fix copyright string in two of our *.rc files 11 years ago
bitcoind.cpp Remove cli functionality from bitcoind 11 years ago
bloom.cpp CBloomFilter::clear() method 11 years ago
bloom.h CBloomFilter::clear() method 11 years ago
chainparams.cpp Remove unnecessary dependencies for bitcoin-cli 11 years ago
chainparams.h Remove unnecessary dependencies for bitcoin-cli 11 years ago
chainparamsbase.cpp Remove unnecessary dependencies for bitcoin-cli 11 years ago
chainparamsbase.h Remove unnecessary dependencies for bitcoin-cli 11 years ago
checkpoints.cpp ensure clean and consistent "namespace" usage 11 years ago
checkpoints.h ensure clean and consistent "namespace" usage 11 years ago
checkqueue.h
clientversion.h fix copyright string in two of our *.rc files 11 years ago
coincontrol.h
coins.cpp typedef std::map<uint256, CCoins> to CCoinsMap 11 years ago
coins.h typedef std::map<uint256, CCoins> to CCoinsMap 11 years ago
compat.h reorder includes to compile on OpenBSD 11 years ago
core.cpp Relay double-spends, subject to anti-DOS 11 years ago
core.h Relay double-spends, subject to anti-DOS 11 years ago
crypter.cpp
crypter.h
db.cpp unified and better log/error messages for CDBEnv/CDB 11 years ago
db.h
hash.cpp Add a built-in SHA256/SHA512 implementation. 11 years ago
hash.h Add <Hasher>::OUTPUT_SIZE 11 years ago
init.cpp Merge pull request #4325 11 years ago
init.h ensure clean and consistent "namespace" usage 11 years ago
key.cpp ensure clean and consistent "namespace" usage 11 years ago
key.h key.cpp: fail with a friendlier message on missing ssl EC support 11 years ago
keystore.cpp Check redeemScript size does not exceed 520 byte limit 11 years ago
keystore.h Update moved and dead links 11 years ago
leveldbwrapper.cpp Wrap create_directory calls in try...catch blocks. 11 years ago
leveldbwrapper.h Remove redundant c_str 11 years ago
limitedmap.h
main.cpp Merge pull request #3883 from dgenr8/first_double_spend 11 years ago
main.h Merge pull request #3883 from dgenr8/first_double_spend 11 years ago
miner.cpp JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 11 years ago
miner.h Switch miner.cpp to use sha2 instead of OpenSSL. 11 years ago
mruset.h Limit number of known addresses per peer 11 years ago
net.cpp add missing BOOST_FOREACH indentation in ThreadSocketHandler() 11 years ago
net.h ensure clean and consistent "namespace" usage 11 years ago
netbase.cpp replace 3 separate calls to WSAGetLastError() with 1 11 years ago
netbase.h build: fix build weirdness after 54372482. 11 years ago
noui.cpp Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
noui.h
pow.cpp move pow constants to chainparams 11 years ago
pow.h Refactor proof of work related functions out of main 11 years ago
protocol.cpp Replace virtual methods with static attributes, chainparams.h depends on 11 years ago
protocol.h Add comment regarding experimental-use service bits 11 years ago
rpcblockchain.cpp Replace HexBits with strprintf 11 years ago
rpcclient.cpp RPC client: Simplify command line string-to-JSON-value conversion code 11 years ago
rpcclient.h Remove cli functionality from bitcoind 11 years ago
rpcdump.cpp [Qt] importwallet progress 11 years ago
rpcmining.cpp Replace HexBits with strprintf 11 years ago
rpcmisc.cpp minor code format fix in rpc-related files 11 years ago
rpcnet.cpp Track peers' available blocks 11 years ago
rpcprotocol.cpp fix RPC error replies 11 years ago
rpcprotocol.h fix RPC error replies 11 years ago
rpcrawtransaction.cpp Code simplifications after CTransaction::GetHash() caching 11 years ago
rpcserver.cpp fix RPC error replies 11 years ago
rpcserver.h Replace HexBits with strprintf 11 years ago
rpcwallet.cpp Add -respendnotify option and new RPC data 11 years ago
script.cpp Merge pull request #4398 11 years ago
script.h Remove timing-based signature cache unit test 11 years ago
serialize.h Avoid undefined behavior using CFlatData in CScript serialization 11 years ago
sync.cpp Wallet locking fixes for -DDEBUG_LOCKORDER 11 years ago
sync.h
threadsafety.h
timedata.cpp Move network-time related functions to timedata.cpp/h 11 years ago
timedata.h Move network-time related functions to timedata.cpp/h 11 years ago
tinyformat.h Make tinyformat errors raise an exception instead of assert()ing 11 years ago
txdb.cpp typedef std::map<uint256, CCoins> to CCoinsMap 11 years ago
txdb.h typedef std::map<uint256, CCoins> to CCoinsMap 11 years ago
txmempool.cpp Relay double-spends, subject to anti-DOS 11 years ago
txmempool.h JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 11 years ago
ui_interface.h UI to alert of respend attempt affecting wallet. 11 years ago
uint256.cpp Move non-trivial uint256.h methods to uint256.cpp 11 years ago
uint256.h Move non-trivial uint256.h methods to uint256.cpp 11 years ago
util.cpp Merge pull request #4437 11 years ago
util.h Move non-trivial uint256.h methods to uint256.cpp 11 years ago
version.cpp Remove -beta suffix 11 years ago
version.h
wallet.cpp Formatting, spelling, comment fixes. 11 years ago
wallet.h UI to alert of respend attempt affecting wallet. 11 years ago
walletdb.cpp Let -zapwallettxes recover transaction meta data 11 years ago
walletdb.h Let -zapwallettxes recover transaction meta data 11 years ago