aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | Merge branch 'master' of github.com:ArnoldZokas/dotnet-protobufsArnoldZokas2010-11-221-3/+12
|\ \
| * | Fixed spacingJon Skeet2010-11-231-5/+5
| * | Added CodedInputStream ctor symmetrical with CodedOutputStream.Charles Stanhope2010-11-231-5/+14
* | | Converted solution to VS2010ArnoldZokas2010-11-221-1/+41
|/ /
* / Add separate obj directory for CF build to avoid corruption.Jon Skeet2010-07-091-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
* Remove ugly bootstrapping - we don't need it now.Jon Skeet2008-12-152-18/+0
* Refactor IsInitialized to match Java versionJon Skeet2008-11-241-10/+4
* Fix property special-casingJon Skeet2008-11-243-20/+23
* New options now work fine.Jon Skeet2008-11-133-14/+59
* Refactored optionsJon Skeet2008-11-124-24/+505
* Replaced copyright noticeJon Skeet2008-10-2366-679/+1671