aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23changed free transactions per block thresholds_nakamoto
2010-09-19only accept transactions sent by IP address if -allowreceivebyip is specifieds_nakamoto
2010-09-15config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto
2010-09-13reorganize BitcoinMiner to make it easier to add different SHA256 routiness_nakamoto
2010-09-12dropped DB_PRIVATE from dbenv.opens_nakamoto
2010-09-10fix build on non-intel architectures, thanks teknohogs_nakamoto
2010-09-10fix problem sending the last cent with sub-cent fractional changes_nakamoto
2010-09-09try to auto-detect whether to use 128-bit 4-way SSE2s_nakamoto
2010-09-08Gavin Andresen: clean shutdown on SIGTERMs_nakamoto
2010-09-07cleanup,s_nakamoto
2010-09-06Gavin Andresen: json-rpc return standard error objects with error code numbers,s_nakamoto
2010-08-29propset svn:eol-style natives_nakamoto
2010-08-25added -testsafemode switchs_nakamoto
2010-08-25change switch name to -disablesafemodes_nakamoto
2010-08-25more rpc methods allowed in safe modes_nakamoto
2010-08-25alert systems_nakamoto
2010-08-20warning message if clock is too far offs_nakamoto
2010-08-19block index checking on load, extra redundant checks, misc refactorings_nakamoto
2010-08-16do an extra CheckBlock in ConnectBlocks_nakamoto
2010-08-16erase the bad chain after disconnecting its_nakamoto
2010-08-16blocks-1,s_nakamoto
2010-08-16wrap sha256.cpp in FOURWAYSSE2 #ifdefs_nakamoto
2010-08-16added -march=amdfam10 to sha256.cpp in makefile.unixs_nakamoto
2010-08-15makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with ...v0.3.10s_nakamoto
2010-08-15scanback check to prevent adding to the 74638 overflow chains_nakamoto
2010-08-15fix for block 74638 overflow output transactions_nakamoto
2010-08-15misc changess_nakamoto
2010-08-12fix -datadir=./subdir relative path,s_nakamoto
2010-08-11fix build, thanks jgarziks_nakamoto
2010-08-10disable SSE2 on 32-bits_nakamoto
2010-08-10gethashespersec and added version and hashespersec to getinfos_nakamoto
2010-08-10json-spirit print reals with 8 decimal places,s_nakamoto
2010-08-09always make 8 outbound connections even if have inbound,s_nakamoto
2010-08-09enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bits_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-31fixed segfault in bignum.h,s_nakamoto
2010-07-30simplified makefile.unix, updated build-unix.txt instructions to include boos...s_nakamoto
2010-07-29reverted makefile.unix wx-config -- version 0.3.6s_nakamoto
2010-07-29Fredrik Roubert: simplified makefile.unix with wx-config,s_nakamoto
2010-07-28fixed makefile.osxs_nakamoto
2010-07-28fixed makefile.vcs_nakamoto
2010-07-27better IsInitialBlockDownloads_nakamoto
2010-07-27added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedu...s_nakamoto
2010-07-27tcatm's cached SHA256 state idea, about 70% faster generatings_nakamoto
2010-07-26bitcoind now compiles without wxWidgets or wxBases_nakamoto
2010-07-25Gavin: BIO_FLAGS_BASE64_NO_NLs_nakamoto
2010-07-25Lachesis: remove newlines every 64 characters in EncodeBase64s_nakamoto