aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting a different linker than compiler in makefile.unixMatt Corallo2012-08-201-2/+4
|
* Add data-driven transaction tests.Matt Corallo2012-08-203-0/+216
|
* Add a few test cases to data-driven script tests.Matt Corallo2012-08-202-2/+195
|
* Merge pull request #1641 from jgarzik/mempoolJeff Garzik2012-08-203-4/+37
|\ | | | | Add 'mempool' P2P command, and extend 'getdata' behavior
| * Add 'mempool' P2P command, and extend 'getdata' behaviorJeff Garzik2012-07-313-4/+37
| | | | | | | | to permit downloading of mempool transactions from the remote peer.
* | fix a comment in addrman.cppPhilip Kaufmann2012-08-181-1/+1
| |
* | Merge pull request #1680 from Diapolo/add_message_on_blockimportWladimir J. van der Laan2012-08-171-0/+1
|\ \ | | | | | | add splashscreen message when importing blocks via -loadblock
| * | add splashscreen message when importing blocks via -loadblockPhilip Kaufmann2012-08-171-0/+1
| | |
* | | Remove useless non-cross-platform tests.Matt Corallo2012-08-171-0/+2
| | |
* | | Merge pull request #1607 from Diapolo/Qt_Win_exe_descWladimir J. van der Laan2012-08-171-0/+26
|\ \ \ | | | | | | | | Bitcoin-Qt (Windows only): extend Resource File
| * | | Bitcoin-Qt (Windows only): extend Resource FilePhilip Kaufmann2012-08-141-0/+26
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | - extend bitcoin-qt.rc to include meta information, which is displayed on Windows, when looking in the executable properties and selecting "Details" - does currently NOT include version information, this is scheduled for later releases - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
* | | Merge pull request #1678 from Diapolo/LoadExternalBlockFile_add_timerJeff Garzik2012-08-171-1/+3
|\ \ \ | | | | | | | | log how long LoadExternalBlockFile() takes in ms (Benchmark)
| * | | log how long LoadExternalBlockFile() takes in ms (Benchmark)Philip Kaufmann2012-08-171-1/+3
| |/ /
* / / fix a compiler sign warning in OpenBlockFile()Philip Kaufmann2012-08-171-1/+1
|/ /
* | Merge pull request #1649 from Diapolo/optionsdialogWladimir J. van der Laan2012-08-133-12/+23
|\ \ | | | | | | small UX update for optionsdialog
| * | small UX update for optionsdialogPhilip Kaufmann2012-08-023-12/+23
| | | | | | | | | | | | | | | | | | | | | - add enableApplyButton() and disableApplyButton() to optionsdialog.{h/cpp} - they are used to ensure the Ok button does not get disabled, when Apply needs to be disabled (standard UX should allow Ok always to dismiss the dialog and only disable it, when we have a faulty proxy IP) - disable Apply after initially loading the settings, as nothing new needs to be saved - remove orphan settings from optionsdialog.ui that are default anyway
* | | Merge pull request #1614 from Diapolo/Qt_Win_enable_DEPWladimir J. van der Laan2012-08-131-2/+14
|\ \ \ | | | | | | | | Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exe
| * | | Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exePhilip Kaufmann2012-08-031-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this enables DEP on all Windows version which support the SetProcessDEPPolicy() call in Kernel32.dll - use a dynamic approach via GetProcAddress() to not rely on headers or compiler libs - this is the same way the Tor-project does it
* | | | Merge pull request #936 from luke-jr/gmp_bipGregory Maxwell2012-08-131-18/+93
|\ \ \ \ | | | | | | | | | | BIP22: getblocktemplate
| * \ \ \ Merge branch 'gmp_bip_0.6.0' into gmp_bipLuke Dashjr2012-08-031-18/+93
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: src/bitcoinrpc.cpp
| | * | | Minimal BIP 22 (getblocktemplate) supportLuke Dashjr2012-08-031-20/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replaces getmemorypool with new getblocktemplate - Add missing keys: coinbaseaux, target, mutable, noncerange, sigoplimit, sizelimit, and height - Accept and send parameter Objects, checking "mode" key if present - Return rejection reason "rejected" for submit mode
* | | | | Revert "Make this error message similar to the others"Wladimir J. van der Laan2012-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit dc1e5ad1917bb353aee7ef24aabf13ae3fe2fb80. The new error message was not correct, as it refers to the total balance, not an account.
* | | | | Merge pull request #1661 from laanwj/2012_08_stringsupdateWladimir J. van der Laan2012-08-092-110/+151
|\ \ \ \ \ | | | | | | | | | | | | Update English translation strings
| * | | | | Update English translation stringsWladimir J. van der Laan2012-08-072-110/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the last time for 0.7.0. We should avoid message changes until the release. Translators can use the remaining time to update their languages on Transifex. The other languages need to be merged from Transifex just before release.
* | | | | | Merge pull request #1655 from gmaxwell/signrawtransaction_fix_missingGregory Maxwell2012-08-091-3/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Correctly handle missing inputs in signrawtransaction. Fixes #1654.
| * | | | | | Correctly handle missing inputs in signrawtransaction. Fixes #1654.Gregory Maxwell2012-08-061-3/+8
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signrawtransaction rpc was crashing when some inputs were unknown, and even with that fixed was failing to handle all the known inputs if there were unknown inputs in front of them. This commit instead attempts to fetch inputs one at a time.
* | | | | | Merge pull request #1658 from TheBlueMatt/qttestJeff Garzik2012-08-075-11/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix several issues in the Qt unit tests.
| * | | | | Fix test_bitcoin build in makefile.linux-mingwMatt Corallo2012-08-081-3/+4
| | | | | |
| * | | | | Fix Qt test cases by moving address checks to parseBitcoinURIMatt Corallo2012-08-072-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes sense in case bitcoin URIs eventually allow invalid addresses as a part of some larger future payment scheme.
| * | | | | Fix Win32 compiling of qt/test/uritests.cppMatt Corallo2012-08-071-1/+1
| | | | | |
| * | | | | Return !0 when qt tests fail.Matt Corallo2012-08-071-1/+6
| |/ / / /
* / / / / Make this error message similar to the othersfanquake2012-08-071-1/+1
|/ / / /
* | | | Merge pull request #1650 from Diapolo/spelling_fixesJeff Garzik2012-08-023-5/+5
|\ \ \ \ | | | | | | | | | | fix further spelling errors / remove a tab in the source
| * | | | fix further spelling errors / remove a tab in the sourcePhilip Kaufmann2012-08-023-5/+5
| | | | |
* | | | | Merge pull request #1644 from Diapolo/update_translationsWladimir J. van der Laan2012-08-0234-29676/+33161
|\ \ \ \ \ | |/ / / / |/| | | | Translations update 2012-08-01 (fetched from Transifex)
| * | | | Translations update 2012-08-01 (fetched from Transifex)Philip Kaufmann2012-08-0134-29676/+33161
| | |/ / | |/| |
* / | | only update cached values in ClientModel::updateTimer() when they are changedPhilip Kaufmann2012-08-011-3/+5
|/ / /
* | | Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell2012-08-013-4/+21
|\ \ \ | | | | | | | | Optimize JSON-RPC getblockhash
| * | | Optimize JSON-RPC getblockhashLuke Dashjr2012-08-013-4/+21
| | | | | | | | | | | | | | | | | | | | - If the height is in the first half, start at the genesis block and go up, rather than at the top - Cache the last lookup and use it as a reference point if it's close to the next request, to make linear lookups always fast
* | | | Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-0136-92/+92
|\ \ \ \ | | | | | | | | | | Fix spelling and grammar errors
| * | | | Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-019-14/+14
| | | | |
| * | | | Bugfix: Use standard BTC unit in commentsLuke Dashjr2012-08-012-3/+3
| | | | |
| * | | | Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-0131-76/+76
| | | | |
* | | | | Update Warning-strings to use a standard-formatPhilip Kaufmann2012-08-017-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ensure warnings always start with "Warning:" and that the first character after ":" is written uppercase - ensure the first sentence in warnings ends with an "!" - remove unneeded spaces from Warning-strings - add missing Warning-string translation - remove a "\n" and replace with untranslatable "<br><br>"
* | | | | Merge pull request #1465 from Diapolo/NOUI_showSSLVersionJeff Garzik2012-08-011-0/+2
|\ \ \ \ \ | | | | | | | | | | | | write used OpenSSL library version to debug.log
| * | | | | write used OpenSSL library version to debug.logPhilip Kaufmann2012-07-041-0/+2
| | | | | |
* | | | | | Merge pull request #1396 from rebroad/NoShrinkOptionJeff Garzik2012-08-011-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Make truncating the debug.log file an option.
| * | | | | Make truncating the debug.log file an option.R E Broadley2012-06-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for developers who need to refer to futher back in debug.log history, but who don't want to enable the -debug option and all the verbosity that comes with that.
* | | | | | Merge pull request #1344 from rebroad/AskForTimeFormatJeff Garzik2012-08-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Unless debugging, show a more useful format for the askfors
| * | | | | | Include human readble format for nRequestTime.R E Broadley2012-07-021-1/+1
| |/ / / / /