aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Pass compiler flags down into leveldb makeGavin Andresen2013-02-154-18/+25
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2315 from sipa/loaderrorGavin Andresen2013-02-189-26/+94
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve block database load error reportingPieter Wuille2013-02-179-26/+94
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2283 from Diapolo/translationsWladimir J. van der Laan2013-02-162-25/+31
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | translations update (bitcoinstrings.cpp + bitcoin_en.ts)Philip Kaufmann2013-02-072-25/+31
* | | | | | | | | Merge pull request #2286 from gavinandresen/fix2285Gavin Andresen2013-02-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Do not use C++11 std::vector.data()Gavin Andresen2013-02-071-1/+1
| |/ / / / / / / /
* / / / / / / / / Use QImage.bits instead of QImage.constBits to ease backportingPetter Reinholdtsen2013-02-091-1/+1
|/ / / / / / / /
* | | | | | | | Merge commit 'd38c6488d067c2e88726e2ca99bc76fd67dab49b'v0.8.0rc1Gavin Andresen2013-02-061-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump version numbers for 0.8 releaseGavin Andresen2013-01-301-3/+3
* | | | | | | | | Merge pull request #2279 from sipa/cvrbip30Gavin Andresen2013-02-061-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bugfix CValidationResult for BIP30 + add DoSPieter Wuille2013-02-061-1/+1
* | | | | | | | | | Merge pull request #2264 from gmaxwell/signrawtransaction_for_regular_missing...Gavin Andresen2013-02-061-6/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Signrawtransaction shouldn't require redeemScript for non-p2sh txins.Gregory Maxwell2013-02-011-6/+10
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Do not call ResendWalletTransactions when reindexing, importing or on IBDRubén Darío Ponticelli2013-02-051-1/+6
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'reindexgen' of git://github.com/sipa/bitcoinGavin Andresen2013-02-054-20/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make sure the genesis block is present after reindexPieter Wuille2013-02-014-20/+36
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2273 from gavinandresen/txsizeGavin Andresen2013-02-053-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make transactions larger than 100K non-standardGavin Andresen2013-02-053-1/+11
* | | | | | | | | | Merge pull request #2253 from luke-jr/bugfix_valstateGavin Andresen2013-02-041-4/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bugfix: Enable ConnectBestBlock to properly report back validation problems, ...Luke Dashjr2013-01-311-4/+7
* | | | | | | | | | Merge pull request #2237 from petertodd/testnet-dnsseedJeff Garzik2013-02-041-21/+26
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add DNS seed support for testnetPeter Todd2013-01-291-21/+26
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | translations update (bitcoinstrings.cpp and bitcoin_en.ts)Philip Kaufmann2013-02-012-54/+131
* | | | | | | | | Bitcoin-Qt: better copyright year handling in AboutDialogPhilip Kaufmann2013-02-013-2/+12
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2245 from gavinandresen/check216116Gavin Andresen2013-01-301-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | New checkpoint at block 216116 for the 0.8.0 releaseGavin Andresen2013-01-301-0/+1
* | | | | | | | | Merge pull request #2236 from sipa/largefilesGavin Andresen2013-01-301-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Support large files on 32-bit LinuxPieter Wuille2013-01-301-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Prevent Qt crash at startup with an empty data directoryGavin Andresen2013-01-301-1/+4
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Correctly randomize change output positionGavin Andresen2013-01-301-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2224 from sipa/valstateGavin Andresen2013-01-2910-249/+309
|\ \ \ \ \ \ \
| * | | | | | | Deal with LevelDB errorsPieter Wuille2013-01-304-39/+74
| * | | | | | | Improve dealing with abort conditionsPieter Wuille2013-01-302-37/+42
| * | | | | | | Add disk space checks before flushing CCoins cachePieter Wuille2013-01-301-0/+7
| * | | | | | | Treat coinbase value violation as DoSPieter Wuille2013-01-301-1/+1
| * | | | | | | CValidationState frameworkPieter Wuille2013-01-308-213/+226
| |/ / / / / /
* / / / / / / Fix two clang3.3 warningsGavin Andresen2013-01-292-10/+1
|/ / / / / /
* | | | | | Merge pull request #2231 from sipa/cleanupsJeff Garzik2013-01-293-15/+5
|\ \ \ \ \ \
| * | | | | | Rename database directoriesPieter Wuille2013-01-282-4/+4
| * | | | | | Remove support for pre-checksum undo filesPieter Wuille2013-01-281-11/+1
* | | | | | | New seed nodes, from http://bitcoin.sipa.be/seeds.txtGavin Andresen2013-01-291-77/+75
|/ / / / / /
* | | | | | Merge pull request #1549 from TheBlueMatt/addnoderpcGavin Andresen2013-01-285-19/+180
|\ \ \ \ \ \
| * | | | | | Try more than the first address for a DNS -addnode.Matt Corallo2013-01-271-2/+2
| * | | | | | Add a getaddednodeinfo RPC.Matt Corallo2013-01-273-0/+95
| * | | | | | Add addnode RPC command.Matt Corallo2013-01-273-0/+44
| * | | | | | Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()).Matt Corallo2013-01-271-0/+2
| * | | | | | Use a copy in place of mapMultiArgs["-addnode"].Matt Corallo2013-01-272-18/+38
* | | | | | | Merge pull request #2223 from gavinandresen/nonfinalnonstandardGavin Andresen2013-01-281-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Treat non-final transactions as non-standardGavin Andresen2013-01-261-0/+3