]>
Git Repo - VerusCoin.git/log
Jeff Garzik [Mon, 9 May 2011 18:00:14 +0000 (14:00 -0400)]
Manual merge of jaromil's source tree reorg commit.
Conflicts:
src/sha256.cpp
Gavin Andresen [Mon, 9 May 2011 17:31:10 +0000 (13:31 -0400)]
Fix broken build (invalid use of qualified name std::advance)
Gavin Andresen [Mon, 9 May 2011 16:42:29 +0000 (09:42 -0700)]
Merge pull request #160 from CAFxX/listtransactions-from
add parameter "from" to listtransactions (range queries)
Gavin Andresen [Mon, 9 May 2011 16:37:31 +0000 (09:37 -0700)]
Merge pull request #205 from forrestv/caseinsensitive_rpc_headers
Case-Insensitive JSON-RPC HTTP Headers
Forrest Voight [Sun, 8 May 2011 21:10:33 +0000 (17:10 -0400)]
Initial commit of changes to make JSON-RPC HTTP headers case-insensitive, as per RFC 2616
Carlo Alberto Ferraris [Sat, 7 May 2011 16:34:32 +0000 (18:34 +0200)]
Allow using the [from] parameter also from command-line
Jeff Garzik [Fri, 6 May 2011 12:04:50 +0000 (08:04 -0400)]
Merge branch 'remove-4way' of github.com:jgarzik/bitcoin into tmp
Conflicts:
makefile.unix
Jeff Garzik [Fri, 6 May 2011 11:33:44 +0000 (04:33 -0700)]
Merge pull request #197 from TheBlueMatt/errorfix
Fix GUI crash
Matt Corallo [Fri, 6 May 2011 02:07:11 +0000 (04:07 +0200)]
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.
Jeff Garzik [Fri, 6 May 2011 11:24:32 +0000 (04:24 -0700)]
Merge pull request #196 from amiryal/master
Improve UPNP build instructions
Amir Yalon [Fri, 6 May 2011 07:55:38 +0000 (10:55 +0300)]
Clarify the meaning of USE_UPNP in build-unix.txt
Gavin Andresen [Thu, 5 May 2011 15:17:14 +0000 (08:17 -0700)]
Merge pull request #194 from johnmaguire2013/tray
Removed tooltip balance until it's fixed.
Gavin Andresen [Thu, 5 May 2011 14:50:57 +0000 (07:50 -0700)]
Merge pull request #193 from TheBlueMatt/nogenoption
Remove the option to generate coins from the Options Dialog.
John Maguire [Thu, 5 May 2011 14:49:20 +0000 (10:49 -0400)]
removed tooltip balance until it can be made to change without opening the UI
Matt Corallo [Thu, 5 May 2011 12:56:24 +0000 (14:56 +0200)]
Remove the option to generate coins from the Options Dialog.
Gavin Andresen [Tue, 3 May 2011 19:02:41 +0000 (15:02 -0400)]
Fix broken build (remove declarations of GUI generate methods)
Gavin Andresen [Tue, 3 May 2011 15:27:45 +0000 (08:27 -0700)]
Merge pull request #142 from jgarzik/remove-gui-gen.
Remove GUI 'generate coins' option.
Gavin Andresen [Tue, 3 May 2011 15:24:57 +0000 (08:24 -0700)]
Merge pull request #173 from gavinandresen/testnet_isstandard.
Accept non-standard transactions on testnet.
Gavin Andresen [Tue, 3 May 2011 15:16:13 +0000 (08:16 -0700)]
Merge pull request #190 from johnmaguire2013/tray.
Added balance to tooltip and send coin option to tray menu
Pieter Wuille [Sun, 1 May 2011 16:33:40 +0000 (09:33 -0700)]
Merge pull request #178 from wizeman/link-pthread.
Link with libpthread on Linux, required by libboost_thread.
John Maguire [Sun, 1 May 2011 13:20:29 +0000 (09:20 -0400)]
fixed some translations which was... weird
John Maguire [Sun, 1 May 2011 04:53:45 +0000 (00:53 -0400)]
added balance to tooltips
John Maguire [Sun, 1 May 2011 04:27:15 +0000 (00:27 -0400)]
added "Send Bitcoins" option in the tray menu
Gavin Andresen [Sun, 1 May 2011 13:41:49 +0000 (06:41 -0700)]
Merge pull request #179 from wizeman/segfault-lockfile.
Fix segfault when we're unable to create the lock file.
Gavin Andresen [Sun, 1 May 2011 13:41:20 +0000 (06:41 -0700)]
Merge pull request #181 from sipa/fixcheckconf.
Bugfix in recursive check in IsConfirmed()
Gavin Andresen [Sun, 1 May 2011 13:39:31 +0000 (06:39 -0700)]
Merge pull request #186 from TheBlueMatt/nopng.
Remove unnecessary line which creates a dependency on wx's png library.
Gavin Andresen [Sun, 1 May 2011 13:38:56 +0000 (06:38 -0700)]
Merge pull request #187 from devrandom/master.
New gitian descriptor for 0.3.21
Gavin Andresen [Thu, 28 Apr 2011 18:01:57 +0000 (14:01 -0400)]
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)
devrandom [Thu, 28 Apr 2011 18:01:07 +0000 (11:01 -0700)]
gitian: strip binaries
devrandom [Wed, 27 Apr 2011 23:26:14 +0000 (16:26 -0700)]
gitian descriptor with miniupnpc
Matt Corallo [Sun, 24 Apr 2011 19:12:32 +0000 (21:12 +0200)]
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.
Pieter Wuille [Sat, 23 Apr 2011 13:33:52 +0000 (15:33 +0200)]
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.
Jaromil [Sat, 23 Apr 2011 09:49:47 +0000 (11:49 +0200)]
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
Ricardo M. Correia [Fri, 22 Apr 2011 23:26:16 +0000 (01:26 +0200)]
Fix segfault when we're unable to create the lock file.
Ricardo M. Correia [Fri, 22 Apr 2011 23:16:19 +0000 (01:16 +0200)]
Link with libpthread on Linux, required by libboost_thread.
Fixes link failure when using the 'gold' linker.
Gavin Andresen [Wed, 20 Apr 2011 22:08:01 +0000 (18:08 -0400)]
Better wording for transaction fee notification messages
Gavin Andresen [Wed, 20 Apr 2011 18:45:43 +0000 (14:45 -0400)]
More 0.3.21 release prep
Bump version number in Windows installer file
Update READMEs.
Gavin Andresen [Wed, 20 Apr 2011 16:03:31 +0000 (12:03 -0400)]
Update date in license.txt
Pieter Wuille [Thu, 14 Apr 2011 09:17:52 +0000 (11:17 +0200)]
Monitor incoming transactions for spends by (a copy of) your own wallet
Gavin Andresen [Wed, 20 Apr 2011 15:20:33 +0000 (11:20 -0400)]
Accept non-standard transactions on testnet.
Gavin Andresen [Tue, 19 Apr 2011 00:40:50 +0000 (20:40 -0400)]
getbalance '*' was ignoring minconf param.
Pieter Wuille [Wed, 13 Apr 2011 14:16:30 +0000 (16:16 +0200)]
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.
Jeff Garzik [Mon, 18 Apr 2011 19:10:27 +0000 (15:10 -0400)]
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].
Gavin Andresen [Mon, 18 Apr 2011 18:53:13 +0000 (14:53 -0400)]
Merge branch 'upnpfix' of https://github.com/TheBlueMatt/bitcoin
Dan Helfman [Sat, 16 Apr 2011 18:35:45 +0000 (11:35 -0700)]
Fix for #156: UPnP segfault when no valid UPnP IGDs are found.
Gavin Andresen [Fri, 15 Apr 2011 16:09:50 +0000 (12:09 -0400)]
Merge branch 'master' of https://github.com/gjs278/bitcoin
Gavin Andresen [Fri, 15 Apr 2011 16:03:50 +0000 (12:03 -0400)]
Merge branch 'localefix'
Gavin Andresen [Wed, 13 Apr 2011 19:06:48 +0000 (15:06 -0400)]
Set time locale to POSIX in rfc1123Time so weekday/months in http responses are correct.
Gavin Andresen [Fri, 15 Apr 2011 15:41:39 +0000 (11:41 -0400)]
Merge branch 'http-version' of https://github.com/jgarzik/bitcoin
Jeff Garzik [Wed, 13 Apr 2011 19:16:38 +0000 (15:16 -0400)]
Send/return full bitcoin version string in Server and User-Agent HTTP headers
Jeff Garzik [Fri, 15 Apr 2011 07:58:28 +0000 (03:58 -0400)]
Ensure version number->string conversion is consistent
Carlo Alberto Ferraris [Fri, 15 Apr 2011 06:24:59 +0000 (08:24 +0200)]
add parameter from to listtransactions this allows querying for ranges, i.e. transactions [from, from+count)
Matt Corallo [Thu, 14 Apr 2011 22:37:50 +0000 (00:37 +0200)]
Exit when no UPnP router found and fUseUPnP gets set to 0.
Dan Loewenherz [Wed, 13 Apr 2011 20:38:22 +0000 (13:38 -0700)]
build: add note for Snow Leopard users and fix typos in linking instructions
Gavin Andresen [Wed, 13 Apr 2011 18:30:22 +0000 (14:30 -0400)]
New checkpoint at block 118,000
gjs278 [Wed, 13 Apr 2011 00:15:19 +0000 (19:15 -0500)]
pidfile support for daemon
Gavin Andresen [Tue, 12 Apr 2011 21:31:31 +0000 (17:31 -0400)]
Merge branch 'listimmature' of /Users/gavin/src/gavin_btc
Gavin Andresen [Tue, 12 Apr 2011 21:27:15 +0000 (17:27 -0400)]
Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin
Pieter Wuille [Tue, 12 Apr 2011 19:01:11 +0000 (21:01 +0200)]
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.
Gavin Andresen [Tue, 12 Apr 2011 18:22:12 +0000 (14:22 -0400)]
Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Tue, 12 Apr 2011 17:31:44 +0000 (13:31 -0400)]
Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin
Pieter Wuille [Thu, 17 Mar 2011 21:54:20 +0000 (22:54 +0100)]
select transaction outputs separately
Update to SelectCoins and CreateTransaction to select source transaction outputs separately instead of per whole transaction.
Pieter Wuille [Thu, 17 Mar 2011 21:51:59 +0000 (22:51 +0100)]
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)
tcatm [Sat, 9 Apr 2011 03:59:32 +0000 (23:59 -0400)]
disable -daemon on windows; bitcoind forks only with -daemon set
[added setsid() call to ui.cpp, to regain consistency with init.cpp -jgarzik]
Jeff Garzik [Sat, 9 Apr 2011 02:50:14 +0000 (22:50 -0400)]
rfc1123Time: increase buffer size for time string
Make sure we can accomodate all possibilities.
Gavin Andresen [Sun, 27 Mar 2011 18:56:18 +0000 (14:56 -0400)]
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).
Eric Swanson [Sun, 20 Mar 2011 22:32:39 +0000 (18:32 -0400)]
Fixed issue 76 -- RPC error where addresses from addressbook's sending tab appear in listaccounts
Gavin Andresen [Tue, 5 Apr 2011 23:34:06 +0000 (19:34 -0400)]
Merge branch 'deadlock-fixes' of https://github.com/jgarzik/bitcoin
Jeff Garzik [Tue, 5 Apr 2011 19:15:20 +0000 (15:15 -0400)]
RPC sendmany must acquire cs_main lock
Jeff Garzik [Tue, 5 Apr 2011 02:24:35 +0000 (22:24 -0400)]
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
Jeff Garzik [Sun, 3 Apr 2011 18:21:52 +0000 (14:21 -0400)]
Remove 4way SSE2 scanhash implementation.
Jeff Garzik [Fri, 1 Apr 2011 15:33:35 +0000 (11:33 -0400)]
Update DNS seed list
Matt Corallo [Sat, 26 Mar 2011 12:01:27 +0000 (13:01 +0100)]
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.
tcatm [Fri, 25 Mar 2011 12:23:43 +0000 (13:23 +0100)]
allow coredumps by not catching SIGSEGV
Jeff Garzik [Wed, 23 Mar 2011 22:28:50 +0000 (18:28 -0400)]
Merge branch 'master' of git://github.com/bitcoin/bitcoin
Jeff Garzik [Wed, 23 Mar 2011 22:27:09 +0000 (18:27 -0400)]
[locale] Regenerate es, nl binary message catalogs
Jeff Garzik [Wed, 23 Mar 2011 22:21:22 +0000 (18:21 -0400)]
Merge branch 'master' of https://github.com/smola/bitcoin into tmp
Jeff Garzik [Wed, 23 Mar 2011 22:21:10 +0000 (18:21 -0400)]
Merge branch 'dutchloc' of https://github.com/sipa/bitcoin into tmp
tcatm [Wed, 23 Mar 2011 17:27:30 +0000 (18:27 +0100)]
catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly
tcatm [Mon, 21 Mar 2011 11:11:05 +0000 (12:11 +0100)]
daemon-mode: add sleep() loop to prevent defunct child process, call setsid() in child
Sven Slootweg [Fri, 18 Mar 2011 23:44:57 +0000 (00:44 +0100)]
Updated dutch translation
Gavin Andresen [Thu, 10 Mar 2011 15:48:32 +0000 (10:48 -0500)]
Update copyright in About box from 2010 to 2011
Santiago M. Mola [Wed, 16 Mar 2011 19:56:03 +0000 (20:56 +0100)]
Update Spanish translation.
Jeff Garzik [Wed, 16 Mar 2011 19:42:04 +0000 (15:42 -0400)]
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.
Gavin Andresen [Mon, 14 Mar 2011 13:15:06 +0000 (09:15 -0400)]
Merge branch 'shy'
Gavin Andresen [Sun, 13 Mar 2011 21:15:59 +0000 (17:15 -0400)]
Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoin
Gavin Andresen [Sun, 13 Mar 2011 21:15:57 +0000 (17:15 -0400)]
Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen [Sun, 13 Mar 2011 21:15:44 +0000 (17:15 -0400)]
Merge branch 'limitfree' of /Users/gavin/src/integration_btc
Gavin Andresen [Sun, 13 Mar 2011 21:15:34 +0000 (17:15 -0400)]
Merge branch 'daemon-mode' of https://github.com/tcatm/bitcoin
Gavin Andresen [Sun, 13 Mar 2011 21:15:28 +0000 (17:15 -0400)]
Merge branch 'subcent-change' of https://github.com/tcatm/bitcoin
Gavin Andresen [Thu, 16 Dec 2010 20:48:04 +0000 (15:48 -0500)]
sendmany RPC command, to send to multiple recipients in one transaction.
Gavin Andresen [Sun, 13 Mar 2011 18:38:07 +0000 (14:38 -0400)]
Make sure rate-limiting code is thread-safe
Gavin Andresen [Fri, 11 Mar 2011 16:50:16 +0000 (11:50 -0500)]
Continuously rate-limit free transactions.
Changed algorithm to use continuous exponential function instead of discrete 10-minute window.
Changed -limitfreerelay to be kilobytes-per-minute instead of boolean.
tcatm [Sun, 13 Mar 2011 17:35:39 +0000 (18:35 +0100)]
remove from/message field from uiproject
Jeff Garzik [Thu, 10 Mar 2011 19:32:19 +0000 (14:32 -0500)]
Merge branch 'smalltxfix' of https://github.com/gavinandresen/bitcoin-git into tmp
Jeff Garzik [Thu, 10 Mar 2011 17:58:49 +0000 (12:58 -0500)]
Merge branch 'master' of https://github.com/devrandom/bitcoin into tmp
Gavin Andresen [Thu, 10 Mar 2011 15:48:32 +0000 (10:48 -0500)]
Update copyright in About box from 2010 to 2011
Gavin Andresen [Thu, 10 Mar 2011 15:47:59 +0000 (10:47 -0500)]
Bump version number to 0.3.21 (lest we forget)
Matt Corallo [Wed, 9 Mar 2011 20:48:11 +0000 (21:48 +0100)]
Only log timestamps if -logtimestamps is set.
Matt Corallo [Wed, 9 Mar 2011 18:53:40 +0000 (19:53 +0100)]
Add timestamp prefix to each line in the debug log (this time with human-readable times)
This page took 0.060172 seconds and 4 git commands to generate.