| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | key pool for safer wallet backup | s_nakamoto | 2010-10-09 | 1 | -34/+27 |
| * | recursive function to determine if own unconfirmed transaction can be spent | s_nakamoto | 2010-10-06 | 1 | -29/+39 |
| * | Russian translation by eurekafag | s_nakamoto | 2010-10-04 | 1 | -0/+4 |
| * | don't count or spend payments until they have 1 confirmation, | s_nakamoto | 2010-09-30 | 1 | -11/+52 |
| * | changed free transactions per block threshold | s_nakamoto | 2010-09-23 | 1 | -2/+2 |
| * | only accept transactions sent by IP address if -allowreceivebyip is specified | s_nakamoto | 2010-09-19 | 1 | -15/+23 |
| * | config option -rpcallowip= to accept json-rpc connections from another machine | s_nakamoto | 2010-09-15 | 1 | -5/+0 |
| * | reorganize BitcoinMiner to make it easier to add different SHA256 routines | s_nakamoto | 2010-09-13 | 1 | -110/+121 |
| * | fix build on non-intel architectures, thanks teknohog | s_nakamoto | 2010-09-10 | 1 | -1/+1 |
| * | fix problem sending the last cent with sub-cent fractional change | s_nakamoto | 2010-09-10 | 1 | -4/+5 |
| * | try to auto-detect whether to use 128-bit 4-way SSE2 | s_nakamoto | 2010-09-09 | 1 | -1/+65 |
| * | cleanup, | s_nakamoto | 2010-09-07 | 1 | -38/+61 |
| * | propset svn:eol-style native | s_nakamoto | 2010-08-29 | 1 | -3381/+3381 |
| * | added -testsafemode switch | s_nakamoto | 2010-08-25 | 1 | -0/+2 |
| * | alert system | s_nakamoto | 2010-08-25 | 1 | -44/+156 |
| * | warning message if clock is too far off | s_nakamoto | 2010-08-20 | 1 | -4/+4 |
| * | block index checking on load, extra redundant checks, misc refactoring | s_nakamoto | 2010-08-19 | 1 | -36/+62 |
| * | do an extra CheckBlock in ConnectBlock | s_nakamoto | 2010-08-16 | 1 | -0/+4 |
| * | blocks-1, | s_nakamoto | 2010-08-16 | 1 | -44/+53 |
| * | scanback check to prevent adding to the 74638 overflow chain | s_nakamoto | 2010-08-15 | 1 | -1/+10 |
| * | fix for block 74638 overflow output transaction | s_nakamoto | 2010-08-15 | 1 | -0/+8 |
| * | misc changes | s_nakamoto | 2010-08-15 | 1 | -21/+51 |
| * | fix -datadir=./subdir relative path, | s_nakamoto | 2010-08-12 | 1 | -1/+1 |
| * | gethashespersec and added version and hashespersec to getinfo | s_nakamoto | 2010-08-10 | 1 | -10/+19 |
| * | always make 8 outbound connections even if have inbound, | s_nakamoto | 2010-08-09 | 1 | -1/+1 |
| * | new safety feature displays a warning message and locks down RPC if it detect... | s_nakamoto | 2010-08-03 | 1 | -22/+38 |
| * | fixed segfault in bignum.h, | s_nakamoto | 2010-07-31 | 1 | -1/+2 |
| * | Fredrik Roubert: simplified makefile.unix with wx-config, | s_nakamoto | 2010-07-29 | 1 | -6/+6 |
| * | better IsInitialBlockDownload | s_nakamoto | 2010-07-27 | 1 | -14/+10 |
| * | added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedu... | s_nakamoto | 2010-07-27 | 1 | -96/+12 |
| * | tcatm's cached SHA256 state idea, about 70% faster generating | s_nakamoto | 2010-07-27 | 1 | -57/+129 |
| * | bitcoind now compiles without wxWidgets or wxBase | s_nakamoto | 2010-07-26 | 1 | -2/+3 |
| * | Gavin Andresen's JSON-RPC HTTP authentication, | s_nakamoto | 2010-07-25 | 1 | -4/+34 |
| * | security safeguards, | s_nakamoto | 2010-07-17 | 1 | -3/+16 |
| * | version 0.3.1 rc1 | s_nakamoto | 2010-07-15 | 1 | -1/+1 |
| * | fix openssl linkage problems, | s_nakamoto | 2010-07-15 | 1 | -1/+4 |
| * | Laszlo's fix to make generate threads idle priority on Linux, | s_nakamoto | 2010-07-08 | 1 | -16/+26 |
| * | reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4 | s_nakamoto | 2010-07-02 | 1 | -0/+2 |
| * | version 0.3 rc2v0.3rc2 | s_nakamoto | 2010-06-26 | 1 | -1/+1 |
| * | re-enable hiding taskbar button on minimize on linux, though it doesn't work ... | s_nakamoto | 2010-06-22 | 1 | -1/+1 |
| * | fixed colors on ubuntu lucid,v0.2.13 | s_nakamoto | 2010-06-21 | 1 | -1/+30 |
| * | use seed nodes as fallback if IRC fails or with TORv0.2.12 | s_nakamoto | 2010-06-18 | 1 | -11/+19 |
| * | more addr message error checkingv0.2.11 | s_nakamoto | 2010-06-15 | 1 | -1/+4 |
| * | automatically change displayed address whenever it receives anything,v0.2.10 | s_nakamoto | 2010-06-10 | 1 | -32/+77 |
| * | better prevention of inventory relaying during initial download,v0.2.9 | s_nakamoto | 2010-05-26 | 1 | -26/+50 |
| * | Mac OS build fixes by laszlov0.2.8 | s_nakamoto | 2010-05-19 | 1 | -3/+3 |
| * | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7 | s_nakamoto | 2010-02-25 | 1 | -1/+3 |
| * | run as daemon without GUI,v0.2.6 | s_nakamoto | 2010-02-23 | 1 | -8/+7 |
| * | transaction filter tabs instead of view->show generated v0.2.5 | s_nakamoto | 2010-02-21 | 1 | -1/+3 |
| * | Address Book with tabs instead of separate Your Address book, v0.2.4 | s_nakamoto | 2010-02-20 | 1 | -55/+57 |