aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
* reintegration with tipcsharptest2011-09-2826-525/+1737
|\
| * merged issue-28csharptest2011-09-282-372/+460
| |\
| | * Regenerated code with changescsharptest2011-09-232-372/+460
| * | merged issue-22csharptest2011-09-284-277/+1147
| |\|
| | * First pass at implementation and testing of reusable builders.csharptest2011-09-094-277/+1145
| * | Fix for public constructor on messagescsharptest2011-09-232-0/+22
| * | Added comments to service interfaces, added IDisposable to service stub since...csharptest2011-09-201-2/+26
| * | merge issue-20csharptest2011-09-2020-54/+286
| |\ \
| | * | changes from reviewcsharptest2011-09-201-10/+12
| | * | Missing braces :)csharptest2011-09-091-3/+9
| | * | Completed addition and testing of new add_serializable option.csharptest2011-09-0920-54/+278
| | |/
| * | merge issue-26csharptest2011-09-164-99/+75
| |\ \
| | * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-164-99/+75
| | |/
| * | merge issue-21csharptest2011-09-162-2/+2
| |\ \
| | * | Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-092-2/+2
| | |/
| * | merge issue-19csharptest2011-09-162-4/+4
| |\ \
| | * | Added support for negative enum values and testscsharptest2011-09-092-4/+4
| | |/
| * / Fix for issue 6csharptest2011-09-091-1/+1
| |/
* | Missing braces :)csharptest2011-09-091-0/+2
* | revert of accidental AssemblyInfo version changescsharptest2011-09-093-61/+61
* | Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-094-0/+42
* | Added IDisposable to ICodedOutputStreamcsharptest2011-09-082-2/+12
* | first pass at adding required changescsharptest2011-09-083-61/+61
|/
* Merged branch for issue 16csharptest2011-08-132-0/+8
|\
| * Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-122-0/+8
* | Cleanup per review comments.csharptest2011-08-132-45/+26
* | Added tests for the additions to NameHelpers.UnderscoresToXxxxxCasecsharptest2011-08-121-21/+29
* | Allow field names that begin with underscore and number '_0'csharptest2011-08-122-2/+17
* | Fixed removal of all '_' from names, Added unit test.csharptest2011-08-121-2/+2
* | Rewrite of name capitalization routine 'UnderscoresToPascalOrCamelCase'csharptest2011-08-121-41/+47
|/
* Fix comments.Jon Skeet2011-08-071-1/+4
* Overload of ContinueArray for situations where we know in advance that the ar...Jon Skeet2011-08-071-7/+22
* Split off the Serialization namespace into a new assembly.csharptest2011-08-0517-3784/+0
* Changes from review e805fdfd3a6bcsharptest2011-08-053-4/+6
* Changes from review f60f2676f7facsharptest2011-08-051-14/+9
* Removal of #condition commented sourcecsharptest2011-08-011-57/+0
* Refactoring removed using statement for System.Reflection, added qualifiedcsharptest2011-07-141-1/+1
* Integrated feedback from revision 1525875aec27csharptest2011-07-143-17/+176
* Integrated feedback from revision c97eeb8d933fcsharptest2011-07-141-9/+3
* Fixed commentcsharptest2011-07-141-1/+1
* renamed ByteString.WriteTo(CodedOutputStream) to WriteRawBytesTocsharptest2011-07-142-3/+6
* Removed unnessary parital declarationcsharptest2011-07-141-1/+1
* Reformatted to include bracescsharptest2011-07-1449-708/+1802
* Fixed A few last methods taking CodedInputStreamcsharptest2011-06-172-3/+3
* missing copyright noticecsharptest2011-06-113-1/+109
* bla, changed name to Depth for CLSComplaint :)csharptest2011-06-112-10/+10
* Added recursion limits to AbstractReader.cscsharptest2011-06-113-8/+43
* Added convenience methods for to/from xml and jsoncsharptest2011-06-117-5/+80
* Reader/Writer implementations changed to use static factoriescsharptest2011-06-106-118/+323
* Added initial DictionaryReader/Writer implementationscsharptest2011-06-106-18/+402