novacoin.git
12 years agoBump version to 0.5.0.4
Luke Dashjr [Tue, 10 Jan 2012 20:54:38 +0000]
Bump version to 0.5.0.4

12 years agoMerge branch '0.4.x' into 0.5.0.x
Luke Dashjr [Tue, 10 Jan 2012 20:54:25 +0000]
Merge branch '0.4.x' into 0.5.0.x

Conflicts:
contrib/Bitcoin.app/Contents/Info.plist
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

12 years agoBump version to 0.4.4
Luke Dashjr [Tue, 10 Jan 2012 20:50:37 +0000]
Bump version to 0.4.4

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

12 years agoMerge pull request #653 from luke-jr/bugfix_transparent_tooltip
Wladimir J. van der Laan [Mon, 21 Nov 2011 17:20:34 +0000]
Merge pull request #653 from luke-jr/bugfix_transparent_tooltip

Bugfix: only make QListView transparent, not its tooltips

12 years agoBugfix: only make QListView transparent, not its tooltips
Luke Dashjr [Mon, 21 Nov 2011 17:18:15 +0000]
Bugfix: only make QListView transparent, not its tooltips

12 years agoUpdate contrib/debian/ for 0.5.0 release and fix copyright file.
Matt Corallo [Mon, 21 Nov 2011 16:33:34 +0000]
Update contrib/debian/ for 0.5.0 release and fix copyright file.

12 years agoMerge pull request #646 from luke-jr/bugfix_MIT_icons
Wladimir J. van der Laan [Mon, 21 Nov 2011 09:07:24 +0000]
Merge pull request #646 from luke-jr/bugfix_MIT_icons

update debian copyright file for MIT icon relicensing

12 years agoupdate debian copyright file for MIT icon relicensing
Luke Dashjr [Sun, 20 Nov 2011 21:32:16 +0000]
update debian copyright file for MIT icon relicensing

12 years agorelicense my own images as MIT
Wladimir J. van der Laan [Sun, 20 Nov 2011 20:51:12 +0000]
relicense my own images as MIT

12 years agoclose old db when rewriting
Pieter Wuille [Sun, 20 Nov 2011 16:12:00 +0000]
close old db when rewriting

12 years agoNever remove database files on shutdown, it caused unreadable wallets on some testers...
Gavin Andresen [Sun, 20 Nov 2011 15:39:01 +0000]
Never remove database files on shutdown, it caused unreadable wallets on some testers' machines.

12 years agoclose old db when rewriting
Pieter Wuille [Sun, 20 Nov 2011 16:12:00 +0000]
close old db when rewriting

12 years agoNever remove database files on shutdown, it caused unreadable wallets on some testers...
Gavin Andresen [Sun, 20 Nov 2011 15:39:01 +0000]
Never remove database files on shutdown, it caused unreadable wallets on some testers' machines.

12 years agoOnly remove database log files on shutdown after wallet encryption/rewrite
Gavin Andresen [Thu, 17 Nov 2011 19:21:32 +0000]
Only remove database log files on shutdown after wallet encryption/rewrite

12 years agoCreate new keypool for newly encrypted wallets.
Gavin Andresen [Thu, 17 Nov 2011 19:01:25 +0000]
Create new keypool for newly encrypted wallets.

12 years agoOnly remove database log files on shutdown after wallet encryption/rewrite
Gavin Andresen [Thu, 17 Nov 2011 19:21:32 +0000]
Only remove database log files on shutdown after wallet encryption/rewrite

12 years agoCreate new keypool for newly encrypted wallets.
Gavin Andresen [Thu, 17 Nov 2011 19:01:25 +0000]
Create new keypool for newly encrypted wallets.

12 years agoRemove vladimir's DNS seed, at his request.
Jeff Garzik [Mon, 31 Oct 2011 16:42:01 +0000]
Remove vladimir's DNS seed, at his request.

12 years agoTweak handling of boost filesystem versions
Gavin Andresen [Tue, 15 Nov 2011 19:28:51 +0000]
Tweak handling of boost filesystem versions

(partial cherry pick)

12 years agoFix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.
Gavin Andresen [Tue, 15 Nov 2011 19:30:15 +0000]
Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.

12 years agoMerge pull request #636 from gavinandresen/master
Gavin Andresen [Tue, 15 Nov 2011 21:48:12 +0000]
Merge pull request #636 from gavinandresen/master

Fix crash-on-wallet-upgrade bug on OSX

12 years agoTweak handling of boost filesystem versions
Gavin Andresen [Tue, 15 Nov 2011 19:28:51 +0000]
Tweak handling of boost filesystem versions

12 years agoFix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.
Gavin Andresen [Tue, 15 Nov 2011 19:30:15 +0000]
Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.

12 years agoadd message about restarting bitcoin after encrypting wallet succesfully
Luke Dashjr [Tue, 15 Nov 2011 15:21:02 +0000]
add message about restarting bitcoin after encrypting wallet succesfully

12 years agoUpdate gitian descriptors to point at stable git repo
Luke Dashjr [Tue, 15 Nov 2011 15:33:26 +0000]
Update gitian descriptors to point at stable git repo

12 years agoFix boost filesystem incompatibility problem
Gavin Andresen [Tue, 15 Nov 2011 14:47:29 +0000]
Fix boost filesystem incompatibility problem

12 years agoObsolete keypool and make sure database removes log files on shutdown.
Gavin Andresen [Fri, 11 Nov 2011 02:12:46 +0000]
Obsolete keypool and make sure database removes log files on shutdown.

12 years agoResilvering
Pieter Wuille [Thu, 10 Nov 2011 20:29:23 +0000]
Resilvering

12 years agoFix boost filesystem incompatibility problem
Gavin Andresen [Tue, 15 Nov 2011 14:47:29 +0000]
Fix boost filesystem incompatibility problem

12 years agoMerge pull request #635 from gavinandresen/encryptionbug
Gavin Andresen [Tue, 15 Nov 2011 14:38:43 +0000]
Merge pull request #635 from gavinandresen/encryptionbug

Prevent unencrypted private keys from being written to wallet.dat

12 years agoadd message about restarting bitcoin after encrypting wallet succesfully
Wladimir J. van der Laan [Fri, 11 Nov 2011 21:20:57 +0000]
add message about restarting bitcoin after encrypting wallet succesfully

12 years agoObsolete keypool and make sure database removes log files on shutdown.
Gavin Andresen [Fri, 11 Nov 2011 02:12:46 +0000]
Obsolete keypool and make sure database removes log files on shutdown.

12 years agoResilvering
Pieter Wuille [Thu, 10 Nov 2011 20:29:23 +0000]
Resilvering

12 years agoMerge pull request #631 from luke-jr/free_icons
Gavin Andresen [Mon, 14 Nov 2011 14:57:46 +0000]
Merge pull request #631 from luke-jr/free_icons

Free icons

12 years agoMerge pull request #633 from laanwj/qtrpcconflict
Gavin Andresen [Mon, 14 Nov 2011 14:56:57 +0000]
Merge pull request #633 from laanwj/qtrpcconflict

RPC: do not launch Shutdown in a new thread in case we are running the UI

12 years agoAdd model null pointer check (solves issue #595 and https://github.com/laanwj/bitcoin...
Wladimir J. van der Laan [Sun, 13 Nov 2011 07:45:29 +0000]
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

12 years agoDo not launch Shutdown in a new thread in case we are running the UI.
Wladimir J. van der Laan [Sat, 12 Nov 2011 12:50:25 +0000]
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.

12 years agoReplace kfm_home with go-home for "overview"
Luke Dashjr [Fri, 11 Nov 2011 16:11:07 +0000]
Replace kfm_home with go-home for "overview"

12 years agoupdate doc/assets-attribution.txt
Luke Dashjr [Thu, 10 Nov 2011 21:27:24 +0000]
update doc/assets-attribution.txt

12 years agoTool/process for including correct qt translations in mac .App
Gavin Andresen [Thu, 10 Nov 2011 18:01:40 +0000]
Tool/process for including correct qt translations in mac .App

12 years agoReplace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed
Luke Dashjr [Thu, 10 Nov 2011 17:59:01 +0000]
Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed

12 years agoReplace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van...
Luke Dashjr [Thu, 10 Nov 2011 17:48:31 +0000]
Replace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van der Laan (who will hopefully relicense)

12 years agoMerge branch 'nullmodels' of https://github.com/laanwj/bitcoin
Gavin Andresen [Thu, 10 Nov 2011 15:30:24 +0000]
Merge branch 'nullmodels' of https://github.com/laanwj/bitcoin

12 years agoRelease process doc fixes
Gavin Andresen [Mon, 7 Nov 2011 18:31:37 +0000]
Release process doc fixes

12 years agoMerge pull request #608 from TheBlueMatt/debian-build
Gavin Andresen [Thu, 10 Nov 2011 15:27:46 +0000]
Merge pull request #608 from TheBlueMatt/debian-build

Debian build

12 years agoMerge pull request #617 from tcatm/translations-readme
Wladimir J. van der Laan [Wed, 9 Nov 2011 07:40:36 +0000]
Merge pull request #617 from tcatm/translations-readme

add doc/translation_process.md

12 years agoMerge pull request #611 from sipa/docs
Wladimir J. van der Laan [Wed, 9 Nov 2011 07:39:41 +0000]
Merge pull request #611 from sipa/docs

Some extra comments

12 years agoAdd robustness against null models
Wladimir J. van der Laan [Tue, 8 Nov 2011 20:18:36 +0000]
Add robustness against null models

12 years agoMerge pull request #618 from laanwj/issue615
Wladimir J. van der Laan [Tue, 8 Nov 2011 19:01:56 +0000]
Merge pull request #618 from laanwj/issue615

Fix segmentation fault when editing address not in address book (issue #615)