2573 Commits (da986f793d839d63692aa8b497f42c30fd584c66)

Author SHA1 Message Date
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
Pieter Wuille 86c82bf9d0 Treat coinbase value violation as DoS 12 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Gavin Andresen 74fbb151de New seed nodes, from http://bitcoin.sipa.be/seeds.txt 12 years ago
Pieter Wuille 8fdc94cc8f Rename database directories 12 years ago
Pieter Wuille d0809a1925 Remove support for pre-checksum undo files 12 years ago
Matt Corallo f2bd6c28e6 Try more than the first address for a DNS -addnode. 12 years ago
Matt Corallo 67a11bd6c5 Add a getaddednodeinfo RPC. 12 years ago
Matt Corallo 72a348fd9a Add addnode RPC command. 12 years ago
Matt Corallo f339e9e339 Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()). 12 years ago
Matt Corallo 74088e862e Use a copy in place of mapMultiArgs["-addnode"]. 12 years ago
Gavin Andresen 6f8730752c Treat non-final transactions as non-standard 12 years ago
Pieter Wuille 56869fc07c Check only 288 blocks at startup by default 12 years ago
Pieter Wuille f369d02c51 Various performance tweaks to CCoinsView 12 years ago
Philip Kaufmann d001476cbc full translations update 12 years ago
Gavin Andresen 9c9f5c1303 Let limitfreerelay=0 reject ALL free transactions 12 years ago
Philip Kaufmann bb0726a8cf Bitcoin-Qt: cleanup / optimise addressbookpage 12 years ago
David Grogan 36311b9a19 Fix corruption bug found and analyzed by dhruba@gmail.com 12 years ago
Sanjay Ghemawat f79ddf24a9 added utility to dump leveldb files 12 years ago
Gavin Andresen b1024662ea Port leveldb to MinGW32 12 years ago
Pieter Wuille 8aef119f43 Mingw support for Windows LevelDB port 12 years ago
Pieter Wuille 960797a0de Pre-Vista leveldb::port::InitOnce implementation 12 years ago
Pieter Wuille 21f2ae7563 Native Windows LevelDB port 12 years ago
Pieter Wuille 00abfccc5d Remove Snappy support 12 years ago
Pieter Wuille 4786302fb9 Replace leveldb/ with vanilla 1.7.0 12 years ago
Philip Kaufmann 446cbf5fe9 Bitcoin-Qt: extend parseBitcoinURI() pre-check 12 years ago