blob: e212467e3daff5c19e69b2284aebffbb17b40911 [file] [log] [blame]
temporal40ee5512008-07-10 02:12:20 +00001This file contains a list of people who have made large contributions
2to the public version of Protocol Buffers.
3
4Original Protocol Buffers design and implementation:
5 Sanjay Ghemawat <sanjay@google.com>
6 Jeff Dean <jeff@google.com>
7 Daniel Dulitz <daniel@google.com>
8 Craig Silverstein
9 Paul Haahr <haahr@google.com>
10 Corey Anderson <corin@google.com>
11 (and many others)
12
13Proto2 C++ and Java primary author:
14 Kenton Varda <kenton@google.com>
15
16Proto2 Python primary authors:
17 Will Robinson <robinson@google.com>
18 Petar Petrov <petar@google.com>
19
20Large code contributions:
21 Joseph Schorr <jschorr@google.com>
22 Wenbo Zhu <wenboz@google.com>
23
24Large quantity of code reviews:
25 Scott Bruce <sbruce@google.com>
26 Frank Yellin
27 Neal Norwitz <nnorwitz@google.com>
28 Jeffrey Yasskin <jyasskin@google.com>
29 Ambrose Feinstein <ambrose@google.com>
30
31Documentation:
32 Lisa Carey <lcarey@google.com>
33
34Maven packaging:
35 Gregory Kick <gak@google.com>
temporale773b432008-07-16 20:57:56 +000036
37Non-Google patch contributors:
38 Kevin Ko <kevin.s.ko@gmail.com>
temporala0f27fc2008-08-06 01:12:21 +000039 * Small patch to handle trailing slashes in --proto_path flag.
temporal24856db2008-07-27 18:38:54 +000040 Johan Euphrosine <proppy@aminche.com>
temporala0f27fc2008-08-06 01:12:21 +000041 * Small patch to fix Pyhton CallMethod().
temporal24856db2008-07-27 18:38:54 +000042 Ulrich Kunitz <kune@deine-taler.de>
temporala0f27fc2008-08-06 01:12:21 +000043 * Small optimizations to Python serialization.
temporal8ccb7902008-07-31 01:43:34 +000044 Leandro Lucarella <llucax@gmail.com>
temporala0f27fc2008-08-06 01:12:21 +000045 * VI syntax highlighting tweaks.
46 * Fix compiler to not make output executable.
47 Dilip Joseph <dilip.antony.joseph@gmail.com>
48 * Heuristic detection of sub-messages when printing unknown fields in
49 text format.
temporal4014b9f2008-09-17 02:41:14 +000050 Brian Atkinson <nairb774@gmail.com>
51 * Added @Override annotation to generated Java code where appropriate.
kenton@google.coma2a32c22008-11-14 17:29:32 +000052 Vincent Choinière <Choiniere.Vincent@hydro.qc.ca>
53 * Tru64 support.
kenton@google.com25bc5cd2008-12-04 20:34:50 +000054 Monty Taylor <monty.taylor@gmail.com>
55 * Solaris 10 + Sun Studio fix.
pesho.petrov87e64e12008-12-24 01:07:22 +000056 Alek Storm <alek.storm@gmail.com>
57 * Slicing support for repeated scalar fields for the Python API.