aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/CodedInputStream.cs
Commit message (Expand)AuthorAgeFilesLines
* Performance tweek for reading entire unpacked arraycsharptest2011-06-091-16/+92
* Renamed Bytes to ByteArray and added a Reverse method.csharptest2011-06-081-6/+6
* 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-081-6/+6
* Extracted ICodedInputStream interfacecsharptest2011-06-031-1/+1
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-57/+341
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-14/+27
* Optimized access to ByteString from coded io.csharptest2011-06-021-2/+2
* reformatted all code to .NET standard formattingcsharptest2011-05-201-985/+1155
* Removed more uses of InternalsVisibleTo, made more stuff public :)csharptest2011-05-201-3/+5
* Implementation work for Lite runtime and generatorcsharptest2010-11-071-4/+1
* Completed abstract lite builder and messagecsharptest2010-11-051-2/+2
* First pass at interface breakupcsharptest2010-11-041-7/+11
* Fixed spacingJon Skeet2010-10-261-5/+5
* Added CodedInputStream ctor symmetrical with CodedOutputStream.Charles Stanhope2010-10-191-5/+14
* Support Compact Framework 3.5Jon Skeet2009-11-031-1/+1
* Regionify copyright statementJon Skeet2009-09-091-0/+3
* Silverlight compatibility other than SortedListJon Skeet2009-09-091-1/+5
* Fix bug when reading many messages - size guard was triggeredJon Skeet2009-06-251-4/+4
* Initial Silverlight compatibility workJon Skeet2009-06-201-2/+2
* Add CLSCompliance.Jon Skeet2009-06-051-0/+13
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-301-8/+25
* Write/Read delimited messagesJon Skeet2009-05-291-4/+64
* Support packed primitive typesJon Skeet2009-02-181-0/+14
* String optimisationsJon Skeet2009-01-271-4/+7
* Replaced copyright noticeJon Skeet2008-10-231-11/+27
* First cut at new layoutJon Skeet2008-10-221-0/+843