aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
AgeCommit message (Expand)Author
2010-12-20EndModal fix for Mac from piotrpGavin Andresen
2010-12-16New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen
2010-12-13-- version 0.3.19 releasev0.3.19s_nakamoto
2010-12-03All boolean options/flags now work the same way.gavinandresen
2010-11-30JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen
2010-11-25-- version 0.3.17 releasev0.3.17s_nakamoto
2010-11-23new getworks_nakamoto
2010-11-08-paytxfee is now per KB,s_nakamoto
2010-11-03Prevent double-sends from quick double-button-clicksgavinandresen
2010-10-19Gavin's TEST network as -testnet switch, misc fixess_nakamoto
2010-10-09key pool for safer wallet backups_nakamoto
2010-10-06recursive function to determine if own unconfirmed transaction can be spents_nakamoto
2010-09-30fixed linux build,v0.3.13s_nakamoto
2010-09-30don't count or spend payments until they have 1 confirmation,s_nakamoto
2010-09-19only accept transactions sent by IP address if -allowreceivebyip is specifieds_nakamoto
2010-09-10fix problem sending the last cent with sub-cent fractional changes_nakamoto
2010-09-07cleanup,s_nakamoto
2010-08-29propset svn:eol-style natives_nakamoto
2010-08-25alert systems_nakamoto
2010-08-16blocks-1,s_nakamoto
2010-08-12fix -datadir=./subdir relative path,s_nakamoto
2010-08-09always make 8 outbound connections even if have inbound,s_nakamoto
2010-08-04correct typo for mac compile, update makefile to use llvmlaszloh
2010-08-03new safety feature displays a warning message and locks down RPC if it detect...s_nakamoto
2010-07-29Fredrik Roubert: simplified makefile.unix with wx-config,s_nakamoto
2010-07-26bitcoind now compiles without wxWidgets or wxBases_nakamoto
2010-07-25Gavin Andresen's JSON-RPC HTTP authentication,s_nakamoto
2010-07-18minor UI tweaks, removed some outdated txt files, s_nakamoto
2010-07-16version 0.3.1 releases_nakamoto
2010-07-15fix openssl linkage problems,s_nakamoto
2010-07-09Gavin Andresen: implementation of autostart on system startup option on Linuxs_nakamoto
2010-07-04version 0.3 releasev0.3.0s_nakamoto
2010-07-02reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4s_nakamoto
2010-06-22re-enable hiding taskbar button on minimize on linux, though it doesn't work ...s_nakamoto
2010-06-21fix system tray icon on windowss_nakamoto
2010-06-2180x80 xpm icon for ubuntu, alignment tweaked to scale nicely to 20x20 and 16x16s_nakamoto
2010-06-21fixed colors on ubuntu lucid,v0.2.13s_nakamoto
2010-06-10automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto
2010-05-26better prevention of inventory relaying during initial download,v0.2.9s_nakamoto
2010-05-19Mac OS build fixes by laszlov0.2.8s_nakamoto
2010-02-25GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,v0.2.7s_nakamoto
2010-02-23run as daemon without GUI,v0.2.6s_nakamoto
2010-02-21transaction filter tabs instead of view->show generated v0.2.5s_nakamoto
2010-02-20Address Book with tabs instead of separate Your Address book, v0.2.4s_nakamoto
2010-02-17all builds are now with wxWidgets-2.9.0, we are now using UTF-8, v0.2.2s_nakamoto
2010-02-15strip out unfinished product, review and market stuff, s_nakamoto
2010-02-14Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first characte...s_nakamoto
2010-02-12command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos...s_nakamoto
2010-02-10revert revision 56, going in different direction with boost::asio and JSON-RPCs_nakamoto
2010-02-04Added some basic IPC functionality using wxServer, wxClient and wxConnection.sirius-m