aboutsummaryrefslogtreecommitdiff
path: root/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix CRLFGavin Andresen2010-07-141-715/+715
* switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m...s_nakamoto2010-07-091-1/+2
* Gavin Andresen: implementation of autostart on system startup option on Linuxs_nakamoto2010-07-091-3/+3
* Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto2010-07-081-11/+69
* fixed colors on ubuntu lucid,s_nakamoto2010-06-211-3/+1
* better prevention of inventory relaying during initial download,s_nakamoto2010-05-261-5/+0
* Mac OS build fixes by laszlos_nakamoto2010-05-191-0/+6
* fixed runaway memory alloc bug on 64-bit in ParseString found by sirius-ms_nakamoto2010-03-051-4/+10
* fix unsafe string handling in wxGetTranslations_nakamoto2010-02-281-4/+4
* GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,s_nakamoto2010-02-251-2/+3
* run as daemon without GUI,s_nakamoto2010-02-231-1/+3
* Address Book with tabs instead of separate Your Address book, s_nakamoto2010-02-201-1/+5
* safer wxGetTranslation wrappers_nakamoto2010-02-171-0/+29
* all builds are now with wxWidgets-2.9.0, we are now using UTF-8, s_nakamoto2010-02-171-3/+3
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos...s_nakamoto2010-02-121-1/+2
* simplify AddAddress, s_nakamoto2010-01-281-1/+76
* retry IRC if name in use, s_nakamoto2009-12-111-23/+32
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-181-4/+6
* monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto2009-11-131-25/+23
* UI tweaks, use BindListenPort to detect instance already running, setsockopt(...s_nakamoto2009-11-071-0/+11
* got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin...s_nakamoto2009-11-061-8/+4
* unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto2009-11-051-1/+7
* move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan...s_nakamoto2009-11-011-9/+73
* better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ...s_nakamoto2009-10-291-12/+10
* CCriticalSection using wxWidgets instead of Windows OS callss_nakamoto2009-10-291-8/+12
* addr relaying fixes, proxy option and privacy patches, detect connect to self...s_nakamoto2009-10-291-51/+119
* flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto2009-10-211-2/+2
* First commitsirius-m2009-08-301-0/+383