novacoin.git
11 years agoUpdate License in File Headers
Fordy [Fri, 18 May 2012 14:02:28 +0000]
Update License in File Headers

I originally created a pull to replace the "COPYING" in crypter.cpp and
crypter.h, but it turned out that COPYING was actually the correct
file.

11 years agoAdd /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.
R E Broadley [Thu, 17 May 2012 15:15:28 +0000]
Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.

11 years agoFix version numbers of archive builds
Pieter Wuille [Fri, 11 May 2012 02:11:22 +0000]
Fix version numbers of archive builds

11 years agoFix osx build
Gavin Andresen [Wed, 9 May 2012 17:56:53 +0000]
Fix osx build

11 years agoFix DEBUG_LOCKCONTENTION
Matt Corallo [Wed, 9 May 2012 05:40:33 +0000]
Fix DEBUG_LOCKCONTENTION

11 years agoremove 2 obsolete functions from init.h that moved to util.h
Philip Kaufmann [Tue, 8 May 2012 21:22:36 +0000]
remove 2 obsolete functions from init.h that moved to util.h

11 years agoMerge remote branch 'origin/0.6.2' into 0.6.x
Luke Dashjr [Tue, 15 May 2012 07:23:32 +0000]
Merge remote branch 'origin/0.6.2' into 0.6.x

Conflicts:
src/addrman.cpp

11 years agoBump version to 0.6.2.2 for osx-special build
Gavin Andresen [Fri, 11 May 2012 14:09:45 +0000]
Bump version to 0.6.2.2 for osx-special build

11 years agoMerge branch 'semaphores-v0.6.2' of https://github.com/sipa/bitcoin into 0.6.2
Gavin Andresen [Thu, 10 May 2012 20:39:49 +0000]
Merge branch 'semaphores-v0.6.2' of https://github.com/sipa/bitcoin into 0.6.2

11 years agoUse polling instead of boost's broken semaphore on OSX
Pieter Wuille [Thu, 10 May 2012 18:45:35 +0000]
Use polling instead of boost's broken semaphore on OSX

11 years agoUse semaphores instead of condition variables
Pieter Wuille [Thu, 10 May 2012 16:44:07 +0000]
Use semaphores instead of condition variables

11 years agoRevert "Fix 100% cpu usage on osx bug"
Gavin Andresen [Thu, 10 May 2012 20:14:15 +0000]
Revert "Fix 100% cpu usage on osx bug"

This reverts commit 8f9123a157d0ef479f62eb3e05da2ba6613c5dfc.

11 years agoFix 100% cpu usage on osx bug
Gavin Andresen [Wed, 9 May 2012 22:24:34 +0000]
Fix 100% cpu usage on osx bug

11 years agoBump versions for 0.6.2
Gavin Andresen [Mon, 7 May 2012 00:11:05 +0000]
Bump versions for 0.6.2

11 years agoBugfix: store source address in addrman
Pieter Wuille [Sat, 5 May 2012 19:27:52 +0000]
Bugfix: store source address in addrman

11 years agoFix addrman crashes
Pieter Wuille [Sat, 5 May 2012 19:22:55 +0000]
Fix addrman crashes

A function returned the element to remove from a bucket, instead of its
position in that bucket. This function was only called when a tried
bucket overflowed, which only happens after many outgoing connections
have been made.

Closes: #1065, #1156

11 years agoAdd extra asserts to addrman
Pieter Wuille [Sat, 5 May 2012 19:30:38 +0000]
Add extra asserts to addrman

11 years agofix #952 by checking if we have a new address or an updated label
Philip Kaufmann [Thu, 3 May 2012 12:52:15 +0000]
fix #952 by checking if we have a new address or an updated label

11 years agoHide UI immediately after leaving the main loop.
Wladimir J. van der Laan [Sun, 6 May 2012 06:14:19 +0000]
Hide UI immediately after leaving the main loop.

Prevents it from seeming to hang during shutdown if shutdown is triggered while the window is open.

11 years agoMerge branch '0.6.0.x' into 0.6.x
Luke Dashjr [Sun, 6 May 2012 05:37:21 +0000]
Merge branch '0.6.0.x' into 0.6.x

Conflicts:
src/bitcoinrpc.cpp
src/db.cpp

11 years agoMerge branch '0.5.x' into 0.6.0.x
Luke Dashjr [Sun, 6 May 2012 05:35:58 +0000]
Merge branch '0.5.x' into 0.6.0.x

11 years agoMerge branch '0.4.x' into 0.5.x
Luke Dashjr [Sun, 6 May 2012 05:35:50 +0000]
Merge branch '0.4.x' into 0.5.x

11 years agoBugfix: store source address in addrman
Pieter Wuille [Sat, 5 May 2012 19:27:52 +0000]
Bugfix: store source address in addrman

11 years agoFix addrman crashes
Pieter Wuille [Sat, 5 May 2012 19:22:55 +0000]
Fix addrman crashes

A function returned the element to remove from a bucket, instead of its
position in that bucket. This function was only called when a tried
bucket overflowed, which only happens after many outgoing connections
have been made.

Closes: #1065, #1156

11 years agoFixed non-sensical error message
Peter Todd [Sat, 28 Apr 2012 20:29:27 +0000]
Fixed non-sensical error message

Previously trying to create a multisig address that required less than
one signature would output something like the following:

"wrong number of keys(got 1, need at least 0)"

11 years agoFixed non-sensical error message
Peter Todd [Sat, 28 Apr 2012 20:29:27 +0000]
Fixed non-sensical error message

Previously trying to create a multisig address that required less than
one signature would output something like the following:

"wrong number of keys(got 1, need at least 0)"

11 years agoBugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d...
Luke Dashjr [Sat, 5 May 2012 02:41:43 +0000]
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead

11 years agoBugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d...
Luke Dashjr [Sun, 6 May 2012 05:27:08 +0000]
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead

Conflicts:

src/walletdb.cpp

11 years agoremove HTML code around "Wallet" (displayed on overview page) and use Qt tags for...
Philip Kaufmann [Wed, 4 Apr 2012 07:07:55 +0000]
remove HTML code around "Wallet" (displayed on overview page) and use Qt tags for font settings

11 years agoMerge branch '0.6.0.x' into 0.6.x
Luke Dashjr [Sat, 5 May 2012 16:13:56 +0000]
Merge branch '0.6.0.x' into 0.6.x

Conflicts:
bitcoin-qt.pro
contrib/gitian-descriptors/gitian-win32.yml
doc/README
doc/README_windows.txt
share/qt/make_windows_icon.sh
share/setup.nsi
src/bitcoinrpc.cpp
src/main.cpp
src/main.h
src/makefile.linux-mingw
src/net.cpp
src/net.h
src/netbase.h
src/noui.h
src/qt/addressbookpage.cpp
src/qt/bitcoin.cpp
src/qt/bitcoingui.cpp
src/qt/bitcoingui.h
src/qt/bitcoinstrings.cpp
src/qt/guiutil.cpp
src/qt/guiutil.h
src/qt/optionsmodel.cpp
src/qt/qrcodedialog.cpp
src/qt/qtipcserver.cpp
src/script.cpp
src/serialize.h
src/ui_interface.h
src/uint256.h

11 years agoMerge branch '0.5.x' into 0.6.0.x
Luke Dashjr [Fri, 4 May 2012 19:55:54 +0000]
Merge branch '0.5.x' into 0.6.0.x

Conflicts:
src/main.cpp

11 years agoBugfix: Remove redundant duplicate transaction check
Luke Dashjr [Fri, 4 May 2012 19:54:24 +0000]
Bugfix: Remove redundant duplicate transaction check

11 years agoMerge branch '0.6.0.x' of gitorious.org:+bitcoin-stable-developers/bitcoin/bitcoind...
Luke Dashjr [Fri, 4 May 2012 18:58:37 +0000]
Merge branch '0.6.0.x' of gitorious.org:+bitcoin-stable-developers/bitcoin/bitcoind-stable into 0.6.0.x

11 years agoMerge branch '0.5.x' into 0.6.0.x
Luke Dashjr [Fri, 4 May 2012 18:57:03 +0000]
Merge branch '0.5.x' into 0.6.0.x

Conflicts:
src/main.cpp
src/serialize.h

11 years agoMerge branch '0.4.x' into 0.5.x
Luke Dashjr [Fri, 4 May 2012 18:55:15 +0000]
Merge branch '0.4.x' into 0.5.x

11 years agoCheck earlier for blocks with duplicate transactions. Fixes #1167
Gavin Andresen [Mon, 30 Apr 2012 00:56:55 +0000]
Check earlier for blocks with duplicate transactions. Fixes #1167

11 years agoCheck earlier for blocks with duplicate transactions. Fixes #1167
Gavin Andresen [Mon, 30 Apr 2012 00:56:55 +0000]
Check earlier for blocks with duplicate transactions. Fixes #1167

11 years agoremove obsolete BackupWallet() entry in wallet.h
Philip Kaufmann [Thu, 3 May 2012 09:30:52 +0000]
remove obsolete BackupWallet() entry in wallet.h

11 years agoBump version numbers for 0.6.1rc2
Gavin Andresen [Mon, 30 Apr 2012 17:06:30 +0000]
Bump version numbers for 0.6.1rc2

11 years agoMerge pull request #1188 from Diapolo/rem_BackupWallet_wallet_h
Gregory Maxwell [Thu, 3 May 2012 13:47:16 +0000]
Merge pull request #1188 from Diapolo/rem_BackupWallet_wallet_h

remove obsolete BackupWallet() entry in wallet.h

11 years agoremove obsolete BackupWallet() entry in wallet.h
Philip Kaufmann [Thu, 3 May 2012 09:30:52 +0000]
remove obsolete BackupWallet() entry in wallet.h

11 years agoadd bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
Philip Kaufmann [Tue, 1 May 2012 20:26:33 +0000]
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)

11 years agoMerge pull request #1179 from Diapolo/project-file
Wladimir J. van der Laan [Wed, 2 May 2012 06:57:02 +0000]
Merge pull request #1179 from Diapolo/project-file

add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)

11 years agofix compiler warning "suggest parentheses around assignment used as truth
Philip Kaufmann [Mon, 30 Apr 2012 23:46:03 +0000]
fix compiler warning "suggest parentheses around assignment used as truth
value [-Wparentheses]" in util.cpp

11 years agofix DEPENDPATH in the project file, as json has no include sub-dir and src was in...
Philip Kaufmann [Tue, 1 May 2012 16:45:10 +0000]
fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice

11 years agoremove unused typedef in serialize.h
Philip Kaufmann [Mon, 30 Apr 2012 23:56:47 +0000]
remove unused typedef in serialize.h

11 years agoMerge pull request #1171 from Diapolo/fix_compiler_warn
Jeff Garzik [Tue, 1 May 2012 22:02:41 +0000]
Merge pull request #1171 from Diapolo/fix_compiler_warn

fix 2 compiler warnings

11 years agoadd bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
Philip Kaufmann [Tue, 1 May 2012 20:26:33 +0000]
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)

11 years agoMerge pull request #1176 from Diapolo/project-file
Wladimir J. van der Laan [Tue, 1 May 2012 19:38:56 +0000]
Merge pull request #1176 from Diapolo/project-file

fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice

11 years agoMerge pull request #1177 from laanwj/2012_05_remove_duplicate_securestring
Jeff Garzik [Tue, 1 May 2012 17:05:00 +0000]
Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestring

remove duplicate definition of SecureString in util.h

11 years agoMerge pull request #1172 from Diapolo/serialize_h_rem_typedef
Wladimir J. van der Laan [Tue, 1 May 2012 16:52:38 +0000]
Merge pull request #1172 from Diapolo/serialize_h_rem_typedef

remove unused typedef in serialize.h

11 years agoremove duplicate definition of SecureString in util.h
Wladimir J. van der Laan [Tue, 1 May 2012 16:49:50 +0000]
remove duplicate definition of SecureString in util.h

SecureString was moved to allocators.h in commit 6cb6d623479c5dd42d91de7a4d391078d0800e54

11 years agofix DEPENDPATH in the project file, as json has no include sub-dir and src was in...
Philip Kaufmann [Tue, 1 May 2012 16:45:10 +0000]
fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice

11 years agoMerge pull request #1173 from Diapolo/init_cpp_comment_upd
Jeff Garzik [Tue, 1 May 2012 15:29:10 +0000]
Merge pull request #1173 from Diapolo/init_cpp_comment_upd

remove references to bitcoin-wx from comment in init.cpp

11 years agofix compiler warning "suggest parentheses around assignment used as truth
Philip Kaufmann [Mon, 30 Apr 2012 23:46:03 +0000]
fix compiler warning "suggest parentheses around assignment used as truth
value [-Wparentheses]" in util.cpp

11 years agofix compiler warning "suggest explicit braces to avoid ambiguous "else"
Philip Kaufmann [Mon, 30 Apr 2012 23:44:59 +0000]
fix compiler warning "suggest explicit braces to avoid ambiguous "else"
[-Wparentheses]" in net.cpp

11 years agoremove references to bitcoin-wx from comment in init.cpp
Philip Kaufmann [Mon, 30 Apr 2012 23:59:54 +0000]
remove references to bitcoin-wx from comment in init.cpp

11 years agoremove unused typedef in serialize.h
Philip Kaufmann [Mon, 30 Apr 2012 23:56:47 +0000]
remove unused typedef in serialize.h

11 years agoCheck earlier for blocks with duplicate transactions. Fixes #1167
Gavin Andresen [Mon, 30 Apr 2012 00:56:55 +0000]
Check earlier for blocks with duplicate transactions. Fixes #1167

11 years agochange button tooltip on sign message page for copy to clipboard as it was missleading
Philip Kaufmann [Sun, 22 Apr 2012 15:32:08 +0000]
change button tooltip on sign message page for copy to clipboard as it was missleading

12 years agoMerge pull request #1139 from Diapolo/messagepage
Wladimir J. van der Laan [Sun, 29 Apr 2012 11:35:27 +0000]
Merge pull request #1139 from Diapolo/messagepage

change button tooltip on sign message page for copy to clipboard...

12 years agoMerge pull request #1163 from laanwj/2012_04_uiperformanceissue
Wladimir J. van der Laan [Sun, 29 Apr 2012 11:34:42 +0000]
Merge pull request #1163 from laanwj/2012_04_uiperformanceissue

Fix critical UI performance issue (#1154)

12 years agoFix critical UI performance issue (#1154)
Wladimir J. van der Laan [Sun, 29 Apr 2012 11:22:12 +0000]
Fix critical UI performance issue (#1154)

12 years agoMerge branch '0.5.x' into 0.6.0.x
Luke Dashjr [Fri, 27 Apr 2012 20:28:00 +0000]
Merge branch '0.5.x' into 0.6.0.x

12 years agofix compiler error in bitcoinrpc RE: boost::system
Gavin Andresen [Wed, 11 Apr 2012 18:00:48 +0000]
fix compiler error in bitcoinrpc RE: boost::system

(Partial of 2232717cba9e9f06a01e8f37bcea4e79ee65205f)

12 years agoBump win32.deps version number for new openssl
Gavin Andresen [Fri, 27 Apr 2012 15:53:11 +0000]
Bump win32.deps version number for new openssl

12 years agoMerge branch '0.5.x' into 0.6.0.x
Luke Dashjr [Fri, 27 Apr 2012 17:57:43 +0000]
Merge branch '0.5.x' into 0.6.0.x

Conflicts:
contrib/gitian-descriptors/gitian-win32.yml

12 years agoWindows build: compile against openssl 1.0.1b
Gavin Andresen [Fri, 27 Apr 2012 14:52:14 +0000]
Windows build: compile against openssl 1.0.1b

12 years agoMerge branch '0.4.x' into 0.5.x
Luke Dashjr [Fri, 27 Apr 2012 17:52:02 +0000]
Merge branch '0.4.x' into 0.5.x

Conflicts:
doc/build-msw.txt
src/makefile.linux-mingw
src/makefile.mingw

12 years agoWindows build: compile against openssl 1.0.1b
Gavin Andresen [Fri, 27 Apr 2012 14:52:14 +0000]
Windows build: compile against openssl 1.0.1b

12 years agoUpdate openssl version
Gavin Andresen [Fri, 27 Apr 2012 16:45:49 +0000]
Update openssl version

12 years agoBump win32.deps version number for new openssl
Gavin Andresen [Fri, 27 Apr 2012 15:53:11 +0000]
Bump win32.deps version number for new openssl

12 years agoWindows build: compile against openssl 1.0.1b
Gavin Andresen [Fri, 27 Apr 2012 14:52:14 +0000]
Windows build: compile against openssl 1.0.1b

12 years agoMerge branch '0.5.x' into 0.6.0.x
Luke Dashjr [Fri, 27 Apr 2012 14:57:15 +0000]
Merge branch '0.5.x' into 0.6.0.x

Conflicts:
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

12 years agoBump version to 0.5.5
Luke Dashjr [Fri, 27 Apr 2012 14:55:06 +0000]
Bump version to 0.5.5

12 years agoMerge branch '0.4.x' into 0.5.x
Luke Dashjr [Fri, 27 Apr 2012 14:53:14 +0000]
Merge branch '0.4.x' into 0.5.x

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

12 years agoWindows build: compile against openssl 1.0.1b
Gavin Andresen [Fri, 27 Apr 2012 14:52:14 +0000]
Windows build: compile against openssl 1.0.1b

12 years agoBump version to 0.4.6
Luke Dashjr [Fri, 27 Apr 2012 14:50:24 +0000]
Bump version to 0.4.6

12 years agolistsinceblock: rpc param blockid -> blockhash
freewil [Thu, 26 Apr 2012 16:48:33 +0000]
listsinceblock: rpc param blockid -> blockhash

This is more consistent with the rest of the labeling seen
by the user when accessing the rpc commands.

12 years agoremove strange debug message from listsinceblock
freewil [Thu, 26 Apr 2012 17:12:44 +0000]
remove strange debug message from listsinceblock

12 years agoWe should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
Timothy Redaelli [Wed, 25 Apr 2012 12:07:24 +0000]
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)

12 years agoWe should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
Timothy Redaelli [Wed, 25 Apr 2012 12:07:24 +0000]
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)

12 years agoWe should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
Timothy Redaelli [Wed, 25 Apr 2012 12:07:24 +0000]
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)

12 years agoBump version numbers for 0.6.1rc1
Gavin Andresen [Fri, 27 Apr 2012 14:14:33 +0000]
Bump version numbers for 0.6.1rc1

12 years agoMerge pull request #1151 from freewil/listsinceblock-blockhash
Gavin Andresen [Thu, 26 Apr 2012 22:37:12 +0000]
Merge pull request #1151 from freewil/listsinceblock-blockhash

listsinceblock: rpc param blockid -> blockhash

12 years agoMerge pull request #1150 from gavinandresen/NOPCH
Gavin Andresen [Thu, 26 Apr 2012 22:36:33 +0000]
Merge pull request #1150 from gavinandresen/NOPCH

Remove unused -DNOPCH

12 years agoMerge pull request #1152 from freewil/remove-strange-debug
Gavin Andresen [Thu, 26 Apr 2012 22:36:15 +0000]
Merge pull request #1152 from freewil/remove-strange-debug

remove strange debug message from listsinceblock

12 years agoMerge pull request #1146 from drizztbsd/posix-include
Pieter Wuille [Thu, 26 Apr 2012 22:25:56 +0000]
Merge pull request #1146 from drizztbsd/posix-include

We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)

12 years agoremove strange debug message from listsinceblock
freewil [Thu, 26 Apr 2012 17:12:44 +0000]
remove strange debug message from listsinceblock

12 years agolistsinceblock: rpc param blockid -> blockhash
freewil [Thu, 26 Apr 2012 16:48:33 +0000]
listsinceblock: rpc param blockid -> blockhash

This is more consistent with the rest of the labeling seen
by the user when accessing the rpc commands.

12 years agoDefine TEST_DATA_DIR so unit tests can be run from any current working directory
Gavin Andresen [Thu, 26 Apr 2012 15:20:44 +0000]
Define TEST_DATA_DIR so unit tests can be run from any current working directory

12 years agoUndo part of c2e8c8ac to fix issue#1148
Gavin Andresen [Thu, 26 Apr 2012 14:18:35 +0000]
Undo part of c2e8c8ac to fix issue#1148

12 years agoMerge pull request #1119 from sipa/fastshutdown
Pieter Wuille [Thu, 26 Apr 2012 12:20:57 +0000]
Merge pull request #1119 from sipa/fastshutdown

Make lsn_reset ("detach databases") optional and off by default.

12 years agoRemove unused -DNOPCH
Gavin Andresen [Wed, 25 Apr 2012 23:40:44 +0000]
Remove unused -DNOPCH

12 years agoMake lsn_reset ("detach databases") optional and off by default.
Pieter Wuille [Tue, 17 Apr 2012 21:03:24 +0000]
Make lsn_reset ("detach databases") optional and off by default.

Add an option -detachdb (and entry in OptionDialog), without which no
lsn_reset is called on addr.dat and blkindex.dat. That means these
files cannot be moved to a new environment, but shutdown can be
significantly faster. The wallet file is always lsn_reset'ed.

-detachdb corresponds to the old behaviour, though it is off by
default now to speed up shutdowns.

12 years agoWe should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
Timothy Redaelli [Wed, 25 Apr 2012 12:07:24 +0000]
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)

12 years agoCBlock::WriteToDisk() properly checks ftell(3) for error return
Jeff Garzik [Sun, 22 Apr 2012 17:59:24 +0000]
CBlock::WriteToDisk() properly checks ftell(3) for error return

Rather than storing ftell(3)'s return value -- a long -- in an
unsigned int, we store and check a properly typed temp.  Then, assured a
non-negative value, we store in nBlockPosRet.

12 years agoTest ScriptSigArgsExpected() for error, before accumulating return value
Jeff Garzik [Sun, 22 Apr 2012 17:44:12 +0000]
Test ScriptSigArgsExpected() for error, before accumulating return value

12 years agoMerge pull request #1140 from jgarzik/sign-compare
Jeff Garzik [Tue, 24 Apr 2012 04:33:29 +0000]
Merge pull request #1140 from jgarzik/sign-compare

Address many more sign comparison warnings

12 years agoChange signed->unsigned at 3 code sites
Jeff Garzik [Sun, 22 Apr 2012 18:01:25 +0000]
Change signed->unsigned at 3 code sites

This resolves signed/unsigned comparison warnings.