Jeff Garzik
06e0e1c853
Merge pull request #1465 from Diapolo/NOUI_showSSLVersion
...
write used OpenSSL library version to debug.log
12 years ago
Jeff Garzik
b5029b87c8
Merge pull request #1396 from rebroad/NoShrinkOption
...
Make truncating the debug.log file an option.
12 years ago
Jeff Garzik
a823faecf1
Merge pull request #1344 from rebroad/AskForTimeFormat
...
Unless debugging, show a more useful format for the askfors
12 years ago
Jeff Garzik
0ecbd46fe7
Merge pull request #1343 from rebroad/MisbehavingDelta
...
Show when node is misbehaving, not just at the point that it gets banned...
12 years ago
Jeff Garzik
05a85b2b38
Add 'mempool' P2P command, and extend 'getdata' behavior
...
to permit downloading of mempool transactions from the remote peer.
12 years ago
Wladimir J. van der Laan
3c83387c29
Merge pull request #1635 from Diapolo/update_helpMessage
...
update HelpMessage()
12 years ago
Wladimir J. van der Laan
c1aed4eff4
Merge pull request #1594 from Diapolo/GUI_testnet3_fix
...
small update for BitcoinGUI::setNumBlocks() function
12 years ago
Philip Kaufmann
6986c779f0
update HelpMessage()
...
- 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
12 years ago
Wladimir J. van der Laan
2e53709f17
Merge pull request #1571 from Diapolo/optionsdialog_cleanup
...
GUI: optionsdialog cleanup
12 years ago
Gregory Maxwell
a9d811a976
Switch testnet3's message bytes to avoid connecting to old nodes.
...
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.
12 years ago
Gavin Andresen
e0e54740b1
Handle should-never-happen case of orphan in mempool
12 years ago
Gavin Andresen
c555400ca1
When creating new blocks, sort 'paid' area by fee-per-kb
...
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.
12 years ago
Gavin Andresen
29c8fb0d93
Merge branch 'checknewblock' of git://github.com/luke-jr/bitcoin
12 years ago
Gavin Andresen
986a78979e
Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoin
12 years ago
Wladimir J. van der Laan
701e1f5254
Merge pull request #1631 from laanwj/2012_07_translationsupdate
...
Update translation messages
12 years ago
Wladimir J. van der Laan
ebeafe5b0b
Update translation messages
...
- No core strings changed since last time
- Re-add line numbers in .ts file as this is marginally easier for translators (see #1227 )
12 years ago
Wladimir J. van der Laan
c32ad4594e
Merge pull request #1624 from Diapolo/fix_typo_log_file
...
fix typo "logfile" -> "log file"
12 years ago
Wladimir J. van der Laan
6892cb056d
Merge pull request #1630 from fanquake/master
...
Fix Typo
12 years ago
Michael Ford
50c85be6fc
Typo
12 years ago
Gregory Maxwell
f00ffc6c00
Merge pull request #1615 from Diapolo/net_noExtIp_IPv6only
...
do not use external IPv4 discovery, when -onlynet="IPv6"
12 years ago
Gregory Maxwell
f5a3dbea40
Merge pull request #1628 from glondu/master
...
Fix spelling of successfully
12 years ago
Stephane Glondu
2acfa219aa
Fix spelling of successfully
12 years ago
Philip Kaufmann
64c0020ff8
fix typo "logfile" -> "log file"
12 years ago
Philip Kaufmann
6fe375c3bd
set TARGET = bitcoin-qt in project file
12 years ago
Wladimir J. van der Laan
12e5881c09
Merge pull request #1622 from fanquake/master
...
Fix Typos
12 years ago
fanquake
26227db843
Typo
12 years ago
fanquake
951f7d35d6
Fix Typo
12 years ago
Gavin Andresen
0bf30d2b33
Merge pull request #1621 from luke-jr/WinCOPYING
...
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
12 years ago
Luke Dashjr
90d95b6323
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
12 years ago
Philip Kaufmann
1376a542b4
optionsdialog cleanup
...
- 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
12 years ago
Jeff Garzik
fa914f1dda
Merge pull request #1616 from Diapolo/OpenSSL_typo
...
fix OpenSSL not written as proper noun in some comments
12 years ago
Philip Kaufmann
a7f82808c4
fix OpenSSL not written as proper noun in some comments
12 years ago
Philip Kaufmann
a76552ce47
do not use external IPv4 discovery, when -onlynet="IPv6"
12 years ago
Wladimir J. van der Laan
134cb634b1
Merge pull request #1611 from Diapolo/addressbookpage_size
...
re-size addressbookpage.ui to fix #1062
12 years ago
Philip Kaufmann
1d915d0237
re-size addressbookpage.ui to fix #1062
12 years ago
Jeff Garzik
e3132693fa
Merge pull request #1610 from fanquake/master
...
Update a link to dev resources
12 years ago
fanquake
100f189c25
Update a link
12 years ago
Jeff Garzik
4b76541c25
Merge pull request #1609 from fanquake/master
...
Docs tidy up + fixes
12 years ago
fanquake
f00a0dcfed
Docs Tidy up
12 years ago
Gregory Maxwell
07becec31c
Merge pull request #1608 from runeksvendsen/master
...
Update the comment in GetBlockValue() to better reflect the uncertainty about the time interval between subsidy reductions
12 years ago
Wladimir J. van der Laan
1854433829
Merge pull request #1563 from Diapolo/pro-file
...
update Boost version to 1.49 for Windows in the Qt project file
12 years ago
Rune K. Svendsen
5f2e4b0565
Let the comment in GetBlockValue() reflect the uncertainty about the time interval between subsidy reductions
12 years ago
Wladimir J. van der Laan
e47bd0195c
Merge pull request #1605 from laanwj/2012_07_caseinsensitivesort
...
Make sort and filters for transactions and labels case-insensitive
12 years ago
Gavin Andresen
c93236b564
Merge branch 'master' of git://github.com/fanquake/bitcoin
12 years ago
Gavin Andresen
3c3666d67e
New feature for signrawtransaction: specify signature hash (ALL/NONE/etc)
12 years ago
Gavin Andresen
18871d4785
Give a better error message than 'type mismatch' for complex JSON arguments
12 years ago
Philip Kaufmann
ce2f66d9bf
small update for BitcoinGUI::setNumBlocks() function
...
- re-work code parts that check if we have a Statusbar warning
- use same variable names in the header
12 years ago
Wladimir J. van der Laan
d67badd9ce
Make sort and filters for transactions and labels case-insensitive
12 years ago
Wladimir J. van der Laan
ab0d6428b1
Merge pull request #1604 from Diapolo/fix_comment_net
...
fix a comment in net.cpp
12 years ago
Wladimir J. van der Laan
d47afc7f4c
Merge pull request #1564 from Diapolo/IPC-server
...
IPC-server hardening and update
12 years ago