aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-28Merge pull request #278 from TheBlueMatt/win32sslv0.3.22rc6Pieter Wuille
Update to openssl-1.0.0d and enable RPC-SSL on Win32
2011-05-28bugfix: accept free transactionsPieter Wuille
2011-05-27Merge remote branch 'bluematt/dpifix'Pieter Wuille
2011-05-27Fix GUI build on UNIX.Matt Corallo
2011-05-27Update to openssl-1.0.0d and enable RPC-SSL on Win32Matt Corallo
2011-05-26Merge pull request #277 from TheBlueMatt/dpifixv0.3.22rc5Jeff Garzik
Handle high DPI a bit more gracefully on Win32.
2011-05-27Handle high DPI a bit more gracefully on Win32. #243Matt Corallo
Not ideal, icons for send and address book don't show, just the standard bitcoin icon, and balance is still cut off, but the number is readable.
2011-05-26Reset Last-Translator on de po to the proper value.Matt Corallo
Sorry, Jakob, it was changed on accident by poedit.
2011-05-26Czech translationxHire
2011-05-26Merge remote branch 'bluematt/itfix2'Pieter Wuille
2011-05-26Merge remote branch 'bluematt/defix2'Pieter Wuille
2011-05-26Fixed some mistakes in the German translation.Jakob Kramer
2011-05-26Merge pull request #267 from sipa/mintxrelayPieter Wuille
Separate required fee for relaying and creation
2011-05-26Fixed 2 things on the italian translationHostFat
2011-05-26Merge pull request #268 from TheBlueMatt/deletefixJeff Garzik
Fixes #240 and #244 - delete delete[] mismatch.
2011-05-26Fixes #240 and #244 - delete delete[] mismatch.Matt Corallo
2011-05-26Separate required fee for relaying and creationPieter Wuille
Transactions created with the new minimal fee policy would not be relayed by the network. Therefore, we separate the minimal fee that is necessary to relay and to create, leaving the creation one at the old amount, for now.
2011-05-25Merge pull request #265 from TheBlueMatt/esfix2Pieter Wuille
Updated spanish translation
2011-05-25Updated spanish translationariel
2011-05-25Updated dutch translationPieter Wuille
2011-05-24Merge branch 'chfix' of https://github.com/TheBlueMatt/bitcoin into tmpv0.3.22rc4Jeff Garzik
2011-05-24Merge pull request #250 from TheBlueMatt/macbuildfixJeff Garzik
Revert "OSX build tweaks (laszlo)"
2011-05-25Chinese Translationdabaopku
2011-05-24Merge pull request #249 from TheBlueMatt/nsisfixJeff Garzik
Update NSIS Installer file to support the new directory structure.
2011-05-24Merge pull request #251 from TheBlueMatt/itfixJeff Garzik
Update Italian translation to latest git.
2011-05-24Merge pull request #259 from TheBlueMatt/rufixJeff Garzik
Update russian translation to latest git.
2011-05-24Merge pull request #260 from TheBlueMatt/eotranslationJeff Garzik
Add esperanto translation.
2011-05-25Add esperanto translation.Danube
2011-05-24Update russian translation to latest git.m0ray
2011-05-21Update Italian translation to latest git.Federico Faggiano
2011-05-21Revert "OSX build tweaks (laszlo)"Matt Corallo
This reverts commit 69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861 which removes support for building the Mac version of Bitcoin with UPnP support and UPnP disabled by default (which should be the default, according to the community vote and as its the default on all other platforms).
2011-05-21Update NSIS Installer file to support the new directory structure.Matt Corallo
2011-05-20irc: #bitcoin is overflowing. split up into 100 randomly-joined channels.v0.3.22rc3Jeff Garzik
From laszlo
2011-05-20OSX build tweaks (laszlo)Jeff Garzik
2011-05-18Merge pull request #229 from TheBlueMatt/esfixJeff Garzik
Update spanish translation to newest git.
2011-05-18Merge pull request #230 from TheBlueMatt/defixJeff Garzik
Update German translation to latest git.
2011-05-18Merge pull request #234 from TheBlueMatt/ltfixJeff Garzik
Update Lithuanian Translation to latest git.
2011-05-18Merge pull request #235 from TheBlueMatt/gitianfixJeff Garzik
Update Gitian Build Descriptor to match new directory layout.
2011-05-18Update Gitian Build Descriptor to match new directory layout.Matt Corallo
2011-05-18Update Lithuanian Translation to latest git.Anonymous
2011-05-17Bugfix for dnslookup: irc.cpp still used old CAddress constructorPieter Wuille
2011-05-17Update German translation to latest git.Blitzboom
2011-05-17Update spanish translation to newest git.Carlos Pizarro
2011-05-17Merge branch 'master' of git://github.com/bitcoin/bitcoinv0.3.22rc2Jeff Garzik
2011-05-17doc/README: bump version to 0.3.22v0.3.22rc1Jeff Garzik
2011-05-16Merge pull request #221 from gavinandresen/portoptionJeff Garzik
-port option to listen on arbitrary port
2011-05-16Merge pull request #222 from TheBlueMatt/ltJeff Garzik
Add Lithuanian translation.
2011-05-15Build error mingw, missing std::Gavin Andresen
2011-05-15-port option to listen on arbitrary portGavin Andresen
2011-05-15make bitcoin include files more modularWladimir J. van der Laan