log

age author description
Wed, 27 Jun 2012 13:51:51 -0400 Gavin Andresen Warn if blockchain majority doesn't match CBlock::CURRENT_VERSION draft
Wed, 27 Jun 2012 12:43:19 -0400 Gavin Andresen Treat non-version-1 transactions as non-standard draft
Fri, 15 Jun 2012 09:48:26 +0200 Philip Kaufmann GUI: merge sign/verify message into a single window with tabbed UI draft
Fri, 06 Jul 2012 11:15:02 +0200 Philip Kaufmann update Boost version to 1.49 for Windows in the Qt project file draft
Thu, 05 Jul 2012 15:28:42 -0700 Jeff Garzik Merge pull request #1304 from rebroad/ShowBlockTimestamp draft
Thu, 05 Jul 2012 18:18:15 -0400 Jeff Garzik bitcoinrpc.cpp: Removed outdated comment draft
Thu, 05 Jul 2012 16:38:12 -0400 Gavin Andresen Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoin draft
Thu, 05 Jul 2012 13:25:52 -0400 Gavin Andresen Use unsigned ints to fix signed/unsigned warnings draft
Thu, 05 Jul 2012 10:06:55 -0700 Jeff Garzik Merge pull request #1554 from jgarzik/dup-gethash draft
Thu, 31 May 2012 16:01:16 -0400 Gavin Andresen Implement raw transaction RPC calls draft
Fri, 22 Jun 2012 18:36:42 -0400 Gavin Andresen RPCTypeCheck method to make type-checking JSON Arrays easier. draft
Thu, 21 Jun 2012 17:05:42 -0400 Gavin Andresen Refactor: SignSignature/VerifyScript draft
Sun, 24 Jun 2012 17:04:50 -0400 Gavin Andresen Rework gettransaction / getblock RPC calls draft
Fri, 06 Jul 2012 01:43:28 +1000 Scott Ellis Add a timer to check for changes in immature or unconfirmed balances, draft
Wed, 04 Jul 2012 08:34:11 -0700 Jeff Garzik Merge pull request #1555 from TheBlueMatt/warnings draft
Wed, 04 Jul 2012 10:46:44 -0400 Gavin Andresen Merge branch 'buildupdates' of https://github.com/TheBlueMatt/bitcoin draft
Wed, 04 Jul 2012 16:40:16 +0200 Matt Corallo Fix remaining warnings. draft
Wed, 04 Jul 2012 01:12:44 -0400 Jeff Garzik CTxMemPool: eliminate redundant lock, GetHash() call draft
Wed, 04 Jul 2012 00:04:57 -0400 Matt Corallo Remove duplicate GetHash() in ConnectBlock draft
Thu, 14 Jun 2012 19:23:59 +0200 Philip Kaufmann write used OpenSSL library version to debug.log draft
Tue, 03 Jul 2012 20:08:36 -0700 Jeff Garzik Merge pull request #1512 from jgarzik/json-batch draft
Sun, 24 Jun 2012 02:01:28 -0400 Jeff Garzik RPC: add support for JSON-RPC 2.0-style request batching draft
Wed, 27 Jun 2012 13:47:02 -0400 Jeff Garzik RPC: break out high level JSON-RPC req/resp into their own functions draft
Tue, 03 Jul 2012 19:51:08 -0700 Jeff Garzik Merge pull request #1546 from gmaxwell/allowsamenetinbound draft
Tue, 03 Jul 2012 19:50:06 -0700 Jeff Garzik Merge pull request #1548 from TheBlueMatt/warnings draft
Tue, 03 Jul 2012 17:30:43 +0200 Matt Corallo Work around a distcc bug where -MMD output isn't copied. draft
Tue, 03 Jul 2012 14:37:51 +0200 Philip Kaufmann enhance translation possibilities in TransactionDesc / misc other changes draft
Thu, 17 May 2012 22:05:36 +0100 R E Broadley Show when node is misbehaving, not just at the point that it gets banned. draft
Thu, 17 May 2012 22:10:59 +0100 R E Broadley Include human readble format for nRequestTime. draft
Mon, 02 Jul 2012 16:29:14 +0200 Matt Corallo Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541) draft
Sun, 01 Jul 2012 18:17:34 -0700 Jeff Garzik Merge pull request #1545 from TheBlueMatt/diffsendbuffer draft
Sun, 01 Jul 2012 20:23:26 -0400 Gregory Maxwell Do not consider inbound peers for outbound network group exclusion. draft
Sat, 30 Jun 2012 23:40:26 -0400 Jeff Garzik RPC getpeerinfo: s/height/startingheight/ for returned nStartingHeight value draft
Sun, 01 Jul 2012 04:17:26 +0200 Matt Corallo Change default send buffer to 1Mb. draft
Sun, 01 Jul 2012 04:13:00 +0200 Matt Corallo Remove useless high-volume printf (fixes #1544). draft
Sat, 30 Jun 2012 07:25:32 -0700 Jeff Garzik Merge pull request #1540 from fanquake/master draft
Sat, 30 Jun 2012 01:56:29 -0700 Wladimir J. van der Laan Merge pull request #1539 from cardpuncher/patch-3 draft
Sat, 30 Jun 2012 11:31:09 +0300 cardpuncher Fix a typo in TransactionDesc draft
Fri, 29 Jun 2012 17:34:02 -0700 Gavin Andresen Merge pull request #1531 from jgarzik/peerinfo draft
Fri, 29 Jun 2012 16:18:45 -0700 Jeff Garzik Merge pull request #1537 from Diapolo/fix_awesome_typo draft
Fri, 29 Jun 2012 06:15:33 -0700 Jeff Garzik Merge pull request #1532 from fanquake/master draft
Fri, 29 Jun 2012 17:24:53 -0400 Jeff Garzik RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data draft
Thu, 28 Jun 2012 23:18:38 -0400 Jeff Garzik Create new rpcnet module, and move 'getconnectioncount' RPC to it draft
Sat, 30 Jun 2012 17:05:28 +0800 fanquake Fix a couple more typos draft
Sat, 30 Jun 2012 01:16:22 +0200 Philip Kaufmann fix a typo in OptionsDialog draft
Fri, 29 Jun 2012 17:26:45 +0800 fanquake Fix a few typos draft
Thu, 28 Jun 2012 15:25:48 -0400 Gavin Andresen Merge branch 'patch-5' of https://github.com/xanatos/bitcoin draft
Thu, 28 Jun 2012 15:24:35 -0400 Gavin Andresen Merge branch 'patch-3' of https://github.com/xanatos/bitcoin draft
Thu, 28 Jun 2012 19:31:22 +0200 Matt Corallo Fix build error. draft
Thu, 28 Jun 2012 18:34:11 +0200 Matt Corallo Lock vnThreadsRunning[THREAD_RPCHANDLER]. draft
Thu, 28 Jun 2012 18:32:32 +0200 Matt Corallo Use a rpc-specific queue to tell asio connections to shutdown. draft
Thu, 28 Jun 2012 15:52:45 +0200 Matt Corallo Revert "*Always* send a shutdown signal to enable custom shutdown actions" draft
Tue, 29 May 2012 17:13:15 +0100 R E Broadley Make truncating the debug.log file an option. draft
Wed, 27 Jun 2012 09:06:59 -0700 Jeff Garzik Merge pull request #1511 from jgarzik/quieten2 draft
Wed, 27 Jun 2012 08:06:57 -0700 Pieter Wuille Merge pull request #1347 from rebroad/FixAlreadyAskedFor draft
Wed, 27 Jun 2012 07:49:28 -0700 Pieter Wuille Merge pull request #973 from TheBlueMatt/diffsendbuffer draft
Wed, 27 Jun 2012 07:48:38 -0700 Pieter Wuille Merge pull request #457 from muggenhor/async-ipv6-rpc draft
Wed, 21 Mar 2012 22:10:50 -0400 Matt Corallo Stop processing messages on full send buffer and dont disconnect. draft
Wed, 27 Jun 2012 03:37:33 -0700 Wladimir J. van der Laan Merge pull request #1519 from Diapolo/GUI_locale_selection draft
Wed, 27 Jun 2012 03:35:41 -0700 Wladimir J. van der Laan Merge pull request #1516 from Diapolo/GUI_projectfile draft