| OLD | NEW |
| 1 This file contains a list of people who have made large contributions | 1 This file contains a list of people who have made large contributions |
| 2 to the public version of Protocol Buffers. | 2 to the public version of Protocol Buffers. |
| 3 | 3 |
| 4 Original Protocol Buffers design and implementation: | 4 Original Protocol Buffers design and implementation: |
| 5 Sanjay Ghemawat <sanjay@google.com> | 5 Sanjay Ghemawat <sanjay@google.com> |
| 6 Jeff Dean <jeff@google.com> | 6 Jeff Dean <jeff@google.com> |
| 7 Daniel Dulitz <daniel@google.com> | 7 Daniel Dulitz <daniel@google.com> |
| 8 Craig Silverstein | 8 Craig Silverstein |
| 9 Paul Haahr <haahr@google.com> | 9 Paul Haahr <haahr@google.com> |
| 10 Corey Anderson <corin@google.com> | 10 Corey Anderson <corin@google.com> |
| 11 (and many others) | 11 (and many others) |
| 12 | 12 |
| 13 Proto2 C++ and Java primary author: | 13 Proto2 C++ and Java primary author: |
| 14 Kenton Varda <kenton@google.com> | 14 Kenton Varda <kenton@google.com> |
| 15 | 15 |
| 16 Proto2 Python primary authors: | 16 Proto2 Python primary authors: |
| 17 Will Robinson <robinson@google.com> | 17 Will Robinson <robinson@google.com> |
| 18 Petar Petrov <petar@google.com> | 18 Petar Petrov <petar@google.com> |
| 19 | 19 |
| 20 Java 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 | |
| 26 Large code contributions: | 20 Large code contributions: |
| 27 Jason Hsueh <jasonh@google.com> | 21 Jason Hsueh <jasonh@google.com> |
| 28 Joseph Schorr <jschorr@google.com> | 22 Joseph Schorr <jschorr@google.com> |
| 29 Wenbo Zhu <wenboz@google.com> | 23 Wenbo Zhu <wenboz@google.com> |
| 30 | 24 |
| 31 Large quantity of code reviews: | 25 Large quantity of code reviews: |
| 32 Scott Bruce <sbruce@google.com> | 26 Scott Bruce <sbruce@google.com> |
| 33 Frank Yellin | 27 Frank Yellin |
| 34 Neal Norwitz <nnorwitz@google.com> | 28 Neal Norwitz <nnorwitz@google.com> |
| 35 Jeffrey Yasskin <jyasskin@google.com> | 29 Jeffrey Yasskin <jyasskin@google.com> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 * Detect whether zlib is new enough in configure script. | 79 * Detect whether zlib is new enough in configure script. |
| 86 * Fixes for Solaris 10 32/64-bit confusion. | 80 * Fixes for Solaris 10 32/64-bit confusion. |
| 87 Evan Jones <evanj@mit.edu> | 81 Evan Jones <evanj@mit.edu> |
| 88 * Optimize Java serialization code when writing a small message to a stream. | 82 * Optimize Java serialization code when writing a small message to a stream. |
| 89 * Optimize Java serialization of strings so that UTF-8 encoding happens only | 83 * Optimize Java serialization of strings so that UTF-8 encoding happens only |
| 90 once per string per serialization call. | 84 once per string per serialization call. |
| 91 * Clean up some Java warnings. | 85 * Clean up some Java warnings. |
| 92 * Fix bug with permanent callbacks that delete themselves when run. | 86 * Fix bug with permanent callbacks that delete themselves when run. |
| 93 Michael Kucharski <m.kucharski@gmail.com> | 87 Michael Kucharski <m.kucharski@gmail.com> |
| 94 * Added CodedInputStream.getTotalBytesRead(). | 88 * Added CodedInputStream.getTotalBytesRead(). |
| 95 Kacper Kowalik <xarthisius.kk@gmail.com> | |
| 96 * Fixed m4/acx_pthread.m4 problem for some Linux distributions. | |
| 97 William Orr <will@worrbase.com> | |
| 98 * Fixed detection of sched_yield on Solaris. | |
| 99 * Added atomicops for Solaris | |
| 100 Andrew Paprocki <andrew@ishiboo.com> | |
| 101 * Fixed minor IBM xlC compiler build issues | |
| 102 * Added atomicops for AIX (POWER) | |
| OLD | NEW |