aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
* Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-092-2/+2
* 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
* Using List<Char> instead of StringBuilder for building strings from charscsharptest2011-06-101-18/+17
* Added the JsonFormatWriter/Readercsharptest2011-06-104-0/+783
* Added the XmlFormatWriter/Readercsharptest2011-06-1013-14/+1576
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-105-544/+810
* Several performance tweakscsharptest2011-06-098-63/+336
* Performance tweek for reading entire unpacked arraycsharptest2011-06-091-16/+92
* Finished adding find tag by namecsharptest2011-06-083-133/+493
* Renamed Bytes to ByteArray and added a Reverse method.csharptest2011-06-086-19/+32
* Performance fix for double/float on readcsharptest2011-06-081-10/+25
* Performance fix for float/double write bytes. Performance fix, do not use Ar...csharptest2011-06-086-14/+71
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-084-285/+513
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-042-1/+41
* Extracted ICodedInputStream interfacecsharptest2011-06-0316-136/+339
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-0310-414/+636
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-032-22/+22
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-038-162/+254
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-0315-235/+231
* Extracted initial ICodedOutputStream interfacecsharptest2011-06-034-565/+706
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-037-162/+209
* big-endian support for float, and double on Silverlightcsharptest2011-06-021-7/+8
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-028-67/+89
* Optimized access to ByteString from coded io.csharptest2011-06-023-11/+36