aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Bump version number to 0.3.21 (lest we forget)Gavin Andresen2011-03-101-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'TheBlueMatt-setaccountfix' into integrationtcatm2011-03-051-0/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'setaccountfix' of https://github.com/TheBlueMatt/bitcoin into T...tcatm2011-03-054-4/+15
| |\ \ \ \ \
| | * | | | | throw JSONRPCError(-5, "Invalid bitcoin address") instead.Matt Corallo2011-03-051-1/+1
| | * | | | | setaccount should return if an invalid address is provided.Matt Corallo2011-03-051-0/+6
| |/ / / / / |/| | | | |
* | | | | | Make send/receive limits bigger (10MB each)Gavin Andresen2011-03-031-2/+2
| |_|/ / / |/| | | |
* | | | | Merge branch 'rounding'Gavin Andresen2011-03-022-24/+34
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Avoid sprintf decimal-point localizationGavin Andresen2011-02-281-1/+6
* | | | | fix missing newline in helptcatm2011-02-281-1/+1
| | * | | Merge branch 'rounding' of https://github.com/gavinandresen/bitcoin-git into ...tcatm2011-02-262-24/+29
| |/| | | |/|/ / /
| * | | ParseMoney: allow full precisionGavin Andresen2011-02-231-12/+8
| * | | FormatMoney: show full-precision valuesGavin Andresen2011-02-231-3/+12
| * | | Do not round input amounts; allow RPC full precision.Gavin Andresen2011-02-231-1/+1
| * | | Use ValueFromAmount consistentlyGavin Andresen2011-02-231-8/+8
* | | | Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in ...Matt Giuca2011-02-261-0/+3
* | | | Merge branch 'mgiuca-wx-config' into integrationtcatm2011-02-262-20/+15
|\ \ \ \ | |/ / / |/| | |
| * | | build-unix.txt: Updated (now OK to use wxWidgets > 2.9.0).Matt Giuca2011-02-261-2/+2
| * | | makefile.unix: Fixed errors building bitcoind without wxWidgets installed.Matt Giuca2011-02-261-2/+2
| * | | makefile.unix: WXINCLUDEPATHS now only used for building GUI object files.Matt Giuca2011-02-261-2/+2
| * | | makefile.unix: Removed redundant use of wx-config in DEFS (it was being inclu...Matt Giuca2011-02-261-2/+2
| * | | Merge https://github.com/ojab/bitcoin into wx-configMatt Giuca2011-02-261-18/+13
|/| | |
| * | | 1. Change hardcoded g++ to $(CXX)ojab2011-01-311-18/+13
* | | | Bump version to 0.3.20.02Gavin Andresen2011-02-231-1/+1
* | | | Set SO_REUSEADDR on JSON porttcatm2011-02-231-0/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-mastertcatm2011-02-231-0/+2
| |\ \ \ \
| | * | | | Set SO_REUSEADDR for JSON-RPC portsandos2011-02-101-0/+2
* | | | | | remove From/Message fields from SendDialogtcatm2011-02-233-77/+2
|/ / / / /
* | | | | Merge branch 'master' of https://github.com/tcatm/bitcoin into tcatm-mastertcatm2011-02-221-1/+1
|\ \ \ \ \
| * | | | | do not create 'Your Address' accounttcatm2011-01-311-1/+1
| | |/ / / | |/| | |
* | | | | Changed setup for mingw toolchainv0.3.20.2_closestv0.3.20.01_closestv0.3.20Gavin Andresen2011-02-181-4/+2
* | | | | Windows mingw32 makefile and build notes (thanks m0mchil)Gavin Andresen2011-02-182-40/+60
* | | | | Bump version to 0.3.20.01Gavin Andresen2011-02-171-1/+1
* | | | | Set maxconnections default to 125Gavin Andresen2011-02-161-14/+6
* | | | | Denial-of-service flood controlGavin Andresen2011-02-161-19/+31
* | | | | Update windows build process for 0.3.20 releaseGavin Andresen2011-02-143-77/+47
* | | | | Visual C++ compatibility fixesGavin Andresen2011-02-102-3/+5
| |/ / / |/| | |
* | | | Added 320 fresh seednodes to replace the old ones.Daniel Folkinshteyn2011-02-071-36/+40
* | | | Reset testnet with a new genesis blockDavid FRANCOIS2011-02-031-3/+3
| |/ / |/| |
* | | new checkpoint at block 105,000Gavin Andresen2011-01-311-7/+8
|/ /
* | Explicitly state that make -f makfile.unix is the way to buildGavin Andresen2011-01-251-0/+8
* | Don't scan the time offsets vector repeatedly once we've displayed the warnin...Chris Moore2011-01-241-11/+16
* | Repeatedly resetting the timestamp for seed nodes in the database was slow. ...Chris Moore2011-01-241-1/+1
* | Bump version number to 0.3.20Gavin Andresen2011-01-241-1/+1
* | Fix -maxconnections. It used to account for the 8 outbound connections twice...Chris Moore2011-01-231-1/+14
* | cpuid instruction clobbers eax/ebx/ecx/edxGavin Andresen2011-01-221-1/+1
* | Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoinChris Moore2011-01-212-2/+4
|\ \
| * | Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the ...Chris Moore2011-01-212-1/+4
* | | Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoinChris Moore2011-01-211-0/+1
|\ \ \
| * | | include version information in help outputMarius Hanne2011-01-191-0/+1
* | | | Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-...Chris Moore2011-01-211-1/+1
|\ \ \ \