aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-02Merge branch 'rounding'Gavin Andresen
2011-03-01Bugfix: avoid sub-cent change (lost in fees) whenever possibleLuke Dashjr
2011-02-28Avoid sprintf decimal-point localizationGavin Andresen
2011-02-28fix missing newline in helptcatm
2011-02-26Merge branch 'rounding' of https://github.com/gavinandresen/bitcoin-git into ...tcatm
2011-02-26Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in ...Matt Giuca
2011-02-26Merge branch 'mgiuca-wx-config' into integrationtcatm
2011-02-26build-unix.txt: Updated (now OK to use wxWidgets > 2.9.0).Matt Giuca
2011-02-26makefile.unix: Fixed errors building bitcoind without wxWidgets installed.Matt Giuca
2011-02-26makefile.unix: WXINCLUDEPATHS now only used for building GUI object files.Matt Giuca
2011-02-26makefile.unix: Removed redundant use of wx-config in DEFS (it was being inclu...Matt Giuca
2011-02-26Merge https://github.com/ojab/bitcoin into wx-configMatt Giuca
2011-02-23ParseMoney: allow full precisionGavin Andresen
2011-02-23FormatMoney: show full-precision valuesGavin Andresen
2011-02-23Do not round input amounts; allow RPC full precision.Gavin Andresen
2011-02-23Use ValueFromAmount consistentlyGavin Andresen
2011-02-23Bump version to 0.3.20.02Gavin Andresen
2011-02-23Set SO_REUSEADDR on JSON porttcatm
2011-02-23Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-mastertcatm
2011-02-23remove From/Message fields from SendDialogtcatm
2011-02-22Merge branch 'master' of https://github.com/tcatm/bitcoin into tcatm-mastertcatm
2011-02-18Changed setup for mingw toolchainv0.3.20.2_closestv0.3.20.01_closestv0.3.20Gavin Andresen
2011-02-18Windows mingw32 makefile and build notes (thanks m0mchil)Gavin Andresen
2011-02-17Bump version to 0.3.20.01Gavin Andresen
2011-02-17move gitian descriptor filedevrandom
2011-02-16Set maxconnections default to 125Gavin Andresen
2011-02-16Denial-of-service flood controlGavin Andresen
2011-02-14Update windows build process for 0.3.20 releaseGavin Andresen
2011-02-10Visual C++ compatibility fixesGavin Andresen
2011-02-10Set SO_REUSEADDR for JSON-RPC portsandos
2011-02-07Added 320 fresh seednodes to replace the old ones.Daniel Folkinshteyn
2011-02-03Reset testnet with a new genesis blockDavid FRANCOIS
2011-02-01add gitian build descriptordevrandom
2011-01-31new checkpoint at block 105,000Gavin Andresen
2011-01-31do not create 'Your Address' accounttcatm
2011-01-311. Change hardcoded g++ to $(CXX)ojab
2011-01-25Explicitly state that make -f makfile.unix is the way to buildGavin Andresen
2011-01-24Don't scan the time offsets vector repeatedly once we've displayed the warnin...Chris Moore
2011-01-24Repeatedly resetting the timestamp for seed nodes in the database was slow. ...Chris Moore
2011-01-24Bump version number to 0.3.20Gavin Andresen
2011-01-23Fix -maxconnections. It used to account for the 8 outbound connections twice...Chris Moore
2011-01-22cpuid instruction clobbers eax/ebx/ecx/edxGavin Andresen
2011-01-21Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoinChris Moore
2011-01-21Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoinChris Moore
2011-01-21Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-...Chris Moore
2011-01-21The -rpcssl command line option is a boolean, like -server, -daemon, -testnet...Chris Moore
2011-01-21Updated development process descriptionGavin Andresen
2011-01-21Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the ...Chris Moore
2011-01-20Add -rescan option to --help outputGavin Andresen
2011-01-20Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into inte...Gavin Andresen