aboutsummaryrefslogtreecommitdiff
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-657/+0
* Merge branch 'master' of https://github.com/gjs278/bitcoinGavin Andresen2011-04-151-0/+2
|\
| * pidfile support for daemongjs2782011-04-121-0/+2
* | Ensure version number->string conversion is consistentJeff Garzik2011-04-151-8/+1
|/
* Fix -logtimestamps to only print time prefix once per output lineJeff Garzik2011-03-161-0/+1
* fix -daemon switchtcatm2011-03-031-0/+1
* add -nolisten command line optionWitchspace2010-12-221-0/+1
* All boolean options/flags now work the same way.gavinandresen2010-12-031-0/+11
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-0/+25
* don't count or spend payments until they have 1 confirmation,s_nakamoto2010-09-301-0/+8
* config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto2010-09-151-1/+18
* Gavin Andresen: clean shutdown on SIGTERMs_nakamoto2010-09-081-0/+1
* cleanup,s_nakamoto2010-09-071-16/+24
* propset svn:eol-style natives_nakamoto2010-08-291-589/+589
* alert systems_nakamoto2010-08-251-1/+5
* warning message if clock is too far offs_nakamoto2010-08-201-0/+6
* fix -datadir=./subdir relative path,s_nakamoto2010-08-121-6/+9
* added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedu...s_nakamoto2010-07-271-0/+14
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-4/+11
* Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto2010-07-251-1/+10
* switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m...s_nakamoto2010-07-091-0/+1
* Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto2010-07-081-7/+11
* automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto2010-06-101-2/+7
* Mac OS build fixes by laszlov0.2.8s_nakamoto2010-05-191-0/+1
* run as daemon without GUI,v0.2.6s_nakamoto2010-02-231-0/+1
* safer wxGetTranslation wrappers_nakamoto2010-02-171-5/+4
* all builds are now with wxWidgets-2.9.0, we are now using UTF-8, v0.2.2s_nakamoto2010-02-171-4/+5
* renamed a few rpc methodss_nakamoto2010-02-141-0/+1
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos...s_nakamoto2010-02-121-2/+16
* simplify AddAddress, s_nakamoto2010-01-281-89/+12
* miscs_nakamoto2009-12-131-0/+4
* retry IRC if name in use, s_nakamoto2009-12-111-0/+2
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-181-2/+21
* monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto2009-11-131-17/+88
* got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin...s_nakamoto2009-11-061-1/+13
* unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto2009-11-051-11/+29
* move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan...s_nakamoto2009-11-011-10/+29
* Linux alternatives for the Windows headers and PerformanceCounter. Some typed...sirius-m2009-10-311-2/+10
* better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf ...s_nakamoto2009-10-291-17/+26
* CCriticalSection using wxWidgets instead of Windows OS callss_nakamoto2009-10-291-11/+20
* addr relaying fixes, proxy option and privacy patches, detect connect to self...s_nakamoto2009-10-291-69/+95
* First commitsirius-m2009-08-301-0/+399