diff options
author | Luke-Jr <luke@dashjr.org> | 2011-08-04 16:42:01 -0400 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2011-08-04 20:42:29 +0000 |
commit | e7b13e34007a0212d8b5461d974e6ce9c8963788 (patch) | |
tree | 9515039b493b83add350cffec256e6a5c2e93792 | |
parent | 09ab5179ec4c7b1daec33aa8d4d78124a0dd60f8 (diff) | |
download | pi-bitcoindev-e7b13e34007a0212d8b5461d974e6ce9c8963788.tar.gz pi-bitcoindev-e7b13e34007a0212d8b5461d974e6ce9c8963788.zip |
Re: [Bitcoin-development] Useful bitcoin patches...
-rw-r--r-- | 28/381d2f3f6b311d966fc84a690c45a53999e648 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/28/381d2f3f6b311d966fc84a690c45a53999e648 b/28/381d2f3f6b311d966fc84a690c45a53999e648 new file mode 100644 index 000000000..347dd5a7f --- /dev/null +++ b/28/381d2f3f6b311d966fc84a690c45a53999e648 @@ -0,0 +1,60 @@ +Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] + helo=mx.sourceforge.net) + by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <luke@dashjr.org>) id 1Qp4kP-0005mI-U9 + for bitcoin-development@lists.sourceforge.net; + Thu, 04 Aug 2011 20:42:29 +0000 +X-ACL-Warn: +Received: from zinan.dashjr.org ([173.242.112.54]) + by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76) + id 1Qp4kK-00069y-7I for bitcoin-development@lists.sourceforge.net; + Thu, 04 Aug 2011 20:42:29 +0000 +Received: from ishibashi.localnet (fl-67-77-87-241.dhcp.embarqhsd.net + [67.77.87.241]) (Authenticated sender: luke-jr) + by zinan.dashjr.org (Postfix) with ESMTPSA id A040156055B + for <bitcoin-development@lists.sourceforge.net>; + Thu, 4 Aug 2011 20:42:10 +0000 (UTC) +From: "Luke-Jr" <luke@dashjr.org> +To: bitcoin-development@lists.sourceforge.net +Date: Thu, 4 Aug 2011 16:42:01 -0400 +User-Agent: KMail/1.13.7 (Linux/2.6.39-gentoo; KDE/4.6.4; x86_64; ; ) +References: <BANLkTinus7PWNLJi9rEvTtSB93hjLKhFpg@mail.gmail.com> + <201107101442.43605.luke@dashjr.org> + <201108041629.04130.luke@dashjr.org> +In-Reply-To: <201108041629.04130.luke@dashjr.org> +X-PGP-Key-Fingerprint: CE5A D56A 36CC 69FA E7D2 3558 665F C11D D53E 9583 +X-PGP-Key-ID: 665FC11DD53E9583 +X-PGP-Keyserver: x-hkp://subkeys.pgp.net +MIME-Version: 1.0 +Content-Type: Text/Plain; + charset="iso-8859-1" +Content-Transfer-Encoding: 7bit +Message-Id: <201108041642.04208.luke@dashjr.org> +X-Spam-Score: -0.8 (/) +X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. + See http://spamassassin.org/tag/ for more details. + -0.8 RP_MATCHES_RCVD Envelope sender domain matches handover relay + domain +X-Headers-End: 1Qp4kK-00069y-7I +Subject: Re: [Bitcoin-development] Useful bitcoin patches... +X-BeenThere: bitcoin-development@lists.sourceforge.net +X-Mailman-Version: 2.1.9 +Precedence: list +List-Id: <bitcoin-development.lists.sourceforge.net> +List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> +List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> +List-Post: <mailto:bitcoin-development@lists.sourceforge.net> +List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> +List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe> +X-List-Received-Date: Thu, 04 Aug 2011 20:42:30 -0000 + +On Thursday, August 04, 2011 4:29:01 PM Luke-Jr wrote: +> Jeff, you seem to have rewritten *part of* bugfix_CreateThread_leak and +> neglected to attribute the original author (as my branch did/does). + +My apologies. BlueMatt showed me how my comment here was wrong. +Hopefully I'll remember how GitHub shows merges like this in the future. + + |