Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-14 | Add Lithuanian translation. | mewantsbitcoins | |
2011-05-11 | Merge pull request #218 from jgarzik/fee-update | Jeff Garzik | |
Update TX fee to 0.0005 BTC | |||
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-09 | Merge pull request #150 from jgarzik/settxfee | Jeff Garzik | |
Add 'settxfee' RPC, to change TX fee setting at runtime | |||
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 | listtransactions number-of-params check was wrong. | Gavin Andresen | |
2011-05-09 | Manual merge of jaromil's source tree reorg commit. | Jeff Garzik | |
Conflicts: src/sha256.cpp | |||
2011-05-09 | Fix broken build (invalid use of qualified name std::advance) | Gavin Andresen | |
2011-05-09 | Merge pull request #160 from CAFxX/listtransactions-from | Gavin Andresen | |
add parameter "from" to listtransactions (range queries) | |||
2011-05-09 | Merge pull request #205 from forrestv/caseinsensitive_rpc_headers | Gavin Andresen | |
Case-Insensitive JSON-RPC HTTP Headers | |||
2011-05-08 | Initial commit of changes to make JSON-RPC HTTP headers case-insensitive, as ↵ | Forrest Voight | |
per RFC 2616 | |||
2011-05-07 | Allow using the [from] parameter also from command-line | Carlo Alberto Ferraris | |
2011-05-06 | Merge branch 'remove-4way' of github.com:jgarzik/bitcoin into tmp | Jeff Garzik | |
Conflicts: makefile.unix | |||
2011-05-06 | Merge pull request #197 from TheBlueMatt/errorfix | Jeff Garzik | |
Fix GUI crash | |||
2011-05-06 | When an error is returned, the client crashes as EndModal is called twice. | Matt Corallo | |
This fixes that and simply returns instead. At least GTK won't complain. | |||
2011-05-06 | Merge pull request #196 from amiryal/master | Jeff Garzik | |
Improve UPNP build instructions | |||
2011-05-06 | Clarify the meaning of USE_UPNP in build-unix.txt | Amir Yalon | |
2011-05-05 | Merge pull request #194 from johnmaguire2013/tray | Gavin Andresen | |
Removed tooltip balance until it's fixed. | |||
2011-05-05 | Merge pull request #193 from TheBlueMatt/nogenoption | Gavin Andresen | |
Remove the option to generate coins from the Options Dialog. | |||
2011-05-05 | removed tooltip balance until it can be made to change without opening the UI | John Maguire | |
2011-05-05 | Remove the option to generate coins from the Options Dialog. | Matt Corallo | |
2011-05-03 | Fix broken build (remove declarations of GUI generate methods) | Gavin Andresen | |
2011-05-03 | Merge pull request #142 from jgarzik/remove-gui-gen. | Gavin Andresen | |
Remove GUI 'generate coins' option. | |||
2011-05-03 | Merge pull request #173 from gavinandresen/testnet_isstandard. | Gavin Andresen | |
Accept non-standard transactions on testnet. | |||
2011-05-03 | Merge pull request #190 from johnmaguire2013/tray. | Gavin Andresen | |
Added balance to tooltip and send coin option to tray menu | |||
2011-05-01 | Merge pull request #178 from wizeman/link-pthread. | Pieter Wuille | |
Link with libpthread on Linux, required by libboost_thread. | |||
2011-05-01 | fixed some translations which was... weird | John Maguire | |
2011-05-01 | added balance to tooltips | John Maguire | |
2011-05-01 | added "Send Bitcoins" option in the tray menu | John Maguire | |
2011-05-01 | Merge pull request #179 from wizeman/segfault-lockfile. | Gavin Andresen | |
Fix segfault when we're unable to create the lock file. | |||
2011-05-01 | Merge pull request #181 from sipa/fixcheckconf. | Gavin Andresen | |
Bugfix in recursive check in IsConfirmed() | |||
2011-05-01 | Merge pull request #186 from TheBlueMatt/nopng. | Gavin Andresen | |
Remove unnecessary line which creates a dependency on wx's png library. | |||
2011-05-01 | Merge pull request #187 from devrandom/master. | Gavin Andresen | |
New gitian descriptor for 0.3.21 | |||
2011-04-28 | Bump version number to 0.3.22 | Gavin Andresen | |
Doing this now because I always forget to do it later. (I'm hoping the next release will actually be 0.4.0) | |||
2011-04-28 | gitian: strip binaries | devrandom | |
2011-04-27 | gitian descriptor with miniupnpc | devrandom | |
2011-04-25 | Remove unnecessary line which creates a dependency on wx's png library. | Matt Corallo | |
This should allow the bitcoin binaries to run on ever so slightly more installs, specifically those who use a different libpng library (many distros use 1.4 which is imcompatible with 1.2. | |||
2011-04-23 | Bugfix in recursive check in IsConfirmed() | Pieter Wuille | |
When one single dependency of an unconfirmed transaction is already verified, this does not mean the parent is confirmed. We can skip checking its own dependencies though. | |||
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 | |||
2011-04-23 | Fix segfault when we're unable to create the lock file. | Ricardo M. Correia | |
2011-04-23 | Link with libpthread on Linux, required by libboost_thread. | Ricardo M. Correia | |
Fixes link failure when using the 'gold' linker. | |||
2011-04-20 | Better wording for transaction fee notification messagesv0.3.21 | Gavin Andresen | |
2011-04-20 | More 0.3.21 release prepv0.3.21rc | Gavin Andresen | |
Bump version number in Windows installer file Update READMEs. | |||
2011-04-20 | Update date in license.txt | Gavin Andresen | |
2011-04-20 | Monitor incoming transactions for spends by (a copy of) your own wallet | Pieter Wuille | |
2011-04-20 | Accept non-standard transactions on testnet. | Gavin Andresen | |
2011-04-18 | getbalance '*' was ignoring minconf param. | Gavin Andresen | |