Mercurial > hg > bitcoin
graph
-
Fixed issue 76 -- RPC error where addresses from addressbook's sending tab appear in listaccounts draftSun, 20 Mar 2011 18:32:39 -0400, by Eric Swanson
-
Merge branch 'deadlock-fixes' of https://github.com/jgarzik/bitcoin draftTue, 05 Apr 2011 19:34:06 -0400, by Gavin Andresen
-
Fix deadlocks in setaccount, sendfrom RPC calls draftMon, 04 Apr 2011 22:24:35 -0400, by Jeff Garzik
-
Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked). draftSat, 26 Mar 2011 13:01:27 +0100, by Matt Corallo
-
Merge branch 'master' of git://github.com/bitcoin/bitcoin draftWed, 23 Mar 2011 18:28:50 -0400, by Jeff Garzik
-
catch SIGINT, SIGHUP and SIGSEGV and shutdown cleanly draftWed, 23 Mar 2011 18:27:30 +0100, by tcatm
-
[locale] Regenerate es, nl binary message catalogs draftWed, 23 Mar 2011 18:27:09 -0400, by Jeff Garzik
-
Merge branch 'master' of https://github.com/smola/bitcoin into tmp draftWed, 23 Mar 2011 18:21:22 -0400, by Jeff Garzik
-
Merge branch 'dutchloc' of https://github.com/sipa/bitcoin into tmp draftWed, 23 Mar 2011 18:21:10 -0400, by Jeff Garzik
-
daemon-mode: add sleep() loop to prevent defunct child process, call setsid() in child draftMon, 21 Mar 2011 12:11:05 +0100, by tcatm
-
Update copyright in About box from 2010 to 2011 draftThu, 10 Mar 2011 10:48:32 -0500, by Gavin Andresen
-
Fix -logtimestamps to only print time prefix once per output line draftWed, 16 Mar 2011 15:42:04 -0400, by Jeff Garzik
-
Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoin draftSun, 13 Mar 2011 17:15:59 -0400, by Gavin Andresen
-
Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin draftSun, 13 Mar 2011 17:15:57 -0400, by Gavin Andresen
-
Merge branch 'limitfree' of /Users/gavin/src/integration_btc draftSun, 13 Mar 2011 17:15:44 -0400, by Gavin Andresen
-
Merge branch 'daemon-mode' of https://github.com/tcatm/bitcoin draftSun, 13 Mar 2011 17:15:34 -0400, by Gavin Andresen
-
Merge branch 'subcent-change' of https://github.com/tcatm/bitcoin draftSun, 13 Mar 2011 17:15:28 -0400, by Gavin Andresen
-
sendmany RPC command, to send to multiple recipients in one transaction. draftThu, 16 Dec 2010 15:48:04 -0500, by Gavin Andresen
-
Make sure rate-limiting code is thread-safe draftSun, 13 Mar 2011 14:38:07 -0400, by Gavin Andresen
-
Merge branch 'smalltxfix' of https://github.com/gavinandresen/bitcoin-git into tmp draftThu, 10 Mar 2011 14:32:19 -0500, by Jeff Garzik
-
Merge branch 'master' of https://github.com/devrandom/bitcoin into tmp draftThu, 10 Mar 2011 12:58:49 -0500, by Jeff Garzik
-
Update copyright in About box from 2010 to 2011 draftThu, 10 Mar 2011 10:48:32 -0500, by Gavin Andresen
-
Bump version number to 0.3.21 (lest we forget) draftThu, 10 Mar 2011 10:47:59 -0500, by Gavin Andresen
-
Only log timestamps if -logtimestamps is set. draftWed, 09 Mar 2011 21:48:11 +0100, by Matt Corallo
-
Add timestamp prefix to each line in the debug log (this time with human-readable times) draftWed, 09 Mar 2011 19:53:40 +0100, by Matt Corallo
-
Merge branch 'TheBlueMatt-setaccountfix' into integration draftSat, 05 Mar 2011 17:26:14 +0100, by tcatm
-
Merge branch 'setaccountfix' of https://github.com/TheBlueMatt/bitcoin into TheBlueMatt-setaccountfix draftSat, 05 Mar 2011 17:24:34 +0100, by tcatm
-
Merge branch 'rounding' of https://github.com/gavinandresen/bitcoin-git into gavinandresen-rounding draftSat, 26 Feb 2011 04:37:13 +0100, by tcatm
-
throw JSONRPCError(-5, "Invalid bitcoin address") instead. draftSat, 05 Mar 2011 16:45:56 +0100, by Matt Corallo
-
setaccount should return if an invalid address is provided. draftSat, 05 Mar 2011 15:32:32 +0100, by Matt Corallo
-
Make send/receive limits bigger (10MB each) draftThu, 03 Mar 2011 16:25:05 -0500, by Gavin Andresen
-
Make send/receive limits bigger (10MB each) draftThu, 03 Mar 2011 16:25:05 -0500, by Gavin Andresen
-
Fix minimum transaction fee calculation mismatch between CreateTransaction and CreateBlock draftWed, 02 Mar 2011 16:27:24 -0500, by Gavin Andresen
-
Bugfix: avoid sub-cent change (lost in fees) whenever possible draftFri, 28 Jan 2011 14:39:31 -0500, by Luke Dashjr
-
Do not round input amounts; allow RPC full precision. draftWed, 23 Feb 2011 14:41:19 -0500, by Gavin Andresen
-
Added .gitignore, which prevents 'bitcoin' and 'bitcoind' from showing up in git. draftFri, 25 Feb 2011 18:40:43 +1100, by Matt Giuca
-
build-unix.txt: Updated (now OK to use wxWidgets > 2.9.0). draftSat, 26 Feb 2011 09:17:49 +1100, by Matt Giuca
-
makefile.unix: Fixed errors building bitcoind without wxWidgets installed. draftSat, 26 Feb 2011 09:12:42 +1100, by Matt Giuca
-
makefile.unix: WXINCLUDEPATHS now only used for building GUI object files. draftSat, 26 Feb 2011 09:10:10 +1100, by Matt Giuca
-
makefile.unix: Removed redundant use of wx-config in DEFS (it was being included twice). draftSat, 26 Feb 2011 08:58:15 +1100, by Matt Giuca
-
Merge https://github.com/ojab/bitcoin into wx-config draftSat, 26 Feb 2011 08:45:38 +1100, by Matt Giuca
-
Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-master draftWed, 23 Feb 2011 01:07:43 +0100, by tcatm
-
Merge branch 'master' of https://github.com/tcatm/bitcoin into tcatm-master draftTue, 22 Feb 2011 03:00:09 +0100, by tcatm
-
Windows mingw32 makefile and build notes (thanks m0mchil) draftFri, 18 Feb 2011 09:49:00 -0500, by Gavin Andresen
-
Update windows build process for 0.3.20 release draftMon, 14 Feb 2011 17:25:34 +0000, by Gavin Andresen
-
Added 320 fresh seednodes to replace the old ones. draftSun, 06 Feb 2011 15:10:02 -0500, by Daniel Folkinshteyn
-
Explicitly state that make -f makfile.unix is the way to build draftTue, 25 Jan 2011 09:29:13 -0500, by Gavin Andresen
-
Don't scan the time offsets vector repeatedly once we've displayed the warning that the user's clock may be wrong. draftMon, 24 Jan 2011 16:25:41 -0800, by Chris Moore
-
Repeatedly resetting the timestamp for seed nodes in the database was slow. Only update the database if it's a real change. draftMon, 24 Jan 2011 14:47:36 -0800, by Chris Moore
-
Fix -maxconnections. It used to account for the 8 outbound connections twice when calculating the number of slots left for incoming connections. draftSun, 23 Jan 2011 00:08:09 -0800, by Chris Moore
-
Merge branch show-version-in-help-2 of https://github.com/dooglus/bitcoin draftFri, 21 Jan 2011 12:14:20 -0800, by Chris Moore
-
Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoin draftFri, 21 Jan 2011 12:09:32 -0800, by Chris Moore
-
Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-help draftFri, 21 Jan 2011 11:59:56 -0800, by Chris Moore
-
The -rpcssl command line option is a boolean, like -server, -daemon, -testnet, etc. Specifying -rpcssl=1 is the same as just -rpcssl, as for any other boolean flag, so let's show it the same in the help text. draftFri, 21 Jan 2011 10:14:33 -0800, by Chris Moore
-
Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too. draftFri, 21 Jan 2011 02:37:34 -0800, by Chris Moore
-
Merge branch 'printtoconsole' of https://github.com/dooglus/bitcoin into integration draftThu, 20 Jan 2011 16:22:33 -0500, by Gavin Andresen
-
Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration draftThu, 20 Jan 2011 16:21:59 -0500, by Gavin Andresen
-
Merge branch 'showdefaultsinhelp' of https://github.com/dooglus/bitcoin into integration draftThu, 20 Jan 2011 16:20:11 -0500, by Gavin Andresen
-
Fix bus error in DebugPrint if -datadir given non-existent directory. draftThu, 20 Jan 2011 14:57:46 -0500, by Gavin Andresen
-
Merge branch 'fix-statusbar-color' of https://github.com/mhanne/bitcoin into FIXES draftThu, 20 Jan 2011 14:20:52 -0500, by Gavin Andresen
-
Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXES draftThu, 20 Jan 2011 14:18:51 -0500, by Gavin Andresen
-
Reconcile getbalance and listaccounts 0 in the shared-wallet case draftThu, 20 Jan 2011 13:10:01 -0500, by Gavin Andresen
-
Don't use GetBoolArg() and mapArgs; use one or the other. draftThu, 20 Jan 2011 12:26:33 -0800, by Chris
-
The --help text wasn't showing the default values for three of the options, as follows: draftThu, 20 Jan 2011 11:49:29 -0800, by Chris
-
Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text. draftThu, 20 Jan 2011 10:49:44 -0800, by Chris
-
Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-git into integration draftTue, 18 Jan 2011 14:35:50 -0500, by Gavin Andresen
-
Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git into integration draftTue, 18 Jan 2011 14:35:03 -0500, by Gavin Andresen
-
Merge branch 'setaccountbug' of https://github.com/gavinandresen/bitcoin-git into integration draftTue, 18 Jan 2011 14:33:18 -0500, by Gavin Andresen
-
Add the -keypool option description to help output draftFri, 14 Jan 2011 20:55:36 +0100, by David FRANCOIS
-
Fix setaccount/getaccountaddress interaction bug draftThu, 13 Jan 2011 20:04:56 -0500, by Gavin Andresen