| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | change switch name to -disablesafemode | s_nakamoto | 2010-08-25 | 1 | -2/+2 |
| | * | more rpc methods allowed in safe mode | s_nakamoto | 2010-08-25 | 1 | -2/+21 |
| | * | alert system | s_nakamoto | 2010-08-25 | 8 | -86/+409 |
| | * | warning message if clock is too far off | s_nakamoto | 2010-08-20 | 6 | -14/+64 |
| | * | block index checking on load, extra redundant checks, misc refactoring | s_nakamoto | 2010-08-19 | 5 | -62/+126 |
| | * | do an extra CheckBlock in ConnectBlock | s_nakamoto | 2010-08-16 | 3 | -13/+6 |
| | * | erase the bad chain after disconnecting it | s_nakamoto | 2010-08-16 | 1 | -0/+12 |
| | * | blocks-1, | s_nakamoto | 2010-08-16 | 6 | -48/+81 |
| | * | wrap sha256.cpp in FOURWAYSSE2 #ifdef | s_nakamoto | 2010-08-16 | 1 | -0/+4 |
| | * | added -march=amdfam10 to sha256.cpp in makefile.unix | s_nakamoto | 2010-08-16 | 1 | -1/+1 |
| | * | makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with ...v0.3.10 | s_nakamoto | 2010-08-15 | 2 | -6/+9 |
| | * | scanback check to prevent adding to the 74638 overflow chain | s_nakamoto | 2010-08-15 | 2 | -2/+11 |
| | * | fix for block 74638 overflow output transaction | s_nakamoto | 2010-08-15 | 3 | -2/+19 |
| | * | misc changes | s_nakamoto | 2010-08-15 | 8 | -52/+538 |
| | * | fix -datadir=./subdir relative path, | s_nakamoto | 2010-08-12 | 20 | -39/+132 |
| | * | fix build, thanks jgarzik | s_nakamoto | 2010-08-11 | 1 | -2/+2 |
| | * | disable SSE2 on 32-bit | s_nakamoto | 2010-08-10 | 1 | -0/+7 |
| | * | gethashespersec and added version and hashespersec to getinfo | s_nakamoto | 2010-08-10 | 4 | -12/+41 |
| | * | json-spirit print reals with 8 decimal places, | s_nakamoto | 2010-08-10 | 4 | -56/+48 |
| | * | always make 8 outbound connections even if have inbound, | s_nakamoto | 2010-08-09 | 4 | -9/+25 |
| | * | enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit | s_nakamoto | 2010-08-09 | 5 | -6/+14 |
| | * | correct typo for mac compile, update makefile to use llvm | laszloh | 2010-08-04 | 2 | -7/+9 |
| | * | new safety feature displays a warning message and locks down RPC if it detect... | s_nakamoto | 2010-08-03 | 8 | -34/+81 |
| | * | fixed segfault in bignum.h, | s_nakamoto | 2010-07-31 | 6 | -24/+39 |
| | * | simplified makefile.unix, updated build-unix.txt instructions to include boos... | s_nakamoto | 2010-07-30 | 2 | -18/+13 |
| | * | reverted makefile.unix wx-config -- version 0.3.6 | s_nakamoto | 2010-07-29 | 6 | -655/+718 |
| | * | Fredrik Roubert: simplified makefile.unix with wx-config, | s_nakamoto | 2010-07-29 | 4 | -24/+14 |
| | * | fixed makefile.osx | s_nakamoto | 2010-07-28 | 1 | -1/+1 |
| | * | fixed makefile.vc | s_nakamoto | 2010-07-28 | 1 | -2/+2 |
| | * | 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 | 23 | -893/+6085 |
| | * | 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 | 18 | -483/+539 |
| | * | Gavin: BIO_FLAGS_BASE64_NO_NL | s_nakamoto | 2010-07-25 | 1 | -5/+2 |
| | * | Lachesis: remove newlines every 64 characters in EncodeBase64 | s_nakamoto | 2010-07-25 | 1 | -0/+4 |
| | * | Gavin Andresen's JSON-RPC HTTP authentication, | s_nakamoto | 2010-07-25 | 18 | -137/+405 |
| | * | minor UI tweaks, removed some outdated txt files, | s_nakamoto | 2010-07-18 | 19 | -46/+71 |
| | * | security safeguards, | s_nakamoto | 2010-07-17 | 3 | -7/+20 |
| | * | version 0.3.1 release | s_nakamoto | 2010-07-16 | 1 | -0/+6 |
| | * | Spanish translation by milkiway, | s_nakamoto | 2010-07-15 | 4 | -0/+1687 |
| | * | version 0.3.1 rc1 | s_nakamoto | 2010-07-15 | 3 | -5/+5 |
| | * | fix openssl linkage problems, | s_nakamoto | 2010-07-15 | 7 | -5/+26 |
| | * | switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m... | s_nakamoto | 2010-07-09 | 4 | -14/+6 |
| | * | Gavin Andresen: implementation of autostart on system startup option on Linux | s_nakamoto | 2010-07-09 | 5 | -6/+86 |
| | * | Portuguese translation by Tiago Faria | s_nakamoto | 2010-07-08 | 2 | -0/+807 |
| | * | Laszlo's fix to make generate threads idle priority on Linux, | s_nakamoto | 2010-07-08 | 17 | -101/+167 |
| | * | version 0.3 releasev0.3.0 | s_nakamoto | 2010-07-04 | 2 | -11/+2 |
| | * | reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4 | s_nakamoto | 2010-07-02 | 6 | -5/+6 |
| | * | version 0.3 rc2v0.3rc2 | s_nakamoto | 2010-06-26 | 3 | -4/+6 |
| | * | build-unix.txt: updated a few version numbers | s_nakamoto | 2010-06-26 | 1 | -3/+3 |