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