| Commit message (Expand) | Author | Age | Files | Lines |
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -1023/+0 |
| * | Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2011-04-12 | 1 | -1/+3 |
| |\ |
|
| | * | Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui... | Matt Corallo | 2011-03-30 | 1 | -1/+3 |
| * | | Fix deadlocks in setaccount, sendfrom RPC calls | Jeff Garzik | 2011-04-04 | 1 | -1/+1 |
| |/ |
|
| * | do not create 'Your Address' account | tcatm | 2011-01-31 | 1 | -1/+1 |
| * | New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac... | gavinandresen | 2010-12-16 | 1 | -7/+9 |
| * | fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then up... | s_nakamoto | 2010-12-06 | 1 | -0/+24 |
| * | preps for future client-only mode, | s_nakamoto | 2010-12-05 | 1 | -0/+2 |
| * | JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance... | gavinandresen | 2010-11-30 | 1 | -4/+15 |
| * | added boost tuples to serialize.h | s_nakamoto | 2010-11-27 | 1 | -2/+2 |
| * | new getwork | s_nakamoto | 2010-11-23 | 1 | -2/+2 |
| * | Depracate "label" API, replacing with account | gavinandresen | 2010-11-22 | 1 | -5/+76 |
| * | added transaction fee setting in UI options menu, | s_nakamoto | 2010-11-21 | 1 | -8/+0 |
| * | bugfixes from Dean Gores, | s_nakamoto | 2010-10-23 | 1 | -5/+5 |
| * | testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro... | gavinandresen | 2010-10-22 | 1 | -0/+9 |
| * | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto | 2010-10-19 | 1 | -1/+8 |
| * | key pool for safer wallet backup | s_nakamoto | 2010-10-09 | 1 | -0/+65 |
| * | don't count or spend payments until they have 1 confirmation, | s_nakamoto | 2010-09-30 | 1 | -1/+1 |
| * | dropped DB_PRIVATE from dbenv.open | s_nakamoto | 2010-09-12 | 1 | -1/+0 |
| * | cleanup, | s_nakamoto | 2010-09-07 | 1 | -1/+6 |
| * | Gavin Andresen: json-rpc return standard error objects with error code numbers, | s_nakamoto | 2010-09-06 | 1 | -2/+31 |
| * | propset svn:eol-style native | s_nakamoto | 2010-08-29 | 1 | -805/+805 |
| * | block index checking on load, extra redundant checks, misc refactoring | s_nakamoto | 2010-08-19 | 1 | -3/+8 |
| * | do an extra CheckBlock in ConnectBlock | s_nakamoto | 2010-08-16 | 1 | -12/+1 |
| * | erase the bad chain after disconnecting it | s_nakamoto | 2010-08-16 | 1 | -0/+12 |
| * | blocks-1, | s_nakamoto | 2010-08-16 | 1 | -0/+23 |
| * | new safety feature displays a warning message and locks down RPC if it detect... | s_nakamoto | 2010-08-03 | 1 | -0/+13 |
| * | bitcoind now compiles without wxWidgets or wxBase | s_nakamoto | 2010-07-26 | 1 | -1/+1 |
| * | Gavin Andresen's JSON-RPC HTTP authentication, | s_nakamoto | 2010-07-25 | 1 | -6/+30 |
| * | fix openssl linkage problems, | s_nakamoto | 2010-07-15 | 1 | -0/+2 |
| * | automatically change displayed address whenever it receives anything,v0.2.10 | s_nakamoto | 2010-06-10 | 1 | -5/+4 |
| * | transaction filter tabs instead of view->show generated v0.2.5 | s_nakamoto | 2010-02-21 | 1 | -2/+0 |
| * | strip out unfinished product, review and market stuff, | s_nakamoto | 2010-02-15 | 1 | -21/+0 |
| * | update fSpent flag on wallet transactions if they're seen spent in case copy ... | s_nakamoto | 2010-02-03 | 1 | -5/+8 |
| * | simplify AddAddress, | s_nakamoto | 2010-01-28 | 1 | -3/+1 |
| * | restrict file permissions on linux to the user only | s_nakamoto | 2009-12-13 | 1 | -1/+1 |
| * | misc exit code, updated setup.nsi | s_nakamoto | 2009-12-13 | 1 | -0/+1 |
| * | misc | s_nakamoto | 2009-12-11 | 1 | -0/+1 |
| * | retry IRC if name in use, | s_nakamoto | 2009-12-11 | 1 | -3/+18 |
| * | bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle, | s_nakamoto | 2009-11-18 | 1 | -41/+89 |
| * | monitor ThreadSocketHandler and terminate and restart if hung, convert _begin... | s_nakamoto | 2009-11-13 | 1 | -1/+8 |
| * | UI tweaks, use BindListenPort to detect instance already running, setsockopt(... | s_nakamoto | 2009-11-07 | 1 | -1/+1 |
| * | got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin... | s_nakamoto | 2009-11-06 | 1 | -1/+1 |
| * | unix build merged in, bitmap resources from xpm instead of rc, better addr re... | s_nakamoto | 2009-11-05 | 1 | -7/+3 |
| * | move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan... | s_nakamoto | 2009-11-01 | 1 | -8/+11 |
| * | better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ... | s_nakamoto | 2009-10-29 | 1 | -23/+53 |
| * | addr relaying fixes, proxy option and privacy patches, detect connect to self... | s_nakamoto | 2009-10-29 | 1 | -6/+13 |
| * | flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcut | s_nakamoto | 2009-10-21 | 1 | -12/+45 |
| * | tray icon + ask before closing | sirius-m | 2009-09-24 | 1 | -0/+5 |
| * | First commit | sirius-m | 2009-08-30 | 1 | -0/+614 |