6144 Commits (07f70b2dde26ef2b8857642043b149ff23f59a5c)

Author SHA1 Message Date
Philip Kaufmann 7bec6dd230 cleanup license and header end comment in chain.cpp/.h 10 years ago
Philip Kaufmann 0db65d8798 update license of compat and crypto 10 years ago
sinetek 775b7b8d70 LLu is standard, but not portable. use ULL 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 8138cbea3c Add automatic script test generation, and actual checksig tests 10 years ago
Cory Fields 6eb67b0ed2 autofile: Disallow by-value copies of CAutoFile 10 years ago
Cory Fields eee030f6bc autofile: don't copy CAutoFile by value 10 years ago
Cory Fields 27c3e91014 qt: add proxy to options overridden if necessary. 10 years ago
Cory Fields be6d87aa60 script: don't read past the end 10 years ago
Cory Fields a94496fbb6 tests: don't split an empty string 10 years ago
ENikS 1e73504865
Fixing C4146 warning 10 years ago
Philip Kaufmann 20a11ffabf minor variable init changes in init.cpp 10 years ago
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
Peter Todd 426a74ed3c
Add scriptPubKey field to validateaddress RPC call 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
jtimon 3fdb9e8c15 Remove CBaseChainParams::NetworkID() 10 years ago
jtimon f297479a19 Reserve only one network specific cached path per session 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
Wladimir J. van der Laan 94064710b9 Write fee estimate and peers files only when initialized 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