Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-27 | Merge pull request #533 from alexwaters/readme | Jeff Garzik | |
Updated readme file with timers. | |||
2011-09-27 | Remove DoS penalty for SigOpCount or immature transactions | Gavin Andresen | |
2011-09-26 | Updated readme file with timers. | Alex Waters | |
2011-09-26 | Merge pull request #532 from TheBlueMatt/build-updates | Gavin Andresen | |
Output build temp files in build/ instead of current directory. | |||
2011-09-26 | Output build temp files in build/ instead of current directory. | Matt Corallo | |
2011-09-26 | Update build instructions for the new, no-wxwidgets world | Gavin Andresen | |
2011-09-26 | Fix build: put back rules to build cryptopp files | Gavin Andresen | |
2011-09-26 | Remove wxWidgets | Gavin 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-26 | Merge pull request #492 from gavinandresen/fasterinitialdownload | Gavin Andresen | |
Skip verifying transaction signatures during initial block-chain download | |||
2011-09-26 | Skip verifying transaction signatures during initial block-chain download | Gavin Andresen | |
2011-09-26 | Bump version to 0.4.1 | Gavin Andresen | |
2011-09-26 | Merge pull request #513 from cjdelisle/feature-hardening | Gavin Andresen | |
Hardening | |||
2011-09-26 | Merge pull request #517 from gavinandresen/DoSprevention | Gavin Andresen | |
Denial-of-service prevention | |||
2011-09-26 | Merge pull request #521 from laanwj/qt | Gavin Andresen | |
Qt GUI | |||
2011-09-23 | Merge pull request #528 from TheBlueMatt/gitian-downloader | Jeff Garzik | |
Add win32 gitian download config. | |||
2011-09-23 | Update release process for repackaging gitian builds, and osx dmg | Gavin Andresen | |
2011-09-23 | Add win32 gitian download config. | Matt Corallo | |
2011-09-22 | Script to create OSX .dmg diskimage file. | Gavin Andresen | |
2011-09-22 | Merge pull request #527 from TheBlueMatt/gitian-downloaderv0.4.0 | Gavin Andresen | |
Restructure gitian files and add download config files. | |||
2011-09-22 | Restructure gitian files and add download config files. | Matt Corallo | |
2011-09-22 | Fix QA email address | Gavin Andresen | |
2011-09-22 | Merge pull request #526 from sipa/nl | Gavin Andresen | |
Updated dutch translation | |||
2011-09-22 | Updated dutch translation | Pieter Wuille | |
2011-09-22 | Merge pull request #525 from TheBlueMatt/master | Jeff Garzik | |
Update binary mo to match latest po translation. | |||
2011-09-22 | Update binary mo to match latest po translation. | Matt Corallo | |
2011-09-21 | More denial-of-service misbehavior detection: version/addr/inv/getdata messages | Gavin Andresen | |
2011-09-21 | Transaction/Block denial-of-service detection/response | Gavin Andresen | |
2011-09-21 | Framework for banning mis-behaving peers | Gavin Andresen | |
2011-09-21 | SetMockTime() for cleaner unit testing | Gavin Andresen | |
2011-09-20 | Merge pull request #522 from sipa/minorfix | Jeff Garzik | |
SocketHandler thread can be detached | |||
2011-09-19 | Merge pull request #520 from tcatm/less-logging | Nils Schneider | |
log low-level network messages only when fDebug is set | |||
2011-09-19 | SocketHandler thread can be detached | Pieter Wuille | |
2011-09-18 | move current qt specific readme to doc/, restore original README.md | Wladimir J. van der Laan | |
2011-09-18 | assure that base bitcoind and bitcoin still build | Wladimir J. van der Laan | |
2011-09-18 | move qt-specific scripts to qt-specific directory in scripts/ | Wladimir J. van der Laan | |
2011-09-17 | missed printf in AbortMessage(); merged printfs in EndMessage | Nils Schneider | |
2011-09-17 | log low-level network messages only when fDebug is set | Nils Schneider | |
2011-09-17 | Merge pull request #519 from dabaopku/master | Jeff Garzik | |
Chinese Simp translation update | |||
2011-09-17 | Update to the Chinese Simp translation | Dean Lee | |
2011-09-16 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-09-14 | Merge pull request #516 from TheBlueMatt/nsisiconfix | Gavin Andresen | |
Update bitcoin icon to make nsis setup exe deterministic. | |||
2011-09-14 | Update bitcoin icon to make nsis setup exe deterministic. | Matt Corallo | |
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. | |||
2011-09-13 | Merge pull request #512 from paraipanakos/master | Jeff Garzik | |
Spanish translation update | |||
2011-09-13 | make German translation up-to-date | flower | |
2011-09-12 | Add some hardening to protect against unknown/future exploits. | cjdelisle | |
2011-09-11 | Merge pull request #511 from mibe/translation-de | Jeff Garzik | |
Updated German translation | |||
2011-09-12 | Updated German translation | Michael Bemmerl | |
2011-09-11 | Spanish translation update | Alex B | |
2011-09-11 | remove transparency effect and windows-specific code for now, it's not ↵ | Wladimir J. van der Laan | |
working as supposed | |||
2011-09-11 | Merge pull request #22 from p2k/master | Wladimir J. van der Laan | |
Some improvements for Mac OS X |