novacoin.git
12 years agoUpdate setup.nsi for bitcoin-qt.
Matt Corallo [Mon, 17 Oct 2011 15:29:45 +0000]
Update setup.nsi for bitcoin-qt.

12 years agoDecrease number of installed packages for Linux Gitian build.
Matt Corallo [Mon, 24 Oct 2011 14:43:38 +0000]
Decrease number of installed packages for Linux Gitian build.

12 years agoRemove wxWidgets gitian descriptors.
Matt Corallo [Sun, 16 Oct 2011 21:07:46 +0000]
Remove wxWidgets gitian descriptors.

12 years agoUpdate Linux gitian descriptor for bitcoin-qt.
Matt Corallo [Fri, 14 Oct 2011 15:38:37 +0000]
Update Linux gitian descriptor for bitcoin-qt.

12 years agoAllow miniupnpc include path specificaiton and fix link on Win32.
Matt Corallo [Mon, 17 Oct 2011 04:09:22 +0000]
Allow miniupnpc include path specificaiton and fix link on Win32.

12 years agoOptionally include additional QT plugins when required to build.
Matt Corallo [Fri, 7 Oct 2011 14:46:56 +0000]
Optionally include additional QT plugins when required to build.

12 years agoAdd BOOST_THREAD_USE_LIB define.
Matt Corallo [Fri, 7 Oct 2011 14:17:23 +0000]
Add BOOST_THREAD_USE_LIB define.

12 years agoAdd option to specify a different suffix for boost_thread.
Matt Corallo [Thu, 6 Oct 2011 21:02:21 +0000]
Add option to specify a different suffix for boost_thread.

12 years agoAdd returns to avoid annoying compile-time warnings.
Matt Corallo [Mon, 10 Oct 2011 19:51:07 +0000]
Add returns to avoid annoying compile-time warnings.

12 years agoAdd -Wno-strict-aliasing because boost breaks that too much.
Matt Corallo [Mon, 10 Oct 2011 19:14:15 +0000]
Add -Wno-strict-aliasing because boost breaks that too much.

12 years agoOnly define __STDC_LIMIT_MACROS if not already defined.
Matt Corallo [Mon, 10 Oct 2011 16:08:05 +0000]
Only define __STDC_LIMIT_MACROS if not already defined.

12 years agoUpdate qt readme to indicate Qt is now the primary GUI.
Matt Corallo [Fri, 14 Oct 2011 15:06:57 +0000]
Update qt readme to indicate Qt is now the primary GUI.

12 years agoMerge pull request #592 from dooglus/qt-at-spi-bug
Gavin Andresen [Tue, 25 Oct 2011 12:49:26 +0000]
Merge pull request #592 from dooglus/qt-at-spi-bug

Warn about the qt-at-spi bug in Ubuntu 11.10.

12 years agoWarn about the qt-at-spi bug in Ubuntu 11.10.
Chris Moore [Mon, 24 Oct 2011 23:21:28 +0000]
Warn about the qt-at-spi bug in Ubuntu 11.10.

12 years agoMerge pull request #584 from kwaaak/master
Gavin Andresen [Mon, 24 Oct 2011 18:29:57 +0000]
Merge pull request #584 from kwaaak/master

Make build work on Mac OS X 10.7 Lion

12 years agoMerge pull request #586 from cjdelisle/hardening-bug-workaround
Gavin Andresen [Mon, 24 Oct 2011 18:29:32 +0000]
Merge pull request #586 from cjdelisle/hardening-bug-workaround

Added a workaround for an Ubuntu bug which causes -fstack-protector-all t

12 years agoMerge pull request #591 from laanwj/translation_lookup_logic
Gavin Andresen [Mon, 24 Oct 2011 18:28:23 +0000]
Merge pull request #591 from laanwj/translation_lookup_logic

Translation look-up logic improvements for Qt UI

12 years agoTranslation lookup logic improvements
Wladimir J. van der Laan [Sun, 23 Oct 2011 11:37:39 +0000]
Translation lookup logic improvements
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm)
- first load translations/<language>.qm, then translations/<language>_<TERRITORY>.qm, so that territory-specific translations take precedence, but the fallback is on the base language if no territory-specific translation exists.

12 years agoRevert "translation fixes"
Wladimir J. van der Laan [Sun, 23 Oct 2011 09:20:39 +0000]
Revert "translation fixes"

This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5.

12 years agotranslation fixes
Wladimir J. van der Laan [Sun, 23 Oct 2011 08:08:44 +0000]
translation fixes
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm)
- rename language files to the usual <lang>_<TERRITORY>
- include recently added language files for es_ES and nb_NO

12 years agoupdate translations: nb, es_CL (from transifex)
Nils Schneider [Sat, 22 Oct 2011 21:21:03 +0000]
update translations: nb, es_CL (from transifex)

12 years agoAdded a workaround for an Ubuntu bug which causes -fstack-protector-all to be disrega...
cjdelisle [Mon, 17 Oct 2011 00:38:23 +0000]
Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be disregarded.

12 years agoMerge pull request #583 from laanwj/qt3
Wladimir J. van der Laan [Sat, 15 Oct 2011 15:33:10 +0000]
Merge pull request #583 from laanwj/qt3

More Qt GUI updates
- Make USE_SSL qmake build flag actually work
- Improve mac experience, general UI improvements
- Add keyboard shortcut to switch between tabs

12 years agoMake build work on Mac OS X 10.7 Lion
kwaaak [Fri, 14 Oct 2011 04:39:54 +0000]
Make build work on Mac OS X 10.7 Lion
(32bit dependencies through MacPorts)

12 years agoMerge pull request #578 from luke-jr/bitcoind_build_improvements
Gavin Andresen [Mon, 10 Oct 2011 20:57:47 +0000]
Merge pull request #578 from luke-jr/bitcoind_build_improvements

Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally

12 years agobitcoind does not need to link with gthread-2.0
Gavin Andresen [Mon, 10 Oct 2011 20:03:14 +0000]
bitcoind does not need to link with gthread-2.0

12 years agoAllow users to customize CXX, CXXFLAGS, and LDFLAGS normally
Luke Dashjr [Mon, 10 Oct 2011 17:42:43 +0000]
Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally

12 years agoAdd spanish translation to TRANSLATIONS
Gavin Andresen [Mon, 10 Oct 2011 15:25:51 +0000]
Add spanish translation to TRANSLATIONS

12 years agoMerge pull request #577 from paraipanakos/master
Gavin Andresen [Mon, 10 Oct 2011 15:20:53 +0000]
Merge pull request #577 from paraipanakos/master

Spanish translation for new qt gui

12 years agoMerge pull request #576 from luke-jr/bitcoind_build_improvements
Gavin Andresen [Mon, 10 Oct 2011 15:20:28 +0000]
Merge pull request #576 from luke-jr/bitcoind_build_improvements

bitcoind build improvements

12 years agoMac OSX release process changes
Gavin Andresen [Mon, 10 Oct 2011 15:13:32 +0000]
Mac OSX release process changes

Rename App Bundle "Bitcoin-Qt.app" instead of "Bitcoin Qt" for
consistency with Windows/Linux.
Update create_osx_dmg.sh script to use macdeployqt tool.
Add ifdef STATIC to makefile.osx to build bitcoind static or dynamic.

12 years agoAdded Spanish translation for qt
Alex B [Sun, 9 Oct 2011 21:54:07 +0000]
Added Spanish translation for qt

12 years agoAdd alt-1..alt-5 shortcut to switch between tabs
Wladimir J. van der Laan [Sun, 9 Oct 2011 19:40:03 +0000]
Add alt-1..alt-5 shortcut to switch between tabs

12 years agoImproved Mac experience; QDoubleSpinBox for BitcoinAmountField
p2k [Fri, 7 Oct 2011 11:21:45 +0000]
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField

Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac.

The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator.

Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up.

12 years agoMake "Quit" menu saner
Wladimir J. van der Laan [Sun, 9 Oct 2011 19:06:28 +0000]
Make "Quit" menu saner
- Use 'x' for Exit shortcut
- Set Ctrl-Q as global quit key sequence

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Sun, 9 Oct 2011 18:26:40 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

12 years agoAdd support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic...
Luke Dashjr [Sun, 9 Oct 2011 18:23:20 +0000]
Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed

12 years agoMerge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen [Sun, 9 Oct 2011 17:36:10 +0000]
Merge branch 'master' of github.com:bitcoin/bitcoin

12 years agoMerge pull request #573 from luke-jr/bugfix_bits_string
Gavin Andresen [Sun, 9 Oct 2011 17:32:22 +0000]
Merge pull request #573 from luke-jr/bugfix_bits_string

Bugfix: getmemorypool "bits" should be a hex-string

12 years agoMerge pull request #575 from globalcitizen/master
Gavin Andresen [Sun, 9 Oct 2011 17:27:34 +0000]
Merge pull request #575 from globalcitizen/master

Unix build documentation improvements

12 years agoFix typo. Improve Gentoo instructions.
globalcitizen [Sun, 9 Oct 2011 09:18:34 +0000]
Fix typo. Improve Gentoo instructions.

12 years agoImproved Gentoo instructions.
globalcitizen [Sun, 9 Oct 2011 09:16:53 +0000]
Improved Gentoo instructions.

12 years agoFix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR}
globalcitizen [Sun, 9 Oct 2011 09:10:43 +0000]
Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR}

12 years agoCollate generic dependency information. Segregate distribution-specific (Ubuntu/Debia...
globalcitizen [Sun, 9 Oct 2011 09:04:35 +0000]
Collate generic dependency information. Segregate distribution-specific (Ubuntu/Debian) information. Add Gentoo information.

12 years agoBump version to 0.5.0.0
Gavin Andresen [Sat, 8 Oct 2011 21:29:47 +0000]
Bump version to 0.5.0.0

12 years agoRemove old wx translations, updated qt translations
Gavin Andresen [Sat, 8 Oct 2011 21:29:21 +0000]
Remove old wx translations, updated qt translations

12 years agoRemove ui_res from makefiles
Gavin Andresen [Fri, 7 Oct 2011 18:35:36 +0000]
Remove ui_res from makefiles

12 years agoFix build on windows and mac
Gavin Andresen [Fri, 7 Oct 2011 15:02:21 +0000]
Fix build on windows and mac

Replaced all occurrences of #if* __WXMSW__ with WIN32,
and all occurrences of __WXMAC_OSX__ with MAC_OSX, and made
sure those are defined appropriately in the makefile and bitcoin-qt.pro.

12 years agoMerge pull request #572 from delirium---/master
Gavin Andresen [Thu, 6 Oct 2011 19:11:07 +0000]
Merge pull request #572 from delirium---/master

Fix for win64 build

12 years agoBugfix: "bits" should be a hex-string, not a number (that just doesn't make sense)
Luke Dashjr [Thu, 6 Oct 2011 16:47:28 +0000]
Bugfix: "bits" should be a hex-string, not a number (that just doesn't make sense)

12 years agoFix for 64bit build
Victor Leschuk [Thu, 6 Oct 2011 15:53:42 +0000]
Fix for 64bit build

12 years agoMerge pull request #564 from luke-jr/optimize_remove_CheckWork_delay
Gavin Andresen [Thu, 6 Oct 2011 14:54:50 +0000]
Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delay

Remove 2 second sleep from CheckWork

12 years agoMerge pull request #566 from luke-jr/optimize_http_status
Gavin Andresen [Wed, 5 Oct 2011 19:19:34 +0000]
Merge pull request #566 from luke-jr/optimize_http_status

Optimize HTTP status messages

12 years agoUse C's const char* for status strings rather than C++'s std::string, which is slower
David Joel Schwartz [Sat, 6 Aug 2011 13:15:00 +0000]
Use C's const char* for status strings rather than C++'s std::string, which is slower

12 years agoFix miner_test unit test bug
Gavin Andresen [Wed, 5 Oct 2011 18:33:49 +0000]
Fix miner_test unit test bug

12 years agoMerge branch 'listsinceblock' of https://github.com/cdhowie/bitcoin
Gavin Andresen [Wed, 5 Oct 2011 15:38:24 +0000]
Merge branch 'listsinceblock' of https://github.com/cdhowie/bitcoin

12 years agoAuto-build dependencies
Gavin Andresen [Wed, 5 Oct 2011 15:28:08 +0000]
Auto-build dependencies

12 years agoUpdate mac Makefile and build instructions to use MacPorts
Gavin Andresen [Wed, 5 Oct 2011 15:09:28 +0000]
Update mac Makefile and build instructions to use MacPorts

12 years agoMerge pull request #545 from tcatm/remove-addr.txt
Gavin Andresen [Wed, 5 Oct 2011 14:41:07 +0000]
Merge pull request #545 from tcatm/remove-addr.txt

remove code that reads addr.txt in LoadAddreses()

12 years agoMerge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin
Gavin Andresen [Wed, 5 Oct 2011 14:38:10 +0000]
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin

12 years agoMerge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_errReporting
Gavin Andresen [Wed, 5 Oct 2011 14:27:56 +0000]
Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_errReporting

Bugfix: ThreadSocketHandler creation error

12 years agoMerge pull request #561 from luke-jr/optimize_conn_adjtime
Gavin Andresen [Wed, 5 Oct 2011 14:22:52 +0000]
Merge pull request #561 from luke-jr/optimize_conn_adjtime

Only GetAdjustedTime once for the retry loop

12 years agoSend "Connection: close" HTTP header with JSON-RPC requests (client)
Luke Dashjr [Tue, 4 Oct 2011 04:42:36 +0000]
Send "Connection: close" HTTP header with JSON-RPC requests (client)

12 years agoMerge pull request #549 from enmaku/master
Gavin Andresen [Tue, 4 Oct 2011 14:41:00 +0000]
Merge pull request #549 from enmaku/master

Python scripts demonstrating using RPC to keep passphrases out of shell history/etc.

12 years agoMerge pull request #547 from TheBlueMatt/build-updates
Gavin Andresen [Tue, 4 Oct 2011 14:38:06 +0000]
Merge pull request #547 from TheBlueMatt/build-updates

Update release-process to point to gitian.sigs repo.

12 years agoRemove 2 second sleep from CheckWork
David Joel Schwartz [Sat, 6 Aug 2011 13:15:00 +0000]
Remove 2 second sleep from CheckWork

12 years agoBugfix: report error creating ThreadSocketHandler thread just like the rest
Luke Dashjr [Tue, 4 Oct 2011 03:45:42 +0000]
Bugfix: report error creating ThreadSocketHandler thread just like the rest

12 years agoOnly GetAdjustedTime once for the retry loop
Luke Dashjr [Tue, 4 Oct 2011 03:41:47 +0000]
Only GetAdjustedTime once for the retry loop

12 years agoAdded bitrpc.py which allows for sending of all standard Bitcoin commands via RPC...
David Perry [Mon, 3 Oct 2011 23:10:03 +0000]
Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args.

Signed-off-by: David Perry <enmaku@gmail.com>

12 years agoAdded wallet tools
David Perry [Mon, 3 Oct 2011 21:04:11 +0000]
Added wallet tools

Signed-off-by: David Perry <enmaku@gmail.com>

12 years agoDeclare integer constant LL
Gavin Andresen [Mon, 3 Oct 2011 17:10:31 +0000]
Declare integer constant LL

12 years agoUpdate release-process to point to gitian.sigs repo.
Matt Corallo [Mon, 3 Oct 2011 16:59:37 +0000]
Update release-process to point to gitian.sigs repo.

12 years agoEdited doc/readme-qt.rst via GitHub
Wladimir J. van der Laan [Sun, 2 Oct 2011 07:47:23 +0000]
Edited doc/readme-qt.rst via GitHub

12 years agoBugfix: Restore old behaviour of USE_UPNP as close as possible (built & enabled by...
Luke Dashjr [Thu, 29 Sep 2011 19:02:12 +0000]
Bugfix: Restore old behaviour of USE_UPNP as close as possible (built & enabled by default, can be disabled or unsupported by option)

12 years agoremove code that reads addr.txt in LoadAddreses()
Nils Schneider [Sat, 1 Oct 2011 20:27:02 +0000]
remove code that reads addr.txt in LoadAddreses()

12 years agoMerge pull request #543 from laanwj/utiltests
Gavin Andresen [Sat, 1 Oct 2011 19:00:24 +0000]
Merge pull request #543 from laanwj/utiltests

Remove possibility of 63 bit overflow in ParseMoney

12 years agoMerge pull request #476 from forrestv/getmemorypool
Gavin Andresen [Sat, 1 Oct 2011 18:57:51 +0000]
Merge pull request #476 from forrestv/getmemorypool

Added RPC call 'getmemorypool' for p2p mining pools

12 years agoAdded RPC call 'getmemorypool' that provides everything needed to construct a block...
Forrest Voight [Tue, 6 Sep 2011 22:15:46 +0000]
Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution

getmemorypool [data]
If [data] is not specified, returns data needed to construct a block to work on:
  "version" : block version
  "previousblockhash" : hash of current highest block
  "transactions" : contents of non-coinbase transactions that should be included in the next block
  "coinbasevalue" : maximum allowable input to coinbase transaction, including the generation award and transaction fees
  "time" : timestamp appropriate for next block
  "bits" : compressed target of next block
If [data] is specified, tries to solve the block and returns true if it was successful.

12 years agoremove possibility of 63 bit overflow in ParseMoney
Wladimir J. van der Laan [Sat, 1 Oct 2011 00:47:47 +0000]
remove possibility of 63 bit overflow in ParseMoney
- also, add unit tests for various functions in util.cpp/util.h

12 years agoonly install translator when not empty
Wladimir J. van der Laan [Sat, 1 Oct 2011 11:23:00 +0000]
only install translator when not empty

12 years agosimpler ByteReverse
Nils Schneider [Fri, 30 Sep 2011 14:23:26 +0000]
simpler ByteReverse

12 years agoremove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider [Tue, 27 Sep 2011 18:16:07 +0000]
remove cryptopp dependency, add simple unittest for SHA256Transform()

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

12 years agomake USE_SSL actually work (thanks @prusnak for noticing)
Wladimir J. van der Laan [Fri, 30 Sep 2011 15:36:39 +0000]
make USE_SSL actually work (thanks @prusnak for noticing)

12 years agoMerge pull request #524 from sipa/signandverif
Gavin Andresen [Fri, 30 Sep 2011 12:04:26 +0000]
Merge pull request #524 from sipa/signandverif

Sign and verify message with bitcoin address

12 years agoMerge pull request #542 from laanwj/qt2
Gavin Andresen [Thu, 29 Sep 2011 19:06:03 +0000]
Merge pull request #542 from laanwj/qt2

qmake build system improvements

12 years agoqmake build system improvements
Wladimir J. van der Laan [Thu, 29 Sep 2011 17:53:44 +0000]
qmake build system improvements
- USE_SSL=1 to support RPC SSL
- BDB_LIB_SUFFIX= to link against specific BDB version
- Fix typo
- Start lrelease during qmake phase to prevent errors/warnings

12 years agoMerge pull request #539 from laanwj/qt2
Gavin Andresen [Thu, 29 Sep 2011 17:50:40 +0000]
Merge pull request #539 from laanwj/qt2

Qt GUI updates

12 years agoMerge pull request #537 from tcatm/remove-deprecated-rpcs
Nils Schneider [Thu, 29 Sep 2011 16:39:11 +0000]
Merge pull request #537 from tcatm/remove-deprecated-rpcs

remove deprecated RPCs

12 years agoAdd assertion size>0 to MedianFilter
Wladimir J. van der Laan [Thu, 29 Sep 2011 15:17:42 +0000]
Add assertion size>0 to MedianFilter

12 years agoMerge pull request #538 from tcatm/deprecate-midstate
Gavin Andresen [Thu, 29 Sep 2011 14:57:22 +0000]
Merge pull request #538 from tcatm/deprecate-midstate

deprecate midstate and hash1 in getwork

12 years agoUpdate "other files" in Qt Creator with all documentation now that the projects merged
Wladimir J. van der Laan [Wed, 28 Sep 2011 20:01:47 +0000]
Update "other files" in Qt Creator with all documentation now that the projects merged

12 years agoMerge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan [Wed, 28 Sep 2011 19:52:32 +0000]
Merge branch 'master' of https://github.com/bitcoin/bitcoin

Conflicts:
.gitignore (used upstream version)
bitcoin-qt.pro

12 years agouse median filter for peer-reported reported number of blocks
Wladimir J. van der Laan [Wed, 28 Sep 2011 19:35:58 +0000]
use median filter for peer-reported reported number of blocks
- fixes problem that one misconfigured or malicious node can mess up progress bar
- implementation in src/util.h
- testcase in src/test/util_tests.cpp

12 years agoMerge pull request #536 from TheBlueMatt/build-updates
Jeff Garzik [Wed, 28 Sep 2011 16:27:25 +0000]
Merge pull request #536 from TheBlueMatt/build-updates

Update release-process.txt with gitian release instructions.

12 years agodeprecate midstate and hash1 in getwork
Nils Schneider [Wed, 28 Sep 2011 15:54:44 +0000]
deprecate midstate and hash1 in getwork

12 years agoremove deprecated RPCs
Nils Schneider [Wed, 28 Sep 2011 15:43:31 +0000]
remove deprecated RPCs

12 years agoUpdate release-process.txt with gitian release instructions.
Matt Corallo [Wed, 28 Sep 2011 15:19:09 +0000]
Update release-process.txt with gitian release instructions.

12 years agoMerge pull request #533 from alexwaters/readme
Jeff Garzik [Wed, 28 Sep 2011 03:47:06 +0000]
Merge pull request #533 from alexwaters/readme

Updated readme file with timers.

12 years agotranslation handling improvements
Wladimir J. van der Laan [Tue, 27 Sep 2011 18:47:51 +0000]
translation handling improvements

- automatically build binary translation files in qmake/make
- roll translations into resource file and executable, to simply installation