| Commit message (Expand) | Author | Age | Files | Lines |
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -2933/+0 |
| * | Better wording for transaction fee notification messagesv0.3.21 | Gavin Andresen | 2011-04-20 | 1 | -1/+1 |
| * | Ensure version number->string conversion is consistent | Jeff Garzik | 2011-04-15 | 1 | -1/+1 |
| * | Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2011-04-12 | 1 | -0/+11 |
| |\ |
|
| | * | Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui... | Matt Corallo | 2011-03-30 | 1 | -0/+11 |
| * | | disable -daemon on windows; bitcoind forks only with -daemon set | tcatm | 2011-04-08 | 1 | -0/+4 |
| * | | Fix deadlocks in setaccount, sendfrom RPC calls | Jeff Garzik | 2011-04-04 | 1 | -14/+17 |
| |/ |
|
| * | remove From/Message fields from SendDialog | tcatm | 2011-02-23 | 1 | -35/+1 |
| * | EndModal fix for Mac from piotrp | Gavin Andresen | 2010-12-20 | 1 | -5/+4 |
| * | New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac... | gavinandresen | 2010-12-16 | 1 | -0/+8 |
| * | -- version 0.3.19 releasev0.3.19 | s_nakamoto | 2010-12-13 | 1 | -1/+1 |
| * | All boolean options/flags now work the same way. | gavinandresen | 2010-12-03 | 1 | -4/+4 |
| * | JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance... | gavinandresen | 2010-11-30 | 1 | -10/+7 |
| * | -- version 0.3.17 releasev0.3.17 | s_nakamoto | 2010-11-25 | 1 | -0/+3 |
| * | new getwork | s_nakamoto | 2010-11-23 | 1 | -2/+2 |
| * | -paytxfee is now per KB, | s_nakamoto | 2010-11-08 | 1 | -2/+7 |
| * | Prevent double-sends from quick double-button-clicks | gavinandresen | 2010-11-03 | 1 | -53/+57 |
| * | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto | 2010-10-19 | 1 | -0/+1 |
| * | key pool for safer wallet backup | s_nakamoto | 2010-10-09 | 1 | -9/+9 |
| * | recursive function to determine if own unconfirmed transaction can be spent | s_nakamoto | 2010-10-06 | 1 | -17/+7 |
| * | fixed linux build,v0.3.13 | s_nakamoto | 2010-09-30 | 1 | -0/+2 |
| * | don't count or spend payments until they have 1 confirmation, | s_nakamoto | 2010-09-30 | 1 | -11/+42 |
| * | only accept transactions sent by IP address if -allowreceivebyip is specified | s_nakamoto | 2010-09-19 | 1 | -2/+6 |
| * | fix problem sending the last cent with sub-cent fractional change | s_nakamoto | 2010-09-10 | 1 | -1/+1 |
| * | cleanup, | s_nakamoto | 2010-09-07 | 1 | -3/+0 |
| * | propset svn:eol-style native | s_nakamoto | 2010-08-29 | 1 | -2908/+2908 |
| * | alert system | s_nakamoto | 2010-08-25 | 1 | -6/+7 |
| * | blocks-1, | s_nakamoto | 2010-08-16 | 1 | -1/+1 |
| * | fix -datadir=./subdir relative path, | s_nakamoto | 2010-08-12 | 1 | -6/+8 |
| * | always make 8 outbound connections even if have inbound, | s_nakamoto | 2010-08-09 | 1 | -1/+1 |
| * | correct typo for mac compile, update makefile to use llvm | laszloh | 2010-08-04 | 1 | -1/+1 |
| * | new safety feature displays a warning message and locks down RPC if it detect... | s_nakamoto | 2010-08-03 | 1 | -3/+12 |
| * | Fredrik Roubert: simplified makefile.unix with wx-config, | s_nakamoto | 2010-07-29 | 1 | -2/+1 |
| * | bitcoind now compiles without wxWidgets or wxBase | s_nakamoto | 2010-07-26 | 1 | -8/+342 |
| * | Gavin Andresen's JSON-RPC HTTP authentication, | s_nakamoto | 2010-07-25 | 1 | -0/+1 |
| * | minor UI tweaks, removed some outdated txt files, | s_nakamoto | 2010-07-18 | 1 | -2/+2 |
| * | version 0.3.1 release | s_nakamoto | 2010-07-16 | 1 | -0/+6 |
| * | fix openssl linkage problems, | s_nakamoto | 2010-07-15 | 1 | -2/+13 |
| * | Gavin Andresen: implementation of autostart on system startup option on Linux | s_nakamoto | 2010-07-09 | 1 | -2/+4 |
| * | version 0.3 releasev0.3.0 | s_nakamoto | 2010-07-04 | 1 | -10/+1 |
| * | reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4 | s_nakamoto | 2010-07-02 | 1 | -1/+1 |
| * | re-enable hiding taskbar button on minimize on linux, though it doesn't work ... | s_nakamoto | 2010-06-22 | 1 | -4/+4 |
| * | fix system tray icon on windows | s_nakamoto | 2010-06-21 | 1 | -1/+3 |
| * | 80x80 xpm icon for ubuntu, alignment tweaked to scale nicely to 20x20 and 16x16 | s_nakamoto | 2010-06-21 | 1 | -2/+2 |
| * | fixed colors on ubuntu lucid,v0.2.13 | s_nakamoto | 2010-06-21 | 1 | -5/+6 |
| * | automatically change displayed address whenever it receives anything,v0.2.10 | s_nakamoto | 2010-06-10 | 1 | -1/+8 |
| * | better prevention of inventory relaying during initial download,v0.2.9 | s_nakamoto | 2010-05-26 | 1 | -1/+8 |
| * | Mac OS build fixes by laszlov0.2.8 | s_nakamoto | 2010-05-19 | 1 | -3/+12 |
| * | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7 | s_nakamoto | 2010-02-25 | 1 | -656/+13 |
| * | run as daemon without GUI,v0.2.6 | s_nakamoto | 2010-02-23 | 1 | -16/+78 |