blob: b8d97fc23d85b145367eabf6249cd4aed755bb32 [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
Feng Xiao49bc8c02014-11-20 14:27:46 -080020Java Nano primary authors:
21 Brian Duff <bduff@google.com>
22 Tom Chao <chaot@google.com>
23 Max Cai <maxtroy@google.com>
24 Ulas Kirazci <ulas@google.com>
25
temporal40ee5512008-07-10 02:12:20 +000026Large code contributions:
kenton@google.comd37d46d2009-04-25 02:53:47 +000027 Jason Hsueh <jasonh@google.com>
temporal40ee5512008-07-10 02:12:20 +000028 Joseph Schorr <jschorr@google.com>
29 Wenbo Zhu <wenboz@google.com>
30
31Large quantity of code reviews:
32 Scott Bruce <sbruce@google.com>
33 Frank Yellin
34 Neal Norwitz <nnorwitz@google.com>
35 Jeffrey Yasskin <jyasskin@google.com>
36 Ambrose Feinstein <ambrose@google.com>
37
38Documentation:
39 Lisa Carey <lcarey@google.com>
40
41Maven packaging:
42 Gregory Kick <gak@google.com>
temporale773b432008-07-16 20:57:56 +000043
kenton@google.come59427a2009-04-16 22:30:56 +000044Patch contributors:
temporale773b432008-07-16 20:57:56 +000045 Kevin Ko <kevin.s.ko@gmail.com>
temporala0f27fc2008-08-06 01:12:21 +000046 * Small patch to handle trailing slashes in --proto_path flag.
temporal24856db2008-07-27 18:38:54 +000047 Johan Euphrosine <proppy@aminche.com>
kenton@google.comd37d46d2009-04-25 02:53:47 +000048 * Small patch to fix Python CallMethod().
temporal24856db2008-07-27 18:38:54 +000049 Ulrich Kunitz <kune@deine-taler.de>
temporala0f27fc2008-08-06 01:12:21 +000050 * Small optimizations to Python serialization.
temporal8ccb7902008-07-31 01:43:34 +000051 Leandro Lucarella <llucax@gmail.com>
temporala0f27fc2008-08-06 01:12:21 +000052 * VI syntax highlighting tweaks.
53 * Fix compiler to not make output executable.
54 Dilip Joseph <dilip.antony.joseph@gmail.com>
55 * Heuristic detection of sub-messages when printing unknown fields in
56 text format.
temporal4014b9f2008-09-17 02:41:14 +000057 Brian Atkinson <nairb774@gmail.com>
58 * Added @Override annotation to generated Java code where appropriate.
William Orr195f0172014-09-22 22:20:36 -070059 Vincent Choinière <Choiniere.Vincent@hydro.qc.ca>
kenton@google.coma2a32c22008-11-14 17:29:32 +000060 * Tru64 support.
kenton@google.com25bc5cd2008-12-04 20:34:50 +000061 Monty Taylor <monty.taylor@gmail.com>
kenton@google.coma8923cd2009-05-01 21:53:10 +000062 * Solaris 10 + Sun Studio fixes.
pesho.petrov87e64e12008-12-24 01:07:22 +000063 Alek Storm <alek.storm@gmail.com>
64 * Slicing support for repeated scalar fields for the Python API.
kenton@google.comf663b162009-04-15 19:50:54 +000065 Oleg Smolsky <oleg.smolsky@gmail.com>
66 * MS Visual Studio error format option.
kenton@google.comee7e9422009-12-21 18:58:23 +000067 * Detect unordered_map in stl_hash.m4.
kenton@google.come59427a2009-04-16 22:30:56 +000068 Brian Olson <brianolson@google.com>
69 * gzip/zlib I/O support.
kenton@google.comeb26a1e2009-04-16 22:43:40 +000070 Michael Poole <mdpoole@troilus.org>
71 * Fixed warnings about generated constructors not explicitly initializing
72 all fields (only present with certain compiler settings).
kenton@google.comcfa2d8a2009-04-18 00:02:12 +000073 * Added generation of field number constants.
kenton@google.com6dcd46c2009-04-18 01:24:27 +000074 Wink Saville <wink@google.com>
75 * Fixed initialization ordering problem in logging code.
kenton@google.coma8e8ccf2009-04-18 02:01:27 +000076 Will Pierce <willp@nuclei.com>
77 * Small patch improving performance of in Python serialization.
kenton@google.com2cdba5b2009-05-01 21:03:20 +000078 Alexandre Vassalotti <alexandre@peadrop.com>
79 * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
kenton@google.comceb561d2009-06-25 19:05:36 +000080 Scott Stafford <scott.stafford@gmail.com>
81 * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
kenton@google.com3aa7a0d2009-08-17 20:34:29 +000082 Alexander Melnikov <alm@sibmail.ru>
83 * HPUX support.
kenton@google.com32f330f2009-09-15 17:15:43 +000084 Oliver Jowett <oliver.jowett@gmail.com>
85 * Detect whether zlib is new enough in configure script.
kenton@google.com45258ff2009-12-23 22:12:22 +000086 * Fixes for Solaris 10 32/64-bit confusion.
kenton@google.comf85d70f2009-11-02 18:50:19 +000087 Evan Jones <evanj@mit.edu>
88 * Optimize Java serialization code when writing a small message to a stream.
kenton@google.comdaee0512010-02-01 17:41:59 +000089 * Optimize Java serialization of strings so that UTF-8 encoding happens only
90 once per string per serialization call.
kenton@google.com28c2ec02010-01-21 22:10:55 +000091 * Clean up some Java warnings.
kenton@google.comeeb8fd72010-02-16 21:59:09 +000092 * Fix bug with permanent callbacks that delete themselves when run.
kenton@google.com64933682009-11-12 18:13:33 +000093 Michael Kucharski <m.kucharski@gmail.com>
94 * Added CodedInputStream.getTotalBytesRead().
liujisi@google.com1e106bc2011-01-24 06:31:14 +000095 Kacper Kowalik <xarthisius.kk@gmail.com>
96 * Fixed m4/acx_pthread.m4 problem for some Linux distributions.
William Orr195f0172014-09-22 22:20:36 -070097 William Orr <will@worrbase.com>
98 * Fixed detection of sched_yield on Solaris.
99 * Added atomicops for Solaris
Andrew Paprocki1ddf6932014-10-31 15:58:59 -0400100 Andrew Paprocki <andrew@ishiboo.com>
101 * Fixed minor IBM xlC compiler build issues
102 * Added atomicops for AIX (POWER)