novacoin.git
12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Mon, 9 Jan 2012 17:15:32 +0000]
Merge branch '0.5.0.x' into 0.5.x

Conflicts:
contrib/debian/changelog

12 years agoAdd "About Qt" menu option to show built-in Qt About dialog
Wladimir J. van der Laan [Tue, 13 Dec 2011 16:30:13 +0000]
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.

12 years agomake transaction description read-only (UI fix)
Wladimir J. van der Laan [Fri, 6 Jan 2012 05:55:48 +0000]
make transaction description read-only (UI fix)

12 years agoRemove mentions on anonymity in debian folder.
Matt Corallo [Sat, 7 Jan 2012 18:35:25 +0000]
Remove mentions on anonymity in debian folder.

These should never have been there, bitcoin isnt anonymous without
a ton of work that virtually no users will ever be willing and
capable of doing.

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Thu, 5 Jan 2012 23:19:29 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Thu, 5 Jan 2012 23:17:58 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoFix horrific performance found by gmaxwell.
Matt Corallo [Tue, 3 Jan 2012 08:03:07 +0000]
Fix horrific performance found by gmaxwell.

12 years agoFix transaction type in UI: not all tx'es with "from"/"to" field are necessarily...
Wladimir J. van der Laan [Wed, 28 Dec 2011 10:14:05 +0000]
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es

- Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther",
 (IP tx'es are so rare they can be put together with funky EV_EVAL scripts)

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Tue, 3 Jan 2012 17:23:09 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoFix typo (#734)
Wladimir J. van der Laan [Tue, 3 Jan 2012 10:55:58 +0000]
Fix typo (#734)

12 years agoFix typo (#734)
Luke Dashjr [Tue, 3 Jan 2012 17:21:04 +0000]
Fix typo (#734)

Conflicts:

src/qt/locale/bitcoin_hu.ts
src/qt/locale/bitcoin_it.ts
src/qt/locale/bitcoin_pt_BR.ts
src/qt/locale/bitcoin_uk.ts
src/qt/locale/bitcoin_zh_CN.ts

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Tue, 3 Jan 2012 17:19:48 +0000]
Merge branch '0.4.x' into 0.5.0.x

Conflicts:
src/util.cpp

12 years agoI broke -testnet with my TOR option-parsing fixes.
Gavin Andresen [Tue, 3 Jan 2012 16:17:04 +0000]
I broke -testnet with my TOR option-parsing fixes.

12 years agoFix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen [Tue, 3 Jan 2012 15:14:22 +0000]
Fix issue #659, and cleanup wallet/command-line argument handling a bit

Conflicts:
src/init.cpp
src/util.cpp

12 years agoFix some address-handling deadlocks
Pieter Wuille [Tue, 3 Jan 2012 00:28:15 +0000]
Fix some address-handling deadlocks

Made three critical blocks for cs_mapAddresses smaller, and moved
writing to the database out of them. This should also improve the
concurrency of the code.

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Sun, 25 Dec 2011 14:56:55 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoBe more conservative: check all transactions in blocks after last checkpoint.
Luke Dashjr [Sun, 25 Dec 2011 14:26:12 +0000]
Be more conservative: check all transactions in blocks after last checkpoint.

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Fri, 23 Dec 2011 15:09:13 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoFix #722.
Matt Corallo [Fri, 23 Dec 2011 10:24:46 +0000]
Fix #722.

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Fri, 23 Dec 2011 15:08:53 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoImplement an mlock()'d string class for storing passphrases
Dylan Noblesmith [Sat, 26 Nov 2011 06:02:04 +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.

12 years agoBugfix: fForRelay should be false when deciding required fee to include in blocks
Luke Dashjr [Wed, 14 Dec 2011 06:03:55 +0000]
Bugfix: fForRelay should be false when deciding required fee to include in blocks

During the rushed transition from 0.01 BTC to 0.0005 BTC fees, we took the
approach of dropping the relay and block-inclusion fee to 0.0005 BTC
immediately, and only delayed adjusting the sending fee for the next release.
Afterward, the relay fee was lowered to 0.0001 BTC to avoid having the same
problem in the future. However, the block inclusion code was left setting
fForRelay to true! This fixes that, so the lower 0.0001 BTC allowance is (as
intended) only permitted for real relaying.

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Mon, 19 Dec 2011 21:05:32 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Mon, 19 Dec 2011 21:05:15 +0000]
Merge branch '0.4.x' into 0.5.0.x

12 years agoAdd my DNS seed domain
Luke Dashjr [Fri, 16 Dec 2011 23:34:47 +0000]
Add my DNS seed domain

12 years agoAdd sipa's new dnsseed.
Matt Corallo [Fri, 16 Dec 2011 16:30:36 +0000]
Add sipa's new dnsseed.

12 years agoBump version to 0.5.2
Luke Dashjr [Fri, 16 Dec 2011 22:58:40 +0000]
Bump version to 0.5.2

12 years agoUpdate debian changelog to 0.5.1.
Matt Corallo [Fri, 16 Dec 2011 18:27:52 +0000]
Update debian changelog to 0.5.1.

12 years agoMerge branch '0.5.0.x' into 0.5.x
Luke Dashjr [Fri, 16 Dec 2011 22:54:53 +0000]
Merge branch '0.5.0.x' into 0.5.x

12 years agoUpdate debian changelog to 0.5.0.3.
Luke Dashjr [Fri, 16 Dec 2011 22:47:50 +0000]
Update debian changelog to 0.5.0.3.

12 years agoBump version to 0.5.0.3
Luke Dashjr [Fri, 16 Dec 2011 00:34:37 +0000]
Bump version to 0.5.0.3

12 years agoBump version to 0.5.0.2
Luke Dashjr [Fri, 16 Dec 2011 00:32:15 +0000]
Bump version to 0.5.0.2

12 years agoBump version to 0.4.3
Luke Dashjr [Fri, 16 Dec 2011 00:25:29 +0000]
Bump version to 0.4.3

12 years agoFix status bar not displaying Alerts.
Matt Corallo [Tue, 13 Dec 2011 19:00:21 +0000]
Fix status bar not displaying Alerts.

12 years agoMerge pull request #700 from TheBlueMatt/qtalertfix
Gavin Andresen [Tue, 13 Dec 2011 20:56:26 +0000]
Merge pull request #700 from TheBlueMatt/qtalertfix

Fix status bar not displaying Alerts.

12 years agoFix status bar not displaying Alerts.
Matt Corallo [Tue, 13 Dec 2011 19:00:21 +0000]
Fix status bar not displaying Alerts.

12 years agoEnable wordwrap for long message in passphrase dialog
Wladimir J. van der Laan [Tue, 13 Dec 2011 15:28:56 +0000]
Enable wordwrap for long message in passphrase dialog
- Remove explicit resizing from constructor to prevent potential hang

12 years agoEnable wordwrap for long message in passphrase dialog
Wladimir J. van der Laan [Tue, 13 Dec 2011 15:28:56 +0000]
Enable wordwrap for long message in passphrase dialog
- Remove explicit resizing from constructor to prevent potential hang

12 years agoMerge commit '7298ebb'
Gavin Andresen [Mon, 12 Dec 2011 20:03:16 +0000]
Merge commit '7298ebb'

12 years agoadded translations: pt_BR zh_CN
Nils Schneider [Mon, 12 Dec 2011 19:56:34 +0000]
added translations: pt_BR zh_CN

12 years agoupdated translations: es es_CL nb ru
Nils Schneider [Mon, 12 Dec 2011 19:53:18 +0000]
updated translations: es es_CL nb ru

12 years agoRe-enable RPCSSL in gitian builds.
Matt Corallo [Wed, 7 Dec 2011 15:26:55 +0000]
Re-enable RPCSSL in gitian builds.

12 years agoMerge branch '0.4.x' into 0.5.x
Luke Dashjr [Mon, 12 Dec 2011 19:34:47 +0000]
Merge branch '0.4.x' into 0.5.x

12 years agoMerge branch 'restore_old_miniupnp_compat' into 0.4.x
Luke Dashjr [Mon, 12 Dec 2011 19:33:47 +0000]
Merge branch 'restore_old_miniupnp_compat' into 0.4.x

12 years agoMerge pull request #687 from TheBlueMatt/gitianssl
Gavin Andresen [Mon, 12 Dec 2011 19:33:17 +0000]
Merge pull request #687 from TheBlueMatt/gitianssl

Re-enable RPCSSL in gitian builds.

12 years agoMerge pull request #694 from luke-jr/restore_old_miniupnp_compat
Gavin Andresen [Mon, 12 Dec 2011 19:32:48 +0000]
Merge pull request #694 from luke-jr/restore_old_miniupnp_compat

Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)

12 years agoRestore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
Luke Dashjr [Sat, 10 Dec 2011 16:52:50 +0000]
Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)

12 years agoMerge pull request #693 from laanwj/min_fix_tmpshow
Wladimir J. van der Laan [Fri, 9 Dec 2011 21:43:34 +0000]
Merge pull request #693 from laanwj/min_fix_tmpshow

Prevent window from being shown momentarily when using -min

12 years agoPrevent window from being shown momentarily when using -min
Wladimir J. van der Laan [Fri, 9 Dec 2011 21:35:57 +0000]
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.

12 years agoRe-enable RPCSSL in gitian builds.
Matt Corallo [Wed, 7 Dec 2011 15:26:55 +0000]
Re-enable RPCSSL in gitian builds.

12 years agoMove -lgdi32 after -lcrypto (fixes #681).
Matt Corallo [Sun, 4 Dec 2011 02:48:32 +0000]
Move -lgdi32 after -lcrypto (fixes #681).

12 years agoMerge pull request #679 from laanwj/cmdline_minimize
Gavin Andresen [Mon, 5 Dec 2011 15:53:15 +0000]
Merge pull request #679 from laanwj/cmdline_minimize

Implement -min option to start minimized

12 years agoMerge pull request #682 from TheBlueMatt/gdicrypto
Gavin Andresen [Mon, 5 Dec 2011 15:53:00 +0000]
Merge pull request #682 from TheBlueMatt/gdicrypto

Move -lgdi32 after -lcrypto (fixes #681)

12 years agoImplement -min option to start minimized
Wladimir J. van der Laan [Sat, 3 Dec 2011 16:57:30 +0000]
Implement -min option to start minimized

12 years agoMove -lgdi32 after -lcrypto (fixes #681).
Matt Corallo [Sun, 4 Dec 2011 02:48:32 +0000]
Move -lgdi32 after -lcrypto (fixes #681).

12 years agoMove DNS Seed lookup to a new thread.
Matt Corallo [Mon, 21 Nov 2011 17:25:00 +0000]
Move DNS Seed lookup to a new thread.

12 years agoMove DNS Seed lookup to a new thread.
Matt Corallo [Mon, 21 Nov 2011 17:25:00 +0000]
Move DNS Seed lookup to a new thread.

12 years agoMerge pull request #654 from TheBlueMatt/dnsseed-thread
Gavin Andresen [Fri, 2 Dec 2011 15:09:41 +0000]
Merge pull request #654 from TheBlueMatt/dnsseed-thread

Move DNS Seed lookup to a new thread.

12 years agoMerge branch '0.4.x' into 0.5.x
Luke Dashjr [Fri, 2 Dec 2011 04:22:12 +0000]
Merge branch '0.4.x' into 0.5.x

(no actual changes)

12 years agoOrphan block fill-up-memory attack prevention
Gavin Andresen [Thu, 8 Sep 2011 16:51:43 +0000]
Orphan block fill-up-memory attack prevention

12 years agoMoved checkpoints out of main, to prep for using them to help prevent DoS attacks
Gavin Andresen [Thu, 8 Sep 2011 20:50:58 +0000]
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks

12 years agoMerge pull request #670 from gavinandresen/rpcauth_speedup
Gavin Andresen [Thu, 1 Dec 2011 21:01:59 +0000]
Merge pull request #670 from gavinandresen/rpcauth_speedup

Speed up RPC authentication (reworked pull from Joel Katz)

12 years agoSpeed up RPC authentication (reworked pull from Joel Katz)
Gavin Andresen [Thu, 1 Dec 2011 14:07:02 +0000]
Speed up RPC authentication (reworked pull from Joel Katz)

12 years agoOrphan block fill-up-memory attack prevention
Gavin Andresen [Thu, 8 Sep 2011 16:51:43 +0000]
Orphan block fill-up-memory attack prevention

12 years agoMoved checkpoints out of main, to prep for using them to help prevent DoS attacks
Gavin Andresen [Thu, 8 Sep 2011 20:50:58 +0000]
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks

12 years agoMerge pull request #534 from gavinandresen/DoSorphans
Gavin Andresen [Thu, 1 Dec 2011 20:42:02 +0000]
Merge pull request #534 from gavinandresen/DoSorphans

Denial-of-service prevention: low-difficulty blocks

12 years agoOrphan block fill-up-memory attack prevention
Gavin Andresen [Thu, 8 Sep 2011 16:51:43 +0000]
Orphan block fill-up-memory attack prevention

12 years agoMoved checkpoints out of main, to prep for using them to help prevent DoS attacks
Gavin Andresen [Thu, 8 Sep 2011 20:50:58 +0000]
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks

12 years agoMake home and addressbook icon more consistent with other toolbar icons (make it...
Wladimir J. van der Laan [Sat, 26 Nov 2011 08:55:12 +0000]
Make home and addressbook icon more consistent with other toolbar icons (make it blue and flip light source direction)

12 years agoAdd missing command-line arguments to --help/-? output
Gavin Andresen [Sun, 27 Nov 2011 19:53:30 +0000]
Add missing command-line arguments to --help/-? output

12 years agoAdd missing command-line arguments to --help/-? output
Gavin Andresen [Sun, 27 Nov 2011 19:53:30 +0000]
Add missing command-line arguments to --help/-? output

12 years agoMerge pull request #666 from nobled/secstrings
Gavin Andresen [Thu, 1 Dec 2011 01:30:54 +0000]
Merge pull request #666 from nobled/secstrings

Implement an mlock()'d string class for storing passphrases

12 years agoMerge pull request #667 from laanwj/homeaddricons
Gavin Andresen [Thu, 1 Dec 2011 01:28:13 +0000]
Merge pull request #667 from laanwj/homeaddricons

Make home and addressbook icon more consistent with other toolbar icons

12 years agoAdd missing command-line arguments to --help/-? output
Gavin Andresen [Sun, 27 Nov 2011 19:53:30 +0000]
Add missing command-line arguments to --help/-? output

12 years agoMove DNS Seed lookup to a new thread.
Matt Corallo [Mon, 21 Nov 2011 17:25:00 +0000]
Move DNS Seed lookup to a new thread.

12 years agoMake home and addressbook icon more consistent with other toolbar icons (make it...
Wladimir J. van der Laan [Sat, 26 Nov 2011 08:55:12 +0000]
Make home and addressbook icon more consistent with other toolbar icons (make it blue and flip light source direction)

12 years agoImplement an mlock()'d string class for storing passphrases
Dylan Noblesmith [Sat, 26 Nov 2011 06:02:04 +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.

12 years agoallow for filtering addresses and labels by searching for the typed string anywhere...
Wladimir J. van der Laan [Thu, 24 Nov 2011 19:20:01 +0000]
allow for filtering addresses and labels by searching for the typed string anywhere, not just at the beginning (#641)

12 years agoMerge branch '0.4.x' into 0.5.x
Luke Dashjr [Fri, 25 Nov 2011 00:26:52 +0000]
Merge branch '0.4.x' into 0.5.x

The only practical change here is updating the gitian URIs to the stable repository.
Otherwise, it just enables merging bugfixes from 0.4.x into 0.5.x properly.

Conflicts:
contrib/Bitcoin.app/Contents/Info.plist
doc/README
doc/README_windows.txt
doc/release-process.txt
share/setup.nsi
src/bitcoinrpc.cpp
src/headers.h
src/makefile.unix
src/serialize.h
src/ui.cpp

12 years agoupdate translation: de
Nils Schneider [Thu, 24 Nov 2011 12:40:32 +0000]
update translation: de

12 years agoSmall fixes in both spanish translations
Alex B [Thu, 24 Nov 2011 11:32:19 +0000]
Small fixes in both spanish translations

12 years agoallow for filtering addresses and labels by searching for the typed string anywhere...
Wladimir J. van der Laan [Thu, 24 Nov 2011 19:20:01 +0000]
allow for filtering addresses and labels by searching for the typed string anywhere, not just at the beginning (#641)

12 years agoupdate translation: de
Nils Schneider [Thu, 24 Nov 2011 12:40:32 +0000]
update translation: de

12 years agoadd translations: hu uk
Nils Schneider [Thu, 24 Nov 2011 12:36:30 +0000]
add translations: hu uk

12 years agoMerge pull request #662 from paraipan/master
Nils Schneider [Thu, 24 Nov 2011 12:04:35 +0000]
Merge pull request #662 from paraipan/master

Some patches...

12 years agoSmall fixes in both spanish translations
Alex B [Thu, 24 Nov 2011 11:32:19 +0000]
Small fixes in both spanish translations

12 years agoupdate translations: da de nl ru zh_TW
Nils Schneider [Tue, 22 Nov 2011 12:01:07 +0000]
update translations: da de nl ru zh_TW

12 years agoadd italian translation
Nils Schneider [Tue, 22 Nov 2011 12:00:49 +0000]
add italian translation

12 years agoDon't forget to bump release numbers in READMEs next time
Gavin Andresen [Mon, 21 Nov 2011 19:38:47 +0000]
Don't forget to bump release numbers in READMEs next time

12 years agoBump version numbers to 0.5.1
Gavin Andresen [Mon, 21 Nov 2011 19:37:59 +0000]
Bump version numbers to 0.5.1

12 years agoDon't forget to bump release numbers in READMEs next time
Gavin Andresen [Mon, 21 Nov 2011 19:38:47 +0000]
Don't forget to bump release numbers in READMEs next time

12 years agoDon't forget to bump release numbers in READMEs next time
Gavin Andresen [Mon, 21 Nov 2011 19:38:47 +0000]
Don't forget to bump release numbers in READMEs next time

12 years agoBump version numbers to 0.5.1
Gavin Andresen [Mon, 21 Nov 2011 19:37:59 +0000]
Bump version numbers to 0.5.1

12 years agoMerge pull request #602 from wowus/master
Gavin Andresen [Mon, 21 Nov 2011 19:33:14 +0000]
Merge pull request #602 from wowus/master

Cleaned up critical section code.

12 years agoMerge pull request #634 from laanwj/doxygen
Gavin Andresen [Mon, 21 Nov 2011 19:31:57 +0000]
Merge pull request #634 from laanwj/doxygen

Add doxygen documentation

12 years agoMerge pull request #632 from mndrix/deprecate-getblocknumber
Gavin Andresen [Mon, 21 Nov 2011 19:31:42 +0000]
Merge pull request #632 from mndrix/deprecate-getblocknumber

Deprecate RPC getblocknumber

12 years agoMerge pull request #652 from TheBlueMatt/master
Gavin Andresen [Mon, 21 Nov 2011 19:27:26 +0000]
Merge pull request #652 from TheBlueMatt/master

Update contrib/debian/ for 0.5.0 release and fix copyright file.

12 years agoUpdate release process instructions
Gavin Andresen [Mon, 21 Nov 2011 19:13:22 +0000]
Update release process instructions

12 years agoBump version to 0.4.2
Luke Dashjr [Mon, 21 Nov 2011 18:38:09 +0000]
Bump version to 0.4.2

12 years agoBump version to 0.5.1
Gavin Andresen [Mon, 21 Nov 2011 18:38:09 +0000]
Bump version to 0.5.1