aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
* Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-052-33/+209
* Completed abstract lite builder and messagecsharptest2010-11-052-0/+363
* Completed abstract lite builder and messagecsharptest2010-11-0510-379/+152
* missing virtual on MergeFromcsharptest2010-11-051-1/+1
* Working split for lite interfacescsharptest2010-11-056-83/+82
* Project for Lite implementationcsharptest2010-11-041-0/+79
* Fixed issue in AsReadOnly()csharptest2010-11-042-2/+9
* First pass at interface breakupcsharptest2010-11-0419-418/+402
* Added copy of existing classes that will be made Litecsharptest2010-11-043-0/+798
* A few stylistic issuesJon Skeet2010-11-033-71/+88
* Merge remote branch 'csharptest/master'Jon Skeet2010-11-032-24/+224
|\
| * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-032-24/+224
* | Fixed spacingJon Skeet2010-10-261-5/+5
* | Added CodedInputStream ctor symmetrical with CodedOutputStream.Charles Stanhope2010-10-191-5/+14
|/
* Add separate obj directory for CF build to avoid corruption.Jon Skeet2010-07-081-0/+1
* Add option to remove CLSCompliance attributeJon Skeet2010-05-191-8/+50
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-192-0/+20
* Release preparationJon Skeet2010-04-011-2/+2
* Allow creation of namespace directoriesJon Skeet2010-02-081-9/+50
* Better support for Compact Framework buildsJon Skeet2010-02-081-2/+2
* Added a flag to allow code contracts to be emittedJon Skeet2009-11-033-21/+55
* Support Compact Framework 3.5Jon Skeet2009-11-0315-30/+180
* Regionify copyright statementJon Skeet2009-09-0938-11/+122
* Silverlight compatibility now working, although build files aren't idealJon Skeet2009-09-092-3/+173
* Silverlight compatibility other than SortedListJon Skeet2009-09-095-21/+74
* Fix copyright noticesJon Skeet2009-06-259-13/+188
* Workaround for Mono bug 516379Jon Skeet2009-06-252-60/+60
* Fix bug when reading many messages - size guard was triggeredJon Skeet2009-06-252-7/+24
* Initial Silverlight compatibility workJon Skeet2009-06-208-17/+24
* Get the right warning number this time.Jon Skeet2009-06-171-1/+1
* Fixed a couple of warningsJon Skeet2009-06-172-6/+15
* Remove unused variable in static constructorsJon Skeet2009-06-172-20/+20
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-054-22/+78
* Add CLSCompliance.Jon Skeet2009-06-0510-1/+64
* Include missing generated filesJon Skeet2009-06-051-0/+218
* Fix custom options behaviourJon Skeet2009-06-058-222/+515
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-305-13/+33
* Write/Read delimited messagesJon Skeet2009-05-299-11/+361
* Fix equality of messages to include unknown fieldsJon Skeet2009-05-288-24/+165
* Added field constant generationJon Skeet2009-05-282-0/+70
* Fixed i18n issues with numbersJon Skeet2009-05-113-3/+37
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-053-76/+238
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-246-4/+44
* Support packed primitive typesJon Skeet2009-02-188-86/+578
* Use atomic groups to mimic the possessive quantifier change in Java codeJon Skeet2009-01-271-5/+6
* String optimisationsJon Skeet2009-01-271-4/+7
* Merge extensions correctlyJon Skeet2009-01-273-6/+14
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-2711-4/+183
* Changed benchmark namespace and fixed enum issueJon Skeet2009-01-161-2/+3
* Benchmarking, dumping and mungingJon Skeet2009-01-163-2/+65