| Commit message (Expand) | Author | Age | Files | Lines |
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -905/+0 |
| * | Merge branch 'master' of https://github.com/gjs278/bitcoin | Gavin Andresen | 2011-04-15 | 1 | -0/+19 |
| |\ |
|
| | * | pidfile support for daemon | gjs278 | 2011-04-12 | 1 | -0/+19 |
| * | | Ensure version number->string conversion is consistent | Jeff Garzik | 2011-04-15 | 1 | -0/+29 |
| |/ |
|
| * | Fix -logtimestamps to only print time prefix once per output line | Jeff Garzik | 2011-03-16 | 1 | -1/+9 |
| * | Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2011-03-13 | 1 | -2/+3 |
| |\ |
|
| | * | Only log timestamps if -logtimestamps is set. | Matt Corallo | 2011-03-09 | 1 | -1/+2 |
| | * | Add timestamp prefix to each line in the debug log (this time with human-read... | Matt Corallo | 2011-03-09 | 1 | -2/+2 |
| * | | fix -daemon switch | tcatm | 2011-03-03 | 1 | -0/+1 |
| |/ |
|
| * | Avoid sprintf decimal-point localization | Gavin Andresen | 2011-02-28 | 1 | -1/+6 |
| * | ParseMoney: allow full precision | Gavin Andresen | 2011-02-23 | 1 | -12/+8 |
| * | FormatMoney: show full-precision values | Gavin Andresen | 2011-02-23 | 1 | -3/+12 |
| * | Don't scan the time offsets vector repeatedly once we've displayed the warnin... | Chris Moore | 2011-01-24 | 1 | -11/+16 |
| * | Fix bus error in DebugPrint if -datadir given non-existent directory. | Gavin Andresen | 2011-01-20 | 1 | -1/+1 |
| * | add -nolisten command line option | Witchspace | 2010-12-22 | 1 | -1/+1 |
| * | -- version 0.3.18 releasev0.3.18 | s_nakamoto | 2010-12-08 | 1 | -3/+2 |
| * | new getwork | s_nakamoto | 2010-11-23 | 1 | -0/+1 |
| * | OutputDebugStringF fix for Mac FileVault problem, take 3 | gavinandresen | 2010-11-18 | 1 | -27/+20 |
| * | Make OutputDebugStringF thread-safe again (thanks ArtForz for catching) | gavinandresen | 2010-11-16 | 1 | -22/+26 |
| * | Re-open debug.log every ten minutes instead of every printf; fixes performanc... | gavinandresen | 2010-11-16 | 1 | -5/+14 |
| * | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto | 2010-10-19 | 1 | -9/+18 |
| * | dkaparis: boost::bind build fix for c++0x | s_nakamoto | 2010-10-11 | 1 | -2/+2 |
| * | config option -rpcallowip= to accept json-rpc connections from another machine | s_nakamoto | 2010-09-15 | 1 | -9/+39 |
| * | Gavin Andresen: clean shutdown on SIGTERM | s_nakamoto | 2010-09-08 | 1 | -0/+1 |
| * | cleanup, | s_nakamoto | 2010-09-07 | 1 | -6/+30 |
| * | propset svn:eol-style native | s_nakamoto | 2010-08-29 | 1 | -762/+762 |
| * | alert system | s_nakamoto | 2010-08-25 | 1 | -24/+13 |
| * | warning message if clock is too far off | s_nakamoto | 2010-08-20 | 1 | -6/+21 |
| * | misc changes | s_nakamoto | 2010-08-15 | 1 | -0/+8 |
| * | bitcoind now compiles without wxWidgets or wxBase | s_nakamoto | 2010-07-26 | 1 | -9/+12 |
| * | Gavin Andresen's JSON-RPC HTTP authentication, | s_nakamoto | 2010-07-25 | 1 | -5/+36 |
| * | minor UI tweaks, removed some outdated txt files, | s_nakamoto | 2010-07-18 | 1 | -1/+2 |
| * | switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m... | s_nakamoto | 2010-07-09 | 1 | -1/+2 |
| * | Gavin Andresen: implementation of autostart on system startup option on Linux | s_nakamoto | 2010-07-09 | 1 | -3/+3 |
| * | Laszlo's fix to make generate threads idle priority on Linux, | s_nakamoto | 2010-07-08 | 1 | -11/+69 |
| * | fixed colors on ubuntu lucid,v0.2.13 | s_nakamoto | 2010-06-21 | 1 | -3/+1 |
| * | better prevention of inventory relaying during initial download,v0.2.9 | s_nakamoto | 2010-05-26 | 1 | -5/+0 |
| * | Mac OS build fixes by laszlov0.2.8 | s_nakamoto | 2010-05-19 | 1 | -0/+6 |
| * | fixed runaway memory alloc bug on 64-bit in ParseString found by sirius-m | s_nakamoto | 2010-03-05 | 1 | -4/+10 |
| * | fix unsafe string handling in wxGetTranslation | s_nakamoto | 2010-02-28 | 1 | -4/+4 |
| * | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7 | s_nakamoto | 2010-02-25 | 1 | -2/+3 |
| * | run as daemon without GUI,v0.2.6 | s_nakamoto | 2010-02-23 | 1 | -1/+3 |
| * | Address Book with tabs instead of separate Your Address book, v0.2.4 | s_nakamoto | 2010-02-20 | 1 | -1/+5 |
| * | safer wxGetTranslation wrapper | s_nakamoto | 2010-02-17 | 1 | -0/+29 |
| * | all builds are now with wxWidgets-2.9.0, we are now using UTF-8, v0.2.2 | s_nakamoto | 2010-02-17 | 1 | -3/+3 |
| * | command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos... | s_nakamoto | 2010-02-12 | 1 | -1/+2 |
| * | simplify AddAddress, | s_nakamoto | 2010-01-28 | 1 | -1/+76 |
| * | retry IRC if name in use, | s_nakamoto | 2009-12-11 | 1 | -23/+32 |
| * | bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle, | s_nakamoto | 2009-11-18 | 1 | -4/+6 |
| * | monitor ThreadSocketHandler and terminate and restart if hung, convert _begin... | s_nakamoto | 2009-11-13 | 1 | -25/+23 |