aboutsummaryrefslogtreecommitdiff
path: root/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-905/+0
* Merge branch 'master' of https://github.com/gjs278/bitcoinGavin Andresen2011-04-151-0/+19
|\
| * pidfile support for daemongjs2782011-04-121-0/+19
* | Ensure version number->string conversion is consistentJeff Garzik2011-04-151-0/+29
|/
* Fix -logtimestamps to only print time prefix once per output lineJeff Garzik2011-03-161-1/+9
* Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-03-131-2/+3
|\
| * Only log timestamps if -logtimestamps is set.Matt Corallo2011-03-091-1/+2
| * Add timestamp prefix to each line in the debug log (this time with human-read...Matt Corallo2011-03-091-2/+2
* | fix -daemon switchtcatm2011-03-031-0/+1
|/
* Avoid sprintf decimal-point localizationGavin Andresen2011-02-281-1/+6
* ParseMoney: allow full precisionGavin Andresen2011-02-231-12/+8
* FormatMoney: show full-precision valuesGavin Andresen2011-02-231-3/+12
* Don't scan the time offsets vector repeatedly once we've displayed the warnin...Chris Moore2011-01-241-11/+16
* Fix bus error in DebugPrint if -datadir given non-existent directory.Gavin Andresen2011-01-201-1/+1
* add -nolisten command line optionWitchspace2010-12-221-1/+1
* -- version 0.3.18 releasev0.3.18s_nakamoto2010-12-081-3/+2
* new getworks_nakamoto2010-11-231-0/+1
* OutputDebugStringF fix for Mac FileVault problem, take 3gavinandresen2010-11-181-27/+20
* Make OutputDebugStringF thread-safe again (thanks ArtForz for catching)gavinandresen2010-11-161-22/+26
* Re-open debug.log every ten minutes instead of every printf; fixes performanc...gavinandresen2010-11-161-5/+14
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-9/+18
* dkaparis: boost::bind build fix for c++0xs_nakamoto2010-10-111-2/+2
* config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto2010-09-151-9/+39
* Gavin Andresen: clean shutdown on SIGTERMs_nakamoto2010-09-081-0/+1
* cleanup,s_nakamoto2010-09-071-6/+30
* propset svn:eol-style natives_nakamoto2010-08-291-762/+762
* alert systems_nakamoto2010-08-251-24/+13
* warning message if clock is too far offs_nakamoto2010-08-201-6/+21
* misc changess_nakamoto2010-08-151-0/+8
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-9/+12
* Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto2010-07-251-5/+36
* minor UI tweaks, removed some outdated txt files, s_nakamoto2010-07-181-1/+2
* 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,v0.2.13s_nakamoto2010-06-211-3/+1
* better prevention of inventory relaying during initial download,v0.2.9s_nakamoto2010-05-261-5/+0
* Mac OS build fixes by laszlov0.2.8s_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,v0.2.7s_nakamoto2010-02-251-2/+3
* run as daemon without GUI,v0.2.6s_nakamoto2010-02-231-1/+3
* Address Book with tabs instead of separate Your Address book, v0.2.4s_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, v0.2.2s_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