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/3.1Pranav K
2019-04-27Fix MessagePackReader for multi-segment strings (#430)Pranav K
2019-04-23Merge pull request #427 from aspnet/aspnetcoreAndrew Arnott
2019-04-23Add a project to build the reader \ writer with internal visibilityPranav K
2019-04-17Temporarily disable Unity buildAndrew Arnott
2019-04-17Avoid breaking the build in forks that lack the unity build capabilityAndrew Arnott
2019-04-17Merge branch 'v1.8'Andrew Arnott
2019-04-17Build *_validate branchesAndrew Arnott
2019-04-15Merge pull request #64 from AArnott/fixUnity3Andrew Arnott
2019-04-15Get Unity build *working* in Azure PipelinesAndrew Arnott
2019-04-14Merge pull request #63 from AArnott/fixUnityAndrew Arnott
2019-04-14Add built_unity.bat script that builds everythingAndrew Arnott
2019-04-14Fix relative path in link_assets.bat scriptAndrew Arnott
2019-04-10Merge remote-tracking branch 'upstream/v1.7' into HEADAndrew Arnott
2019-04-10Bump version built to 1.7.3.7Andrew Arnott
2019-04-10Fix packaging errorsAndrew Arnott
2019-04-10Fix pack.bat script to run from any directoryAndrew Arnott
2019-04-02Merge pull request #418 from Tibo-lg/allow-parent-interfaces-in-constructorYoshifumi Kawai
2019-04-02Merge pull request #417 from Tibo-lg/allow-derived-attribute-on-child-classesYoshifumi Kawai
2019-03-29Allow parent interface in constructorThibaut Le Guilly
2019-03-27Allow using attributed derived from MessagePackObject on child classesThibaut Le Guilly
2019-03-25Fix build breakAndrew Arnott
2019-03-25Merge pull request #413 from AArnott/fixUnityCompileBreakYoshifumi Kawai
2019-03-25Merge pull request #62 from AArnott/fixUnityAndrew Arnott
2019-03-24Get Unity project building!Andrew Arnott
2019-03-24Fix compilation break in UnityAndrew Arnott
2019-03-24Merge pull request #61 from AArnott/fixUnityAndrew Arnott
2019-03-24Unity fixesAndrew Arnott
2019-03-23Merge pull request #60 from AArnott/fix46Andrew Arnott
2019-03-23Optimize tiny serialization jobsAndrew Arnott
2019-03-23Merge pull request #58 from AArnott/fix46Andrew Arnott
2019-03-23Update Nerdbank.Streams version for better perfAndrew Arnott
2019-03-20Replace delegates with hard coded behaviorAndrew Arnott
2019-03-20Recycle Sequence<T> objectsAndrew Arnott
2019-03-20Eliminate allocation in benchmarkAndrew Arnott
2019-03-20Inline SequenceReader(Memory<byte>) ctorAndrew Arnott
2019-03-17Merge pull request #407 from AArnott/v1.8Yoshifumi Kawai
2019-03-17Merge pull request #53 from AArnott/fix29Andrew Arnott
2019-03-16Merge pull request #57 from AArnott/fix46Andrew Arnott
2019-03-16Merge branch 'v1.8'Andrew Arnott
2019-03-16Merge remote-tracking branch 'upstream/master' into v1.8Andrew Arnott
2019-03-16Optimize MessagePackReader for contiguous memoryAndrew Arnott
2019-03-16Merge pull request #409 from AArnott/etlBenchmarkAndrew Arnott
2019-03-16Merge pull request #56 from AArnott/deserializeReadOnlyMemoryAndrew Arnott
2019-03-16Enable ETL collection in SerializerBenchmarkAndrew Arnott
2019-03-16Pass ReadOnlyMemory through MessagePackSerializer to MessagePackReader ctorAndrew Arnott
2019-03-16Take ReadOnlyMemory<byte> in MessagePackSerializer.Deserialize<T>Andrew Arnott
2019-03-16Finish hiding internal types (#54)Andrew Arnott
2019-03-16Remove ability to serialize Task fieldsAndrew Arnott
2019-03-15Fix build breaks after mergeAndrew Arnott