| Commit message (Expand) | Author | Age | Files | Lines |
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -1261/+0 |
| * | Bump version number to 0.3.21 (lest we forget) | Gavin Andresen | 2011-03-10 | 1 | -1/+1 |
| * | Bump version to 0.3.20.02 | Gavin Andresen | 2011-02-23 | 1 | -1/+1 |
| * | Bump version to 0.3.20.01 | Gavin Andresen | 2011-02-17 | 1 | -1/+1 |
| * | Visual C++ compatibility fixes | Gavin Andresen | 2011-02-10 | 1 | -0/+2 |
| * | Bump version number to 0.3.20 | Gavin Andresen | 2011-01-24 | 1 | -1/+1 |
| * | Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the ... | Chris Moore | 2011-01-21 | 1 | -0/+1 |
| * | New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac... | gavinandresen | 2010-12-16 | 1 | -1/+1 |
| * | get external ip from irc | s_nakamoto | 2010-12-15 | 1 | -1/+1 |
| * | -- version 0.3.19 releasev0.3.19 | s_nakamoto | 2010-12-13 | 1 | -1/+1 |
| * | added some DoS limits, removed safe mode | s_nakamoto | 2010-12-12 | 1 | -1/+1 |
| * | -- version 0.3.18 releasev0.3.18 | s_nakamoto | 2010-12-08 | 1 | -1/+1 |
| * | IsStandard() check for CScripts: only relay/include in blocks CScripts we can... | gavinandresen | 2010-12-07 | 1 | -1/+1 |
| * | fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then up... | s_nakamoto | 2010-12-06 | 1 | -1/+1 |
| * | preps for future client-only mode, | s_nakamoto | 2010-12-05 | 1 | -1/+1 |
| * | All boolean options/flags now work the same way. | gavinandresen | 2010-12-03 | 1 | -1/+1 |
| * | added boost tuples to serialize.h | s_nakamoto | 2010-11-27 | 1 | -1/+79 |
| * | -- version 0.3.17 releasev0.3.17 | s_nakamoto | 2010-11-25 | 1 | -1/+1 |
| * | still working on account-based commands getbalance, move and sendfrom, they'r... | s_nakamoto | 2010-11-25 | 1 | -1/+1 |
| * | new getwork | s_nakamoto | 2010-11-23 | 1 | -1/+1 |
| * | Depracate "label" API, replacing with account | gavinandresen | 2010-11-22 | 1 | -1/+1 |
| * | added transaction fee setting in UI options menu, | s_nakamoto | 2010-11-21 | 1 | -1/+1 |
| * | small bugfix | s_nakamoto | 2010-11-20 | 1 | -1/+1 |
| * | require some minimal priority for free transactions to slow down transaction ... | s_nakamoto | 2010-11-19 | 1 | -1/+1 |
| * | efficiently sort transaction dependencies in one pass | s_nakamoto | 2010-11-19 | 1 | -1/+1 |
| * | Update websites used for GetMyExternalIP | gavinandresen | 2010-11-15 | 1 | -1/+1 |
| * | -- version 0.3.15 releasev0.3.15 | s_nakamoto | 2010-11-14 | 1 | -1/+1 |
| * | -paytxfee is now per KB, | s_nakamoto | 2010-11-08 | 1 | -1/+1 |
| * | bugfixes from Dean Gores, | s_nakamoto | 2010-10-23 | 1 | -1/+1 |
| * | testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro... | gavinandresen | 2010-10-22 | 1 | -1/+1 |
| * | -- version 0.3.14 releasev0.3.14 | s_nakamoto | 2010-10-21 | 1 | -1/+1 |
| * | validateaddress RPC command | gavinandresen | 2010-10-20 | 1 | -1/+1 |
| * | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto | 2010-10-19 | 1 | -1/+1 |
| * | -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. | gavinandresen | 2010-10-11 | 1 | -1/+1 |
| * | key pool for safer wallet backup | s_nakamoto | 2010-10-09 | 1 | -8/+8 |
| * | recursive function to determine if own unconfirmed transaction can be spent | s_nakamoto | 2010-10-06 | 1 | -1/+1 |
| * | don't count or spend payments until they have 1 confirmation, | s_nakamoto | 2010-09-30 | 1 | -27/+21 |
| * | changed free transactions per block threshold | s_nakamoto | 2010-09-23 | 1 | -1/+1 |
| * | only accept transactions sent by IP address if -allowreceivebyip is specified | s_nakamoto | 2010-09-19 | 1 | -1/+1 |
| * | config option -rpcallowip= to accept json-rpc connections from another machine | s_nakamoto | 2010-09-15 | 1 | -1/+1 |
| * | reorganize BitcoinMiner to make it easier to add different SHA256 routines | s_nakamoto | 2010-09-13 | 1 | -1/+1 |
| * | dropped DB_PRIVATE from dbenv.open | s_nakamoto | 2010-09-12 | 1 | -1/+1 |
| * | fix problem sending the last cent with sub-cent fractional change | s_nakamoto | 2010-09-10 | 1 | -1/+1 |
| * | try to auto-detect whether to use 128-bit 4-way SSE2 | s_nakamoto | 2010-09-09 | 1 | -1/+1 |
| * | cleanup, | s_nakamoto | 2010-09-07 | 1 | -1/+1 |
| * | Gavin Andresen: json-rpc return standard error objects with error code numbers, | s_nakamoto | 2010-09-06 | 1 | -2/+3 |
| * | propset svn:eol-style native | s_nakamoto | 2010-08-29 | 1 | -1185/+1185 |
| * | alert system | s_nakamoto | 2010-08-25 | 1 | -3/+6 |
| * | warning message if clock is too far off | s_nakamoto | 2010-08-20 | 1 | -1/+1 |
| * | block index checking on load, extra redundant checks, misc refactoring | s_nakamoto | 2010-08-19 | 1 | -1/+8 |