]>
Git Repo - VerusCoin.git/log
Gavin Andresen [Wed, 28 Sep 2011 16:30:06 +0000 (12:30 -0400)]
Support 3 new multisignature IsStandard transactions
Initial support for (a and b), (a or b), and 2-of-3 escrow
transactions (where a, b, and c are keys).
Gavin Andresen [Tue, 11 Oct 2011 23:50:06 +0000 (19:50 -0400)]
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen [Thu, 29 Sep 2011 13:46:52 +0000 (09:46 -0400)]
Collapse no-op ExtractAddress/ExtractAddressInner
Gavin Andresen [Mon, 19 Dec 2011 15:27:25 +0000 (07:27 -0800)]
Merge pull request #574 from sipa/dumpprivkey
Dumpprivkey
Gavin Andresen [Mon, 19 Dec 2011 15:26:14 +0000 (07:26 -0800)]
Merge pull request #699 from laanwj/about_qt
Add "About Qt" menu option to show built-in Qt About dialog
Gavin Andresen [Mon, 19 Dec 2011 15:25:16 +0000 (07:25 -0800)]
Merge pull request #707 from gavinandresen/BIP14
Implement BIP 14 : separate protocol version from client version
Gavin Andresen [Fri, 16 Dec 2011 21:26:14 +0000 (16:26 -0500)]
Implement BIP 14 : separate protocol version from client version
Gavin Andresen [Mon, 19 Dec 2011 15:12:30 +0000 (07:12 -0800)]
Merge pull request #709 from luke-jr/newdnsseeds
New DNS seeds
Pieter Wuille [Wed, 13 Jul 2011 09:56:38 +0000 (11:56 +0200)]
Key import and export
Introduces two new RPC calls:
* dumpprivkey: retrieve the private key corresponding to an address
* importprivkey: add a private key to your wallet
The private key format is analoguous to the address format. It is
a 51-character base58-encoded string, that includes a version number
and a checksum.
Includes patch by mhanne:
* add optional account parameter for importprivkey, if omitted use default
Pieter Wuille [Mon, 11 Jul 2011 19:49:45 +0000 (21:49 +0200)]
Preparations for key import/export
Pieter Wuille [Mon, 11 Jul 2011 19:48:09 +0000 (21:48 +0200)]
CBitcoinSecret added (base58 encoded privkey)
Pieter Wuille [Mon, 11 Jul 2011 19:30:40 +0000 (21:30 +0200)]
Add GetSecret() and GetKeys() to CKeyStore
Pieter Wuille [Tue, 28 Jun 2011 21:45:22 +0000 (23:45 +0200)]
Make CWalletTx::pwallet private
Luke Dashjr [Fri, 16 Dec 2011 23:34:47 +0000 (18:34 -0500)]
Add my DNS seed domain
Gavin Andresen [Fri, 16 Dec 2011 22:19:32 +0000 (14:19 -0800)]
Merge pull request #704 from TheBlueMatt/master
Update debian changelog to 0.5.1.
Gavin Andresen [Fri, 16 Dec 2011 22:15:28 +0000 (14:15 -0800)]
Merge pull request #706 from TheBlueMatt/gitian
Add laanwj to gitian download scripts.
Gavin Andresen [Fri, 16 Dec 2011 22:13:45 +0000 (17:13 -0500)]
Move more newlines out of strings, and fix translations.
Gavin Andresen [Fri, 16 Dec 2011 21:37:24 +0000 (16:37 -0500)]
Merge branch 'fix-help-translations' of https://github.com/tcatm/bitcoin
Matt Corallo [Fri, 16 Dec 2011 20:04:43 +0000 (15:04 -0500)]
Add laanwj to gitian download scripts.
Matt Corallo [Fri, 16 Dec 2011 18:27:52 +0000 (13:27 -0500)]
Update debian changelog to 0.5.1.
Gavin Andresen [Fri, 16 Dec 2011 17:31:59 +0000 (12:31 -0500)]
Bump version 0.5.99 (prep for pulling for version 0.6)
Matt Corallo [Fri, 16 Dec 2011 16:30:36 +0000 (11:30 -0500)]
Add sipa's new dnsseed.
Gavin Andresen [Tue, 13 Dec 2011 20:56:26 +0000 (12:56 -0800)]
Merge pull request #700 from TheBlueMatt/qtalertfix
Fix status bar not displaying Alerts.
Matt Corallo [Tue, 13 Dec 2011 19:00:21 +0000 (14:00 -0500)]
Fix status bar not displaying Alerts.
Wladimir J. van der Laan [Tue, 13 Dec 2011 16:30:13 +0000 (17:30 +0100)]
Add "About Qt" menu option to show built-in Qt About dialog
- Most Qt programs do this, and it can be useful to find out what version of Qt was built against.
Wladimir J. van der Laan [Tue, 13 Dec 2011 15:28:56 +0000 (16:28 +0100)]
Enable wordwrap for long message in passphrase dialog
- Remove explicit resizing from constructor to prevent potential hang
Nils Schneider [Tue, 13 Dec 2011 05:46:37 +0000 (06:46 +0100)]
move \\n outside _() in --help
Gavin Andresen [Mon, 12 Dec 2011 20:03:16 +0000 (15:03 -0500)]
Nils Schneider [Mon, 12 Dec 2011 19:56:34 +0000 (20:56 +0100)]
added translations: pt_BR zh_CN
Nils Schneider [Mon, 12 Dec 2011 19:53:18 +0000 (20:53 +0100)]
updated translations: es es_CL nb ru
Gavin Andresen [Mon, 12 Dec 2011 19:33:17 +0000 (11:33 -0800)]
Merge pull request #687 from TheBlueMatt/gitianssl
Re-enable RPCSSL in gitian builds.
Gavin Andresen [Mon, 12 Dec 2011 19:32:48 +0000 (11:32 -0800)]
Merge pull request #694 from luke-jr/restore_old_miniupnp_compat
Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
Luke Dashjr [Sat, 10 Dec 2011 16:52:50 +0000 (11:52 -0500)]
Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
Wladimir J. van der Laan [Fri, 9 Dec 2011 21:43:34 +0000 (13:43 -0800)]
Merge pull request #693 from laanwj/min_fix_tmpshow
Prevent window from being shown momentarily when using -min
Wladimir J. van der Laan [Fri, 9 Dec 2011 21:35:57 +0000 (22:35 +0100)]
Prevent window from being shown momentarily when using -min
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor.
- This change prevents this by connecting show() to the signal instead.
Matt Corallo [Wed, 7 Dec 2011 15:26:55 +0000 (10:26 -0500)]
Re-enable RPCSSL in gitian builds.
Gavin Andresen [Mon, 5 Dec 2011 15:53:15 +0000 (07:53 -0800)]
Merge pull request #679 from laanwj/cmdline_minimize
Implement -min option to start minimized
Gavin Andresen [Mon, 5 Dec 2011 15:53:00 +0000 (07:53 -0800)]
Merge pull request #682 from TheBlueMatt/gdicrypto
Move -lgdi32 after -lcrypto (fixes #681)
Wladimir J. van der Laan [Sat, 3 Dec 2011 16:57:30 +0000 (17:57 +0100)]
Implement -min option to start minimized
Matt Corallo [Sun, 4 Dec 2011 02:48:32 +0000 (21:48 -0500)]
Move -lgdi32 after -lcrypto (fixes #681).
Gavin Andresen [Fri, 2 Dec 2011 15:09:41 +0000 (07:09 -0800)]
Merge pull request #654 from TheBlueMatt/dnsseed-thread
Move DNS Seed lookup to a new thread.
Gavin Andresen [Thu, 1 Dec 2011 21:01:59 +0000 (13:01 -0800)]
Merge pull request #670 from gavinandresen/rpcauth_speedup
Speed up RPC authentication (reworked pull from Joel Katz)
Gavin Andresen [Thu, 1 Dec 2011 14:07:02 +0000 (09:07 -0500)]
Speed up RPC authentication (reworked pull from Joel Katz)
Gavin Andresen [Thu, 1 Dec 2011 20:42:02 +0000 (12:42 -0800)]
Merge pull request #534 from gavinandresen/DoSorphans
Denial-of-service prevention: low-difficulty blocks
Gavin Andresen [Thu, 8 Sep 2011 16:51:43 +0000 (12:51 -0400)]
Orphan block fill-up-memory attack prevention
Gavin Andresen [Thu, 8 Sep 2011 20:50:58 +0000 (16:50 -0400)]
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
Gavin Andresen [Thu, 1 Dec 2011 01:30:54 +0000 (17:30 -0800)]
Merge pull request #666 from nobled/secstrings
Implement an mlock()'d string class for storing passphrases
Gavin Andresen [Thu, 1 Dec 2011 01:28:13 +0000 (17:28 -0800)]
Merge pull request #667 from laanwj/homeaddricons
Make home and addressbook icon more consistent with other toolbar icons
Gavin Andresen [Sun, 27 Nov 2011 19:53:30 +0000 (14:53 -0500)]
Add missing command-line arguments to --help/-? output
Matt Corallo [Mon, 21 Nov 2011 17:25:00 +0000 (12:25 -0500)]
Move DNS Seed lookup to a new thread.
Wladimir J. van der Laan [Sat, 26 Nov 2011 08:55:12 +0000 (09:55 +0100)]
Make home and addressbook icon more consistent with other toolbar icons (make it blue and flip light source direction)
Dylan Noblesmith [Sat, 26 Nov 2011 06:02:04 +0000 (06:02 +0000)]
Implement an mlock()'d string class for storing passphrases
SecureString is identical to std::string except with secure_allocator
substituting for std::allocator. This makes casting between them
impossible, so converting between the two at API boundaries requires
calling ::c_str() for now.
Wladimir J. van der Laan [Thu, 24 Nov 2011 19:20:01 +0000 (20:20 +0100)]
allow for filtering addresses and labels by searching for the typed string anywhere, not just at the beginning (#641)
Nils Schneider [Thu, 24 Nov 2011 12:40:32 +0000 (13:40 +0100)]
update translation: de
Nils Schneider [Thu, 24 Nov 2011 12:36:30 +0000 (13:36 +0100)]
add translations: hu uk
Nils Schneider [Thu, 24 Nov 2011 12:04:35 +0000 (04:04 -0800)]
Merge pull request #662 from paraipan/master
Some patches...
Alex B [Thu, 24 Nov 2011 11:32:19 +0000 (12:32 +0100)]
Small fixes in both spanish translations
Nils Schneider [Tue, 22 Nov 2011 12:01:07 +0000 (13:01 +0100)]
update translations: da de nl ru zh_TW
Nils Schneider [Tue, 22 Nov 2011 12:00:49 +0000 (13:00 +0100)]
add italian translation
Gavin Andresen [Mon, 21 Nov 2011 19:38:47 +0000 (14:38 -0500)]
Don't forget to bump release numbers in READMEs next time
Gavin Andresen [Mon, 21 Nov 2011 19:37:59 +0000 (14:37 -0500)]
Bump version numbers to 0.5.1
Gavin Andresen [Mon, 21 Nov 2011 19:33:14 +0000 (11:33 -0800)]
Merge pull request #602 from wowus/master
Cleaned up critical section code.
Gavin Andresen [Mon, 21 Nov 2011 19:31:57 +0000 (11:31 -0800)]
Merge pull request #634 from laanwj/doxygen
Add doxygen documentation
Gavin Andresen [Mon, 21 Nov 2011 19:31:42 +0000 (11:31 -0800)]
Merge pull request #632 from mndrix/deprecate-getblocknumber
Deprecate RPC getblocknumber
Gavin Andresen [Mon, 21 Nov 2011 19:27:26 +0000 (11:27 -0800)]
Merge pull request #652 from TheBlueMatt/master
Update contrib/debian/ for 0.5.0 release and fix copyright file.
Gavin Andresen [Mon, 21 Nov 2011 19:13:22 +0000 (14:13 -0500)]
Update release process instructions
Gavin Andresen [Mon, 21 Nov 2011 18:38:09 +0000 (13:38 -0500)]
Bump version to 0.5.1
Wladimir J. van der Laan [Mon, 21 Nov 2011 17:20:34 +0000 (09:20 -0800)]
Merge pull request #653 from luke-jr/bugfix_transparent_tooltip
Bugfix: only make QListView transparent, not its tooltips
Luke Dashjr [Mon, 21 Nov 2011 17:18:15 +0000 (12:18 -0500)]
Bugfix: only make QListView transparent, not its tooltips
Matt Corallo [Mon, 21 Nov 2011 16:33:34 +0000 (11:33 -0500)]
Update contrib/debian/ for 0.5.0 release and fix copyright file.
Wladimir J. van der Laan [Mon, 21 Nov 2011 09:07:24 +0000 (01:07 -0800)]
Merge pull request #646 from luke-jr/bugfix_MIT_icons
update debian copyright file for MIT icon relicensing
Luke Dashjr [Sun, 20 Nov 2011 21:32:16 +0000 (16:32 -0500)]
update debian copyright file for MIT icon relicensing
Wladimir J. van der Laan [Sun, 20 Nov 2011 20:51:12 +0000 (21:51 +0100)]
relicense my own images as MIT
Pieter Wuille [Sun, 20 Nov 2011 16:12:00 +0000 (17:12 +0100)]
close old db when rewriting
Gavin Andresen [Sun, 20 Nov 2011 15:39:01 +0000 (10:39 -0500)]
Never remove database files on shutdown, it caused unreadable wallets on some testers' machines.
Gavin Andresen [Thu, 17 Nov 2011 19:21:32 +0000 (14:21 -0500)]
Only remove database log files on shutdown after wallet encryption/rewrite
Gavin Andresen [Thu, 17 Nov 2011 19:01:25 +0000 (14:01 -0500)]
Create new keypool for newly encrypted wallets.
Gavin Andresen [Tue, 15 Nov 2011 21:48:12 +0000 (13:48 -0800)]
Merge pull request #636 from gavinandresen/master
Fix crash-on-wallet-upgrade bug on OSX
Gavin Andresen [Tue, 15 Nov 2011 19:28:51 +0000 (14:28 -0500)]
Tweak handling of boost filesystem versions
Gavin Andresen [Tue, 15 Nov 2011 19:30:15 +0000 (14:30 -0500)]
Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.
Gavin Andresen [Tue, 15 Nov 2011 14:47:29 +0000 (09:47 -0500)]
Fix boost filesystem incompatibility problem
Gavin Andresen [Tue, 15 Nov 2011 14:38:43 +0000 (06:38 -0800)]
Merge pull request #635 from gavinandresen/encryptionbug
Prevent unencrypted private keys from being written to wallet.dat
Wladimir J. van der Laan [Fri, 11 Nov 2011 21:20:57 +0000 (22:20 +0100)]
add message about restarting bitcoin after encrypting wallet succesfully
Gavin Andresen [Fri, 11 Nov 2011 02:12:46 +0000 (21:12 -0500)]
Obsolete keypool and make sure database removes log files on shutdown.
Pieter Wuille [Thu, 10 Nov 2011 20:29:23 +0000 (21:29 +0100)]
Resilvering
Gavin Andresen [Mon, 14 Nov 2011 14:57:46 +0000 (06:57 -0800)]
Merge pull request #631 from luke-jr/free_icons
Free icons
Gavin Andresen [Mon, 14 Nov 2011 14:56:57 +0000 (06:56 -0800)]
Merge pull request #633 from laanwj/qtrpcconflict
RPC: do not launch Shutdown in a new thread in case we are running the UI
Wladimir J. van der Laan [Sun, 13 Nov 2011 12:19:52 +0000 (13:19 +0100)]
Improve documentation for UI classes
Wladimir J. van der Laan [Sun, 13 Nov 2011 10:12:33 +0000 (11:12 +0100)]
Example documented class
Wladimir J. van der Laan [Sat, 12 Nov 2011 11:44:16 +0000 (12:44 +0100)]
Add doxygen documentation configuration file
Wladimir J. van der Laan [Sun, 13 Nov 2011 07:45:29 +0000 (08:45 +0100)]
Add model null pointer check (solves issue #595 and https://github.com/laanwj/bitcoin-qt/issues/29)
Missed this one before, which can be triggered in race condition if window event arrives before model is set
Wladimir J. van der Laan [Sat, 12 Nov 2011 12:50:25 +0000 (13:50 +0100)]
Do not launch Shutdown in a new thread in case we are running the UI.
This leads to the bitcoin core being shut down while the UI is accessing it, and generally results in a segmentation fault or crash. In case it is desirable to make it possible to shutdown the GUI from its RPC server, we'll need to implement a signal for it. For the mean time, this is a safe stopgap.
Michael Hendricks [Fri, 11 Nov 2011 00:10:32 +0000 (17:10 -0700)]
Deprecate RPC getblocknumber
This RPC is exactly identical to getblockcount. This duplication
dates back to commit
22f721dbf23cf5ce9e3ded9bcfb65a3894cc0f8c when
Satoshi created the RPC interface.
There's no need to have both, so we standardize on "count" which
matches the naming convention in getconnectioncount.
Following the tradition established with previously deprecated APIs,
getblocknumber continues to work, but it's not listed in the help
system.
Luke Dashjr [Fri, 11 Nov 2011 16:11:07 +0000 (11:11 -0500)]
Replace kfm_home with go-home for "overview"
Luke Dashjr [Thu, 10 Nov 2011 21:27:24 +0000 (16:27 -0500)]
update doc/assets-attribution.txt
Gavin Andresen [Thu, 10 Nov 2011 18:01:40 +0000 (13:01 -0500)]
Tool/process for including correct qt translations in mac .App
Luke Dashjr [Thu, 10 Nov 2011 17:59:01 +0000 (12:59 -0500)]
Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed
Luke Dashjr [Thu, 10 Nov 2011 17:48:31 +0000 (12:48 -0500)]
Replace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van der Laan (who will hopefully relicense)
Gavin Andresen [Thu, 10 Nov 2011 15:30:24 +0000 (10:30 -0500)]
Merge branch 'nullmodels' of https://github.com/laanwj/bitcoin
Gavin Andresen [Mon, 7 Nov 2011 18:31:37 +0000 (13:31 -0500)]
Release process doc fixes
This page took 0.06015 seconds and 4 git commands to generate.