aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-14[Qt] Dont set table color in coin controlCozz Lovan
2014-03-14Update docs about boost on unixThomas Zander
2014-03-13Merge pull request #3849 from cozz/cozz2Gavin Andresen
Fix missing wallet lock in CWallet::SyncTransaction(..)
2014-03-13Merge pull request #3846Wladimir J. van der Laan
3f2a017 [Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
2014-03-12Merge pull request #3841 from schildbach/script-tests-OP_0Gavin Andresen
Add script test to prove that OP_0 evaluates as the empty vector.
2014-03-12Merge pull request #3808 from paveljanik/masterGavin Andresen
DOC: Update the list of threads to the current state.
2014-03-11Fix missing wallet lock in CWallet::SyncTransaction(..)Cozz Lovan
2014-03-11Merge pull request #3844Wladimir J. van der Laan
c52c4e5 qt: Make it possible again to specify -testnet in config file (Wladimir J. van der Laan)
2014-03-11Merge branch 'match_relay_fee' of git://github.com/mikehearn/bitcoinGavin Andresen
2014-03-11[Qt] Fix coin control qt5 checkbox bug in tree modeCozz Lovan
2014-03-11Merge pull request #3696Wladimir J. van der Laan
c4656e0 Add progress to initial display of latest block downloaded. (R E Broadley) 75b8953 Display progress of rescan. (R E Broadley)
2014-03-11qt: Make it possible again to specify -testnet in config fileWladimir J. van der Laan
Changes for the datadir chooser have made it impossible to specify the network (testnet/regtest) in the configuration file for the GUI. Reorganize the initialization sequence to make this possible again. - Moves the "datadir" QSetting so that is no longer dependent on the network-specific application name (doing otherwise would create a chicken-and-egg problem). - Re-initialize translations after choosing network. There may be a different language configured in network-specific settings (slim chance, but handle it for sanity). Fixes point 1 of #3840.
2014-03-11Add script test to prove that OP_0 evaluates as the empty vector, rather ↵Andreas Schildbach
than [0].
2014-03-10Make mining fee policy match relay fee policy.Mike Hearn
This resolves a case in which a mismatch could be used to bloat up the mempool by sending transactions that pay enough fee to relay, but not to be mined, with the default policies.
2014-03-10Merge pull request #3717 from djpnewton/wallet-txcountJeff Garzik
add getwalletinfo RPC call with wallet transaction count
2014-03-10qt: Remove control characters from ko_KR translationWladimir J. van der Laan
Last Transifex pull (064a690) introduced a few control characters into the Korean translation, which sometimes causes the build to fail. Manually remove these characters for now to get the build working -- they should still be removed at Transifex too.
2014-03-10Merge pull request #3815Wladimir J. van der Laan
5283410 Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)
2014-03-10Merge pull request #3829Wladimir J. van der Laan
a75cacd doc/build-unix.md use github flavored md for table (Torstein Husebø)
2014-03-10Merge pull request #3835Wladimir J. van der Laan
064a690 Transifex pull pre-0.9.0rc3/final (Wladimir J. van der Laan)
2014-03-10Transifex pull pre-0.9.0rc3/finalWladimir J. van der Laan
2014-03-10doc/build-unix.md use github flavored md for tableTorstein Husebø
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-07Remove unused includes of boost lexical_castWladimir J. van der Laan
We don't use lexical_cast anywhere, no need to include it.
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-05Update the list of threads to the current state.paveljanik
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