blocks-1,
[novacoin.git] / main.cpp
2010-08-16 Satoshi Nakamotoblocks-1,
2010-08-15 Satoshi Nakamotofix for block 74638 overflow output transaction
2010-08-15 Satoshi Nakamotomisc changes
2010-08-13 Satoshi Nakamotofix -datadir=./subdir relative path,
2010-08-12 Satoshi Nakamotogethashespersec and added version and hashespersec...
2010-08-10 Satoshi Nakamotoalways make 8 outbound connections even if have inbound,
2010-08-04 Satoshi Nakamotonew safety feature displays a warning message and locks...
2010-07-31 Satoshi Nakamotofixed segfault in bignum.h, additional security limits...
2010-07-30 --author=Satoshi... Fredrik Roubert: simplified makefile.unix with wx-confi...
2010-07-27 --author=Satoshi... better IsInitialBlockDownload
2010-07-27 --author=Satoshi... added a subset of Crypto++ 5.6.0 with 48% faster ASM...
2010-07-27 --author=Satoshi... tcatm's cached SHA256 state idea, about 70% faster...
2010-07-26 Satoshi Nakamotobitcoind now compiles without wxWidgets or wxBase
2010-07-26 Satoshi NakamotoGavin Andresen's JSON-RPC HTTP authentication,
2010-07-19 Gavin Andresensecurity safeguards,
2010-07-19 Gavin Andresenversion 0.3.1 rc1
2010-07-14 Gavin AndresenFix CRLF
2010-07-08 s_nakamotoLaszlo's fix to make generate threads idle priority...
2010-07-02 s_nakamotoreduced max outbound connections from 15 to 8 --version...
2010-06-26 s_nakamotoversion 0.3 rc2
2010-06-22 s_nakamotore-enable hiding taskbar button on minimize on linux...
2010-06-21 s_nakamotofixed colors on ubuntu lucid,
2010-06-18 s_nakamotouse seed nodes as fallback if IRC fails or with TOR
2010-06-15 s_nakamotomore addr message error checking
2010-06-10 s_nakamotoautomatically change displayed address whenever it...
2010-05-26 s_nakamotobetter prevention of inventory relaying during initial...
2010-05-19 s_nakamotoMac OS build fixes by laszlo
2010-02-25 s_nakamotoGUI-less build target bitcoind that links to wxBase...
2010-02-23 s_nakamotorun as daemon without GUI,
2010-02-21 s_nakamototransaction filter tabs instead of view->show generated
2010-02-20 s_nakamotoAddress Book with tabs instead of separate Your Address...
2010-02-17 s_nakamotoall builds are now with wxWidgets-2.9.0, we are now...
2010-02-15 s_nakamotostrip out unfinished product, review and market stuff,
2010-02-14 s_nakamotoWorkaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64...
2010-02-12 s_nakamotocommand line and JSON-RPC first draft, requires Boost...
2010-02-03 s_nakamotoupdate fSpent flag on wallet transactions if they're...
2010-01-28 s_nakamotosimplify AddAddress,
2009-12-14 s_nakamotofilter out duplicate getblocks and don't relay inv...
2009-12-11 s_nakamotoretry IRC if name in use,
2009-12-06 s_nakamotomisc
2009-12-06 s_nakamotofix transaction fee bug in CreateTransaction, higher...
2009-11-24 s_nakamotominor fix to batched initial download in case requester...
2009-11-18 s_nakamotobugfix Db::open/close and zombie sockets bugs fix doubl...
2009-11-13 s_nakamotomonitor ThreadSocketHandler and terminate and restart...
2009-11-08 s_nakamotoGet local host IP on Linux, Shutdown() a little cleaner...
2009-11-07 s_nakamotoUI tweaks, use BindListenPort to detect instance alread...
2009-11-06 s_nakamotoUIThreadCall, ThreadSafeMessageBox
2009-11-06 s_nakamotogot rid of CheckForShutdown, replaced some thread-unsaf...
2009-11-05 s_nakamotounix build merged in, bitmap resources from xpm instead...
2009-11-01 s_nakamotomove debug.log and db.log to data dir, portable GetData...
2009-10-31 sirius-mLinux alternatives for the Windows headers and Performa...
2009-10-30 s_nakamotomake CheckDiskSpace portable
2009-10-29 s_nakamotobetter wallet.dat flush, consolidated QueryPerformanceC...
2009-10-29 s_nakamotoaddr relaying fixes, proxy option and privacy patches...
2009-10-25 s_nakamotofix display of new generated coins, fix assertion in...
2009-10-21 s_nakamotoflush wallet.dat, multi-proc, reorg options, revert...
2009-09-24 sirius-mtray icon + ask before closing
2009-08-30 sirius-mFirst commit