4721 Commits (6de50c3c9a89e72f3152a1df7775572d5c8ad0e7)

Author SHA1 Message Date
Wladimir J. van der Laan d14d7deff0 SanitizeString: allow '(' and ')' 10 years ago
ENikS 219372f1dd
script: Fix reference into empty vector run time exception 10 years ago
Jeff Garzik ff36cbe8d0 RPC getnetworkinfo: export local node's client sub-version string 10 years ago
Philip Kaufmann e6beedc496 [Qt] add more NULL pointer checks in bitcoingui 10 years ago
Pieter Wuille cf42c36e99 Apply clang-format on crypto/* and compat/* 10 years ago
Pieter Wuille 584a358997 Do merkle root and txid duplicates check simultaneously 10 years ago
Pieter Wuille 7c70438dc6 Get rid of the dummy CCoinsViewCache constructor arg 10 years ago
ENikS cda45b5131 Reinitializing list's begin iterator after few elements were erased from the head 10 years ago
Pieter Wuille ed27e53c9b Add coins_tests with a large randomized CCoinViewCache test. 10 years ago
Pieter Wuille 058b08c147 Do not keep fully spent but unwritten CCoins entries cached. 10 years ago
Pieter Wuille c9d1a81ce7 Get rid of CCoinsView's SetCoins and SetBestBlock. 10 years ago
Pieter Wuille f28aec014e Use ModifyCoins instead of mutable GetCoins. 10 years ago
ENikS 459a2d25e0 Avoiding referencing elements of an empty vector 10 years ago
ENikS c8063b5712 Fixing out of bounds asses error 10 years ago
ENikS 6f3ae9b5df Fixing out of bounds error in GetKey() 10 years ago
Philip Kaufmann bb26e2c896 [Qt] minor changes in splashscreen.cpp 10 years ago
Pieter Wuille c8589bf99e Add actual signature tests 10 years ago
Pieter Wuille 76ec867796 Use actually valid transactions for script tests 10 years ago
Wladimir J. van der Laan cfc5cfb0f0
qt: Make splash and shutdown window ignore close events 10 years ago
Philip Kaufmann 2e5361b9c2 remove code below asserts in limitedmap.h (fixes a ToDo) 10 years ago
ENikS 87314c1c5e Fixing improper input syntax and failing bounds check 10 years ago
Peter Todd 01c28073ba
Add warning about the merkle-tree algorithm duplicate txid flaw 10 years ago
Wladimir J. van der Laan d6712db354
Also create pid file in non-daemon mode 10 years ago
Wladimir J. van der Laan 33a27716fc
test: Fix DoS tests after c74332c 10 years ago
ENikS 6134b43ba9 Fixing condition 'sabotaging' MSVC build 10 years ago
Pieter Wuille 20e01b1a03 Apply clang-format on some infrequently-updated files 10 years ago
ENikS 018cec7c41 Fixing 'vector out of bounds' issue in base 32 and 64 10 years ago
Philip Kaufmann 5e83bc404c [Qt] include and file header cleanup 10 years ago
Wladimir J. van der Laan a49f11d9ed qt: Change splash screen to normal window 10 years ago
Wladimir J. van der Laan 62e5f8f961 CMessageHeader sanity changes 10 years ago
Philip Kaufmann 93f84d0417 cleanup class private and public areas in walletdb 10 years ago
Philip Kaufmann 22d7e7014f prefer const string& over char* in CDB and CWalletDB constructor 10 years ago
imharrywu c15e483f23 typo fix of booleamn to boolean 10 years ago
Pieter Wuille ab15b2ec71 Avoid copying undo data 10 years ago
Pieter Wuille 0be990ba34 Move CTxDestination from script/script to script/standard 10 years ago
Philip Kaufmann f4fe205034 add nModSize init to default constructor of CTxMemPoolEntry 10 years ago
Benedict Chan 1a613963e1 fix missing gettransaction entries in rpcclient 10 years ago
Benedict Chan 57e1716de6 update rpc help message for gettransaction to add includeWatchonly param 10 years ago
randy-waterhouse 52a5f90360 Create the common location for all m4 autotool build scripts, build-aux/m4. 10 years ago
imharrywu e9992fb645 remove include of chainparams.h 10 years ago
Philip Kaufmann ee304b6e35 minor changes for help message of getpeerinfo 10 years ago
Suhas Daftuar f7e36370f3 Eliminate extra assignment 10 years ago
ENikS ec91092df8
Fixing compiler warning C4101 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Philip Kaufmann 2d79bba36b cleanup new script files (no code changes) 10 years ago
Luke Dashjr a65e320747 bitcoin-util-test: Test bitcoin-tx with null scriptPubKey 10 years ago
Luke Dashjr 15ef1b905b Bugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>: 10 years ago
jtimon 6dcfda2dc4 Don't pass nHashType to EvalScript nor CheckSig 10 years ago
jtimon 2b23a87599 Don't pass nHashType to VerifyScript 10 years ago
jtimon ce3649fb61 Remove CScriptCheck::nHashType (was always 0) 10 years ago