| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix CRLF | Gavin Andresen | 2010-07-14 | 1 | -678/+678 |
| | | |||||
| * | switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by ↵ | s_nakamoto | 2010-07-09 | 1 | -11/+1 |
| | | | | | | | m0mchil when username contains non-lower-ASCII characters -- version 0.3.1 | ||||
| * | Gavin Andresen: implementation of autostart on system startup option on Linux | s_nakamoto | 2010-07-09 | 1 | -0/+77 |
| | | |||||
| * | Laszlo's fix to make generate threads idle priority on Linux, | s_nakamoto | 2010-07-08 | 1 | -49/+25 |
| | | | | | replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis | ||||
| * | version 0.3 release | s_nakamoto | 2010-07-04 | 1 | -1/+1 |
| | | |||||
| * | reduced max outbound connections from 15 to 8 --version 0.3 rc4 | s_nakamoto | 2010-07-02 | 1 | -1/+1 |
| | | |||||
| * | automatically change displayed address whenever it receives anything, | s_nakamoto | 2010-06-10 | 1 | -13/+18 |
| | | | | | | | | | added help and -? for daemon command line rpc commands, only relay addr messages to 5 random nodes to save bandwidth, started setting wtx.fFromMe flag, trickle out tx inventory messages to protect privacy -- version 0.2.10 | ||||
| * | better prevention of inventory relaying during initial download, | s_nakamoto | 2010-05-26 | 1 | -4/+3 |
| | | | | | | | | message checksum between nodes with 0.2.9 or higher, optimization level up from -O0 to -O2, rpc functions: setlabel, getlabel, getaddressesbylabel, getreceivedbyaddress, getreceivedbylabel, listreceivedbyaddress, listreceivedbylabel -- version 0.2.9 | ||||
| * | Mac OS build fixes by laszlo | s_nakamoto | 2010-05-19 | 1 | -1/+7 |
| | | | | | -- version 0.2.8 | ||||
| * | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK, | s_nakamoto | 2010-02-25 | 1 | -0/+625 |
| split init and shutdown from ui.cpp into init.cpp, support wxUSE_GUI=0 -- version 0.2.7 | |||||