aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
| |/ / / / / /
* | | | | | | Merge pull request #1343 from rebroad/MisbehavingDeltaJeff Garzik2012-08-011-3/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Show when node is misbehaving, not just at the point that it gets banned...
| * | | | | | Show when node is misbehaving, not just at the point that it gets banned.R E Broadley2012-07-021-3/+4
| |/ / / / /
* | | | | | Merge pull request #1635 from Diapolo/update_helpMessageWladimir J. van der Laan2012-07-281-7/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | update HelpMessage()
| * | | | | | update HelpMessage()Philip Kaufmann2012-07-271-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - place "-?" option at first - re-work description and "\n" usage for Gavins new block creation options to better match current description syntax - ensure no "\n" is in translated strings, which is better for Transifex
* | | | | | | Merge pull request #1594 from Diapolo/GUI_testnet3_fixWladimir J. van der Laan2012-07-272-16/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | small update for BitcoinGUI::setNumBlocks() function
| * | | | | | | small update for BitcoinGUI::setNumBlocks() functionPhilip Kaufmann2012-07-172-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - re-work code parts that check if we have a Statusbar warning - use same variable names in the header
* | | | | | | | Merge pull request #1571 from Diapolo/optionsdialog_cleanupWladimir J. van der Laan2012-07-272-39/+43
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | GUI: optionsdialog cleanup
| * | | | | | | optionsdialog cleanupPhilip Kaufmann2012-07-222-39/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove duplicate includes, that are already present in ui_optionsdialog.h - change QIntValidator to not allow 0 as port-number - re-order some function calls to match the Ui element order, for better readbility and to prepare for the addition of further IPv6 and Tor proxy options - restat warning for the language selection is only shown, when the language was changed (not on simply activating the Ui element) - split check for object == ui->proxyIp into seperate if-clause - micro-optimize the code in the above mentioned if-clause - unify used format for comments in the code - introduce handleProxyIpValid() function, which handles UI elements and the save button states for valid/invalid proxy IPs
* | | | | | | | Switch testnet3's message bytes to avoid connecting to old nodes.Gregory Maxwell2012-07-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new bytes are based on "11" to appeal to Gavin's 11 fetish. This breaks existing testnet3 nodes as the blockchain files are also versioned. To upgrade a node delete everything except wallet.dat from your .bitcoin/testnet3 folder.
* | | | | | | | Handle should-never-happen case of orphan in mempoolGavin Andresen2012-07-261-0/+15
| | | | | | | |
* | | | | | | | When creating new blocks, sort 'paid' area by fee-per-kbGavin Andresen2012-07-262-31/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify CreateNewBlock so that instead of processing all transactions in priority order, process the first 27K of transactions in priority order and then process the rest in fee-per-kilobyte order. This is the first, minimal step towards better a better fee-handling system for both miners and end-users; this patch should be easy to backport to the old versions of Bitcoin, and accomplishes the most important goal-- allow users to "buy their way in" to blocks using transaction fees.
* | | | | | | | Merge branch 'checknewblock' of git://github.com/luke-jr/bitcoinGavin Andresen2012-07-266-18/+293
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests for CreateNewBlockLuke Dashjr2012-07-123-0/+200
| | | | | | | | |
| * | | | | | | | Run BDB disk-less for test_bitcoinLuke Dashjr2012-07-113-4/+60
| | | | | | | | |
| * | | | | | | | Merge branch 'checknewblock_0.6.0' into checknewblockLuke Dashjr2012-07-112-14/+33
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/main.cpp
| | * | | | | | | | CreateNewBlock: Check that the produced CBlock is acceptable (except for ↵Luke Dashjr2012-05-272-14/+33
| | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | proof-of-work and merkletree, since those need to be provided later) This throws an exception from CreateNewBlock otherwise, which is not safe without #1245!
* | | | | | | | | Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoinGavin Andresen2012-07-261-2/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it failsLuke Dashjr2012-05-091-1/+11
| | | | | | | | | |
| * | | | | | | | | Merge branch 'bugfix_CNBerr_daggy' into bugfix_CNBerrLuke Dashjr2012-05-091-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: rpc.cpp
* | | | | | | | | | Update translation messagesWladimir J. van der Laan2012-07-261-28/+582
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - No core strings changed since last time - Re-add line numbers in .ts file as this is marginally easier for translators (see #1227)
* | | | | | | | | | Merge pull request #1624 from Diapolo/fix_typo_log_fileWladimir J. van der Laan2012-07-251-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix typo "logfile" -> "log file"
| * | | | | | | | | | fix typo "logfile" -> "log file"Philip Kaufmann2012-07-231-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1630 from fanquake/masterWladimir J. van der Laan2012-07-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Typo
| * | | | | | | | | | | TypoMichael Ford2012-07-261-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #1615 from Diapolo/net_noExtIp_IPv6onlyGregory Maxwell2012-07-251-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | do not use external IPv4 discovery, when -onlynet="IPv6"
| * | | | | | | | | | | do not use external IPv4 discovery, when -onlynet="IPv6"Philip Kaufmann2012-07-201-1/+3
| | | | | | | | | | | |
* | | | | | | | | | | | Fix spelling of successfullyStephane Glondu2012-07-2436-36/+36
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Typofanquake2012-07-231-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix Typofanquake2012-07-231-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Replace all occurances of license.txt with COPYING, including naming the ↵Luke Dashjr2012-07-226-6/+6
| |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | file COPYING.txt on Windows
* | | | | | | | | | fix OpenSSL not written as proper noun in some commentsPhilip Kaufmann2012-07-212-4/+4
|/ / / / / / / / /
* | | | | | | | | re-size addressbookpage.ui to fix #1062Philip Kaufmann2012-07-191-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #1610 from fanquake/masterJeff Garzik2012-07-181-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Update a link to dev resources
| * | | | | | | | Update a linkfanquake2012-07-191-1/+1
| | | | | | | | |
* | | | | | | | | Let the comment in GetBlockValue() reflect the uncertainty about the time ↵Rune K. Svendsen2012-07-181-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | interval between subsidy reductions