aboutsummaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* all builds are now with wxWidgets-2.9.0, we are now using UTF-8, s_nakamoto2010-02-171-83/+0
| | | | | added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo -- version 0.2.2
* fix mingw makefile to use correct wxWidgets include, s_nakamoto2010-02-151-1/+1
| | | | this is the last version of makefile and makefile.vc for wxWidgets-2.8
* strip out unfinished product, review and market stuff, s_nakamoto2010-02-151-5/+2
| | | | enable _() instead of wxT() in uiproject.fbp so it uses wxGetTranslation for the wxFormBuilder generated part of the UI
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for ↵s_nakamoto2010-02-121-10/+15
| | | | | | | | | 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
* revert revision 56, going in different direction with boost::asio and JSON-RPCs_nakamoto2010-02-101-3/+1
|
* Added some basic IPC functionality using wxServer, wxClient and wxConnection.sirius-m2010-02-041-1/+3
| | | | | Added the -blockamount command line option for an example of usage.
* retry IRC if name in use, s_nakamoto2009-12-111-14/+12
| | | | | | resize to fit ubuntu's giant default font, scroll debug.log, pause gen during initial block download
* addr relaying fixes, proxy option and privacy patches, detect connect to ↵s_nakamoto2009-10-291-2/+2
| | | | self, non-final tx locktime changes, fix hide unconfirmed generated
* flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto2009-10-211-2/+2
|
* tray icon + ask before closingsirius-m2009-09-241-2/+2
|
* First commitsirius-m2009-08-301-0/+83