aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7s_nakamoto2010-02-2513-773/+817
* run as daemon without GUI,v0.2.6s_nakamoto2010-02-237-47/+207
* transaction filter tabs instead of view->show generated v0.2.5s_nakamoto2010-02-219-132/+693
* Address Book with tabs instead of separate Your Address book, v0.2.4s_nakamoto2010-02-2010-549/+941
* safer wxGetTranslation wrappers_nakamoto2010-02-173-6/+34
* all builds are now with wxWidgets-2.9.0, we are now using UTF-8, v0.2.2s_nakamoto2010-02-1716-462/+281
* fix mingw makefile to use correct wxWidgets include, s_nakamoto2010-02-151-1/+1
* strip out unfinished product, review and market stuff, s_nakamoto2010-02-1518-8464/+127
* renamed a few rpc methodss_nakamoto2010-02-145-19/+16
* Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first characte...s_nakamoto2010-02-146-47/+30
* updated build-unix.txts_nakamoto2010-02-131-2/+6
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos...s_nakamoto2010-02-1223-332/+1186
* better error message in check_type(), tell the types by name instead of by nu...s_nakamoto2010-02-101-1/+3
* JSON Spirit library from http://www.codeproject.com/KB/recipes/JSON_Spirit.as...s_nakamoto2010-02-1013-0/+1968
* revert revision 56, going in different direction with boost::asio and JSON-RPCs_nakamoto2010-02-107-101/+8
* Added some basic IPC functionality using wxServer, wxClient and wxConnection.sirius-m2010-02-047-8/+101
* update fSpent flag on wallet transactions if they're seen spent in case copy ...s_nakamoto2010-02-0312-970/+1082
* now compiles on 64-bit Ubuntu Karmic with wxWidgets-2.9.0,s_nakamoto2010-01-287-41/+153
* simplify AddAddress, s_nakamoto2010-01-2811-117/+129
* command line switch -nouis_nakamoto2009-12-171-19/+15
* a few header changes for freebsd from madhatters_nakamoto2009-12-171-2/+5
* filter out duplicate getblocks and don't relay inv messages during initial bl...v0.2rc2v0.2.0s_nakamoto2009-12-145-19/+38
* miscs_nakamoto2009-12-131-0/+4
* restrict file permissions on linux to the user onlys_nakamoto2009-12-132-1/+2
* misc exit code, updated setup.nsis_nakamoto2009-12-135-15/+43
* miscs_nakamoto2009-12-111-0/+1
* retry IRC if name in use, s_nakamoto2009-12-1113-89/+187
* miscs_nakamoto2009-12-061-9/+5
* fix transaction fee bug in CreateTransaction, higher size cutoff for free tra...s_nakamoto2009-12-063-14/+17
* minor fix to batched initial download in case requester has more than 500 blo...s_nakamoto2009-11-243-3/+24
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-1823-184/+304
* misc compile errors_nakamoto2009-11-141-1/+1
* monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto2009-11-1316-391/+684
* Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 ...v0.1.6test1s_nakamoto2009-11-085-22/+78
* ui tweaks, multiple xpm icon sizess_nakamoto2009-11-078-313/+948
* UI tweaks, use BindListenPort to detect instance already running, setsockopt(...s_nakamoto2009-11-0711-284/+346
* UIThreadCall, ThreadSafeMessageBoxs_nakamoto2009-11-067-1284/+44
* got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin...s_nakamoto2009-11-0612-235/+260
* unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto2009-11-0523-301/+2184
* renamed build.txt to build-msw.txts_nakamoto2009-11-041-0/+91
* move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan...s_nakamoto2009-11-0112-382/+416
* added wx/stdpaths.hsirius-m2009-10-311-0/+1
* Linux alternatives for the Windows headers and PerformanceCounter. Some typed...sirius-m2009-10-315-12/+40
* make CheckDiskSpace portables_nakamoto2009-10-301-10/+4
* setup script removes startup shortcut and runs with highest exec levelsirius-m2009-10-301-0/+3
* better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ...s_nakamoto2009-10-2910-75/+121
* CCriticalSection using wxWidgets instead of Windows OS callss_nakamoto2009-10-293-22/+35
* addr relaying fixes, proxy option and privacy patches, detect connect to self...s_nakamoto2009-10-2919-339/+1209
* fix display of new generated coins, fix assertion in bitcoinminers_nakamoto2009-10-254-28/+75
* Removed autorun regkey creationsirius-m2009-10-241-2/+0