issues
search
ruiaylin
/
goprotobuf
Automatically exported from code.google.com/p/goprotobuf
Other
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Option to expose proto enum constants with proper Go style
#59
GoogleCodeExporter
closed
9 years ago
1
Getters that return a pointer for fields.
#58
GoogleCodeExporter
closed
9 years ago
2
Expose registered enums, or generate code for use with testing/quick
#57
GoogleCodeExporter
closed
9 years ago
2
protobuf 2.6.0 "oneof"
#56
GoogleCodeExporter
opened
9 years ago
0
import_prefix generates wrong import
#55
GoogleCodeExporter
opened
9 years ago
1
Why does proto.Int() return *int32 not *int ?
#54
GoogleCodeExporter
closed
9 years ago
2
API defficiency: Buffer needs a function that detects EOF or remaining length
#53
GoogleCodeExporter
closed
9 years ago
1
Split encoding of int32 and uint32 fields: I think you might have missed repeated fields?
#52
GoogleCodeExporter
closed
9 years ago
3
Don't concatenate when merging optional bytes
#51
GoogleCodeExporter
closed
9 years ago
4
Can't install - proto.a not a package file
#50
GoogleCodeExporter
closed
9 years ago
3
Remove some redundant code
#49
GoogleCodeExporter
closed
9 years ago
2
strings.TrimSuffix undefined when installing goprotobuf with Go version 1
#48
GoogleCodeExporter
closed
9 years ago
3
go get protoc-gen-go failed
#47
GoogleCodeExporter
closed
9 years ago
2
Default value for nested messages
#46
GoogleCodeExporter
closed
9 years ago
2
Source files for the .pb.go files we used
#45
GoogleCodeExporter
closed
9 years ago
1
Manual page for protoc-gen-go
#44
GoogleCodeExporter
closed
9 years ago
1
go protoc generates incorrect implicit default enum value
#43
GoogleCodeExporter
closed
9 years ago
7
Bug in converting protocol message field name to CamelCase.
#42
GoogleCodeExporter
closed
9 years ago
3
if isMarshaler should be if isUnmarshaler in decode.go
#41
GoogleCodeExporter
closed
9 years ago
2
proto.Size for packed fields
#40
GoogleCodeExporter
closed
9 years ago
3
Varint encoding of Large uint32 values take 10 bytes instead of 5
#39
GoogleCodeExporter
closed
9 years ago
2
Size bugs
#38
GoogleCodeExporter
closed
9 years ago
8
XxxMessage.String() ends with a space
#37
GoogleCodeExporter
closed
9 years ago
2
Unclear how to use protobufs with go tool
#36
GoogleCodeExporter
closed
9 years ago
2
Serializing directly to io.Writer
#35
GoogleCodeExporter
opened
9 years ago
4
Option feature seems to be not implemented
#34
GoogleCodeExporter
opened
9 years ago
5
Provide MutableFoo() methods which initialize nil fields
#33
GoogleCodeExporter
closed
9 years ago
2
Compiling two proto packages with dependencies
#32
GoogleCodeExporter
opened
9 years ago
20
Patch for /README
#31
GoogleCodeExporter
closed
9 years ago
2
SPEED
#30
GoogleCodeExporter
closed
9 years ago
3
Setters?
#29
GoogleCodeExporter
closed
9 years ago
10
Go1 tag?
#28
GoogleCodeExporter
closed
9 years ago
4
broken with current tip of go
#27
GoogleCodeExporter
closed
9 years ago
3
Build fails on weekly.2012-02-07
#26
GoogleCodeExporter
closed
9 years ago
3
Generated code's import statement causes linkage issues
#25
GoogleCodeExporter
closed
9 years ago
1
install instructions don't work
#24
GoogleCodeExporter
closed
9 years ago
1
panic on SetDefaults on optional nil sub-message
#23
GoogleCodeExporter
closed
9 years ago
3
Empty (but not nil) "bytes" fields omitted from json.Marshal output
#22
GoogleCodeExporter
closed
9 years ago
2
caches use sync.Mutex, should use sync.RWMutex
#21
GoogleCodeExporter
closed
9 years ago
2
Enhancement: order fields by tag when serializing structs
#20
GoogleCodeExporter
closed
9 years ago
7
Incorrect serialization of fields with tags > (2^28 - 1) -- 32-bit signed integer overflow
#19
GoogleCodeExporter
closed
9 years ago
6
JSON serialization of messages
#18
GoogleCodeExporter
closed
9 years ago
2
goprotobuf make test fail with last go release
#17
GoogleCodeExporter
closed
9 years ago
3
Cannot build with r59
#16
GoogleCodeExporter
closed
9 years ago
2
new strings.Split breaks proto build
#15
GoogleCodeExporter
closed
9 years ago
2
goinstall problem: properties.go
#14
GoogleCodeExporter
closed
9 years ago
11
protoc-gen-go: error: inconsistent package names
#13
GoogleCodeExporter
closed
9 years ago
3
tag for release.r57.1?
#12
GoogleCodeExporter
closed
9 years ago
2
incorrect generated import
#11
GoogleCodeExporter
closed
9 years ago
1
Doesn't work with protoc <= 2.3
#10
GoogleCodeExporter
closed
9 years ago
2
Next