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 4278b1df45
Clarify error message when invalid -rpcallowip
10 years ago
..
compat build: fix build weirdness after 54372482. 10 years ago
config build: move bitcoin-config.h to its own directory 10 years ago
crypto Add <Hasher>::OUTPUT_SIZE 10 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 10 years ago
obj
obj-test
qt qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fallback' 10 years ago
secp256k1 secp256k1: Add build-side changes for libsecp256k1 10 years ago
test test: Fix warning about integer signedness in P2SH tests 10 years ago
Makefile.am secp256k1: Add build-side changes for libsecp256k1 10 years ago
Makefile.qt.include secp256k1: Add build-side changes for libsecp256k1 10 years ago
Makefile.qttest.include secp256k1: Add build-side changes for libsecp256k1 10 years ago
Makefile.test.include secp256k1: Add build-side changes for libsecp256k1 10 years ago
addrman.cpp
addrman.h Move network-time related functions to timedata.cpp/h 10 years ago
alert.cpp Move network-time related functions to timedata.cpp/h 10 years ago
alert.h
allocators.cpp
allocators.h
base58.cpp ensure clean and consistent "namespace" usage 10 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 10 years ago
bitcoin-cli.cpp Remove unnecessary dependencies for bitcoin-cli 10 years ago
bitcoind-res.rc fix copyright string in two of our *.rc files 10 years ago
bitcoind.cpp Remove cli functionality from bitcoind 10 years ago
bloom.cpp CBloomFilter::clear() method 10 years ago
bloom.h CBloomFilter::clear() method 10 years ago
chainparams.cpp Remove unnecessary dependencies for bitcoin-cli 10 years ago
chainparams.h Remove unnecessary dependencies for bitcoin-cli 10 years ago
chainparamsbase.cpp Remove unnecessary dependencies for bitcoin-cli 10 years ago
chainparamsbase.h Remove unnecessary dependencies for bitcoin-cli 10 years ago
checkpoints.cpp ensure clean and consistent "namespace" usage 10 years ago
checkpoints.h ensure clean and consistent "namespace" usage 10 years ago
checkqueue.h
clientversion.h fix copyright string in two of our *.rc files 10 years ago
coincontrol.h
coins.cpp typedef std::map<uint256, CCoins> to CCoinsMap 10 years ago
coins.h typedef std::map<uint256, CCoins> to CCoinsMap 10 years ago
compat.h reorder includes to compile on OpenBSD 11 years ago
core.cpp Relay double-spends, subject to anti-DOS 10 years ago
core.h Relay double-spends, subject to anti-DOS 10 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. 10 years ago
hash.h Add <Hasher>::OUTPUT_SIZE 10 years ago
init.cpp Clarify error message when invalid -rpcallowip 10 years ago
init.h ensure clean and consistent "namespace" usage 10 years ago
key.cpp libsecp256k1 integration 10 years ago
key.h key.cpp: fail with a friendlier message on missing ssl EC support 10 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 10 years ago
main.h Merge pull request #3883 from dgenr8/first_double_spend 10 years ago
miner.cpp JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 10 years ago
miner.h Switch miner.cpp to use sha2 instead of OpenSSL. 10 years ago
mruset.h Limit number of known addresses per peer 11 years ago
net.cpp add missing BOOST_FOREACH indentation in ThreadSocketHandler() 10 years ago
net.h ensure clean and consistent "namespace" usage 10 years ago
netbase.cpp replace 3 separate calls to WSAGetLastError() with 1 10 years ago
netbase.h build: fix build weirdness after 54372482. 10 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 10 years ago
pow.h Refactor proof of work related functions out of main 10 years ago
protocol.cpp Replace virtual methods with static attributes, chainparams.h depends on 10 years ago
protocol.h Add comment regarding experimental-use service bits 10 years ago
rpcblockchain.cpp Replace HexBits with strprintf 10 years ago
rpcclient.cpp RPC client: Simplify command line string-to-JSON-value conversion code 10 years ago
rpcclient.h Remove cli functionality from bitcoind 10 years ago
rpcdump.cpp [Qt] importwallet progress 11 years ago
rpcmining.cpp Replace HexBits with strprintf 10 years ago
rpcmisc.cpp minor code format fix in rpc-related files 10 years ago
rpcnet.cpp Track peers' available blocks 10 years ago
rpcprotocol.cpp fix RPC error replies 10 years ago
rpcprotocol.h fix RPC error replies 10 years ago
rpcrawtransaction.cpp Code simplifications after CTransaction::GetHash() caching 10 years ago
rpcserver.cpp Clarify error message when invalid -rpcallowip 10 years ago
rpcserver.h Replace HexBits with strprintf 10 years ago
rpcwallet.cpp Add -respendnotify option and new RPC data 10 years ago
script.cpp Merge pull request #4398 10 years ago
script.h Remove timing-based signature cache unit test 10 years ago
serialize.h Avoid undefined behavior using CFlatData in CScript serialization 10 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 10 years ago
timedata.h Move network-time related functions to timedata.cpp/h 10 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 10 years ago
txdb.h typedef std::map<uint256, CCoins> to CCoinsMap 10 years ago
txmempool.cpp Relay double-spends, subject to anti-DOS 10 years ago
txmempool.h JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 10 years ago
ui_interface.h UI to alert of respend attempt affecting wallet. 10 years ago
uint256.cpp Move non-trivial uint256.h methods to uint256.cpp 10 years ago
uint256.h Move non-trivial uint256.h methods to uint256.cpp 10 years ago
util.cpp Merge pull request #4437 10 years ago
util.h Move non-trivial uint256.h methods to uint256.cpp 10 years ago
version.cpp Remove -beta suffix 10 years ago
version.h
wallet.cpp Formatting, spelling, comment fixes. 10 years ago
wallet.h UI to alert of respend attempt affecting wallet. 10 years ago
walletdb.cpp Let -zapwallettxes recover transaction meta data 10 years ago
walletdb.h Let -zapwallettxes recover transaction meta data 10 years ago