aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-01Merge pull request #2991 from Diapolo/translation_fixesWladimir J. van der Laan
Bitcoin-Qt: translation fixes in sendcoins
2013-10-01Merge pull request #2888 from litecoin-project/getnetworkhashpsJeff Garzik
Add getnetworkhashps to get the estimated network hashrate
2013-10-01Bitcoin-Qt: translation fixes in sendcoinsPhilip Kaufmann
- remove some unneeded translatable strings from sendcoinsentry.ui file and rename some elements for better readability - optimize string prorcessing in SendCoinsDialog::on_sendButton_clicked() - make all UI labels for secure payments plain text and move the settings to sendcoinsentry.ui file - remove unneeded button and default button definiton from warning message boxes - remove fixed font-size when sending coins to an address with label and use monospace font for addresses
2013-10-01Merge pull request #3042 from wtogami/nowinedepWladimir J. van der Laan
Hardcode string in miniupnpcstring.h and remove wine from deps-win32.yml
2013-10-01Merge pull request #3045 from Diapolo/masterWladimir J. van der Laan
misc small spelling/indentation fixes
2013-09-30Hardcode string in miniupnpcstring.h and remove wine requirement from ↵Warren Togami
deps-win32.yml Credit: sipa, cfields, Luke-Jr and michagogo contributed to this fix. Removing wine as a win32 build dep is beneficial to fixing Gitian LXC, which would enable many more people to join in the gitian.sigs process by being able to build with a linux VM instead of a virt capable host.
2013-10-01misc small spelling/indentation fixesPhilip Kaufmann
2013-09-30Merge pull request #3043 from wtogami/fixqtwin32Wladimir J. van der Laan
Fix gitian qt-win32.yml build
2013-09-30Fix gitian qt-win32.yml buildWarren Togami
The final revision of PR 3029 incorporated a review suggestion of replacing i686-w64-mingw32 with $HOST. But we forgot that $HOST is not expanded when within single quotes so it actually broke qt-win32.yml build. This is the minimal changes necessary to fix the qt-win32.yml build.
2013-09-29Merge pull request #3015 from theuni/win32-version-infoPieter Wuille
Win32 version info
2013-09-29Merge pull request #3039 from Diapolo/Qt_miscWladimir J. van der Laan
several small Qt-related fixes
2013-09-29Merge pull request #3029 from wtogami/gitianwin32Gavin Andresen
Upgrade gitian win32 to Precise 12.04.
2013-09-28several small Qt-related fixesPhilip Kaufmann
- make BitcoinGUI::showPaymentACK() use a reference for msg and use our own GUIUtil::HtmlEscape() function - ensure QTimer usage in clientmodel is the same as in walletmodel - remove an unneeded debug message in walletframe - flag some parameters as unused in DebugMessageHandler() - small code formatting changes
2013-09-28Merge pull request #3034 from fanquake/corect-qt-download-linkWladimir J. van der Laan
Update Qt 4.8.3 download link in Gitian Descriptors README
2013-09-28Merge pull request #3035 from fanquake/remove-homebrew-patchesWladimir J. van der Laan
Remove obselete HomeBrew patches
2013-09-28Merge pull request #3031 from Diapolo/minerWladimir J. van der Laan
internal miner: move 2 globals from main to miner
2013-09-28Merge pull request #3027 from cozz/cozz2Wladimir J. van der Laan
GUI: fix sendcoinsdialog/sendcoinsentry
2013-09-27Update Qt 4.8.3 download linkfanquake
2013-09-26Upgrade gitian win32 to boost-1.54.0Warren Togami
Workaround 1.54.0 build bug, upstream #9156 Workaround 1.51.0+ human bug, upstream #7262 This commit also demonstrates a method to verify the integrity of inputs.
2013-09-25Upgrade gitian win32 to Precise 12.04.Warren Togami
mingw upgrade allows more hardening, compiler bug fixes and possibily win64 later. Rename deps .zip files to be more consistent in revision format. Boost #4258 build fix for mingw32
2013-09-26Removes obselete HomeBrew patchesfanquake
2013-09-25build: add libcrypt32 dep for new mingw. Also ensure that libgcc/libstdc++ ↵Cory Fields
are static-linked regardless of the toolchain config
2013-09-25internal miner: move 2 globals from main to minerPhilip Kaufmann
- moves 2 global variables from main.cpp/h to miner.cpp/h - also removes 2 unneded includes in miner.cpp, that come from miner.h already
2013-09-25Merge pull request #3026 from sipa/checkunspendPieter Wuille
Skip unspendable outputs in consistency check
2013-09-24GUI: fix sendcoinsdialog/sendcoinsentryCozz Lovan
2013-09-24Skip unspendable outputs in consistency checkPieter Wuille
2013-09-23Merge pull request #2791 from sipa/provepruneGavin Andresen
Prune provably-unspendable outputs
2013-09-23Merge pull request #3016 from sipa/lowsPieter Wuille
Use 'low S' as malleability breaker rather than 'even S'
2013-09-23Merge pull request #3023 from Michagogo/pgpGavin Andresen
Add michagogo to gitian download scripts
2013-09-22Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen
[raw] reject insanely high fees by default in sendrawtransaction
2013-09-22Adjust weight for michagogo in gitian download scriptsMicha
Following a discussion in #bitcoin-dev, around 19:00 UTC, 20132209
2013-09-21Add michagogo to gitian download scriptsMicha
2013-09-20Merge pull request #2995 from Diapolo/GUI_messageWladimir J. van der Laan
Bitcoin-Qt: BitcoinGUI::message() updates/fixes
2013-09-20Merge pull request #3020 from Diapolo/LogPrint_fixesPieter Wuille
fix some printf -> LogPrintf leftovers
2013-09-20fix some printf -> LogPrintf leftoversPhilip Kaufmann
2013-09-20Use 'low S' as malleability breaker rather than 'even S'Pieter Wuille
2013-09-20Tweaks to the top-level pull-tester scriptGavin Andresen
2013-09-20Rename BitcoinjBitcoindComparisonTool just BitcoindComparisonToolGavin Andresen
2013-09-20Master pull-tester-driver python scriptGavin Andresen
2013-09-19Merge pull request #3021 from Diapolo/fix_extract_strings_qtWladimir J. van der Laan
fix extract_strings_qt.py
2013-09-19fix extract_strings_qt.pyPhilip Kaufmann
- a recent pull changed xgettext to gettext, this is reverted here
2013-09-19Merge pull request #3019 from sipa/fugbixPieter Wuille
Bugfix: nHeightLast instead of nHeightFirst
2013-09-19Bugfix: nHeightLast instead of nHeightFirstPieter Wuille
2013-09-19Fix gitian: bitcoin-deps is at version 0.0.7Gavin Andresen
2013-09-18Merge pull request #3014 from theuni/gitian-fixupsGavin Andresen
Gitian fixups
2013-09-18Merge pull request #3017 from sipa/unitleaksGavin Andresen
Fix minor unit test memory leaks
2013-09-19Fix minor unit test memory leaksPieter Wuille
2013-09-18win32: only check for windres for win32, and fail if missingCory Fields
2013-09-18win32: add version info to bitcoind.exeCory Fields
TODO: Add icon info
2013-09-18autotools: fix the Makefile.include to be safely included anywhere.Cory Fields
This way we can reuse rules rather than duplicating them.