| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | do an extra CheckBlock in ConnectBlock | s_nakamoto | 2010-08-16 | 1 | -1/+1 |
| * | blocks-1, | s_nakamoto | 2010-08-16 | 1 | -1/+1 |
| * | scanback check to prevent adding to the 74638 overflow chain | s_nakamoto | 2010-08-15 | 1 | -1/+1 |
| * | fix for block 74638 overflow output transaction | s_nakamoto | 2010-08-15 | 1 | -1/+1 |
| * | misc changes | s_nakamoto | 2010-08-15 | 1 | -2/+2 |
| * | 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 | -1/+1 |
| * | always make 8 outbound connections even if have inbound, | s_nakamoto | 2010-08-09 | 1 | -1/+1 |
| * | enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit | 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 | -1/+1 |
| * | fixed segfault in bignum.h, | s_nakamoto | 2010-07-31 | 1 | -1/+1 |
| * | reverted makefile.unix wx-config -- version 0.3.6 | s_nakamoto | 2010-07-29 | 1 | -2/+2 |
| * | bitcoind now compiles without wxWidgets or wxBase | s_nakamoto | 2010-07-26 | 1 | -2/+2 |
| * | Gavin Andresen's JSON-RPC HTTP authentication, | s_nakamoto | 2010-07-25 | 1 | -2/+2 |
| * | minor UI tweaks, removed some outdated txt files, | s_nakamoto | 2010-07-18 | 1 | -1/+1 |
| * | security safeguards, | s_nakamoto | 2010-07-17 | 1 | -1/+1 |
| * | version 0.3.1 rc1 | s_nakamoto | 2010-07-15 | 1 | -1/+1 |
| * | fix openssl linkage problems, | s_nakamoto | 2010-07-15 | 1 | -1/+1 |
| * | switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m... | s_nakamoto | 2010-07-09 | 1 | -2/+2 |
| * | Gavin Andresen: implementation of autostart on system startup option on Linux | s_nakamoto | 2010-07-09 | 1 | -1/+1 |
| * | Laszlo's fix to make generate threads idle priority on Linux, | s_nakamoto | 2010-07-08 | 1 | -1/+1 |
| * | reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4 | s_nakamoto | 2010-07-02 | 1 | -1/+1 |
| * | version 0.3 rc2v0.3rc2 | s_nakamoto | 2010-06-26 | 1 | -1/+1 |
| * | version 0.3 rc1v0.3rc1 | s_nakamoto | 2010-06-22 | 1 | -2/+2 |
| * | fixed colors on ubuntu lucid,v0.2.13 | s_nakamoto | 2010-06-21 | 1 | -1/+1 |
| * | use seed nodes as fallback if IRC fails or with TORv0.2.12 | s_nakamoto | 2010-06-18 | 1 | -2/+2 |
| * | more addr message error checkingv0.2.11 | s_nakamoto | 2010-06-15 | 1 | -1/+1 |
| * | automatically change displayed address whenever it receives anything,v0.2.10 | s_nakamoto | 2010-06-10 | 1 | -1/+1 |
| * | better prevention of inventory relaying during initial download,v0.2.9 | s_nakamoto | 2010-05-26 | 1 | -1/+13 |
| * | Mac OS build fixes by laszlov0.2.8 | s_nakamoto | 2010-05-19 | 1 | -2/+2 |
| * | fix unsafe string handling in wxGetTranslation | s_nakamoto | 2010-02-28 | 1 | -1/+1 |
| * | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7 | s_nakamoto | 2010-02-25 | 1 | -1/+1 |
| * | run as daemon without GUI,v0.2.6 | s_nakamoto | 2010-02-23 | 1 | -1/+1 |
| * | transaction filter tabs instead of view->show generated v0.2.5 | s_nakamoto | 2010-02-21 | 1 | -1/+1 |
| * | Address Book with tabs instead of separate Your Address book, v0.2.4 | s_nakamoto | 2010-02-20 | 1 | -1/+1 |
| * | safer wxGetTranslation wrapper | s_nakamoto | 2010-02-17 | 1 | -1/+1 |
| * | all builds are now with wxWidgets-2.9.0, we are now using UTF-8, v0.2.2 | s_nakamoto | 2010-02-17 | 1 | -2/+2 |
| * | strip out unfinished product, review and market stuff, | s_nakamoto | 2010-02-15 | 1 | -1/+1 |
| * | renamed a few rpc methods | s_nakamoto | 2010-02-14 | 1 | -1/+1 |
| * | command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos... | s_nakamoto | 2010-02-12 | 1 | -2/+2 |
| * | update fSpent flag on wallet transactions if they're seen spent in case copy ... | s_nakamoto | 2010-02-03 | 1 | -2/+2 |
| * | simplify AddAddress, | s_nakamoto | 2010-01-28 | 1 | -6/+10 |
| * | filter out duplicate getblocks and don't relay inv messages during initial bl...v0.2rc2v0.2.0 | s_nakamoto | 2009-12-14 | 1 | -1/+1 |
| * | misc exit code, updated setup.nsi | s_nakamoto | 2009-12-13 | 1 | -2/+2 |
| * | retry IRC if name in use, | s_nakamoto | 2009-12-11 | 1 | -1/+1 |
| * | fix transaction fee bug in CreateTransaction, higher size cutoff for free tra... | s_nakamoto | 2009-12-06 | 1 | -1/+1 |
| * | minor fix to batched initial download in case requester has more than 500 blo... | s_nakamoto | 2009-11-24 | 1 | -1/+1 |
| * | bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle, | s_nakamoto | 2009-11-18 | 1 | -0/+1 |
| * | addr relaying fixes, proxy option and privacy patches, detect connect to self... | s_nakamoto | 2009-10-29 | 1 | -1/+1 |
| * | fix display of new generated coins, fix assertion in bitcoinminer | s_nakamoto | 2009-10-25 | 1 | -1/+1 |