elements/src
2011-12-20 14:43:31 -05:00
..
json move back to original directory structure 2011-06-11 22:11:58 +02:00
obj Boost unit-testing framework. 2011-06-27 14:12:48 -04:00
qt Merge pull request #717 from TheBlueMatt/installerqtupgrade 2011-12-20 11:42:53 -08:00
test Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 2011-12-19 13:24:48 -05:00
base58.h Update bitcoin address numbers for latest luke-jr/sipa scheme 2011-12-19 13:24:51 -05:00
bignum.h Use std::numeric_limits<> for typesafe INT_MAX/etc 2011-12-19 19:10:34 -05:00
bitcoinrpc.cpp Merge branch 'op_eval' 2011-12-20 14:43:31 -05:00
bitcoinrpc.h Merge branch 'master' of https://github.com/bitcoin/bitcoin 2011-08-16 10:28:24 +02:00
checkpoints.cpp Orphan block fill-up-memory attack prevention 2011-12-01 13:53:38 -05:00
checkpoints.h Orphan block fill-up-memory attack prevention 2011-12-01 13:53:38 -05:00
crypter.cpp Implement an mlock()'d string class for storing passphrases 2011-11-26 06:02:04 +00:00
crypter.h include util.h to get SecureString definition. 2011-12-20 12:21:47 -05:00
db.cpp Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 2011-12-19 13:24:48 -05:00
db.h Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 2011-12-19 13:24:48 -05:00
headers.h Use std::numeric_limits<> for typesafe INT_MAX/etc 2011-12-19 19:10:34 -05:00
init.cpp Merge pull request #717 from TheBlueMatt/installerqtupgrade 2011-12-20 11:42:53 -08:00
init.h Implement "Start on window system startup" on Win32 + Linux. 2011-12-20 13:51:06 -05:00
irc.cpp Unify copyright notices. 2011-08-09 13:32:52 +02:00
irc.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
key.cpp Add GetSecret() and GetKeys() to CKeyStore 2011-12-17 21:49:47 +01:00
key.h Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and explicity init static var 2011-12-19 19:10:34 -05:00
keystore.cpp Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 2011-12-19 13:24:48 -05:00
keystore.h Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 2011-12-19 13:24:48 -05:00
main.cpp Merge branch 'op_eval' 2011-12-20 14:43:31 -05:00
main.h Merge branch 'op_eval' 2011-12-20 14:43:31 -05:00
makefile.linux-mingw add key.o and rpcdump.o to makefile.linux-mingw 2011-12-19 19:20:53 +01:00
makefile.mingw Key import and export 2011-12-17 21:49:48 +01:00
makefile.osx Rework unit tests so test_bitcoin.cpp does not #include them all 2011-12-19 12:39:47 -05:00
makefile.unix Rework unit tests so test_bitcoin.cpp does not #include them all 2011-12-19 12:39:47 -05:00
makefile.vc Moved checkpoints out of main, to prep for using them to help prevent DoS attacks 2011-12-01 12:18:50 -05:00
net.cpp Use std::numeric_limits<> for typesafe INT_MAX/etc 2011-12-19 19:10:34 -05:00
net.h Implement BIP 14 : separate protocol version from client version 2011-12-19 10:24:23 -05:00
noui.h assure that base bitcoind and bitcoin still build 2011-09-18 12:44:38 +02:00
protocol.cpp Use std::numeric_limits<> for typesafe INT_MAX/etc 2011-12-19 19:10:34 -05:00
protocol.h Move CInv to protocol.[ch]pp 2011-08-19 07:24:38 +02:00
qtui.h add splash screen 2011-08-02 21:48:59 +02:00
rpcdump.cpp Key import and export 2011-12-17 21:49:48 +01:00
script.cpp Update bitcoin address numbers for latest luke-jr/sipa scheme 2011-12-19 13:24:51 -05:00
script.h Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 2011-12-19 13:24:48 -05:00
serialize.h Include limits, not climints (using std::numeric_limits now) 2011-12-20 12:04:33 -05:00
strlcpy.h move back to original directory structure 2011-06-11 22:11:58 +02:00
uint256.h Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all modern c++ compilers) 2011-12-19 19:10:34 -05:00
util.cpp Merge pull request #673 from mndrix/less-time-data 2011-12-20 08:55:55 -08:00
util.h Merge pull request #673 from mndrix/less-time-data 2011-12-20 08:55:55 -08:00
wallet.cpp Merge branch 'op_eval' 2011-12-20 14:43:31 -05:00
wallet.h Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 2011-12-19 13:24:48 -05:00