Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-02-04 | Added some basic IPC functionality using wxServer, wxClient and wxConnection. | sirius-m | |
Added the -blockamount command line option for an example of usage. | |||
2010-02-03 | update fSpent flag on wallet transactions if they're seen spent in case copy ↵ | s_nakamoto | |
of wallet.dat was used elsewhere or restored from backup, better error dialog box if try to spend already spent coins, got rid of unused notebook with only one tab on main dialog, nicer looking About dialog, resize About dialog better on linux | |||
2010-01-28 | now compiles on 64-bit Ubuntu Karmic with wxWidgets-2.9.0, | s_nakamoto | |
fixes for wxWidgets-2.9.0, added superfluous GetEventHandler()'s, there's still a bug on wx2.9.0 that the status number is mashed up for some reason otherwise seems to run fine | |||
2010-01-28 | simplify AddAddress, | s_nakamoto | |
readcompactsize limit, fixed a 64-bit compile error in serialize.h, change status "# blocks" to "# confirmations" and widen the column. | |||
2009-12-17 | command line switch -noui | s_nakamoto | |
2009-12-17 | a few header changes for freebsd from madhatter | s_nakamoto | |
2009-12-14 | filter out duplicate getblocks and don't relay inv messages during initial ↵ | s_nakamoto | |
block download -- 0.2 rc2 | |||
2009-12-13 | misc | s_nakamoto | |
2009-12-13 | restrict file permissions on linux to the user only | s_nakamoto | |
2009-12-13 | misc exit code, updated setup.nsi | s_nakamoto | |
2009-12-11 | misc | s_nakamoto | |
2009-12-11 | retry IRC if name in use, | s_nakamoto | |
resize to fit ubuntu's giant default font, scroll debug.log, pause gen during initial block download | |||
2009-12-06 | misc | s_nakamoto | |
2009-12-06 | fix transaction fee bug in CreateTransaction, higher size cutoff for free ↵ | s_nakamoto | |
transactions in GetMinFee | |||
2009-11-24 | minor fix to batched initial download in case requester has more than 500 ↵ | s_nakamoto | |
block non-main branch | |||
2009-11-18 | bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle, | s_nakamoto | |
keep databases open, close db cursors, initial block download in batches of 500 blocks, fix misc warnings, subver linux-test8 | |||
2009-11-14 | misc compile error | s_nakamoto | |
2009-11-13 | monitor ThreadSocketHandler and terminate and restart if hung, convert ↵ | s_nakamoto | |
_beginthread to CreateThread wrapper, disconnect inactive connections, ping, break up long messages to speed up initial download, better priorities for initiating connections, track how many nodes have requested our blocks and transactions, status #/offline and warning message on unsent blocks, minimize on close as separate option -- linux-test5 | |||
2009-11-08 | Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 ↵ | s_nakamoto | |
waypoint | |||
2009-11-07 | ui tweaks, multiple xpm icon sizes | s_nakamoto | |
2009-11-07 | UI tweaks, use BindListenPort to detect instance already running, ↵ | s_nakamoto | |
setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart | |||
2009-11-06 | UIThreadCall, ThreadSafeMessageBox | s_nakamoto | |
2009-11-06 | got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, ↵ | s_nakamoto | |
Linux fixes, socket send MSG_NOSIGNAL, bind INADDR_ANY, works reliably on Linux now except if wxMessageBox is used in a thread other than the GUI thread | |||
2009-11-05 | unix build merged in, bitmap resources from xpm instead of rc, better addr ↵ | s_nakamoto | |
relay, better selection of addrs by time last seen for faster connect | |||
2009-11-04 | renamed build.txt to build-msw.txt | s_nakamoto | |
2009-11-01 | move debug.log and db.log to data dir, portable GetDataDir, optimize ↵ | s_nakamoto | |
GetBalance, fix repaint bogdown, -addnode and -? switches | |||
2009-10-31 | added wx/stdpaths.h | sirius-m | |
2009-10-31 | Linux alternatives for the Windows headers and PerformanceCounter. Some ↵ | sirius-m | |
typedefs and #defines for the Linux build. Fixed GetDataDir. |