Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-19 | security safeguards,v0.3.2 | Gavin Andresen | |
limited addr messages -- version 0.3.2 | |||
2010-07-19 | version 0.3.1 releasev0.3.1 | Gavin Andresen | |
2010-07-19 | Spanish translation by milkiway, | Gavin Andresen | |
French translation by aidos | |||
2010-07-19 | version 0.3.1 rc1v0.3.1rc1 | Gavin Andresen | |
2010-07-14 | Fix CRLF | Gavin Andresen | |
2010-07-09 | switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by ↵ | s_nakamoto | |
m0mchil when username contains non-lower-ASCII characters -- version 0.3.1 | |||
2010-07-09 | Gavin Andresen: implementation of autostart on system startup option on Linux | s_nakamoto | |
2010-07-08 | Portuguese translation by Tiago Faria | s_nakamoto | |
2010-07-08 | Laszlo's fix to make generate threads idle priority on Linux, | s_nakamoto | |
replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis | |||
2010-07-04 | version 0.3 release | s_nakamoto | |
2010-07-02 | reduced max outbound connections from 15 to 8 --version 0.3 rc4 | s_nakamoto | |
2010-06-26 | version 0.3 rc2 | s_nakamoto | |
2010-06-26 | build-unix.txt: updated a few version numbers | s_nakamoto | |
2010-06-24 | updated build-unix.txt instructions: sudo apt-get install libboost-all-dev | s_nakamoto | |
2010-06-23 | added instructions to build-unix.txt for building wxBase, which is needed to ↵ | s_nakamoto | |
compile bitcoind | |||
2010-06-22 | version 0.3 rc1 | s_nakamoto | |
2010-06-22 | added new files to setup.nsi, updated version numbers | s_nakamoto | |
2010-06-22 | re-enable hiding taskbar button on minimize on linux, though it doesn't work ↵ | s_nakamoto | |
cleanly | |||
2010-06-21 | fix system tray icon on windows | s_nakamoto | |
2010-06-21 | 80x80 xpm icon for ubuntu, alignment tweaked to scale nicely to 20x20 and 16x16 | s_nakamoto | |
2010-06-21 | fixed colors on ubuntu lucid, | s_nakamoto | |
enabled -O2 in makefile.unix, boost removed -mt from their library names in 1.40, updated bitcoin icon, hashmeter, generated and hashmeter log entries -- version 0.2.13 | |||
2010-06-18 | use seed nodes as fallback if IRC fails or with TOR | s_nakamoto | |
-- version 0.2.12 | |||
2010-06-16 | German translation by DataWraith | s_nakamoto | |
2010-06-15 | more addr message error checking | s_nakamoto | |
-- version 0.2.11 | |||
2010-06-14 | revert makefile.unix from -02 back to -00 to fix compile on linux, -02 ↵ | s_nakamoto | |
doesn't really help on linux anyway | |||
2010-06-10 | automatically change displayed address whenever it receives anything, | s_nakamoto | |
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 | |||
2010-06-02 | Dutch translation by Xunie (93% complete) | s_nakamoto | |
2010-05-27 | Italian translation by Joozero | s_nakamoto | |
2010-05-26 | better prevention of inventory relaying during initial download, | s_nakamoto | |
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 | |||
2010-05-25 | build-osx.txt build instructions and makefile.osx from Laszlo | s_nakamoto | |
2010-05-19 | Mac OS build fixes by laszlo | s_nakamoto | |
-- version 0.2.8 | |||
2010-03-05 | misc | 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-26 | wx/utils.h and wx/clipbrd.h not needed on bitcoind wxbase build | s_nakamoto | |
2010-02-25 | GUI-less build target bitcoind that links to wxBase and shouldn't need GTK, | s_nakamoto | |
split init and shutdown from ui.cpp into init.cpp, support wxUSE_GUI=0 -- version 0.2.7 | |||
2010-02-23 | run as daemon without GUI, | s_nakamoto | |
hooked wxApp::Initialize to ignore gtk-init-check failure if no GUI, fork to daemonize, rpc getinfo, getconnectioncount, getbalance, getgenerate, setgenerate, -- version 0.2.6 | |||
2010-02-21 | transaction filter tabs instead of view->show generated | s_nakamoto | |
-- version 0.2.5 | |||
2010-02-20 | Address Book with tabs instead of separate Your Address book, | s_nakamoto | |
with live update of default address in main window, New... button on main window for creating new receiving address, made receiving address labels more visible, ask user before paying transaction fee, when sending to bitcoin address also use a bitcoin address for the change, added some event.Skip() to fix UI glitches -- version 0.2.4 | |||
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, | s_nakamoto | |
added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo -- version 0.2.2 | |||
2010-02-15 | fix mingw makefile to use correct wxWidgets include, | s_nakamoto | |
this is the last version of makefile and makefile.vc for wxWidgets-2.8 | |||
2010-02-15 | strip out unfinished product, review and market stuff, | s_nakamoto | |
enable _() instead of wxT() in uiproject.fbp so it uses wxGetTranslation for the wxFormBuilder generated part of the UI | |||
2010-02-14 | renamed a few rpc methods | s_nakamoto | |
2010-02-14 | Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first ↵ | s_nakamoto | |
character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now. | |||
2010-02-13 | updated build-unix.txt | s_nakamoto | |
2010-02-12 | command line and JSON-RPC first draft, requires Boost 1.35 or higher for ↵ | s_nakamoto | |
boost::asio, added SetBitcoinAddress and GetBitcoinAddress methods on CScript, critsect interlocks around mapAddressBook, added some random delays in tx broadcast to improve privacy, now compiles with MSVC 8.0 | |||
2010-02-10 | better error message in check_type(), tell the types by name instead of by ↵ | s_nakamoto | |
number | |||
2010-02-10 | JSON Spirit library from ↵ | s_nakamoto | |
http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx, MIT license | |||
2010-02-10 | revert revision 56, going in different direction with boost::asio and JSON-RPC | s_nakamoto | |