novacoin.git
12 years agoFix MinGW build due to bad pointers to ui.rc pixmaps stuff.
Matt Corallo [Sat, 14 May 2011 16:51:52 +0000]
Fix MinGW build due to bad pointers to ui.rc pixmaps stuff.

12 years agoMerge pull request #215 from gavinandresen/negativemove
Jeff Garzik [Thu, 12 May 2011 21:46:13 +0000]
Merge pull request #215 from gavinandresen/negativemove

Allow move RPC to take account balances negative

12 years agoMerge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmp
Jeff Garzik [Thu, 12 May 2011 21:36:42 +0000]
Merge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmp

12 years agoMerge pull request #192 from sipa/dnslookup
Jeff Garzik [Thu, 12 May 2011 21:31:25 +0000]
Merge pull request #192 from sipa/dnslookup

Support for name lookups in -connect and -addnode

12 years agoAdd #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.
Daniel Holbert [Mon, 9 May 2011 17:41:50 +0000]
Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.

12 years agoMerge pull request #218 from jgarzik/fee-update
Jeff Garzik [Thu, 12 May 2011 01:16:36 +0000]
Merge pull request #218 from jgarzik/fee-update

Update TX fee to 0.0005 BTC

12 years agoDecrease minimum TX fee to 0.0005 BTC.
Jeff Garzik [Wed, 11 May 2011 20:50:09 +0000]
Decrease minimum TX fee to 0.0005 BTC.

12 years agoReplace CENT with new constant MIN_TX_FEE, where appropriate.
Jeff Garzik [Wed, 11 May 2011 20:48:51 +0000]
Replace CENT with new constant MIN_TX_FEE, where appropriate.

MIN_TX_FEE==CENT remains true (until next commit).

12 years agoSupport for name lookups in -connect and -addnode
Pieter Wuille [Mon, 2 May 2011 13:34:42 +0000]
Support for name lookups in -connect and -addnode

* A new option -dns is introduced that enables name lookups in
  -connect and -addnode, which is not enabled by default,
  as it may be considered a security issue.
* A Lookup function is added that supports retrieving one or
  more addresses based on a host name
* CAddress constructors (optionally) support name lookups.
* The different places in the source code that did name lookups
  are refactored to use NameLookup or CAddress instead (dns seeding,
  irc server lookup, getexternalip, ...).
* Removed ToStringLog() from CAddress, and switched to ToString(),
  since it was empty.

12 years agoMerge pull request #150 from jgarzik/settxfee
Jeff Garzik [Mon, 9 May 2011 18:54:16 +0000]
Merge pull request #150 from jgarzik/settxfee

Add 'settxfee' RPC, to change TX fee setting at runtime

12 years agoAllow move RPC to take account balances negative
Gavin Andresen [Fri, 6 May 2011 17:07:36 +0000]
Allow move RPC to take account balances negative
Use case:  Customer owes you bitcoins, so you create a payment address
associated with an account with a negative balance (the amount they owe).
When customer pays, that account balance will go to zero.

12 years agoAdd settxfee RPC, to permit setting default TX fee at runtime.
Jeff Garzik [Mon, 9 May 2011 18:35:30 +0000]
Add settxfee RPC, to permit setting default TX fee at runtime.

12 years agoHelp for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001
Gavin Andresen [Mon, 9 May 2011 18:26:41 +0000]
Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Mon, 9 May 2011 18:04:24 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agolisttransactions number-of-params check was wrong.
Gavin Andresen [Mon, 9 May 2011 18:03:54 +0000]
listtransactions number-of-params check was wrong.

12 years agoManual merge of jaromil's source tree reorg commit.
Jeff Garzik [Mon, 9 May 2011 18:00:14 +0000]
Manual merge of jaromil's source tree reorg commit.

Conflicts:
src/sha256.cpp

12 years agoFix broken build (invalid use of qualified name std::advance)
Gavin Andresen [Mon, 9 May 2011 17:31:10 +0000]
Fix broken build (invalid use of qualified name std::advance)

12 years agoMerge pull request #160 from CAFxX/listtransactions-from
Gavin Andresen [Mon, 9 May 2011 16:42:29 +0000]
Merge pull request #160 from CAFxX/listtransactions-from

add parameter "from" to listtransactions (range queries)

12 years agoMerge pull request #205 from forrestv/caseinsensitive_rpc_headers
Gavin Andresen [Mon, 9 May 2011 16:37:31 +0000]
Merge pull request #205 from forrestv/caseinsensitive_rpc_headers

Case-Insensitive JSON-RPC HTTP Headers

12 years agoInitial commit of changes to make JSON-RPC HTTP headers case-insensitive, as per...
Forrest Voight [Sun, 8 May 2011 21:10:33 +0000]
Initial commit of changes to make JSON-RPC HTTP headers case-insensitive, as per RFC 2616

12 years agoAllow using the [from] parameter also from command-line
Carlo Alberto Ferraris [Sat, 7 May 2011 16:34:32 +0000]
Allow using the [from] parameter also from command-line

12 years agoMerge branch 'remove-4way' of github.com:jgarzik/bitcoin into tmp
Jeff Garzik [Fri, 6 May 2011 12:04:50 +0000]
Merge branch 'remove-4way' of github.com:jgarzik/bitcoin into tmp

Conflicts:
makefile.unix

12 years agoMerge pull request #197 from TheBlueMatt/errorfix
Jeff Garzik [Fri, 6 May 2011 11:33:44 +0000]
Merge pull request #197 from TheBlueMatt/errorfix

Fix GUI crash

12 years agoWhen an error is returned, the client crashes as EndModal is called twice.
Matt Corallo [Fri, 6 May 2011 02:07:11 +0000]
When an error is returned, the client crashes as EndModal is called twice.
This fixes that and simply returns instead.  At least GTK won't complain.

12 years agoMerge pull request #196 from amiryal/master
Jeff Garzik [Fri, 6 May 2011 11:24:32 +0000]
Merge pull request #196 from amiryal/master

Improve UPNP build instructions

12 years agoClarify the meaning of USE_UPNP in build-unix.txt
Amir Yalon [Fri, 6 May 2011 07:55:38 +0000]
Clarify the meaning of USE_UPNP in build-unix.txt

12 years agoMerge pull request #194 from johnmaguire2013/tray
Gavin Andresen [Thu, 5 May 2011 15:17:14 +0000]
Merge pull request #194 from johnmaguire2013/tray

Removed tooltip balance until it's fixed.

12 years agoMerge pull request #193 from TheBlueMatt/nogenoption
Gavin Andresen [Thu, 5 May 2011 14:50:57 +0000]
Merge pull request #193 from TheBlueMatt/nogenoption

Remove the option to generate coins from the Options Dialog.

12 years agoremoved tooltip balance until it can be made to change without opening the UI
John Maguire [Thu, 5 May 2011 14:49:20 +0000]
removed tooltip balance until it can be made to change without opening the UI

12 years agoRemove the option to generate coins from the Options Dialog.
Matt Corallo [Thu, 5 May 2011 12:56:24 +0000]
Remove the option to generate coins from the Options Dialog.

12 years agoFix broken build (remove declarations of GUI generate methods)
Gavin Andresen [Tue, 3 May 2011 19:02:41 +0000]
Fix broken build (remove declarations of GUI generate methods)

12 years agoMerge pull request #142 from jgarzik/remove-gui-gen.
Gavin Andresen [Tue, 3 May 2011 15:27:45 +0000]
Merge pull request #142 from jgarzik/remove-gui-gen.

Remove GUI 'generate coins' option.

12 years agoMerge pull request #173 from gavinandresen/testnet_isstandard.
Gavin Andresen [Tue, 3 May 2011 15:24:57 +0000]
Merge pull request #173 from gavinandresen/testnet_isstandard.

Accept non-standard transactions on testnet.

12 years agoMerge pull request #190 from johnmaguire2013/tray.
Gavin Andresen [Tue, 3 May 2011 15:16:13 +0000]
Merge pull request #190 from johnmaguire2013/tray.

Added balance to tooltip and send coin option to tray menu

13 years agoMerge pull request #178 from wizeman/link-pthread.
Pieter Wuille [Sun, 1 May 2011 16:33:40 +0000]
Merge pull request #178 from wizeman/link-pthread.

Link with libpthread on Linux, required by libboost_thread.

13 years agofixed some translations which was... weird
John Maguire [Sun, 1 May 2011 13:20:29 +0000]
fixed some translations which was... weird

13 years agoadded balance to tooltips
John Maguire [Sun, 1 May 2011 04:53:45 +0000]
added balance to tooltips

13 years agoadded "Send Bitcoins" option in the tray menu
John Maguire [Sun, 1 May 2011 04:27:15 +0000]
added "Send Bitcoins" option in the tray menu

13 years agoMerge pull request #179 from wizeman/segfault-lockfile.
Gavin Andresen [Sun, 1 May 2011 13:41:49 +0000]
Merge pull request #179 from wizeman/segfault-lockfile.

Fix segfault when we're unable to create the lock file.

13 years agoMerge pull request #181 from sipa/fixcheckconf.
Gavin Andresen [Sun, 1 May 2011 13:41:20 +0000]
Merge pull request #181 from sipa/fixcheckconf.

Bugfix in recursive check in IsConfirmed()

13 years agoMerge pull request #186 from TheBlueMatt/nopng.
Gavin Andresen [Sun, 1 May 2011 13:39:31 +0000]
Merge pull request #186 from TheBlueMatt/nopng.

Remove unnecessary line which creates a dependency on wx's png library.

13 years agoMerge pull request #187 from devrandom/master.
Gavin Andresen [Sun, 1 May 2011 13:38:56 +0000]
Merge pull request #187 from devrandom/master.

New gitian descriptor for 0.3.21

13 years agoBump version number to 0.3.22
Gavin Andresen [Thu, 28 Apr 2011 18:01:57 +0000]
Bump version number to 0.3.22
Doing this now because I always forget to do it later.
(I'm hoping the next release will actually be 0.4.0)

13 years agogitian: strip binaries
devrandom [Thu, 28 Apr 2011 18:01:07 +0000]
gitian: strip binaries

13 years agogitian descriptor with miniupnpc
devrandom [Wed, 27 Apr 2011 23:26:14 +0000]
gitian descriptor with miniupnpc

13 years agoRemove unnecessary line which creates a dependency on wx's png library.
Matt Corallo [Sun, 24 Apr 2011 19:12:32 +0000]
Remove unnecessary line which creates a dependency on wx's png library.

This should allow the bitcoin binaries to run on ever so slightly more installs,
specifically those who use a different libpng library (many distros use 1.4 which is imcompatible with 1.2.

13 years agoBugfix in recursive check in IsConfirmed()
Pieter Wuille [Sat, 23 Apr 2011 13:33:52 +0000]
Bugfix in recursive check in IsConfirmed()

When one single dependency of an unconfirmed transaction is already verified, this does not mean the parent is confirmed. We can skip checking its own dependencies though.

13 years agodirectory re-organization (keeps the old build system)
Jaromil [Sat, 23 Apr 2011 09:49:47 +0000]
directory re-organization (keeps the old build system)

there is no internal modification of any file in this commit

files are moved into directories according to established standards in
sourcecode distribution; these directories contain:

 src - Files that are used in constructing the executable binaries,
       but are not installed.

 doc - Files in HTML and text format that document usage, quirks of
       the implementation, and contributor checklists.

 locale - Files that contain human language translation of strings
          used in the program

 contrib - Files contributed from distributions or other third party
     implementing scripts and auxiliary programs

13 years agoFix segfault when we're unable to create the lock file.
Ricardo M. Correia [Fri, 22 Apr 2011 23:26:16 +0000]
Fix segfault when we're unable to create the lock file.

13 years agoLink with libpthread on Linux, required by libboost_thread.
Ricardo M. Correia [Fri, 22 Apr 2011 23:16:19 +0000]
Link with libpthread on Linux, required by libboost_thread.

Fixes link failure when using the 'gold' linker.

13 years agoBetter wording for transaction fee notification messages
Gavin Andresen [Wed, 20 Apr 2011 22:08:01 +0000]
Better wording for transaction fee notification messages

13 years agoMore 0.3.21 release prep
Gavin Andresen [Wed, 20 Apr 2011 18:45:43 +0000]
More 0.3.21 release prep

Bump version number in Windows installer file
Update READMEs.

13 years agoUpdate date in license.txt
Gavin Andresen [Wed, 20 Apr 2011 16:03:31 +0000]
Update date in license.txt

13 years agoMonitor incoming transactions for spends by (a copy of) your own wallet
Pieter Wuille [Thu, 14 Apr 2011 09:17:52 +0000]
Monitor incoming transactions for spends by (a copy of) your own wallet

13 years agoAccept non-standard transactions on testnet.
Gavin Andresen [Wed, 20 Apr 2011 15:20:33 +0000]
Accept non-standard transactions on testnet.

13 years agogetbalance '*' was ignoring minconf param.
Gavin Andresen [Tue, 19 Apr 2011 00:40:50 +0000]
getbalance '*' was ignoring minconf param.

13 years agoAutomatically rescan after restoring wallet.dat
Pieter Wuille [Wed, 13 Apr 2011 14:16:30 +0000]
Automatically rescan after restoring wallet.dat

Information about the best known chain is added to wallet.dat. If this
information does not match the data in blkindex.dat, a rescan is automatically
performed, starting from the the last known block. When upgrading from a wallet
which does not have this information, no rescan is done automatically.

13 years agoRemove GUI's "Generate Coins" option from the menu.
Jeff Garzik [Mon, 18 Apr 2011 19:10:27 +0000]
Remove GUI's "Generate Coins" option from the menu.

CPU mining remains available via command line option [until/unless
the community decides to remove that completely].

13 years agoMerge branch 'upnpfix' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Mon, 18 Apr 2011 18:53:13 +0000]
Merge branch 'upnpfix' of https://github.com/TheBlueMatt/bitcoin

13 years agoFix for #156: UPnP segfault when no valid UPnP IGDs are found.
Dan Helfman [Sat, 16 Apr 2011 18:35:45 +0000]
Fix for #156: UPnP segfault when no valid UPnP IGDs are found.

13 years agoMerge branch 'master' of https://github.com/gjs278/bitcoin
Gavin Andresen [Fri, 15 Apr 2011 16:09:50 +0000]
Merge branch 'master' of https://github.com/gjs278/bitcoin

13 years agoMerge branch 'localefix'
Gavin Andresen [Fri, 15 Apr 2011 16:03:50 +0000]
Merge branch 'localefix'

13 years agoSet time locale to POSIX in rfc1123Time so weekday/months in http responses are correct.
Gavin Andresen [Wed, 13 Apr 2011 19:06:48 +0000]
Set time locale to POSIX in rfc1123Time so weekday/months in http responses are correct.

13 years agoMerge branch 'http-version' of https://github.com/jgarzik/bitcoin
Gavin Andresen [Fri, 15 Apr 2011 15:41:39 +0000]
Merge branch 'http-version' of https://github.com/jgarzik/bitcoin

13 years agoSend/return full bitcoin version string in Server and User-Agent HTTP headers
Jeff Garzik [Wed, 13 Apr 2011 19:16:38 +0000]
Send/return full bitcoin version string in Server and User-Agent HTTP headers

13 years agoEnsure version number->string conversion is consistent
Jeff Garzik [Fri, 15 Apr 2011 07:58:28 +0000]
Ensure version number->string conversion is consistent

13 years agoadd parameter from to listtransactions this allows querying for ranges, i.e. transact...
Carlo Alberto Ferraris [Fri, 15 Apr 2011 06:24:59 +0000]
add parameter from to listtransactions this allows querying for ranges, i.e. transactions [from, from+count)

13 years agoExit when no UPnP router found and fUseUPnP gets set to 0.
Matt Corallo [Thu, 14 Apr 2011 22:37:50 +0000]
Exit when no UPnP router found and fUseUPnP gets set to 0.

13 years agobuild: add note for Snow Leopard users and fix typos in linking instructions
Dan Loewenherz [Wed, 13 Apr 2011 20:38:22 +0000]
build: add note for Snow Leopard users and fix typos in linking instructions

13 years agoNew checkpoint at block 118,000
Gavin Andresen [Wed, 13 Apr 2011 18:30:22 +0000]
New checkpoint at block 118,000

13 years agopidfile support for daemon
gjs278 [Wed, 13 Apr 2011 00:15:19 +0000]
pidfile support for daemon

13 years agoMerge branch 'listimmature' of /Users/gavin/src/gavin_btc
Gavin Andresen [Tue, 12 Apr 2011 21:31:31 +0000]
Merge branch 'listimmature' of /Users/gavin/src/gavin_btc

13 years agoMerge branch 'spentpertxout' of https://github.com/sipa/bitcoin
Gavin Andresen [Tue, 12 Apr 2011 21:27:15 +0000]
Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin

13 years agoBugfix for spentpertxout: slow startup
Pieter Wuille [Tue, 12 Apr 2011 19:01:11 +0000]
Bugfix for spentpertxout: slow startup

When starting the client, ReacceptWalletTransaction didn't skip spent transactions in its loop, and processed all old spent transactions again.

13 years agoMerge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Tue, 12 Apr 2011 18:22:12 +0000]
Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin

13 years agoMerge branch 'spentpertxout' of https://github.com/sipa/bitcoin
Gavin Andresen [Tue, 12 Apr 2011 17:31:44 +0000]
Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin

13 years agoselect transaction outputs separately
Pieter Wuille [Thu, 17 Mar 2011 21:54:20 +0000]
select transaction outputs separately

Update to SelectCoins and CreateTransaction to select source transaction outputs separately instead of per whole transaction.

13 years agoSpent per txout
Pieter Wuille [Thu, 17 Mar 2011 21:51:59 +0000]
Spent per txout

Change some internal data structures to keep track of spentness of each wallet transaction output separately, to support partially-spent transactions:
* an update to the data structures (vfSpent in CWalletTx instead of fSpent)
* a backward-compatible update to the wallet disk format. Old clients reading back an updated wallet will ignore partially spent transactions when creating new ones, and may report a wrong balance, though.
* some helper functions (CWalletTx: IsSpent, MarkSpent, MarkDirty to reset cached values, GetAvailableCredit which only counts unredeemed outputs)

13 years agodisable -daemon on windows; bitcoind forks only with -daemon set
tcatm [Sat, 9 Apr 2011 03:59:32 +0000]
disable -daemon on windows; bitcoind forks only with -daemon set

[added setsid() call to ui.cpp, to regain consistency with init.cpp -jgarzik]

13 years agorfc1123Time: increase buffer size for time string
Jeff Garzik [Sat, 9 Apr 2011 02:50:14 +0000]
rfc1123Time: increase buffer size for time string

Make sure we can accomodate all possibilities.

13 years agoReport immature coinbase transactions in listtransactions
Gavin Andresen [Sun, 27 Mar 2011 18:56:18 +0000]
Report immature coinbase transactions in listtransactions

Report coin generation transactions as 'category':'immature' until they have 120 confirmations (when they are reported as 'category':'generate', as before).
If the block they are in is not part of the main chain (you lost a 'block race'), then they are reported as 'category':'orphan' (with 0 confirmations).

13 years agoFixed issue 76 -- RPC error where addresses from addressbook's sending tab appear...
Eric Swanson [Sun, 20 Mar 2011 22:32:39 +0000]
Fixed issue 76 -- RPC error where addresses from addressbook's sending tab appear in listaccounts

13 years agoMerge branch 'deadlock-fixes' of https://github.com/jgarzik/bitcoin
Gavin Andresen [Tue, 5 Apr 2011 23:34:06 +0000]
Merge branch 'deadlock-fixes' of https://github.com/jgarzik/bitcoin

13 years agoRPC sendmany must acquire cs_main lock
Jeff Garzik [Tue, 5 Apr 2011 19:15:20 +0000]
RPC sendmany must acquire cs_main lock

13 years agoFix deadlocks in setaccount, sendfrom RPC calls
Jeff Garzik [Tue, 5 Apr 2011 02:24:35 +0000]
Fix deadlocks in setaccount, sendfrom RPC calls

SendMoney*() now requires caller to acquire cs_main.
GetAccountAddress() now requires caller to acquire cs_main, cs_mapWallet.

Ordering is intended to match these two callchains[1]:

1. CRITICAL_BLOCK(cs_main)
    ProcessMessage(pfrom, strCommand, vMsg)
        AddToWalletIfMine()
              AddToWallet(wtx)
                  CRITICAL_BLOCK(cs_mapWallet)

2. CRITICAL_BLOCK(cs_main)
    ProcessMessage(pfrom, strCommand, vMsg)
        AddToWalletIfMine()
              AddToWallet(wtx)
                  CRITICAL_BLOCK(cs_mapWallet)
                      walletdb.WriteName(PubKeyToAddress(vchDefaultKey), "")
                          CRITICAL_BLOCK(cs_mapAddressBook)

Spotted by ArtForz.  Additional deadlock fixes by Gavin.

[1] http://www.bitcoin.org/smf/index.php?topic=4904.msg71897#msg71897

13 years agoRemove 4way SSE2 scanhash implementation.
Jeff Garzik [Sun, 3 Apr 2011 18:21:52 +0000]
Remove 4way SSE2 scanhash implementation.

13 years agoUpdate DNS seed list
Jeff Garzik [Fri, 1 Apr 2011 15:33:35 +0000]
Update DNS seed list

13 years agoAllow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time...
Matt Corallo [Sat, 26 Mar 2011 12:01:27 +0000]
Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked).

Thanks joepie91 for the translation of the new copyright notices into Dutch.
Thanks sipa for the translation of the new copyright notices into French.
Thanks megu for the translation of the new copyright notices into Spanish.
Thanks justmoon/Blitzboom for the translation of the new copyright notices into German.
Thanks Joozero for the translation of the new copyright notices into Italian.
Remaining translations were provided by Google Translate.

13 years agoallow coredumps by not catching SIGSEGV
tcatm [Fri, 25 Mar 2011 12:23:43 +0000]
allow coredumps by not catching SIGSEGV

13 years agoMerge branch 'master' of git://github.com/bitcoin/bitcoin
Jeff Garzik [Wed, 23 Mar 2011 22:28:50 +0000]
Merge branch 'master' of git://github.com/bitcoin/bitcoin

13 years ago[locale] Regenerate es, nl binary message catalogs
Jeff Garzik [Wed, 23 Mar 2011 22:27:09 +0000]
[locale] Regenerate es, nl binary message catalogs

13 years agoMerge branch 'master' of https://github.com/smola/bitcoin into tmp
Jeff Garzik [Wed, 23 Mar 2011 22:21:22 +0000]
Merge branch 'master' of https://github.com/smola/bitcoin into tmp

13 years agoMerge branch 'dutchloc' of https://github.com/sipa/bitcoin into tmp
Jeff Garzik [Wed, 23 Mar 2011 22:21:10 +0000]
Merge branch 'dutchloc' of https://github.com/sipa/bitcoin into tmp

13 years agocatch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly
tcatm [Wed, 23 Mar 2011 17:27:30 +0000]
catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly

13 years agodaemon-mode: add sleep() loop to prevent defunct child process, call setsid() in...
tcatm [Mon, 21 Mar 2011 11:11:05 +0000]
daemon-mode: add sleep() loop to prevent defunct child process, call setsid() in child

13 years agoUpdated dutch translation
Sven Slootweg [Fri, 18 Mar 2011 23:44:57 +0000]
Updated dutch translation

13 years agoUpdate copyright in About box from 2010 to 2011
Gavin Andresen [Thu, 10 Mar 2011 15:48:32 +0000]
Update copyright in About box from 2010 to 2011

13 years agoUpdate Spanish translation.
Santiago M. Mola [Wed, 16 Mar 2011 19:56:03 +0000]
Update Spanish translation.

13 years agoFix -logtimestamps to only print time prefix once per output line
Jeff Garzik [Wed, 16 Mar 2011 19:42:04 +0000]
Fix -logtimestamps to only print time prefix once per output line

Incorporate BlueMatt's fix to only timestamp upon new line, and
move -logtimestamp checking outside OutputDebugPrintF() to better
future-proof it.

13 years agoMerge branch 'shy'
Gavin Andresen [Mon, 14 Mar 2011 13:15:06 +0000]
Merge branch 'shy'