aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug in GeneratedBuilder.MergeFromJon Skeet2008-10-231-1/+1
* First cut at new layoutJon Skeet2008-10-2270-0/+16959