novacoin.git
12 years agoRemove wxWidgets
Gavin Andresen [Mon, 26 Sep 2011 14:04:04 +0000]
Remove wxWidgets

Makefiles now build bitcoind only.
qmake/make in top-level directory is used to build Bitcoin QT
Deleted almost all #ifdef GUI from the code (left one possibly controversial one)
Deleted xpm/ files.

12 years agoMerge pull request #492 from gavinandresen/fasterinitialdownload
Gavin Andresen [Mon, 26 Sep 2011 13:21:13 +0000]
Merge pull request #492 from gavinandresen/fasterinitialdownload

Skip verifying transaction signatures during initial block-chain download

12 years agoSkip verifying transaction signatures during initial block-chain download
Gavin Andresen [Fri, 2 Sep 2011 20:59:47 +0000]
Skip verifying transaction signatures during initial block-chain download

12 years agoBump version to 0.4.1
Gavin Andresen [Fri, 23 Sep 2011 18:37:21 +0000]
Bump version to 0.4.1

12 years agoMerge pull request #513 from cjdelisle/feature-hardening
Gavin Andresen [Mon, 26 Sep 2011 13:12:59 +0000]
Merge pull request #513 from cjdelisle/feature-hardening

Hardening

12 years agoMerge pull request #517 from gavinandresen/DoSprevention
Gavin Andresen [Mon, 26 Sep 2011 13:06:16 +0000]
Merge pull request #517 from gavinandresen/DoSprevention

Denial-of-service prevention

12 years agoMerge pull request #521 from laanwj/qt
Gavin Andresen [Mon, 26 Sep 2011 13:05:11 +0000]
Merge pull request #521 from laanwj/qt

Qt GUI

12 years agoMerge pull request #528 from TheBlueMatt/gitian-downloader
Jeff Garzik [Fri, 23 Sep 2011 17:56:25 +0000]
Merge pull request #528 from TheBlueMatt/gitian-downloader

Add win32 gitian download config.

12 years agoUpdate release process for repackaging gitian builds, and osx dmg
Gavin Andresen [Fri, 23 Sep 2011 15:18:22 +0000]
Update release process for repackaging gitian builds, and osx dmg

12 years agoAdd win32 gitian download config.
Matt Corallo [Fri, 23 Sep 2011 04:51:00 +0000]
Add win32 gitian download config.

12 years agoScript to create OSX .dmg diskimage file.
Gavin Andresen [Sat, 10 Sep 2011 23:07:43 +0000]
Script to create OSX .dmg diskimage file.

12 years agoMerge pull request #527 from TheBlueMatt/gitian-downloader
Gavin Andresen [Thu, 22 Sep 2011 20:54:42 +0000]
Merge pull request #527 from TheBlueMatt/gitian-downloader

Restructure gitian files and add download config files.

12 years agoRestructure gitian files and add download config files.
Matt Corallo [Thu, 22 Sep 2011 17:07:17 +0000]
Restructure gitian files and add download config files.

12 years agoFix QA email address
Gavin Andresen [Thu, 22 Sep 2011 20:50:32 +0000]
Fix QA email address

12 years agoMerge pull request #526 from sipa/nl
Gavin Andresen [Thu, 22 Sep 2011 20:45:48 +0000]
Merge pull request #526 from sipa/nl

Updated dutch translation

12 years agoUpdated dutch translation
Pieter Wuille [Thu, 22 Sep 2011 17:22:17 +0000]
Updated dutch translation

12 years agoMerge pull request #525 from TheBlueMatt/master
Jeff Garzik [Thu, 22 Sep 2011 16:48:02 +0000]
Merge pull request #525 from TheBlueMatt/master

Update binary mo to match latest po translation.

12 years agoUpdate binary mo to match latest po translation.
Matt Corallo [Thu, 22 Sep 2011 16:45:52 +0000]
Update binary mo to match latest po translation.

12 years agoMore denial-of-service misbehavior detection: version/addr/inv/getdata messages
Gavin Andresen [Tue, 6 Sep 2011 21:41:51 +0000]
More denial-of-service misbehavior detection: version/addr/inv/getdata messages

12 years agoTransaction/Block denial-of-service detection/response
Gavin Andresen [Tue, 6 Sep 2011 20:59:38 +0000]
Transaction/Block denial-of-service detection/response

12 years agoFramework for banning mis-behaving peers
Gavin Andresen [Tue, 6 Sep 2011 20:09:04 +0000]
Framework for banning mis-behaving peers

12 years agoSetMockTime() for cleaner unit testing
Gavin Andresen [Thu, 15 Sep 2011 12:55:15 +0000]
SetMockTime() for cleaner unit testing

12 years agoMerge pull request #522 from sipa/minorfix
Jeff Garzik [Tue, 20 Sep 2011 18:47:02 +0000]
Merge pull request #522 from sipa/minorfix

SocketHandler thread can be detached

12 years agoMerge pull request #520 from tcatm/less-logging
Nils Schneider [Mon, 19 Sep 2011 19:19:15 +0000]
Merge pull request #520 from tcatm/less-logging

log low-level network messages only when fDebug is set

12 years agoSocketHandler thread can be detached
Pieter Wuille [Mon, 19 Sep 2011 11:08:22 +0000]
SocketHandler thread can be detached

12 years agomove current qt specific readme to doc/, restore original README.md
Wladimir J. van der Laan [Sun, 18 Sep 2011 09:55:41 +0000]
move current qt specific readme to doc/, restore original README.md

12 years agoassure that base bitcoind and bitcoin still build
Wladimir J. van der Laan [Sun, 18 Sep 2011 10:41:48 +0000]
assure that base bitcoind and bitcoin still build

12 years agomove qt-specific scripts to qt-specific directory in scripts/
Wladimir J. van der Laan [Sun, 18 Sep 2011 10:04:03 +0000]
move qt-specific scripts to qt-specific directory in scripts/

12 years agomissed printf in AbortMessage(); merged printfs in EndMessage
Nils Schneider [Sat, 17 Sep 2011 19:36:58 +0000]
missed printf in AbortMessage(); merged printfs in EndMessage

12 years agolog low-level network messages only when fDebug is set
Nils Schneider [Sat, 17 Sep 2011 16:29:41 +0000]
log low-level network messages only when fDebug is set

12 years agoMerge pull request #519 from dabaopku/master
Jeff Garzik [Sat, 17 Sep 2011 16:24:54 +0000]
Merge pull request #519 from dabaopku/master

Chinese Simp translation update

12 years agoUpdate to the Chinese Simp translation
Dean Lee [Sat, 17 Sep 2011 11:11:29 +0000]
Update to the Chinese Simp translation

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Fri, 16 Sep 2011 04:55:47 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

12 years agoMerge pull request #516 from TheBlueMatt/nsisiconfix
Gavin Andresen [Wed, 14 Sep 2011 15:03:36 +0000]
Merge pull request #516 from TheBlueMatt/nsisiconfix

Update bitcoin icon to make nsis setup exe deterministic.

12 years agoUpdate bitcoin icon to make nsis setup exe deterministic.
Matt Corallo [Wed, 14 Sep 2011 14:42:02 +0000]
Update bitcoin icon to make nsis setup exe deterministic.

This adds a 32x32 16-bit icon to the bitcoin.ico file.
Though this realistically probably looks worse than the 32-bit
32x32 being displayed on a 16-bit monitor, it makes the nsis
setup exe deterministic in gitian output (go figure) which makes
the slight visual loss for users of very old monitors/computers
worth it.

12 years agoMerge pull request #512 from paraipanakos/master
Jeff Garzik [Tue, 13 Sep 2011 20:21:09 +0000]
Merge pull request #512 from paraipanakos/master

Spanish translation update

12 years agomake German translation up-to-date
flower [Wed, 31 Aug 2011 13:08:03 +0000]
make German translation up-to-date

12 years agoAdd some hardening to protect against unknown/future exploits.
cjdelisle [Thu, 8 Sep 2011 16:50:54 +0000]
Add some hardening to protect against unknown/future exploits.

12 years agoMerge pull request #511 from mibe/translation-de
Jeff Garzik [Mon, 12 Sep 2011 01:45:00 +0000]
Merge pull request #511 from mibe/translation-de

Updated German translation

12 years agoUpdated German translation
Michael Bemmerl [Sat, 6 Aug 2011 23:55:46 +0000]
Updated German translation

12 years agoSpanish translation update
Alex B [Sun, 11 Sep 2011 20:08:43 +0000]
Spanish translation update

12 years agoremove transparency effect and windows-specific code for now, it's not working as...
Wladimir J. van der Laan [Sun, 11 Sep 2011 19:06:23 +0000]
remove transparency effect and windows-specific code for now, it's not working as supposed

12 years agoMerge pull request #22 from p2k/master
Wladimir J. van der Laan [Sun, 11 Sep 2011 15:52:57 +0000]
Merge pull request #22 from p2k/master

Some improvements for Mac OS X

12 years agoSome Mac OS X specific things
p2k [Sun, 11 Sep 2011 15:42:20 +0000]
Some Mac OS X specific things

* Added application icon for Mac OS X * Added instructions for compiling
under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts

12 years agoclarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks...
Wladimir J. van der Laan [Sun, 11 Sep 2011 08:49:30 +0000]
clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' blocks as initial value for number of peer blocks

12 years agoThe synchronization progress bar now compares the amount of total blocks to amount...
Janne Pulkkinen [Sat, 10 Sep 2011 09:43:45 +0000]
The synchronization progress bar now compares the amount of total blocks to amount of blocks downloaded at application start-up. Could be probably implemented better.

12 years agoMerge pull request #509 from cjdelisle/walletCrypto-wx-minVersion
Gavin Andresen [Fri, 9 Sep 2011 18:46:04 +0000]
Merge pull request #509 from cjdelisle/walletCrypto-wx-minVersion

wxWidgets needs to be at least version 2.9.1 because wallet crypto uses T

12 years agoMerge pull request #508 from TheBlueMatt/master
Gavin Andresen [Fri, 9 Sep 2011 18:45:46 +0000]
Merge pull request #508 from TheBlueMatt/master

Update gitian build descriptors to produce proper builds.

12 years agoUpdate gitian build descriptors to produce proper builds.
Matt Corallo [Fri, 9 Sep 2011 15:49:49 +0000]
Update gitian build descriptors to produce proper builds.

Thanks to makomk for finding the bugs here and devrandom
for passing them along (see
https://bitcointalk.org/index.php?topic=42198.msg514312#msg514312)

12 years agoMerge pull request #505 from gavinandresen/unique_coinbase
Gavin Andresen [Fri, 9 Sep 2011 13:34:37 +0000]
Merge pull request #505 from gavinandresen/unique_coinbase

Unique coinbase: Fixes #482

12 years agowxWidgets needs to be at least version 2.9.1 because wallet crypto uses ToStdString...
cjdelisle [Fri, 9 Sep 2011 00:50:00 +0000]
wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ToStdString() which is not in 2.9.0

12 years agohttp -> https
Wladimir J. van der Laan [Thu, 8 Sep 2011 16:07:07 +0000]
http -> https

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Wed, 7 Sep 2011 16:57:11 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

Conflicts:
.gitignore

12 years agofix the build (moved code use 'this' instead of 'window')
Wladimir J. van der Laan [Wed, 7 Sep 2011 16:16:38 +0000]
fix the build (moved code use 'this' instead of 'window')

12 years agoPull request #21: windows fixes/cleanup by Matoking
Janne Pulkkinen [Sat, 3 Sep 2011 17:05:54 +0000]
Pull request #21: windows fixes/cleanup by Matoking

12 years agoMerge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoi...
Gavin Andresen [Wed, 7 Sep 2011 14:51:57 +0000]
Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-jr-bitcoin into unique_coinbase

12 years agoMerge pull request #500 from gavinandresen/txndeadlock
Gavin Andresen [Wed, 7 Sep 2011 14:29:44 +0000]
Merge pull request #500 from gavinandresen/txndeadlock

Fix AddAddress cs_mapaddresses/db transaction deadlock

12 years agoFix AddAddress cs_mapaddresses/db transaction deadlock
Gavin Andresen [Tue, 6 Sep 2011 17:39:17 +0000]
Fix AddAddress cs_mapaddresses/db transaction deadlock

12 years agoBugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinbase txn...
Luke Dashjr [Tue, 6 Sep 2011 20:39:05 +0000]
Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinbase txn is unique even if address is the same

12 years agoSave coinbase, not just extraNonce
Luke Dashjr [Mon, 25 Jul 2011 15:59:41 +0000]
Save coinbase, not just extraNonce

12 years agoMerge branch 'getwork_dedupe' into unique_coinbase
Luke Dashjr [Tue, 6 Sep 2011 20:43:32 +0000]
Merge branch 'getwork_dedupe' into unique_coinbase

12 years agoMerge branch 'master' of git://github.com/bitcoin/bitcoin
Jeff Garzik [Tue, 6 Sep 2011 20:20:24 +0000]
Merge branch 'master' of git://github.com/bitcoin/bitcoin

12 years agoRevert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."
Jeff Garzik [Tue, 6 Sep 2011 20:19:54 +0000]
Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."

This reverts commit 6a0296791d5e81102a12a3142f5be25cb40f9825.

The change breaks build on Fedora Linux.

12 years agoMerge pull request #503 from TheBlueMatt/translatefix
Jeff Garzik [Tue, 6 Sep 2011 19:03:08 +0000]
Merge pull request #503 from TheBlueMatt/translatefix

Add binary mo for new translation.

12 years agoAdd binary mo for new translation.
Matt Corallo [Tue, 6 Sep 2011 19:01:58 +0000]
Add binary mo for new translation.

12 years agoMerge pull request #502 from vsrinivas/master
Jeff Garzik [Tue, 6 Sep 2011 18:58:42 +0000]
Merge pull request #502 from vsrinivas/master

Define MSG_NOSIGNAL to 0 when it is not defined.  Gets OpenBSD building.

12 years agoDefine MSG_NOSIGNAL to 0 on platforms where it is unavailable.
Venkatesh Srinivas [Tue, 6 Sep 2011 18:54:10 +0000]
Define MSG_NOSIGNAL to 0 on platforms where it is unavailable.

Enables building bitcoind on OpenBSD.

12 years agoMerge pull request #501 from paraipanakos/master
Jeff Garzik [Tue, 6 Sep 2011 18:50:56 +0000]
Merge pull request #501 from paraipanakos/master

Added Romanian translation

12 years agoRomanian translation added
Alex B [Tue, 6 Sep 2011 18:41:33 +0000]
Romanian translation added

12 years agoignore stuff
Luke Dashjr [Mon, 4 Jul 2011 18:45:08 +0000]
ignore stuff

12 years agoMerge pull request #491 from gavinandresen/manytxfix
Gavin Andresen [Tue, 6 Sep 2011 17:47:27 +0000]
Merge pull request #491 from gavinandresen/manytxfix

Optimize database writes for transactions with lots of TxIns.

12 years agoMerge pull request #499 from codler/patch-3
Gavin Andresen [Tue, 6 Sep 2011 17:20:22 +0000]
Merge pull request #499 from codler/patch-3

Add a note to only include .po file

12 years agoAdd a note to only include .po file
Han Lin Yap [Tue, 6 Sep 2011 17:13:43 +0000]
Add a note to only include .po file

12 years agoMerge pull request #490 from TheBlueMatt/master
Gavin Andresen [Tue, 6 Sep 2011 12:26:23 +0000]
Merge pull request #490 from TheBlueMatt/master

Fix build process to actually work (yet again).

12 years agoMerge pull request #496 from alexwaters/boost_fs3
Gavin Andresen [Tue, 6 Sep 2011 12:25:29 +0000]
Merge pull request #496 from alexwaters/boost_fs3

Support for boost filesystem version 3

12 years agoREADME.md: word wrap text file
Jeff Garzik [Tue, 6 Sep 2011 03:02:35 +0000]
README.md: word wrap text file

12 years agoMerge pull request #495 from alexwaters/readme
Jeff Garzik [Tue, 6 Sep 2011 03:01:55 +0000]
Merge pull request #495 from alexwaters/readme

Updated readme file

12 years agoUpdated readme file
Alex Waters [Tue, 6 Sep 2011 01:16:46 +0000]
Updated readme file

12 years agoOptimize database writes for transactions with lots of TxIns.
Gavin Andresen [Mon, 5 Sep 2011 18:33:07 +0000]
Optimize database writes for transactions with lots of TxIns.
Patch from ArtForz, who discovered the problem.

12 years ago(k)ubuntu 10.04+ notification support (based on @zwierzak his code)
Wladimir J. van der Laan [Sat, 3 Sep 2011 18:52:54 +0000]
(k)ubuntu 10.04+ notification support (based on @zwierzak his code)

12 years agoMerge branch 'master' of github.com:laanwj/bitcoin-qt
Wladimir J. van der Laan [Sat, 3 Sep 2011 18:51:48 +0000]
Merge branch 'master' of github.com:laanwj/bitcoin-qt

12 years agoFix build process to actually work.
Matt Corallo [Sat, 3 Sep 2011 06:21:55 +0000]
Fix build process to actually work.

12 years agoSupport for boost filesystem version 3
Luke Dashjr [Fri, 19 Aug 2011 16:45:27 +0000]
Support for boost filesystem version 3

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Sat, 3 Sep 2011 07:09:34 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

12 years agoBumped version numbers to 0.4.0rc1
Gavin Andresen [Fri, 2 Sep 2011 17:31:28 +0000]
Bumped version numbers to 0.4.0rc1

12 years agoMerge pull request #486 from TheBlueMatt/translatefix
Jeff Garzik [Fri, 2 Sep 2011 17:12:20 +0000]
Merge pull request #486 from TheBlueMatt/translatefix

Update binary mos to latest translations.

12 years agoVersions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid them
Gavin Andresen [Fri, 2 Sep 2011 16:56:10 +0000]
Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid them

12 years agoEdited README.rst via GitHub
Wladimir J. van der Laan [Fri, 2 Sep 2011 16:42:59 +0000]
Edited README.rst via GitHub

12 years agosupport USE_UPNP setting
Wladimir J. van der Laan [Fri, 2 Sep 2011 16:33:09 +0000]
support USE_UPNP setting

12 years agoUpdate binary mos to latest translations.
Matt Corallo [Fri, 2 Sep 2011 16:26:18 +0000]
Update binary mos to latest translations.

12 years agoStay connected to seed nodes; disconnecting causes problems if you are trying to...
Gavin Andresen [Fri, 2 Sep 2011 16:25:25 +0000]
Stay connected to seed nodes; disconnecting causes problems if you are trying to make the initial blockchain download.

12 years agobitcoin-qt cannot be used as command line rpc client
Wladimir J. van der Laan [Fri, 2 Sep 2011 16:05:08 +0000]
bitcoin-qt cannot be used as command line rpc client

12 years agoupdate to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan [Fri, 2 Sep 2011 16:02:22 +0000]
update to work with new lock system, add protocol.* to build system

12 years agoIf compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock...
Gavin Andresen [Fri, 2 Sep 2011 16:01:42 +0000]
If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems)

12 years agoDo not try to download blockchain from 0.3.23 nodes
Gavin Andresen [Fri, 2 Sep 2011 16:00:01 +0000]
Do not try to download blockchain from 0.3.23 nodes

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Fri, 2 Sep 2011 15:35:30 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

Conflicts:
src/main.cpp

12 years agoGive hard-coded seed nodes a random last-seen time, to randomize order they're tried.
Gavin Andresen [Fri, 2 Sep 2011 15:01:45 +0000]
Give hard-coded seed nodes a random last-seen time, to randomize order they're tried.

12 years agoUpdate the list of seednodes.
Daniel Folkinshteyn [Fri, 2 Sep 2011 04:00:22 +0000]
Update the list of seednodes.

Nodes culled from MagicalTux's database of bitcoin nodes,
http://dump.bitcoin.it/misc/
by version and longevity, and tested for connectivity.

12 years agoFix bad merge: getaccountaddress was broken for new accounts
Gavin Andresen [Thu, 1 Sep 2011 22:40:18 +0000]
Fix bad merge: getaccountaddress was broken for new accounts

12 years agoFixed regression I introduced: wallets with lots of transactions were unusable in...
Gavin Andresen [Thu, 1 Sep 2011 19:44:39 +0000]
Fixed regression I introduced: wallets with lots of transactions were unusable in GUI.