aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Testing and related fixescsharptest2010-11-0833-389/+20404
* Fix for repeated extensions.csharptest2010-11-075-161/+123
* First Lite tests are passing.csharptest2010-11-077-9/+201
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-0738-8497/+4287
* Implementation work for Lite runtime and generatorcsharptest2010-11-0717-155/+398
* Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-0516-418/+52801
* 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-052-1/+2
* 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-0421-422/+410
* Added copy of existing classes that will be made Litecsharptest2010-11-043-0/+798
* A few stylistic issuesJon Skeet2010-11-0314-990/+989
* Merge remote branch 'csharptest/master'Jon Skeet2010-11-0314-47/+1331
|\
| * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-0314-47/+1331
* | 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-193-11/+54
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-1911-0/+93
* Release preparationJon Skeet2010-04-018-16/+16
* Allow creation of namespace directoriesJon Skeet2010-02-082-11/+69
* Better support for Compact Framework buildsJon Skeet2010-02-081-2/+2
* Added a flag to allow code contracts to be emittedJon Skeet2009-11-034-22/+58
* Support Compact Framework 3.5Jon Skeet2009-11-0315-30/+180
* Regionify copyright statementJon Skeet2009-09-0988-31/+282
* Can now at least *build* Silverlight2 assembly easily. Can't test though.Jon Skeet2009-09-098-15/+71
* Silverlight compatibility now working, although build files aren't idealJon Skeet2009-09-093-3/+190
* Silverlight compatibility other than SortedListJon Skeet2009-09-095-21/+74
* Fixed bug spotted by danielrJon Skeet2009-09-063-28/+48
* Fix copyright noticesJon Skeet2009-06-2549-57/+1352
* Gone back to non-remoting mocks, but marked breaking unit test as ignoredJon Skeet2009-06-251-11/+7
* Workaround for Mono bug 516379Jon Skeet2009-06-2511-249/+249
* Use remoting mocks to work with monoJon Skeet2009-06-251-6/+11
* Merge branch 'master' of git@github.com:jskeet/dotnet-protobufsJon Skeet2009-06-253-35/+1
|\
| * Remove unused class (was going to be used for multi-file support)Jon Skeet2009-06-223-35/+1
* | Fix bug when reading many messages - size guard was triggeredJon Skeet2009-06-253-7/+51
* | 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-1711-85/+88
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-0513-76/+153
* Add CLSCompliance.Jon Skeet2009-06-0518-1/+201
* Include missing generated filesJon Skeet2009-06-053-0/+1675
* Fix custom options behaviourJon Skeet2009-06-0528-1367/+2540
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-308-15/+124
* Write/Read delimited messagesJon Skeet2009-05-2918-12/+947
* Fix equality of messages to include unknown fieldsJon Skeet2009-05-2810-27/+253