Sign in
android
/
platform
/
tools
/
external
/
go
/
src
/
github.com
/
golang
/
protobuf
/
HEAD
5677a0e
Support control of which linked plugins are executed.
by David Symonds
· 8 years ago
master
studio-1.3-release
studio-1.4-release
studio-master-release
gradle_1.3.0-beta1
gradle_1.3.0-beta2
gradle_1.3.0-beta3
gradle_1.3.0-beta4
gradle_1.3.1
425d36a
Update comments, package declarations and syntax statements.
by David Symonds
· 8 years ago
cd5bc36
Drop "appenginevm" tag.
by David Symonds
· 8 years ago
1e73516
Update a few docs to match reality.
by David Symonds
· 8 years ago
d75f05d
Remove a section that is redundant with a previous section.
by David Symonds
· 8 years ago
0256e76
Stop recommending the use of Make.protobuf in README.
by David Symonds
· 8 years ago
a11b634
Permit omission of a colon before a message-typed map value.
by David Symonds
· 8 years ago
7f07925
Sort map keys when serialising map fields to binary and text formats.
by David Symonds
· 8 years ago
60976d3
Simplify Uint32 helper function to be like the others.
by David Symonds
· 8 years ago
3ea3e05
Support map<k,v> protocol buffer fields.
by David Symonds
· 8 years ago
904b440
More extensive testing in extensions_test.go.
by David Symonds
· 8 years ago
abd3b41
Support proto3.
by David Symonds
· 8 years ago
aec3ce1
Regenerate descriptor.pb.go.
by David Symonds
· 8 years ago
380d2d0
Update URLs and paths to new location of the C++ protobuf code.
by David Symonds
· 8 years ago
d018e4c
Remove lib/codereview.
by David Symonds
· 8 years ago
558f13f
Update URLs and import paths to new GitHub home.
by David Symonds
· 8 years ago
73c63d2
Convert .hgignore to .gitignore.
by David Symonds
· 8 years ago
4de8ddd
Remove .hgtags.
by David Symonds
· 8 years ago
ba7896c
goprotobuf: Drop unused argument to enc_struct/size_struct.
by David Symonds
· 8 years ago
8117753
goprotobuf: Use encoding.TextMarshaler and encoding.TextUnmarshaler in place of
by David Symonds
· 8 years ago
ce441e6
goprotobuf: Ensure GetExtension returns the same result when called on a freshly unmarshaled message.
by David Symonds
· 8 years ago
ceb17a4
goprotobuf: Fix proto.Clone operating on empty-but-non-nil []byte values.
by David Symonds
· 8 years ago
8a099d0
goprotobuf: Fix Clone to deep copy []byte fields.
by David Symonds
· 8 years ago
50386d2
goprotobuf: Miscellaneous cleanups.
by David Symonds
· 8 years ago
30f7034
goprotobuf: Cause the descriptor proto to be imported as "descriptor".
by David Symonds
· 8 years ago
2a1c6b9
goprotobuf: Make text parsing functions return RequiredNotSetError as appropriate.
by David Symonds
· 8 years ago
19227ff
goprotobuf: Generate JSON marshal/unmarshal methods for MessageSet.
by David Symonds
· 8 years ago
905b3fd
goprotobuf: Check GetProperties is passed a struct early on.
by David Symonds
· 8 years ago
bebcf5d
goprotobuf: Add method to extending message to get list of messages extended.
by David Symonds
· 8 years ago
0ec36a2
goprotobuf: Split encoding of repeated int32 and repeated uint32 fields.
by David Symonds
· 9 years ago
7e81098
goprotobuf: Fix handling of empty string defaults for 'string' and 'bytes' fields.
by David Symonds
· 9 years ago
25535e3
goprotobuf: Fix merging of duplicate message set entries.
by David Symonds
· 9 years ago
f054e84
goprotobuf: Split encoding of int32 and uint32 fields.
by David Symonds
· 9 years ago
b16d165
goprotobuf: Fix alias generation for enums.
by David Symonds
· 9 years ago
8bb628d
goprotobuf: Fix test for text format number too large for int64.
by David Symonds
· 9 years ago
baeae8b
goprotobuf: Remove ErrWrongType and improve error messages.
by David Symonds
· 9 years ago
47fc4db
goprotobuf: Required extensions don't make sense.
by David Symonds
· 9 years ago
8b1c6b7
goprotobuf: Fix bug in GetExtensions.
by David Symonds
· 9 years ago
d110e69
goprotobuf: Update build tags to use unsafe (but faster) code on Managed VMs.
by David Symonds
· 9 years ago
6bfe7b6
goprotobuf: Fix proto.Merge handling of scalar bytes fields.
by David Symonds
· 9 years ago
4b9d2e1
goprotobuf: Handle nils in repeated message fields in text formatting.
by David Symonds
· 9 years ago
29bcc89
goprotobuf: Add tests for the Marshaler interface during marshaling.
by David Symonds
· 9 years ago
f530f25
goprotobuf: Remove never-used import of encoding/json in generated code.
by David Symonds
· 9 years ago
9e1518e
goprotobuf: Include package docs from .proto in the generated package docs.
by David Symonds
· 9 years ago
267e805
goprotobuf: Support encoding.TextMarshaler and encoding.TextUnmarshaler.
by David Symonds
· 9 years ago
8b25330
goprotobuf: Remove the proto.Buffer freelist.
by David Symonds
· 9 years ago
7d640de
goprotobuf: Generate package docs.
by David Symonds
· 9 years ago
1d8ba13
goprotobuf: Marshal nested messages into our current buffer instead
by David Symonds
· 9 years ago
7a518f4
goprotobuf: Remove an incorrect sentence in the GetExtension doc comment.
by David Symonds
· 9 years ago
2a0a763
goprotobuf: Mention Go 1.1 requirement in README.
by David Symonds
· 9 years ago
dd3a82a
codereview: switch defaultcc to golang-codereviews
by Russ Cox
· 9 years ago
4af5f1f
goprotobuf: Remove MarshalJSON methods from generated enum types.
by David Symonds
· 9 years ago
0bf1ad5
goprotobuf: Change Size implementation to use the same code structure as Marshal (encode).
by David Symonds
· 9 years ago
e583a5f
goprotobuf: Rename ErrRequiredNotSet to RequiredNotSetError.
by David Symonds
· 10 years ago
4a2eeb5
goprotobuf: Fix performance regression in proto encoding for the common case where we get ErrNil.
by David Symonds
· 10 years ago
1cb9013
goprotobuf: Make the default default of an enum field be the value of the first enum value, not zero.
by David Symonds
· 10 years ago
a7f3a0f
goprotobuf: Consistently prefix error strings with "proto: ".
by David Symonds
· 10 years ago
4646c37
goprotobuf: Make several changes to ErrRequiredNotSet:
by David Symonds
· 10 years ago
3903405
goprotobuf: Fix documentation of minor edge case in CamelCase.
by David Symonds
· 10 years ago
fff2ec6
goprotobuf: Simplify helper functions (Int32, etc.).
by David Symonds
· 10 years ago
58a7583
goprotobuf: Fix handling of publicly imported enum types.
by David Symonds
· 10 years ago
501f7db
goprotobuf: Make UnmarshalText reset the message before unmarshaling.
by David Symonds
· 10 years ago
5292590
goprotobuf: Present comments in .proto files in the generated .pb.go.
by David Symonds
· 10 years ago
5bbe4ae
goprotobuf: Switch to using protobuf-2.5.0 as the baseline.
by David Symonds
· 10 years ago
472e259
goprotobuf: Fix SetDefaults to recur into repeated submessages.
by David Symonds
· 10 years ago
28c83cb
goprotobuf: fix integer overflows.
by Adam Langley
· 10 years ago
4f8da86
goprotobuf: Use p.isUnmarshaler consistently in decode.go.
by David Symonds
· 10 years ago
9c8d847
goprotobuf: Fix Size accounting of packed fields.
by David Symonds
· 10 years ago
c31645c
goprotobuf: Make edge-case int32 encoding more compact, and the same as C++.
by David Symonds
· 10 years ago
2ce8ed4
goprotobuf: Use already-allocated nested messages if they exist.
by David Symonds
· 10 years ago
6677c3e
goprotobuf: Fix Size for groups.
by David Symonds
· 10 years ago
0c1184e
goprotobuf: Make MessageSet marshaling deterministic.
by David Symonds
· 10 years ago
605ed3a
goprotobuf: Missing regenerated .pb.go from previous CL.
by David Symonds
· 10 years ago
9cc87e3
goprotobuf: Write C++-compatible ±Inf and NaN floats in text format.
by David Symonds
· 10 years ago
4087759
goprotobuf: Fix proto.Size for repeated fixed(32|64) fields.
by David Symonds
· 10 years ago
4f4ce3d
goprotobuf: Allow groups to be treated as messages.
by David Symonds
· 10 years ago
f8a1fcc
goprotobuf: Make text formatting of unknown enum values compatible with C++.
by David Symonds
· 10 years ago
4676f6a
goprotobuf: gofmt -s
by Albert Strasheim
· 10 years ago
2037090
goprotobuf: Match C++ for text format of unknown fields.
by David Symonds
· 10 years ago
22e7eb4
goprotobuf: Preserve unknown fields in groups, and generate repeated field getters.
by David Symonds
· 10 years ago
69cffb2
goprotobuf: Minor internal change to track internal message indexes.
by David Symonds
· 10 years ago
db7a687
goprotobuf: Repeated field getters.
by David Symonds
· 10 years ago
6e8ab87
goprotobuf: Fix text formatting of typed nil.
by David Symonds
· 10 years ago
e182aaf
goprotobuf: Add Merge.
by David Symonds
· 10 years ago
d4b52d0
goprotobuf: Rename UnmarshalAppend to UnmarshalMerge.
by David Symonds
· 10 years ago
29d5d39
goprotobuf: Cache extension properties.
by David Symonds
· 10 years ago
31faaca
goprotobuf: Missing test data from a previous CL.
by David Symonds
· 10 years ago
be02a4a
goprotobuf: Text parsing compatibility fixes:
by David Symonds
· 10 years ago
df583ae
goprotobuf: Serialize extensions in a consistent order.
by David Symonds
· 10 years ago
4dc589e
goprotobuf: More efficient text marshaling, plus returning errors from underlying writer.
by David Symonds
· 10 years ago
151cce0
goprotobuf: Unexport a bunch of symbols in generator.go.
by David Symonds
· 10 years ago
ee6e9c5
goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file.
by David Symonds
· 10 years ago
cddfff5
goprotobuf: Update README install instructions for go1
by Jeff Hodges
· 10 years ago
7e3525a
goprotobuf: Add Jeff Hodges to CONTRIBUTORS (individual CLA).
by David Symonds
· 10 years ago
dbdc421
goprotobuf: Performance improvements to text marshaling.
by David Symonds
· 10 years ago
7d3c680
goprotobuf: Clarify Unmarshaler semantics.
by David Symonds
· 10 years ago
1d86361
goprotobuf: Minor cleanup.
by David Symonds
· 10 years ago
fc16c2c
goprotobuf: Add a Size function.
by David Symonds
· 10 years ago
6eaeef1
goprotobuf: Don't treat groups as messages.
by David Symonds
· 10 years ago
2bba1b2
goprotobuf: Rename some fields for clarity.
by David Symonds
· 11 years ago
Next »