| Commit message (Expand) | Author | Age | Files | Lines |
| * | security safeguards,v0.3.2 | Gavin Andresen | 2010-07-19 | 3 | -7/+20 |
| * | version 0.3.1 releasev0.3.1 | Gavin Andresen | 2010-07-19 | 1 | -0/+6 |
| * | Spanish translation by milkiway, | Gavin Andresen | 2010-07-19 | 4 | -0/+1687 |
| * | version 0.3.1 rc1v0.3.1rc1 | Gavin Andresen | 2010-07-19 | 8 | -9/+30 |
| * | Fix CRLF | Gavin Andresen | 2010-07-14 | 62 | -32876/+32876 |
| * | switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0m... | s_nakamoto | 2010-07-09 | 4 | -14/+6 |
| * | Gavin Andresen: implementation of autostart on system startup option on Linux | s_nakamoto | 2010-07-09 | 5 | -6/+86 |
| * | Portuguese translation by Tiago Faria | s_nakamoto | 2010-07-08 | 2 | -0/+807 |
| * | Laszlo's fix to make generate threads idle priority on Linux, | s_nakamoto | 2010-07-08 | 17 | -101/+167 |
| * | version 0.3 release | s_nakamoto | 2010-07-04 | 2 | -11/+2 |
| * | reduced max outbound connections from 15 to 8 --version 0.3 rc4 | s_nakamoto | 2010-07-02 | 6 | -5/+6 |
| * | version 0.3 rc2 | s_nakamoto | 2010-06-26 | 3 | -4/+6 |
| * | build-unix.txt: updated a few version numbers | s_nakamoto | 2010-06-26 | 1 | -3/+3 |
| * | updated build-unix.txt instructions: sudo apt-get install libboost-all-dev | s_nakamoto | 2010-06-24 | 1 | -1/+1 |
| * | added instructions to build-unix.txt for building wxBase, which is needed to ... | s_nakamoto | 2010-06-23 | 1 | -0/+9 |
| * | version 0.3 rc1 | s_nakamoto | 2010-06-22 | 1 | -2/+2 |
| * | added new files to setup.nsi, updated version numbers | s_nakamoto | 2010-06-22 | 7 | -10/+20 |
| * | re-enable hiding taskbar button on minimize on linux, though it doesn't work ... | s_nakamoto | 2010-06-22 | 2 | -5/+5 |
| * | fix system tray icon on windows | s_nakamoto | 2010-06-21 | 2 | -1/+4 |
| * | 80x80 xpm icon for ubuntu, alignment tweaked to scale nicely to 20x20 and 16x16 | s_nakamoto | 2010-06-21 | 3 | -2/+295 |
| * | fixed colors on ubuntu lucid, | s_nakamoto | 2010-06-21 | 23 | -1122/+1046 |
| * | use seed nodes as fallback if IRC fails or with TOR | s_nakamoto | 2010-06-18 | 4 | -19/+95 |
| * | German translation by DataWraith | s_nakamoto | 2010-06-16 | 2 | -0/+810 |
| * | more addr message error checking | s_nakamoto | 2010-06-15 | 4 | -12/+23 |
| * | revert makefile.unix from -02 back to -00 to fix compile on linux, -02 doesn'... | s_nakamoto | 2010-06-14 | 1 | -1/+1 |
| * | automatically change displayed address whenever it receives anything, | s_nakamoto | 2010-06-10 | 16 | -142/+267 |
| * | Dutch translation by Xunie (93% complete) | s_nakamoto | 2010-06-02 | 2 | -0/+808 |
| * | Italian translation by Joozero | s_nakamoto | 2010-05-27 | 2 | -0/+806 |
| * | better prevention of inventory relaying during initial download, | s_nakamoto | 2010-05-26 | 13 | -101/+364 |
| * | build-osx.txt build instructions and makefile.osx from Laszlo | s_nakamoto | 2010-05-25 | 2 | -0/+274 |
| * | Mac OS build fixes by laszlo | s_nakamoto | 2010-05-19 | 12 | -74/+109 |
| * | misc | s_nakamoto | 2010-03-05 | 1 | -1/+4 |
| * | 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 | 3 | -14/+14 |
| * | wx/utils.h and wx/clipbrd.h not needed on bitcoind wxbase build | s_nakamoto | 2010-02-26 | 1 | -3/+3 |
| * | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK, | s_nakamoto | 2010-02-25 | 13 | -773/+817 |
| * | run as daemon without GUI, | s_nakamoto | 2010-02-23 | 7 | -47/+207 |
| * | transaction filter tabs instead of view->show generated | s_nakamoto | 2010-02-21 | 9 | -132/+693 |
| * | Address Book with tabs instead of separate Your Address book, | s_nakamoto | 2010-02-20 | 10 | -549/+941 |
| * | safer wxGetTranslation wrapper | s_nakamoto | 2010-02-17 | 3 | -6/+34 |
| * | all builds are now with wxWidgets-2.9.0, we are now using UTF-8, | s_nakamoto | 2010-02-17 | 16 | -462/+281 |
| * | fix mingw makefile to use correct wxWidgets include, | s_nakamoto | 2010-02-15 | 1 | -1/+1 |
| * | strip out unfinished product, review and market stuff, | s_nakamoto | 2010-02-15 | 18 | -8464/+127 |
| * | renamed a few rpc methods | s_nakamoto | 2010-02-14 | 5 | -19/+16 |
| * | Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first characte... | s_nakamoto | 2010-02-14 | 6 | -47/+30 |
| * | updated build-unix.txt | s_nakamoto | 2010-02-13 | 1 | -2/+6 |
| * | command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos... | s_nakamoto | 2010-02-12 | 23 | -332/+1186 |
| * | better error message in check_type(), tell the types by name instead of by nu... | s_nakamoto | 2010-02-10 | 1 | -1/+3 |
| * | JSON Spirit library from http://www.codeproject.com/KB/recipes/JSON_Spirit.as... | s_nakamoto | 2010-02-10 | 13 | -0/+1968 |
| * | revert revision 56, going in different direction with boost::asio and JSON-RPC | s_nakamoto | 2010-02-10 | 7 | -101/+8 |