aboutsummaryrefslogtreecommitdiff
path: root/makefile.unix
AgeCommit message (Collapse)Author
2010-07-31simplified makefile.unix, updated build-unix.txt instructions to include ↵--author=Satoshi Nakamoto
boost 1.37
2010-07-30reverted makefile.unix wx-config -- version 0.3.6v0.3.6--author=Satoshi Nakamoto
2010-07-30Fredrik Roubert: simplified makefile.unix with wx-config, misc--author=Satoshi Nakamoto
2010-07-27added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined ↵--author=Satoshi Nakamoto
speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem
2010-07-26bitcoind now compiles without wxWidgets or wxBaseSatoshi Nakamoto
2010-07-26Gavin Andresen's JSON-RPC HTTP authentication,v0.3.3Satoshi Nakamoto
faster initial block download -- version 0.3.3
2010-07-23Configuration file, HTTP Basic authenticationGavin Andresen
2010-07-19version 0.3.1 rc1v0.3.1rc1Gavin Andresen
2010-07-14Fix CRLFGavin Andresen
2010-07-08Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto
replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis
2010-06-21fixed 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-14revert makefile.unix from -02 back to -00 to fix compile on linux, -02 ↵s_nakamoto
doesn't really help on linux anyway
2010-05-26better 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-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-17all 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-01-28now 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
2009-12-11retry 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-11-18bugfix 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-08Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 ↵s_nakamoto
waypoint
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