Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-03Remove nuget.configrelease/5.0Pranav K
2020-01-31Merge pull request #796 from pranavkm/prkrishn/internalAndrew Arnott
2020-01-31Invoke the default constructor for value typesPranav K
2020-01-31CI for all v?.* branchesAndrew Arnott
2020-01-31Merge branch 'v1.9'Andrew Arnott
2020-01-31Move all Unshipped APIs to ShippedAndrew Arnott
2020-01-31Merge security fixes in for v2.1Andrew Arnott
2020-01-31Build 2.1 as a stable packageAndrew Arnott
2020-01-31Build all v?.* branches in CIAndrew Arnott
2020-01-31Merge pull request #795 from neuecc/android-armv7-32bitAndrew Arnott
2020-01-29fix typo and comment.neuecc
2020-01-29avoid ReadUnaligned on long, ulong, double in Android deviceneuecc
2020-01-28Document security measures in READMEAndrew Arnott
2020-01-28Document security measures in READMEAndrew Arnott
2020-01-28Create SECURITY.mdAndrew Arnott
2020-01-27Merge pull request #789 from LiorBanai/masterAndrew Arnott
2020-01-27Merge pull request #790 from kosheryosher/patch-1Andrew Arnott
2020-01-27Add MessagePackStreamReader.DiscardBufferedData methodAndrew Arnott
2020-01-27Add test for MessagePackStreamReader `leaveOpen: true`Andrew Arnott
2020-01-27Avoid binary breaking change and fix build warningsAndrew Arnott
2020-01-26Add the leaveOpen flag to the constructor.kosheryosher
2020-01-26Add support for flags enums with EnumMemberAttributeAndrew Arnott
2020-01-25add flags unit test (partial support)Lior Banai
2020-01-25fix unit tests warningLior Banai
2020-01-25Respect EnumMemberAttribute when serializing enum values as strings.Lior Banai
2020-01-21Merge pull request #787 from Durnev/fix-mpc-queue-formatersAndrew Arnott
2020-01-21Fix mpc formater name for QueueArtem Durnev
2020-01-21Merge pull request #786 from neuecc/fix-writestring-issue-in-monoAndrew Arnott
2020-01-20Make IsMono test a little safer on UnityAndrew Arnott
2020-01-20Apply slow path fix for mono only when mono is the runtimeAndrew Arnott
2020-01-20Merge branch 'fix782' into fix-writestring-issue-in-monoAndrew Arnott
2020-01-20fix WriteString issue on mononeuecc
2020-01-20Merge pull request #784 from neuecc/improve-bigintegerYoshifumi Kawai
2020-01-19Merge pull request #781 from DaniilSokolyuk/patch-1Andrew Arnott
2020-01-19reset spanYoshifumi Kawai
2020-01-19improve BigInteger serialize in .NET CoreYoshifumi Kawai
2020-01-19Add multibyte string read and write testsAndrew Arnott
2020-01-19Fix enum serialization in unity.Daniil Sokolyuk
2020-01-17Merge pull request #779 from neuecc/mpc-improv-metadatahandlingYoshifumi Kawai
2020-01-17mpc, does not load does't exists metadataneuecc
2020-01-17Merge pull request #768 from AArnott/fix766Andrew Arnott
2020-01-17Merge pull request #775 from neuecc/mpc-fixYoshifumi Kawai
2020-01-17Merge pull request #777 from neuecc/improvdecimalYoshifumi Kawai
2020-01-17Merge pull request #778 from AArnott/fix253Andrew Arnott
2020-01-17Deserialize mutable collection interfaces with mutable concrete typesAndrew Arnott
2020-01-15remove deserialize fallback of decimalYoshifumi Kawai
2020-01-15throw exception when consume decimal parse length does not qeual to sequence ...Yoshifumi Kawai
2020-01-15use Advance(0)Yoshifumi Kawai
2020-01-15fixed duplicate read of decimal formatter's fallback code.Yoshifumi Kawai
2020-01-15improve performance of standard decimal serializationYoshifumi Kawai