Commit Graph

34 Commits

Author SHA1 Message Date
Andreas Schildbach
d0b6a25e0a Update AUTHORS from git. 2016-04-02 17:56:39 +02:00
Andreas Schildbach
892b8f88da Update AUTHORS from git. It has become too tedious to track this manually. 2015-07-14 16:29:57 +02:00
Mike Hearn
4854099cde Update AUTHORS file 2014-12-03 13:01:28 +01:00
Mike Hearn
2286d7e167 Update AUTHORS 2014-12-03 12:41:12 +01:00
Mike Hearn
c3b52f54c3 AUTHORS: Fix Martin's name. 2014-10-05 20:38:31 +02:00
Mike Hearn
014f6ff22c Add more names to the AUTHORS file. 2014-09-30 15:40:29 +02:00
Mike Hearn
659a728790 Updated AUTHORS file. 2014-06-28 14:55:08 +02:00
Mike Hearn
a8d112f2c1 Update AUTHORS file with recent contributors 2014-06-11 16:24:11 +02:00
Mike Hearn
0442448621 Add qertoip to AUTHORS 2014-05-27 13:18:56 +02:00
Mike Hearn
9a54a7753d Add Peter Dettman to the AUTHORS file. 2014-04-08 16:28:50 +02:00
Mike Hearn
f05d3d0c2c Add Mora Zyx to AUTHORS list. 2014-03-29 14:42:10 +01:00
Mike Hearn
053a0bead6 Add Andreas and Eric to the AUTHORS file. Update my email address. 2014-02-07 17:22:17 +01:00
Mike Hearn
cf34fc2815 Add Alex and Kevin to the AUTHORS file. 2014-01-31 14:25:51 +01:00
Devrandom
606f199e73 Update Miron's email address 2013-12-13 15:59:06 -08:00
Mike Hearn
ff54085129 Add Mike to the AUTHORS file. 2013-11-30 15:15:37 +01:00
Mike Hearn
0044c8d269 Add Mike Rosseel to the AUTHORS list 2013-11-27 18:05:14 +01:00
Mike Hearn
2bca8e858b Add Ken to the AUTHORS file. 2013-11-19 17:38:27 +01:00
Mike Hearn
5a3aa5d6e1 Remove redundant query in H2FullPrunedBlockStore.
Patch from Eric W Dickerson. Resolves issue 441.
2013-10-23 14:22:44 +02:00
Mike Hearn
3aae7a0683 Add Matija to the AUTHORS file. 2013-07-11 11:50:43 +02:00
Mike Hearn
95b7b90d4a Update AUTHORS and remove duplicated list from the pom. 2013-04-29 13:43:44 +02:00
Mike Hearn
4e708ed4b0 Change AUTHORS file. 2012-08-21 11:40:47 +02:00
Mike Hearn
eff88810e2 Add Matt to the AUTHORS file 2012-08-20 17:55:12 +02:00
Mike Hearn
9f036bff84 Mark as spent the outputs used by pending transactions. Resolves issue 243. 2012-08-20 14:46:00 +02:00
Mike Hearn
d1c2dfecbe Add fireduck to the AUTHORS file. 2012-06-01 15:36:57 +02:00
Mike Hearn
21c5e14700 Fix a minor bug in AddressMessage. Patch from Vasile Rotaru. Resolves issue 138. 2012-02-10 16:44:57 +01:00
Mike Hearn
11a87317a4 Split transaction creation into building a template and then completing it. Completing a tx means adding inputs and possibly a change output to make the transaction valid. Also add a convenience addOutput() overload to Transaction. This makes it easier to create multi-sends.
Patch from Chris Rico.
2012-02-07 21:47:21 +01:00
Mike Hearn
457ef5f318 Add HeadersMessage and parsing support for it. Patch from Roman Mandeleil. 2011-12-05 18:35:10 +01:00
Mike Hearn
2ef36efcce Add Steve to the AUTHORS file. 2011-09-16 07:50:22 +00:00
Mike Hearn
49d676160c Remove the built-in copy of Bouncy Castle. Instead, make it a dependency in the Maven POM. Also include the shade plugin so the final JARs won't cause conflicts on Android. Resolves issue 42. Patch by Jonny Heggheim. 2011-08-05 20:25:00 +00:00
Miron Cuperman (devrandom)
89adfe62d3 Merge peergroup branch into trunk 2011-07-19 18:22:11 +00:00
Mike Hearn
440b2d28ac Fix IrcDiscovery to not expect the IRC server to return the user list when joining the server automatically. This does not happen for all IRC server implementations. Rather the NAMES command should be sent to ensure that the user list is returned. It also fixes that the returned lines start with a colon that has to be removed before sending the line to the parseUserList method. Patch from Wolfgang Nagele. Resolves issue 50. 2011-07-18 20:39:00 +00:00
Mike Hearn
2c74beb9f5 Fix a bug in Transaction.getValueSentFromMe() in which inputs connected to outputs that existed in the wallet but were not actually owned by us were counted. Resolves issue 36. Patch from Jan Møller. 2011-07-06 12:12:18 +00:00
Mike Hearn
61ec87d4b5 Refresh AUTHORS file. 2011-06-14 13:58:53 +00:00
Mike Hearn
062f87553a Implement ASN.1 key export. Patch from Thilo Planz.
Resolves issue 8.
2011-03-31 20:38:33 +00:00