novacoin.git
2010-09-23 Gavin AndresenUpdate README.md
2010-09-23 Gavin AndresenMerge remote branch 'svn/trunk' into svn
2010-09-23 s_nakamotochanged free transactions per block threshold
2010-09-23 Gavin AndresenAdd branch README.md
2010-09-19 Gavin AndresenMerge remote branch 'refs/remotes/svn/trunk' into svn
2010-09-19 s_nakamotoonly accept transactions sent by IP address if -allowre...
2010-09-16 Gavin AndresenMerge remote branch 'remotes/svn/trunk' into svn
2010-09-15 s_nakamotoconfig option -rpcallowip= to accept json-rpc connectio...
2010-09-15 Gavin AndresenMerge remote branch 'refs/remotes/svn/trunk' into svn
2010-09-13 s_nakamotoreorganize BitcoinMiner to make it easier to add differ...
2010-09-13 Gavin AndresenMerge remote branch 'refs/remotes/svn/trunk' into svn
2010-09-12 s_nakamotodropped DB_PRIVATE from dbenv.open
2010-09-10 Gavin AndresenMerge remote branch 'refs/remotes/svn/trunk' into svn
2010-09-10 s_nakamotofix build on non-intel architectures, thanks teknohog
2010-09-10 s_nakamotofix problem sending the last cent with sub-cent fractio...
2010-09-09 Gavin AndresenMerge remote branch 'refs/remotes/svn/trunk' into svn
2010-09-09 s_nakamototry to auto-detect whether to use 128-bit 4-way SSE2
2010-09-08 s_nakamotoGavin Andresen: clean shutdown on SIGTERM
2010-09-07 Gavin AndresenMerge remote branch 'refs/remotes/svn/trunk' into svn
2010-09-07 s_nakamotocleanup,
2010-09-06 Gavin AndresenMerge remote branch 'remotes/svn/trunk' into svn
2010-09-06 s_nakamotoGavin Andresen: json-rpc return standard error objects...
2010-09-02 Gavin AndresenMerge remote branch 'remotes/svn/trunk' into svn
2010-08-29 s_nakamotopropset svn:eol-style native
2010-08-28 Satoshi Nakamotoadded -testsafemode switch
2010-08-28 Satoshi Nakamotochange switch name to -disablesafemode
2010-08-28 Satoshi Nakamotomore rpc methods allowed in safe mode
2010-08-28 Satoshi Nakamotoalert system
2010-08-28 Satoshi Nakamotowarning message if clock is too far off
2010-08-28 Satoshi Nakamotoblock index checking on load, extra redundant checks...
2010-08-25 s_nakamotoadded -testsafemode switch
2010-08-25 s_nakamotochange switch name to -disablesafemode
2010-08-25 s_nakamotomore rpc methods allowed in safe mode
2010-08-25 s_nakamotoalert system
2010-08-20 s_nakamotowarning message if clock is too far off
2010-08-19 s_nakamotoblock index checking on load, extra redundant checks...
2010-08-16 Satoshi Nakamotodo an extra CheckBlock in ConnectBlock
2010-08-16 Satoshi Nakamotoerase the bad chain after disconnecting it
2010-08-16 Satoshi Nakamotoblocks-1,
2010-08-16 Satoshi Nakamotowrap sha256.cpp in FOURWAYSSE2 #ifdef
2010-08-16 Satoshi Nakamotoadded -march=amdfam10 to sha256.cpp in makefile.unix
2010-08-16 Satoshi Nakamotomakefile.unix to build with option to enable tcatm...
2010-08-16 s_nakamotodo an extra CheckBlock in ConnectBlock
2010-08-16 s_nakamotoerase the bad chain after disconnecting it
2010-08-16 s_nakamotoblocks-1,
2010-08-16 s_nakamotowrap sha256.cpp in FOURWAYSSE2 #ifdef
2010-08-16 s_nakamotoadded -march=amdfam10 to sha256.cpp in makefile.unix
2010-08-15 Satoshi Nakamotofix for block 74638 overflow output transaction
2010-08-15 Satoshi Nakamotomisc changes
2010-08-15 s_nakamotomakefile.unix to build with option to enable tcatm...
2010-08-15 s_nakamotoscanback check to prevent adding to the 74638 overflow...
2010-08-15 s_nakamotofix for block 74638 overflow output transaction
2010-08-15 s_nakamotomisc changes
2010-08-15 Gavin AndresenQuick fix: bad block 74,652
2010-08-13 Satoshi Nakamotofix -datadir=./subdir relative path,
2010-08-12 s_nakamotofix -datadir=./subdir relative path,
2010-08-12 Satoshi Nakamotofix build, thanks jgarzik
2010-08-12 Satoshi Nakamotodisable SSE2 on 32-bit
2010-08-12 Satoshi Nakamotogethashespersec and added version and hashespersec...
2010-08-12 Satoshi Nakamotojson-spirit print reals with 8 decimal places,
2010-08-11 s_nakamotofix build, thanks jgarzik
2010-08-10 s_nakamotodisable SSE2 on 32-bit
2010-08-10 s_nakamotogethashespersec and added version and hashespersec...
2010-08-10 s_nakamotojson-spirit print reals with 8 decimal places,
2010-08-10 Satoshi Nakamotoalways make 8 outbound connections even if have inbound,
2010-08-10 Satoshi Nakamotoenable SSE2 in all builds to fix crypto++ SHA-256 on...
2010-08-10 Satoshi Nakamotocorrect typo for mac compile, update makefile to use...
2010-08-09 s_nakamotoalways make 8 outbound connections even if have inbound,
2010-08-09 s_nakamotoenable SSE2 in all builds to fix crypto++ SHA-256 on...
2010-08-04 laszlohcorrect typo for mac compile, update makefile to use...
2010-08-04 Satoshi Nakamotonew safety feature displays a warning message and locks...
2010-08-03 s_nakamotonew safety feature displays a warning message and locks...
2010-07-31 Satoshi Nakamotofixed segfault in bignum.h, additional security limits...
2010-07-31 s_nakamotofixed segfault in bignum.h,
2010-07-31 --author=Satoshi... simplified makefile.unix, updated build-unix.txt instru...
2010-07-30 s_nakamotosimplified makefile.unix, updated build-unix.txt instru...
2010-07-30 --author=Satoshi... reverted makefile.unix wx-config -- version 0.3.6
2010-07-30 --author=Satoshi... Fredrik Roubert: simplified makefile.unix with wx-confi...
2010-07-30 --author=Satoshi... fixed makefile.osx
2010-07-30 --author=Satoshi... fixed makefile.vc
2010-07-29 s_nakamotoreverted makefile.unix wx-config -- version 0.3.6
2010-07-29 s_nakamotoFredrik Roubert: simplified makefile.unix with wx-config,
2010-07-28 s_nakamotofixed makefile.osx
2010-07-28 s_nakamotofixed makefile.vc
2010-07-27 --author=Satoshi... better IsInitialBlockDownload
2010-07-27 --author=Satoshi... added a subset of Crypto++ 5.6.0 with 48% faster ASM...
2010-07-27 s_nakamotobetter IsInitialBlockDownload
2010-07-27 s_nakamotoadded a subset of Crypto++ 5.6.0 with 48% faster ASM...
2010-07-27 --author=Satoshi... tcatm's cached SHA256 state idea, about 70% faster...
2010-07-27 s_nakamototcatm's cached SHA256 state idea, about 70% faster...
2010-07-26 Satoshi Nakamotobitcoind now compiles without wxWidgets or wxBase
2010-07-26 Gavin AndresenGavin: BIO_FLAGS_BASE64_NO_NL
2010-07-26 Satoshi NakamotoGavin Andresen's JSON-RPC HTTP authentication,
2010-07-26 s_nakamotobitcoind now compiles without wxWidgets or wxBase
2010-07-25 s_nakamotoGavin: BIO_FLAGS_BASE64_NO_NL
2010-07-25 s_nakamotoLachesis: remove newlines every 64 characters in Encode...
2010-07-25 s_nakamotoGavin Andresen's JSON-RPC HTTP authentication,
2010-07-23 Gavin AndresenConfiguration file, HTTP Basic authentication
2010-07-19 Gavin Andresenjson-rpc password, minor UI tweaks, removed some outdat...
2010-07-19 Gavin Andresensecurity safeguards,
next