aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-05-14Merge pull request #224 from TheBlueMatt/mingwbuildfixPieter Wuille
Fix MinGW build due to bad pointers to ui.rc pixmaps stuff.
2011-05-14Fix MinGW build due to bad pointers to ui.rc pixmaps stuff.Matt Corallo
2011-05-14Merge pull request #223 from sipa/dnslookupPieter Wuille
bugfix in dnslookup code: didn't compile in mingw
2011-05-14bugfix in dnslookup code: didn't compile in mingwPieter Wuille
2011-05-14Add Lithuanian translation.mewantsbitcoins
2011-05-12Merge pull request #215 from gavinandresen/negativemoveJeff Garzik
Allow move RPC to take account balances negative
2011-05-12Merge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmpJeff Garzik
2011-05-12Merge pull request #192 from sipa/dnslookupJeff Garzik
Support for name lookups in -connect and -addnode
2011-05-12Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure.Daniel Holbert
2011-05-11Merge pull request #218 from jgarzik/fee-updateJeff Garzik
Update TX fee to 0.0005 BTC
2011-05-11Decrease minimum TX fee to 0.0005 BTC.Jeff Garzik
2011-05-11Replace CENT with new constant MIN_TX_FEE, where appropriate.Jeff Garzik
MIN_TX_FEE==CENT remains true (until next commit).
2011-05-10Support for name lookups in -connect and -addnodePieter Wuille
* A new option -dns is introduced that enables name lookups in -connect and -addnode, which is not enabled by default, as it may be considered a security issue. * A Lookup function is added that supports retrieving one or more addresses based on a host name * CAddress constructors (optionally) support name lookups. * The different places in the source code that did name lookups are refactored to use NameLookup or CAddress instead (dns seeding, irc server lookup, getexternalip, ...). * Removed ToStringLog() from CAddress, and switched to ToString(), since it was empty.
2011-05-09Merge pull request #150 from jgarzik/settxfeeJeff Garzik
Add 'settxfee' RPC, to change TX fee setting at runtime
2011-05-09Allow move RPC to take account balances negativeGavin Andresen
Use case: Customer owes you bitcoins, so you create a payment address associated with an account with a negative balance (the amount they owe). When customer pays, that account balance will go to zero.
2011-05-09Add settxfee RPC, to permit setting default TX fee at runtime.Jeff Garzik
2011-05-09Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001Gavin Andresen
2011-05-09Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2011-05-09listtransactions number-of-params check was wrong.Gavin Andresen
2011-05-09Manual merge of jaromil's source tree reorg commit.Jeff Garzik
Conflicts: src/sha256.cpp