aboutsummaryrefslogtreecommitdiff
path: root/util.cpp
AgeCommit message (Expand)Author
2011-01-24Don't scan the time offsets vector repeatedly once we've displayed the warnin...Chris Moore
2011-01-20Fix bus error in DebugPrint if -datadir given non-existent directory.Gavin Andresen
2010-12-22add -nolisten command line optionWitchspace
2010-12-08-- version 0.3.18 releasev0.3.18s_nakamoto
2010-11-23new getworks_nakamoto
2010-11-18OutputDebugStringF fix for Mac FileVault problem, take 3gavinandresen
2010-11-16Make OutputDebugStringF thread-safe again (thanks ArtForz for catching)gavinandresen
2010-11-16Re-open debug.log every ten minutes instead of every printf; fixes performanc...gavinandresen
2010-10-19Gavin's TEST network as -testnet switch, misc fixess_nakamoto
2010-10-11dkaparis: boost::bind build fix for c++0xs_nakamoto
2010-09-15config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto
2010-09-08Gavin Andresen: clean shutdown on SIGTERMs_nakamoto
2010-09-07cleanup,s_nakamoto
2010-08-29propset svn:eol-style natives_nakamoto
2010-08-25alert systems_nakamoto
2010-08-20warning message if clock is too far offs_nakamoto
2010-08-15misc changess_nakamoto
2010-07-26bitcoind now compiles without wxWidgets or wxBases_nakamoto
2010-07-25Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto
2010-07-18minor UI tweaks, removed some outdated txt files, s_nakamoto
2010-07-09switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m...s_nakamoto
2010-07-09Gavin Andresen: implementation of autostart on system startup option on Linuxs_nakamoto
2010-07-08Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto
2010-06-21fixed colors on ubuntu lucid,v0.2.13s_nakamoto
2010-05-26better prevention of inventory relaying during initial download,v0.2.9s_nakamoto
2010-05-19Mac OS build fixes by laszlov0.2.8s_nakamoto
2010-03-05fixed runaway memory alloc bug on 64-bit in ParseString found by sirius-ms_nakamoto
2010-02-28fix unsafe string handling in wxGetTranslations_nakamoto
2010-02-25GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7s_nakamoto
2010-02-23run as daemon without GUI,v0.2.6s_nakamoto
2010-02-20Address Book with tabs instead of separate Your Address book, v0.2.4s_nakamoto
2010-02-17safer wxGetTranslation wrappers_nakamoto
2010-02-17all builds are now with wxWidgets-2.9.0, we are now using UTF-8, v0.2.2s_nakamoto
2010-02-12command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos...s_nakamoto
2010-01-28simplify AddAddress, s_nakamoto
2009-12-11retry IRC if name in use, s_nakamoto
2009-11-18bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto
2009-11-13monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto
2009-11-07UI tweaks, use BindListenPort to detect instance already running, setsockopt(...s_nakamoto
2009-11-06got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin...s_nakamoto
2009-11-05unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto
2009-11-01move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan...s_nakamoto
2009-10-29better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ...s_nakamoto
2009-10-29CCriticalSection using wxWidgets instead of Windows OS callss_nakamoto
2009-10-29addr relaying fixes, proxy option and privacy patches, detect connect to self...s_nakamoto
2009-10-21flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto
2009-08-30First commitsirius-m