temporal | 40ee551 | 2008-07-10 02:12:20 +0000 | [diff] [blame] | 1 | This file contains a list of people who have made large contributions |
| 2 | to the public version of Protocol Buffers. |
| 3 | |
| 4 | Original 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 | |
| 13 | Proto2 C++ and Java primary author: |
| 14 | Kenton Varda <kenton@google.com> |
| 15 | |
| 16 | Proto2 Python primary authors: |
| 17 | Will Robinson <robinson@google.com> |
| 18 | Petar Petrov <petar@google.com> |
| 19 | |
| 20 | Large code contributions: |
kenton@google.com | d37d46d | 2009-04-25 02:53:47 +0000 | [diff] [blame] | 21 | Jason Hsueh <jasonh@google.com> |
temporal | 40ee551 | 2008-07-10 02:12:20 +0000 | [diff] [blame] | 22 | Joseph Schorr <jschorr@google.com> |
| 23 | Wenbo Zhu <wenboz@google.com> |
| 24 | |
| 25 | Large quantity of code reviews: |
| 26 | Scott Bruce <sbruce@google.com> |
| 27 | Frank Yellin |
| 28 | Neal Norwitz <nnorwitz@google.com> |
| 29 | Jeffrey Yasskin <jyasskin@google.com> |
| 30 | Ambrose Feinstein <ambrose@google.com> |
| 31 | |
| 32 | Documentation: |
| 33 | Lisa Carey <lcarey@google.com> |
| 34 | |
| 35 | Maven packaging: |
| 36 | Gregory Kick <gak@google.com> |
temporal | e773b43 | 2008-07-16 20:57:56 +0000 | [diff] [blame] | 37 | |
kenton@google.com | e59427a | 2009-04-16 22:30:56 +0000 | [diff] [blame] | 38 | Patch contributors: |
temporal | e773b43 | 2008-07-16 20:57:56 +0000 | [diff] [blame] | 39 | Kevin Ko <kevin.s.ko@gmail.com> |
temporal | a0f27fc | 2008-08-06 01:12:21 +0000 | [diff] [blame] | 40 | * Small patch to handle trailing slashes in --proto_path flag. |
temporal | 24856db | 2008-07-27 18:38:54 +0000 | [diff] [blame] | 41 | Johan Euphrosine <proppy@aminche.com> |
kenton@google.com | d37d46d | 2009-04-25 02:53:47 +0000 | [diff] [blame] | 42 | * Small patch to fix Python CallMethod(). |
temporal | 24856db | 2008-07-27 18:38:54 +0000 | [diff] [blame] | 43 | Ulrich Kunitz <kune@deine-taler.de> |
temporal | a0f27fc | 2008-08-06 01:12:21 +0000 | [diff] [blame] | 44 | * Small optimizations to Python serialization. |
temporal | 8ccb790 | 2008-07-31 01:43:34 +0000 | [diff] [blame] | 45 | Leandro Lucarella <llucax@gmail.com> |
temporal | a0f27fc | 2008-08-06 01:12:21 +0000 | [diff] [blame] | 46 | * VI syntax highlighting tweaks. |
| 47 | * Fix compiler to not make output executable. |
| 48 | Dilip Joseph <dilip.antony.joseph@gmail.com> |
| 49 | * Heuristic detection of sub-messages when printing unknown fields in |
| 50 | text format. |
temporal | 4014b9f | 2008-09-17 02:41:14 +0000 | [diff] [blame] | 51 | Brian Atkinson <nairb774@gmail.com> |
| 52 | * Added @Override annotation to generated Java code where appropriate. |
kenton@google.com | a2a32c2 | 2008-11-14 17:29:32 +0000 | [diff] [blame] | 53 | Vincent Choinière <Choiniere.Vincent@hydro.qc.ca> |
| 54 | * Tru64 support. |
kenton@google.com | 25bc5cd | 2008-12-04 20:34:50 +0000 | [diff] [blame] | 55 | Monty Taylor <monty.taylor@gmail.com> |
| 56 | * Solaris 10 + Sun Studio fix. |
pesho.petrov | 87e64e1 | 2008-12-24 01:07:22 +0000 | [diff] [blame] | 57 | Alek Storm <alek.storm@gmail.com> |
| 58 | * Slicing support for repeated scalar fields for the Python API. |
kenton@google.com | f663b16 | 2009-04-15 19:50:54 +0000 | [diff] [blame] | 59 | Oleg Smolsky <oleg.smolsky@gmail.com> |
| 60 | * MS Visual Studio error format option. |
kenton@google.com | e59427a | 2009-04-16 22:30:56 +0000 | [diff] [blame] | 61 | Brian Olson <brianolson@google.com> |
| 62 | * gzip/zlib I/O support. |
kenton@google.com | eb26a1e | 2009-04-16 22:43:40 +0000 | [diff] [blame] | 63 | Michael Poole <mdpoole@troilus.org> |
| 64 | * Fixed warnings about generated constructors not explicitly initializing |
| 65 | all fields (only present with certain compiler settings). |
kenton@google.com | cfa2d8a | 2009-04-18 00:02:12 +0000 | [diff] [blame] | 66 | * Added generation of field number constants. |
kenton@google.com | 6dcd46c | 2009-04-18 01:24:27 +0000 | [diff] [blame] | 67 | Wink Saville <wink@google.com> |
| 68 | * Fixed initialization ordering problem in logging code. |
kenton@google.com | a8e8ccf | 2009-04-18 02:01:27 +0000 | [diff] [blame] | 69 | Will Pierce <willp@nuclei.com> |
| 70 | * Small patch improving performance of in Python serialization. |
kenton@google.com | 2cdba5b | 2009-05-01 21:03:20 +0000 | [diff] [blame^] | 71 | Alexandre Vassalotti <alexandre@peadrop.com> |
| 72 | * Emacs mode for Protocol Buffers (editors/protobuf-mode.el). |