aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* key pool for safer wallet backups_nakamoto2010-10-091-34/+27
* recursive function to determine if own unconfirmed transaction can be spents_nakamoto2010-10-061-29/+39
* Russian translation by eurekafags_nakamoto2010-10-041-0/+4
* don't count or spend payments until they have 1 confirmation,s_nakamoto2010-09-301-11/+52
* changed free transactions per block thresholds_nakamoto2010-09-231-2/+2
* only accept transactions sent by IP address if -allowreceivebyip is specifieds_nakamoto2010-09-191-15/+23
* config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto2010-09-151-5/+0
* reorganize BitcoinMiner to make it easier to add different SHA256 routiness_nakamoto2010-09-131-110/+121
* fix build on non-intel architectures, thanks teknohogs_nakamoto2010-09-101-1/+1
* fix problem sending the last cent with sub-cent fractional changes_nakamoto2010-09-101-4/+5
* try to auto-detect whether to use 128-bit 4-way SSE2s_nakamoto2010-09-091-1/+65
* cleanup,s_nakamoto2010-09-071-38/+61
* propset svn:eol-style natives_nakamoto2010-08-291-3381/+3381
* added -testsafemode switchs_nakamoto2010-08-251-0/+2
* alert systems_nakamoto2010-08-251-44/+156
* warning message if clock is too far offs_nakamoto2010-08-201-4/+4
* block index checking on load, extra redundant checks, misc refactorings_nakamoto2010-08-191-36/+62
* do an extra CheckBlock in ConnectBlocks_nakamoto2010-08-161-0/+4
* blocks-1,s_nakamoto2010-08-161-44/+53
* scanback check to prevent adding to the 74638 overflow chains_nakamoto2010-08-151-1/+10
* fix for block 74638 overflow output transactions_nakamoto2010-08-151-0/+8
* misc changess_nakamoto2010-08-151-21/+51
* fix -datadir=./subdir relative path,s_nakamoto2010-08-121-1/+1
* gethashespersec and added version and hashespersec to getinfos_nakamoto2010-08-101-10/+19
* always make 8 outbound connections even if have inbound,s_nakamoto2010-08-091-1/+1
* new safety feature displays a warning message and locks down RPC if it detect...s_nakamoto2010-08-031-22/+38
* fixed segfault in bignum.h,s_nakamoto2010-07-311-1/+2
* Fredrik Roubert: simplified makefile.unix with wx-config,s_nakamoto2010-07-291-6/+6
* better IsInitialBlockDownloads_nakamoto2010-07-271-14/+10
* added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedu...s_nakamoto2010-07-271-96/+12
* tcatm's cached SHA256 state idea, about 70% faster generatings_nakamoto2010-07-271-57/+129
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-2/+3
* Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto2010-07-251-4/+34
* security safeguards,s_nakamoto2010-07-171-3/+16
* version 0.3.1 rc1s_nakamoto2010-07-151-1/+1
* fix openssl linkage problems,s_nakamoto2010-07-151-1/+4
* Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto2010-07-081-16/+26
* reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4s_nakamoto2010-07-021-0/+2
* version 0.3 rc2v0.3rc2s_nakamoto2010-06-261-1/+1
* re-enable hiding taskbar button on minimize on linux, though it doesn't work ...s_nakamoto2010-06-221-1/+1
* fixed colors on ubuntu lucid,v0.2.13s_nakamoto2010-06-211-1/+30
* use seed nodes as fallback if IRC fails or with TORv0.2.12s_nakamoto2010-06-181-11/+19
* more addr message error checkingv0.2.11s_nakamoto2010-06-151-1/+4
* automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto2010-06-101-32/+77
* better prevention of inventory relaying during initial download,v0.2.9s_nakamoto2010-05-261-26/+50
* Mac OS build fixes by laszlov0.2.8s_nakamoto2010-05-191-3/+3
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7s_nakamoto2010-02-251-1/+3
* run as daemon without GUI,v0.2.6s_nakamoto2010-02-231-8/+7
* transaction filter tabs instead of view->show generated v0.2.5s_nakamoto2010-02-211-1/+3
* Address Book with tabs instead of separate Your Address book, v0.2.4s_nakamoto2010-02-201-55/+57