Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-04 | Hurricane Electric uses block 2001:470::, not 2011:470:: | David Hill | |
2013-10-04 | Merge pull request #3047 from Diapolo/misbehave | Gavin Andresen | |
special case DoS value == 0 | |||
2013-10-04 | special case DoS value == 0 in ProcessMessage() | Philip Kaufmann | |
- prevents unneeded log messages, which could make users think something bad was happening | |||
2013-10-03 | Merge pull request #2947 from gmaxwell/theyre_maturing_faster_these_days | Gavin Andresen | |
[wallet] Consider generated coins mature at COINBASE_MATURITY+1 | |||
2013-10-03 | Merge pull request #2999 from TheBlueMatt/master | Gavin Andresen | |
Update contrib/debian: proper desktop category and update changelog | |||
2013-10-03 | Merge pull request #3040 from Diapolo/Qt_misc2 | Gavin Andresen | |
Bitcoin-Qt: add missing change from branch Qt_misc | |||
2013-10-03 | Merge pull request #3050 from Diapolo/fix_IsRFC4193_comment | Gavin Andresen | |
fix #3049 by changing comment for CNetAddr::IsRFC4193() | |||
2013-10-03 | Merge pull request #3051 from Diapolo/bitcoind-rc | Gavin Andresen | |
rename bitcoin-res.rc to bitcoind-res.rc | |||
2013-10-03 | Merge pull request #3028 from Michagogo/fix-dep-links | Gavin Andresen | |
Fix and improve release-process.md | |||
2013-10-04 | HTTPS-ify the downloads for the deps | Micha | |
2013-10-04 | Switch the order of win32 deps and win32 qt in release-process.md | Micha | |
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file. | |||
2013-10-04 | Fix and improve release-process.md | Micha | |
This commit adds a step, which is to git checkout the version to be built. This ensures that the gitian-descriptors for said version will be the correct ones. In addition, it updates the links for several dependencies, where the previously existing links were dead. | |||
2013-10-03 | Merge pull request #3038 from Diapolo/Log_Shutdown | Jeff Garzik | |
log start and end of Shutdown() | |||
2013-10-03 | rename bitcoin-res.rc to bitcoind-res.rc | Philip Kaufmann | |
- helps recognizing that the resource file belongs to bitcoind.exe | |||
2013-10-03 | fix #3049 by changing comment for CNetAddr::IsRFC4193() | Philip Kaufmann | |
2013-10-02 | RPC validateaddress: test pwalletMain for NULL (no-wallet mode) | Jeff Garzik | |
2013-10-02 | log start and end of Shutdown() | Philip Kaufmann | |
- could be helpful when debugging shutdown related problems | |||
2013-10-01 | Merge branch 'pwalletmain' - checking pwalletMain for NULL, | Jeff Garzik | |
a pre-req for no-wallet support. | |||
2013-10-01 | Support absence of wallet (pwalletMain==NULL) in several locations, | Jeff Garzik | |
notably RPC. | |||
2013-10-01 | Merge pull request #2991 from Diapolo/translation_fixes | Wladimir J. van der Laan | |
Bitcoin-Qt: translation fixes in sendcoins | |||
2013-10-01 | Merge pull request #2888 from litecoin-project/getnetworkhashps | Jeff Garzik | |
Add getnetworkhashps to get the estimated network hashrate | |||
2013-10-01 | Bitcoin-Qt: translation fixes in sendcoins | Philip 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-01 | Merge pull request #3042 from wtogami/nowinedep | Wladimir J. van der Laan | |
Hardcode string in miniupnpcstring.h and remove wine from deps-win32.yml | |||
2013-10-01 | Bitcoin-Qt: add missing change from branch Qt_misc | Philip Kaufmann | |
- remove an unneeded debug message in walletframe | |||
2013-10-01 | Merge pull request #3045 from Diapolo/master | Wladimir J. van der Laan | |
misc small spelling/indentation fixes | |||
2013-09-30 | Hardcode 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-01 | misc small spelling/indentation fixes | Philip Kaufmann | |
2013-09-30 | Merge pull request #3043 from wtogami/fixqtwin32 | Wladimir J. van der Laan | |
Fix gitian qt-win32.yml build | |||
2013-09-30 | Fix gitian qt-win32.yml build | Warren 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-29 | Merge pull request #3015 from theuni/win32-version-info | Pieter Wuille | |
Win32 version info | |||
2013-09-29 | Merge pull request #3039 from Diapolo/Qt_misc | Wladimir J. van der Laan | |
several small Qt-related fixes | |||
2013-09-29 | Merge pull request #3029 from wtogami/gitianwin32 | Gavin Andresen | |
Upgrade gitian win32 to Precise 12.04. | |||
2013-09-28 | several small Qt-related fixes | Philip 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-28 | Merge pull request #3034 from fanquake/corect-qt-download-link | Wladimir J. van der Laan | |
Update Qt 4.8.3 download link in Gitian Descriptors README | |||
2013-09-28 | Merge pull request #3035 from fanquake/remove-homebrew-patches | Wladimir J. van der Laan | |
Remove obselete HomeBrew patches | |||
2013-09-28 | Merge pull request #3031 from Diapolo/miner | Wladimir J. van der Laan | |
internal miner: move 2 globals from main to miner | |||
2013-09-28 | Merge pull request #3027 from cozz/cozz2 | Wladimir J. van der Laan | |
GUI: fix sendcoinsdialog/sendcoinsentry | |||
2013-09-27 | Update Qt 4.8.3 download link | fanquake | |
2013-09-26 | Upgrade gitian win32 to boost-1.54.0 | Warren 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-25 | Upgrade 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-26 | Removes obselete HomeBrew patches | fanquake | |
2013-09-25 | build: add libcrypt32 dep for new mingw. Also ensure that libgcc/libstdc++ ↵ | Cory Fields | |
are static-linked regardless of the toolchain config | |||
2013-09-25 | internal miner: move 2 globals from main to miner | Philip 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-25 | Merge pull request #3026 from sipa/checkunspend | Pieter Wuille | |
Skip unspendable outputs in consistency check | |||
2013-09-24 | GUI: fix sendcoinsdialog/sendcoinsentry | Cozz Lovan | |
2013-09-24 | Skip unspendable outputs in consistency check | Pieter Wuille | |
2013-09-23 | Merge pull request #2791 from sipa/proveprune | Gavin Andresen | |
Prune provably-unspendable outputs | |||
2013-09-23 | Merge pull request #3016 from sipa/lows | Pieter Wuille | |
Use 'low S' as malleability breaker rather than 'even S' | |||
2013-09-23 | Merge pull request #3023 from Michagogo/pgp | Gavin Andresen | |
Add michagogo to gitian download scripts | |||
2013-09-22 | Merge pull request #2949 from gmaxwell/fewer_fee_footguns | Gavin Andresen | |
[raw] reject insanely high fees by default in sendrawtransaction |