aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-28Update "other files" in Qt Creator with all documentation now that the ↵Wladimir J. van der Laan
projects merged
2011-09-28Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
Conflicts: .gitignore (used upstream version) bitcoin-qt.pro
2011-09-28use median filter for peer-reported reported number of blocksWladimir J. van der Laan
- 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
2011-09-28Merge pull request #536 from TheBlueMatt/build-updatesJeff Garzik
Update release-process.txt with gitian release instructions.
2011-09-28Update release-process.txt with gitian release instructions.Matt Corallo
2011-09-27Merge pull request #533 from alexwaters/readmeJeff Garzik
Updated readme file with timers.
2011-09-27translation handling improvementsWladimir J. van der Laan
- automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation
2011-09-27Merge pull request #25 from Matoking/masterWladimir J. van der Laan
Send Coins page changes
2011-09-27Removing the if statement entirely - not needed.Janne Pulkkinen
2011-09-27Remove DoS penalty for SigOpCount or immature transactionsGavin Andresen
2011-09-27Send Coins page not cleared when changing tabs. Clear all button for ↵Janne Pulkkinen
clearing the entries
2011-09-26Updated readme file with timers.Alex Waters
2011-09-26Merge pull request #532 from TheBlueMatt/build-updatesGavin Andresen
Output build temp files in build/ instead of current directory.
2011-09-26Output build temp files in build/ instead of current directory.Matt Corallo
2011-09-26Update build instructions for the new, no-wxwidgets worldGavin Andresen
2011-09-26Fix build: put back rules to build cryptopp filesGavin Andresen
2011-09-26Remove wxWidgetsGavin Andresen
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.
2011-09-26Merge pull request #492 from gavinandresen/fasterinitialdownloadGavin Andresen
Skip verifying transaction signatures during initial block-chain download
2011-09-26Skip verifying transaction signatures during initial block-chain downloadGavin Andresen
2011-09-26Bump version to 0.4.1Gavin Andresen
2011-09-26Merge pull request #513 from cjdelisle/feature-hardeningGavin Andresen
Hardening
2011-09-26Merge pull request #517 from gavinandresen/DoSpreventionGavin Andresen
Denial-of-service prevention
2011-09-26Merge pull request #521 from laanwj/qtGavin Andresen
Qt GUI
2011-09-24Change define to determine use of DBUS to USE_DBUS, to prevent overlap with ↵Wladimir J. van der Laan
Qt-defined QT_DBUS
2011-09-24make qmake build system more configurable (as suggested by lukejr)Wladimir J. van der Laan
2011-09-23Merge pull request #528 from TheBlueMatt/gitian-downloaderJeff Garzik
Add win32 gitian download config.
2011-09-23Update release process for repackaging gitian builds, and osx dmgGavin Andresen
2011-09-23Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-23Add win32 gitian download config.Matt Corallo
2011-09-22Script to create OSX .dmg diskimage file.Gavin Andresen
2011-09-22Merge pull request #527 from TheBlueMatt/gitian-downloaderv0.4.0Gavin Andresen
Restructure gitian files and add download config files.
2011-09-22Restructure gitian files and add download config files.Matt Corallo
2011-09-22Fix QA email addressGavin Andresen
2011-09-22Merge pull request #526 from sipa/nlGavin Andresen
Updated dutch translation
2011-09-22Updated dutch translationPieter Wuille
2011-09-22show balance in sendcoins screen (issue #24)Wladimir J. van der Laan
2011-09-22Merge pull request #525 from TheBlueMatt/masterJeff Garzik
Update binary mo to match latest po translation.
2011-09-22Update binary mo to match latest po translation.Matt Corallo
2011-09-21More denial-of-service misbehavior detection: version/addr/inv/getdata messagesGavin Andresen
2011-09-21Transaction/Block denial-of-service detection/responseGavin Andresen
2011-09-21Framework for banning mis-behaving peersGavin Andresen
2011-09-21SetMockTime() for cleaner unit testingGavin Andresen
2011-09-20Merge pull request #522 from sipa/minorfixJeff Garzik
SocketHandler thread can be detached
2011-09-19Merge pull request #520 from tcatm/less-loggingNils Schneider
log low-level network messages only when fDebug is set
2011-09-19put Q_OBJECT everywhere it should be (removes warnings when running lupdate)Wladimir J. van der Laan
2011-09-19SocketHandler thread can be detachedPieter Wuille
2011-09-18move current qt specific readme to doc/, restore original README.mdWladimir J. van der Laan
2011-09-18assure that base bitcoind and bitcoin still buildWladimir J. van der Laan
2011-09-18move qt-specific scripts to qt-specific directory in scripts/Wladimir J. van der Laan
2011-09-17missed printf in AbortMessage(); merged printfs in EndMessageNils Schneider