novacoin.git
12 years agoUpdate NSIS Installer file to support the new directory structure.
Matt Corallo [Sat, 21 May 2011 11:45:49 +0000]
Update NSIS Installer file to support the new directory structure.

12 years agoirc: #bitcoin is overflowing. split up into 100 randomly-joined channels.
Jeff Garzik [Sat, 21 May 2011 00:54:51 +0000]
irc: #bitcoin is overflowing.  split up into 100 randomly-joined channels.

From laszlo

12 years agoOSX build tweaks (laszlo)
Jeff Garzik [Sat, 21 May 2011 00:48:44 +0000]
OSX build tweaks (laszlo)

12 years agoMerge pull request #229 from TheBlueMatt/esfix
Jeff Garzik [Wed, 18 May 2011 17:37:11 +0000]
Merge pull request #229 from TheBlueMatt/esfix

Update spanish translation to newest git.

12 years agoMerge pull request #230 from TheBlueMatt/defix
Jeff Garzik [Wed, 18 May 2011 17:36:43 +0000]
Merge pull request #230 from TheBlueMatt/defix

Update German translation to latest git.

12 years agoMerge pull request #234 from TheBlueMatt/ltfix
Jeff Garzik [Wed, 18 May 2011 17:36:22 +0000]
Merge pull request #234 from TheBlueMatt/ltfix

Update Lithuanian Translation to latest git.

12 years agoMerge pull request #235 from TheBlueMatt/gitianfix
Jeff Garzik [Wed, 18 May 2011 17:35:52 +0000]
Merge pull request #235 from TheBlueMatt/gitianfix

Update Gitian Build Descriptor to match new directory layout.

12 years agoUpdate Gitian Build Descriptor to match new directory layout.
Matt Corallo [Wed, 18 May 2011 14:02:44 +0000]
Update Gitian Build Descriptor to match new directory layout.

12 years agoUpdate Lithuanian Translation to latest git.
Anonymous [Wed, 18 May 2011 13:42:44 +0000]
Update Lithuanian Translation to latest git.

12 years agoBugfix for dnslookup: irc.cpp still used old CAddress constructor
Pieter Wuille [Tue, 17 May 2011 15:54:06 +0000]
Bugfix for dnslookup: irc.cpp still used old CAddress constructor

12 years agoUpdate German translation to latest git.
Blitzboom [Tue, 17 May 2011 12:00:08 +0000]
Update German translation to latest git.

12 years agoUpdate spanish translation to newest git.
Carlos Pizarro [Sun, 15 May 2011 16:25:53 +0000]
Update spanish translation to newest git.

12 years agoMerge branch 'master' of git://github.com/bitcoin/bitcoin
Jeff Garzik [Tue, 17 May 2011 05:38:15 +0000]
Merge branch 'master' of git://github.com/bitcoin/bitcoin

12 years agodoc/README: bump version to 0.3.22
Jeff Garzik [Tue, 17 May 2011 05:36:31 +0000]
doc/README: bump version to 0.3.22

12 years agoMerge pull request #221 from gavinandresen/portoption
Jeff Garzik [Tue, 17 May 2011 05:29:28 +0000]
Merge pull request #221 from gavinandresen/portoption

-port option to listen on arbitrary port

12 years agoMerge pull request #222 from TheBlueMatt/lt
Jeff Garzik [Tue, 17 May 2011 05:24:59 +0000]
Merge pull request #222 from TheBlueMatt/lt

Add Lithuanian translation.

12 years agoBuild error mingw, missing std::
Gavin Andresen [Sun, 15 May 2011 17:13:50 +0000]
Build error mingw, missing std::

12 years ago-port option to listen on arbitrary port
Gavin Andresen [Thu, 21 Apr 2011 14:45:08 +0000]
-port option to listen on arbitrary port

12 years agomake bitcoin include files more modular
Wladimir J. van der Laan [Sun, 15 May 2011 07:11:04 +0000]
make bitcoin include files more modular

12 years agoMerge pull request #224 from TheBlueMatt/mingwbuildfix
Pieter Wuille [Sat, 14 May 2011 17:09:05 +0000]
Merge pull request #224 from TheBlueMatt/mingwbuildfix

Fix MinGW build due to bad pointers to ui.rc pixmaps stuff.

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 #223 from sipa/dnslookup
Pieter Wuille [Sat, 14 May 2011 16:48:42 +0000]
Merge pull request #223 from sipa/dnslookup

bugfix in dnslookup code: didn't compile in mingw

12 years agobugfix in dnslookup code: didn't compile in mingw
Pieter Wuille [Sat, 14 May 2011 15:59:30 +0000]
bugfix in dnslookup code: didn't compile in mingw

12 years agoAdd Lithuanian translation.
mewantsbitcoins [Fri, 13 May 2011 22:56:52 +0000]
Add Lithuanian translation.

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

13 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

13 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.

13 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.

13 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

13 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.

13 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)

13 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.

13 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.

13 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.