Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-20 | irc: #bitcoin is overflowing. split up into 100 randomly-joined channels.v0.3.22rc3 | Jeff Garzik | |
From laszlo | |||
2011-05-20 | OSX build tweaks (laszlo) | Jeff Garzik | |
2011-05-17 | Bugfix for dnslookup: irc.cpp still used old CAddress constructor | Pieter Wuille | |
2011-05-16 | Merge pull request #221 from gavinandresen/portoption | Jeff Garzik | |
-port option to listen on arbitrary port | |||
2011-05-15 | Build error mingw, missing std:: | Gavin Andresen | |
2011-05-15 | -port option to listen on arbitrary port | Gavin Andresen | |
2011-05-15 | make bitcoin include files more modular | Wladimir J. van der Laan | |
2011-05-14 | Merge pull request #224 from TheBlueMatt/mingwbuildfix | Pieter Wuille | |
Fix MinGW build due to bad pointers to ui.rc pixmaps stuff. | |||
2011-05-14 | Fix MinGW build due to bad pointers to ui.rc pixmaps stuff. | Matt Corallo | |
2011-05-14 | bugfix in dnslookup code: didn't compile in mingw | Pieter Wuille | |
2011-05-12 | Merge pull request #215 from gavinandresen/negativemove | Jeff Garzik | |
Allow move RPC to take account balances negative | |||
2011-05-12 | Merge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmp | Jeff Garzik | |
2011-05-12 | Merge pull request #192 from sipa/dnslookup | Jeff Garzik | |
Support for name lookups in -connect and -addnode | |||
2011-05-12 | Add #ifdef USE_UPNP around usage of fUseUPnP to fix build failure. | Daniel Holbert | |
2011-05-11 | Decrease minimum TX fee to 0.0005 BTC. | Jeff Garzik | |
2011-05-11 | Replace CENT with new constant MIN_TX_FEE, where appropriate. | Jeff Garzik | |
MIN_TX_FEE==CENT remains true (until next commit). | |||
2011-05-10 | Support for name lookups in -connect and -addnode | Pieter 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-09 | Allow move RPC to take account balances negative | Gavin 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-09 | Add settxfee RPC, to permit setting default TX fee at runtime. | Jeff Garzik | |
2011-05-09 | Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001 | Gavin Andresen | |
2011-05-09 | Merge branch 'master' of github.com:bitcoin/bitcoin | Gavin Andresen | |
2011-05-09 | Manual merge of jaromil's source tree reorg commit. | Jeff Garzik | |
Conflicts: src/sha256.cpp | |||
2011-04-23 | directory re-organization (keeps the old build system) | Jaromil | |
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs |