aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-31fixed segfault in bignum.h, additional security limits, refactoringv0.3.7Satoshi Nakamoto
-- version 0.3.7
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-30fixed makefile.osx--author=Satoshi Nakamoto
2010-07-30fixed makefile.vc--author=Satoshi Nakamoto
2010-07-27better IsInitialBlockDownload--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-27tcatm's cached SHA256 state idea, about 70% faster generating--author=Satoshi Nakamoto
2010-07-26bitcoind now compiles without wxWidgets or wxBaseSatoshi Nakamoto
2010-07-26Gavin: BIO_FLAGS_BASE64_NO_NLGavin Andresen
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-19json-rpc password, minor UI tweaks, removed some outdated txt filesGavin Andresen
2010-07-19security safeguards,v0.3.2Gavin Andresen
limited addr messages -- version 0.3.2
2010-07-19version 0.3.1 releasev0.3.1Gavin Andresen
2010-07-19Spanish translation by milkiway,Gavin Andresen
French translation by aidos
2010-07-19version 0.3.1 rc1v0.3.1rc1Gavin Andresen
2010-07-14Fix CRLFGavin Andresen
2010-07-09switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by ↵s_nakamoto
m0mchil when username contains non-lower-ASCII characters -- version 0.3.1
2010-07-09Gavin Andresen: implementation of autostart on system startup option on Linuxs_nakamoto
2010-07-08Portuguese translation by Tiago Farias_nakamoto
2010-07-08Laszlo's fix to make generate threads idle priority on Linux,s_nakamoto
replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis
2010-07-04version 0.3 releases_nakamoto
2010-07-02reduced max outbound connections from 15 to 8 --version 0.3 rc4s_nakamoto
2010-06-26version 0.3 rc2s_nakamoto
2010-06-26build-unix.txt: updated a few version numberss_nakamoto
2010-06-24updated build-unix.txt instructions: sudo apt-get install libboost-all-devs_nakamoto
2010-06-23added instructions to build-unix.txt for building wxBase, which is needed to ↵s_nakamoto
compile bitcoind
2010-06-22version 0.3 rc1s_nakamoto
2010-06-22added new files to setup.nsi, updated version numberss_nakamoto
2010-06-22re-enable hiding taskbar button on minimize on linux, though it doesn't work ↵s_nakamoto
cleanly
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,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-18use seed nodes as fallback if IRC fails or with TORs_nakamoto
-- version 0.2.12
2010-06-16German translation by DataWraiths_nakamoto
2010-06-15more addr message error checkings_nakamoto
-- version 0.2.11
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-06-10automatically change displayed address whenever it receives anything,s_nakamoto
added help and -? for daemon command line rpc commands, only relay addr messages to 5 random nodes to save bandwidth, started setting wtx.fFromMe flag, trickle out tx inventory messages to protect privacy -- version 0.2.10
2010-06-02Dutch translation by Xunie (93% complete)s_nakamoto
2010-05-27Italian translation by Joozeros_nakamoto
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-05-25build-osx.txt build instructions and makefile.osx from Laszlos_nakamoto
2010-05-19Mac OS build fixes by laszlos_nakamoto
-- version 0.2.8
2010-03-05miscs_nakamoto
2010-03-05fixed runaway memory alloc bug on 64-bit in ParseString found by sirius-ms_nakamoto
2010-02-28fix unsafe string handling in wxGetTranslations_nakamoto
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