2763 Commits (159bc4819304c4394a92230c9e7b9f3416abe877)

Author SHA1 Message Date
Gavin Andresen d3e8c6a9d3 Update unit test to match rule enforcement starts 21 March 12 years ago
Gavin Andresen f817c496a1 Checkpoint at first block in 11 March chain fork 12 years ago
Gavin Andresen 402f19b645 Before 15 May, limit created block size to 500K 12 years ago
Gavin Andresen 8c222dca4f CheckBlock rule until 15-May for 10,000 BDB lock compatibility 12 years ago
Philip Kaufmann 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Philip Kaufmann e1ca89df1f harmonize 2 init messages and remove one 12 years ago
David Griffith 4db114667f Also copy the address to the X11 clipboard (the one you middle-click to paste) 12 years ago
freewil 10ef361169 CRPCCommand.unlocked -> CRPCCommand.threadSafe 12 years ago
freewil dcf8b8fd9e make vRPCCommands comment match property names 12 years ago
Peter Todd 091f184190 Test canonical prunable txout format explicitly 12 years ago
Peter Todd 6131d1d9df Add coverage for all invalid ops 12 years ago
mb300sd 550479b09f add address and account information to listunspent 12 years ago
Matt Corallo cbfc77352d Short-circuit bloom checking if we will always return true. 12 years ago
Mike Hearn 0556bb22e1 Shorten a startup message. It was getting truncated and looks ugly. 12 years ago
Philip Kaufmann 69e0774714 small changes in init, main, checkpoints.h and bitcoin-qt.pro 12 years ago
Luke Dashjr 3a9c2d51e1 Bugfix: makefile.unix: Honour BOOST_LIB_SUFFIX on boost_unit_test_framework 12 years ago
Luke Dashjr 7e2d850b12 Bugfix: makefile.linux-mingw: Fix so passed CXXFLAGS/LDFLAGS work correctly 12 years ago
Gavin Andresen 44d7f4cbeb Set CC/CXX properly for gitian build 12 years ago
Gregory Maxwell 907a2aa4c7 Internal RNG for approximateBestSubset to prevent degenerate behavior. 12 years ago
Pieter Wuille f7f3a96b74 Improve block database load error reporting 12 years ago
Pieter Wuille 398774181a Improve block database load error reporting 12 years ago
Pieter Wuille 9f2467ad62 Transactions-based verification progress 12 years ago
Wladimir J. van der Laan 24cde0b7d1 Change progress bar from block-based to time-based 12 years ago
Gavin Andresen fbd860287e Pass compiler flags down into leveldb make 12 years ago
Andrew Poelstra 3913a99087 Enable dumpprivkey in safe mode 12 years ago
Gavin Andresen 8269a0953e Reimplement click-to-pay links. Add OSX support. 12 years ago
Petter Reinholdtsen 17121ec4fe Use QImage.bits instead of QImage.constBits to ease backporting 12 years ago
Gavin Andresen ba1d08008e Do not use C++11 std::vector.data() 12 years ago
Philip Kaufmann f561f3f37f translations update (bitcoinstrings.cpp + bitcoin_en.ts) 12 years ago
Pieter Wuille 7cdc37c0a4 Bugfix CValidationResult for BIP30 + add DoS 12 years ago
Rubén Darío Ponticelli e90b831e83 Do not call ResendWalletTransactions when reindexing, importing or on IBD 12 years ago
Gavin Andresen 41e1a0d766 Make transactions larger than 100K non-standard 12 years ago
Gavin Andresen d28bd8b7ca Fix getbalance discrepency 12 years ago
Gregory Maxwell 21c6d3aead Signrawtransaction shouldn't require redeemScript for non-p2sh txins. 12 years ago
Pieter Wuille 386037615a Make sure the genesis block is present after reindex 12 years ago
Philip Kaufmann 5711a20883 translations update (bitcoinstrings.cpp and bitcoin_en.ts) 12 years ago
Philip Kaufmann 8823b4ac3b Bitcoin-Qt: better copyright year handling in AboutDialog 12 years ago
Luke Dashjr 8c4e43130b Bugfix: Enable ConnectBestBlock to properly report back validation problems, and ensure orphan processing (when their parents are found) cannot be used to counter-DDoS the node providing the parent 12 years ago
Gavin Andresen 85b534b23e Prevent Qt crash at startup with an empty data directory 12 years ago
Gavin Andresen d38c6488d0 Bump version numbers for 0.8 release 12 years ago
Gavin Andresen ac7b8ea086 Correctly randomize change output position 12 years ago
Gavin Andresen a53465a649 New checkpoint at block 216116 for the 0.8.0 release 12 years ago
Pieter Wuille 3cce597fc9 Support large files on 32-bit Linux 12 years ago
Peter Todd af8998824c Add DNS seed support for testnet 12 years ago
Pieter Wuille 1eb578796c Drop padding in blk* when finalizing file 12 years ago
Pieter Wuille 421218d304 Deal with LevelDB errors 12 years ago
Gavin Andresen 15ebd4865a Fix two clang3.3 warnings 12 years ago
Pieter Wuille 288fdc092a Native versions for AllocateFileRange() 12 years ago
Pieter Wuille 7851033dd6 Improve dealing with abort conditions 12 years ago
Pieter Wuille 18379c8087 Add disk space checks before flushing CCoins cache 12 years ago