aboutsummaryrefslogtreecommitdiff
path: root/headers.h
AgeCommit message (Collapse)Author
2010-02-26wx/utils.h and wx/clipbrd.h not needed on bitcoind wxbase builds_nakamoto
2010-02-25GUI-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-15strip 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-12command 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-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
Added the -blockamount command line option for an example of usage.
2010-02-03update 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
2009-12-17a few header changes for freebsd from madhatters_nakamoto
2009-11-13monitor 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-08Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 ↵s_nakamoto
waypoint
2009-11-07ui tweaks, multiple xpm icon sizess_nakamoto
2009-11-06UIThreadCall, ThreadSafeMessageBoxs_nakamoto
2009-11-05unix 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-10-31added wx/stdpaths.hsirius-m
2009-10-31Linux alternatives for the Windows headers and PerformanceCounter. Some ↵sirius-m
typedefs and #defines for the Linux build. Fixed GetDataDir.
2009-10-29addr relaying fixes, proxy option and privacy patches, detect connect to ↵s_nakamoto
self, non-final tx locktime changes, fix hide unconfirmed generated
2009-10-21flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto
2009-10-04Fixed the installer script and made the autostart registry based.sirius-m
2009-09-24tray icon + ask before closingsirius-m
2009-08-30First commitsirius-m