aboutsummaryrefslogtreecommitdiff
path: root/proto/lib.go
AgeCommit message (Expand)Author
2015-02-09Update a few docs to match reality.David Symonds
2015-01-09Sort map keys when serialising map fields to binary and text formats.David Symonds
2015-01-06Simplify Uint32 helper function to be like the others.David Symonds
2014-11-24Update URLs and import paths to new GitHub home.David Symonds
2014-08-12goprotobuf: Fix handling of empty string defaults for 'string' and 'bytes' fi...David Symonds
2014-01-14goprotobuf: Remove the proto.Buffer freelist.David Symonds
2013-10-11goprotobuf: Remove MarshalJSON methods from generated enum types.David Symonds
2013-10-11goprotobuf: Change Size implementation to use the same code structure as Mars...David Symonds
2013-08-08goprotobuf: Simplify helper functions (Int32, etc.).David Symonds
2013-07-15goprotobuf: Fix SetDefaults to recur into repeated submessages.David Symonds
2013-05-03goprotobuf: Make text formatting of unknown enum values compatible with C++.David Symonds
2012-11-29goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file.David Symonds
2012-11-08goprotobuf: Minor cleanup.David Symonds
2012-09-26goprotobuf: Rename some fields for clarity.David Symonds
2012-09-12proto: make safe for App EngineRuss Cox
2012-08-22goprotobuf: Optimize tag lookups and stype handling.David Symonds
2012-08-04goprotobuf: JSON helpers for enum types.David Symonds
2012-07-02goprotobuf: Remove GetString (etc.) and generated enum NewT functions.David Symonds
2012-06-28goprotobuf: Update docs for getters.David Symonds
2012-06-14goprotobuf: Introduce new proto.Message type.David Symonds
2012-05-08goprotobuf: Better enum construction.David Symonds
2012-03-14goprotobuf: Avoid reflect+interface conversion for Marshaler/Unmarshaler check.David Symonds
2011-12-18goprotobuf: update to go 1 import stringsRob Pike
2011-12-13goprotobuf: Fix panic in SetDefaults for nil sub-messages.David Symonds
2011-12-08goprotobuf: Various changes for working with weekly.2011-12-06.David Symonds
2011-11-01goprotobuf: Replace an instance of sync.Mutex with a sync.RWMutex.David Symonds
2011-10-21goprotobuf: Run gofmt over the tree.David Symonds
2011-10-20goprotobuf: remove unsafe buffer scratch allocatorRob Pike
2011-08-29goprotobuf: Implement SetDefaults function.David Symonds
2011-08-03goprotobuf: update package doc to mention enum String methods.David Symonds
2011-07-04goprotobuf: Changes for new struct tag format.David Symonds
2011-02-11goprotobuf/README: update example to reflect name change in log packageRob Pike
2010-11-06 Sync changes to internal version:David Symonds
2010-10-14logging: update code to new logging APIRob Pike
2010-04-11Add E_ prefixes to *all* extension descriptors to avoid namespace collisions.David Symonds
2010-03-20Go support for protocol buffers.Rob Pike