aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #2825 from sipa/incompatkeyPieter Wuille2013-07-141-2/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix minor backward incompatibility
| * | | | | | Fix minor backward incompatibilityPieter Wuille2013-07-131-2/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The key refactor changed the way unencrypted private keys with compressed public key are stored in the wallet. Apparently older versions relied on this to verify the correctness of stored keys. Note that earlier pre-release versions do risk creating wallets that can not be opened by 0.8.3 and earlier.
* | | | | | Merge pull request #2743 from jgarzik/reject-reasonJeff Garzik2013-07-104-18/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | Log reason for non-standard transaction rejection
| * | | | | | Log reason for non-standard transaction rejectionJeff Garzik2013-06-234-18/+38
| | | | | | |
* | | | | | | Merge pull request #2812 from jgarzik/rpcbestblockJeff Garzik2013-07-103-0/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | RPC: add getbestblockhash, to return tip of best chain
| * | | | | | | RPC: add getbestblockhash, to return tip of best chainJeff Garzik2013-07-033-0/+11
| | | | | | | |
* | | | | | | | Merge pull request #2820 from fanquake/remove-readme-rstWladimir J. van der Laan2013-07-106-169/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove readme-qt.rst and update documentation for readme-qt.md
| * | | | | | | | Remove readme-qt.rst and update documentation for readme-qt.mdfanquake2013-07-106-169/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #2817 from Michagogo/release-process-followable-verbatimGavin Andresen2013-07-091-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Made the build/release process completable verbatim as listed in release-process.md
| * | | | | | | | Made the build/release process completable verbatim as listed inMicha2013-07-071-3/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | release-process.md
* | | | | | | | Merge pull request #2816 from wtogami/gitianwtogamiGavin Andresen2013-07-083-0/+139
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add wtogami to gitian download scripts.
| * | | | | | | | Add wtogami to gitian download scripts.Warren Togami2013-07-073-0/+139
| |/ / / / / / /
* | | | | | | | Merge pull request #2796 from gmaxwell/remove_overactive_rand_testsGregory Maxwell2013-07-071-33/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Make the rand tests determinstic.
| * | | | | | | Make the rand tests determinstic. (fixes #2714)Gregory Maxwell2013-07-071-33/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids spurious errors with the old tests but still tests enough that if the rng is replaced with a totally broken one it should still fail.
* | | | | | | | Merge pull request #2801 from gavinandresen/urifixGavin Andresen2013-07-022-1/+21
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Fixes for bitcoin: URI handling on Linux
| * | | | | | | README for contrib/debianGavin Andresen2013-06-271-0/+20
| | | | | | | |
| * | | | | | | Fix Gnome bitcoin: URI handlerGavin Andresen2013-06-261-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #2803 from sipa/tarversionPieter Wuille2013-06-291-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Fix build date for from-tarball builds
| * | | | | | | Fix build date for from-tarball buildsPieter Wuille2013-06-291-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #2793 from Diapolo/translationsPieter Wuille2013-06-262-92/+123
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | translation update 2013-06-25
| * | | | | | translation update 2013-06-25Philip Kaufmann2013-06-252-92/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - updates bitcoinstrings.cpp and bitcoin_en.ts so new translations can be made on Transifex
* | | | | | | Merge pull request #2174 from CodeShark/sync_macro_clarificationPieter Wuille2013-06-261-0/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added comments to sync.h to make it easier to understand the macros
| * | | | | | | Added comments to sync.h to make it easier to understand the macrosEric Lombrozo2013-06-251-0/+42
| |/ / / / / /
* | | | | | | Merge pull request #2209 from CodeShark/WalletRegistrationLocksPieter Wuille2013-06-253-1/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Wallet registration locks in main.cpp + UnregisterAllWallet() function
| * | | | | | Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in ↵Eric Lombrozo2013-06-242-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | init.cpp
| * | | | | | Added locks on the setpwalletRegistered functions in main.cpp and added an ↵Eric Lombrozo2013-06-241-0/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | UnregisterAllWallets function.
* | | | | | Merge pull request #2792 from sipa/coreimplJeff Garzik2013-06-253-280/+316
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Move core implementations to core.cpp
| * | | | | Move core implementations to core.cppPieter Wuille2013-06-253-280/+316
| |/ / / /
* | | | | Truncate oversize 'tx' messages before relaying/storing.Peter Todd2013-06-251-0/+10
| | | | | | | | | | | | | | | | | | | | Fixes a memory exhaustion attack on low-memory peers.
* | | | | Merge pull request #2679 from vhf/patch-1Gavin Andresen2013-06-253-4/+19
|\ \ \ \ \ | |/ / / / |/| | | | Too many bitcoins allowed as amount. (Issue #2401)
| * | | | Too many bitcoins allowed in amount. (#2401)vhf / victor felder2013-06-023-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Using magic number doesn't seem right. Could we factor this out, together with https://github.com/bitcoin/bitcoin/blob/master/src/bitcoinrpc.cpp#L96 ? And what about BitcoinUnits::parse() as well ?
* | | | | main.h->core.h include dependency improvements.Jeff Garzik2013-06-244-4/+3
| | | | |
* | | | | Merge pull request #2789 from sipa/overdumpJeff Garzik2013-06-242-3/+6
|\ \ \ \ \ | | | | | | | | | | | | Dump addresses every 15 minutes instead of 10 seconds
| * | | | | Dump addresses every 15 minutes instead of 10 secondsPieter Wuille2013-06-242-3/+6
| | | | | |
* | | | | | Merge pull request #2771 from super3/masterJeff Garzik2013-06-248-62/+394
|\ \ \ \ \ \ | | | | | | | | | | | | | | Docs Markdown Cleanup - Part 2
| * | | | | | Markdown Cleanup - Part 2super32013-06-168-62/+394
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Now everything is in markdown...
* | | | | | Merge pull request #2758 from CodeShark/CBlock-to-coreJeff Garzik2013-06-247-273/+275
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Finish moving core data structures into core.h.
| * | | | | Moved CBlock from main.h to core.hEric Lombrozo2013-06-232-122/+123
| | | | | |
| * | | | | Pulled AcceptBlock out of CBlock.Eric Lombrozo2013-06-232-21/+20
| | | | | |
| * | | | | Pulled CheckBlock out of CBlock.Eric Lombrozo2013-06-233-21/+21
| | | | | |
| * | | | | Pulled AddToBlockIndex out of CBlock.Eric Lombrozo2013-06-232-11/+10
| | | | | |
| * | | | | Pulled ConnectBlock out of CBlock.Eric Lombrozo2013-06-232-22/+23
| | | | | |
| * | | | | Pulled DisconnectBlock out of CBlock.Eric Lombrozo2013-06-232-12/+16
| | | | | |
| * | | | | Moved ReadBlockFromDisk implementation to main.cppEric Lombrozo2013-06-232-24/+25
| | | | | |
| * | | | | Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ↵Eric Lombrozo2013-06-235-48/+42
| | | | | | | | | | | | | | | | | | | | | | | | main.h
| * | | | | Moved WriteBlockToDisk implementation from main.h to main.cppEric Lombrozo2013-06-232-25/+27
| | | | | |
| * | | | | Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk ↵Eric Lombrozo2013-06-232-27/+28
|/ / / / / | | | | | | | | | | | | | | | in main.h
* | | | | Merge pull request #2783 from sipa/newtxindexPieter Wuille2013-06-231-6/+6
|\ \ \ \ \ | | | | | | | | | | | | Initialize database before checking changed txindex
| * | | | | Initialize database before checking changed txindexPieter Wuille2013-06-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case no database exists yet, and -txindex(=1) is passed, we currently first check whether fTxIndex differs from -txindex (and ask the user to reindex in that case), and only afterwards initialize the database. By swapping these around (the initialization is a no-op in case the database already exists), we allow it to be born in txindex mode, without warning. That also means we don't need to check -reindex anymore, as the wiping/reinit of the databases happens before checking.
* | | | | | Merge pull request #2592 from sipa/dumpwalletPieter Wuille2013-06-238-18/+295
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add dumpwallet and importwallet RPC commands