aboutsummaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)Author
2010-12-22add -nolisten command line optionWitchspace
2010-12-03All boolean options/flags now work the same way.gavinandresen
2010-10-19Gavin's TEST network as -testnet switch, misc fixess_nakamoto
2010-09-30don't count or spend payments until they have 1 confirmation,s_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-12fix -datadir=./subdir relative path,s_nakamoto
2010-07-27added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedu...s_nakamoto
2010-07-26bitcoind now compiles without wxWidgets or wxBases_nakamoto
2010-07-25Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto
2010-07-09switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m...s_nakamoto
2010-07-08Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto
2010-06-10automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto
2010-05-19Mac OS build fixes by laszlov0.2.8s_nakamoto
2010-02-23run as daemon without GUI,v0.2.6s_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-14renamed a few rpc methodss_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-13miscs_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-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-31Linux alternatives for the Windows headers and PerformanceCounter. Some typed...sirius-m
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-08-30First commitsirius-m