aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-10Merge pull request #3514Wladimir J. van der Laan
f59d8f0 Per-peer block download tracking and stalled download detection. (Pieter Wuille)
2014-03-10Merge pull request #3833Wladimir J. van der Laan
f5f157b add --enable-debug for configure (daniel)
2014-03-10add --enable-debug for configuredaniel
2014-03-10qt: Adjust BLOCK_CHAIN_SIZE to 20GBWladimir J. van der Laan
This increases the space requirement for selecting a data directory in the UI. As suggested by @bardiharborow, fixes #3830.
2014-03-10Merge pull request #3685Wladimir J. van der Laan
8e29623 [Qt] show number of in/out connections in debug console (Philip Kaufmann)
2014-03-10Merge pull request #3751Wladimir J. van der Laan
b881100 convert tabs to whitespace in bitrpc.py (Bryan Bishop)
2014-03-10Merge pull request #3773Wladimir J. van der Laan
947e23d Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)
2014-03-10Merge pull request #3817Wladimir J. van der Laan
e935293 Minor code cleanup: remove indentation (Mark Friedenbach)
2014-03-10Merge pull request #3823Wladimir J. van der Laan
89ec3a2 MainNet is the special case for the GUI (jtimon)
2014-03-08Minor code cleanup: remove indentationMark Friedenbach
This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.
2014-03-07MainNet is the special case for the GUIjtimon
2014-03-07Merge pull request #3796Wladimir J. van der Laan
16bfd68 update bash-completion for v0.9 (Christian von Roques)
2014-03-07Merge pull request #3768Wladimir J. van der Laan
fecba4e Total money limit test (Pieter Wuille)
2014-03-07Merge pull request #3805Wladimir J. van der Laan
8a6894c Log which wallet is used during init (Wladimir J. van der Laan)
2014-03-06Merge pull request #3809Wladimir J. van der Laan
1bcf81e gui: Prevent status icons from being cut off (Wladimir J. van der Laan)
2014-03-06gui: Prevent status icons from being cut offWladimir J. van der Laan
After the Qt5 switch, status icons were being cut off by 1-2px. Also fixes some other cases where the UI is slightly off mentioned in #3800. Fixes #3800.
2014-03-05Merge pull request #3804Wladimir J. van der Laan
ba51c7d Fix null pointer in IsTrusted() (Cozz Lovan)
2014-03-05Log which wallet is used during initWladimir J. van der Laan
Now that the wallet can be selected using -wallet it is important to log which wallet is being used for later troubleshooting.
2014-03-05Fix null pointer in IsTrusted()Cozz Lovan
2014-03-05Total money limit testPieter Wuille
Added bounds check by @il--ya. Updated-by: Wladimir van der Laan <laanwj@gmail.com>
2014-03-05Merge pull request #3798Wladimir J. van der Laan
2d2d8fa Clarify the error message when unable to bind to port (paveljanik) 094eeff Bitcoin is running fine... (paveljanik)
2014-03-05Clarify the error message when unable to bind to portpaveljanik
2014-03-05Bitcoin is running fine...paveljanik
When bitcoind can't bind, bitcoin server (or Bitcoin Core Daemon) is probably already running. Add the missing word "server". Bitcoin itself is definitely running ;-) Add _(...) so the string can be localized. I apologize for such trivial changes, learning github interface.
2014-03-04update bash-completion for v0.9Christian von Roques
Recognize completable arguments of new and expanded commands. Now that bitcoin-cli(1) exists, add completion for it as well.
2014-03-04Merge pull request #3784Wladimir J. van der Laan
dc01ba7 Fix coin control sorts date as text (Cozz Lovan)
2014-03-04build: Version bump to 0.9.99, disable IS_RELEASEWladimir J. van der Laan
`master` is not a release. Use the same convention as before and label these intermediate builds as x.x.99.
2014-03-03Fix coin control sorts date as textCozz Lovan
2014-03-03[Qt] show number of in/out connections in debug consolePhilip Kaufmann
2014-03-03doc: Empty release notes for next releasenoversionWladimir J. van der Laan
Now that 0.9 is branched off, the new release notes for 0.10 or 0.11 or 1.0 should be added here. Edits to preliminary 0.9.0 release notes should be made in the 0.9.0 branch.
2014-03-01Fix typo in doc/build-unix.md regarding building without UPnPRune K. Svendsen
2014-03-01Merge pull request #3692v0.9.0rc2Wladimir J. van der Laan
098316c English translation update (Wladimir J. van der Laan)
2014-03-01English translation updateWladimir J. van der Laan
A few new messages have been added since last update.
2014-03-01Merge pull request #3769Wladimir J. van der Laan
d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
2014-02-28Merge pull request #3744 from petertodd/document-isvalid-is-consensus-criticalGavin Andresen
Document that CPubKey.IsValid() is consensus critical
2014-02-28Merge pull request #3763 from gavinandresen/regression_testsGavin Andresen
Python-based regression tests
2014-02-28Python-based regression testsGavin Andresen
skeleton.py : a do-nothing test skeleton listtransactions.py : start of regression test for listtransactions call
2014-02-28Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743Gavin Andresen
git-subtree-dir: qa/rpc-tests/python-bitcoinrpc git-subtree-split: e48474322de165212c5aa29574297e78b09df8d6
2014-02-28Merge pull request #3767 from laanwj/2014_02_tinyformat_errors_non_fatalGavin Andresen
Make tinyformat errors raise an exception instead of assert()ing
2014-02-28Merge pull request #3694 from gavinandresen/vfspentGavin Andresen
Remove CWalletTx::vfSpent
2014-02-28Merge pull request #3750 from gavinandresen/osx_minversionGavin Andresen
Require OSX 10.6, 64-bit
2014-02-28qttools5-dev is required in order to build with qt5 on debian and ubuntuHaakon Nilsen
2014-02-28Merge pull request #3719Wladimir J. van der Laan
f642fd9 qt: Modernize 'confirmed' terminology in shown tx status (Wladimir J. van der Laan)
2014-02-28qt: Modernize 'confirmed' terminology in shown tx statusWladimir J. van der Laan
These days we regard transactions with one confirmation to be 'Confirmed'. Waiting for 6 confirmations is a recommendation but should not keep the transaction shown as unconfirmed. Misc code sanity: - Merge maturity/status enums, they had become completely disjunct - 'confirmed' flag is now called 'countsForBalance' for clarity
2014-02-28Merge pull request #3758Wladimir J. van der Laan
f8a7b50 Update build information (Drak)
2014-02-28Merge pull request #3762Wladimir J. van der Laan
93c3e21 Re-enable UPnP by default in gitian builds (Wladimir J. van der Laan)
2014-02-28Make tinyformat errors raise an exception instead of assert()ingWladimir J. van der Laan
By default tinyformat errors such as 'wrong number of conversion specifiers in format string' cause an assertion failure. Raise an exception instead so that error handling can recover or can show an appropriate error.
2014-02-27Merge pull request #3760 from ian-kelling/masterGavin Andresen
Update build instructions for db4.8 on Debian and Unix
2014-02-27Re-enable UPnP by default in gitian buildsWladimir J. van der Laan
IIRC this was the case with 0.8.6, so let's keep this to avoid the risk of losing connectable nodes with 0.9 release. Also our miniupnpc library was recently updated and I've heard reports that it works better than before now.
2014-02-27Merge pull request #3761Wladimir J. van der Laan
a270ca2 Transifex pull pre-0.9.0rc2 (Wladimir J. van der Laan)
2014-02-27Transifex pull pre-0.9.0rc2Wladimir J. van der Laan