summaryrefslogtreecommitdiff
path: root/test/netstd
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5684 upgrade to net7.0:Jens Geyer2023-02-164-8/+8
* bump version numberJens Geyer2023-02-062-2/+2
* THRIFT-5624 suboptimal performance of the c# named pipe server transport in m...Jens Geyer2022-09-091-8/+9
* THRIFT-5623 ref to disposed instance should be set to nullJens Geyer2022-09-082-2/+2
* THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved sel...Jens Geyer2022-09-053-2/+28
* version bumpJens Geyer2022-08-302-2/+2
* THRIFT-5514 netstd test client slow in multithread modeJens Geyer2022-02-121-5/+18
* THRIFT-5511 Full support for the new net6 "nullability" semanticsJens Geyer2022-02-085-92/+110
* FIX: test left too early on false premiseJens Geyer2022-02-051-1/+5
* Release 0.16.0Jens Geyer2022-01-202-2/+2
* THRIFT-5479 Add net 6 supportJens Geyer2022-01-096-50/+55
* THRIFT-5479 Add net 6 supportJens Geyer2021-12-052-6/+6
* Refactoring test server/client to use async/await more consistentlyJens Geyer2021-11-145-105/+30
* Minor whitespace cleanup in csproj filesMario Emmenlauer2021-08-252-0/+6
* bump version numberJens Geyer2021-08-032-2/+2
* THRIFT-5444 Netstd generator produces uncompileable code for enums ending wit...Jens Geyer2021-08-011-0/+3
* THRIFT-5422 add threadpool server to netstd test suite implJens Geyer2021-05-261-5/+24
* THRIFT-5407: Minor changes in .NET to support netcoreapp3.1Mario Emmenlauer2021-05-054-7/+7
* THRIFT-5396 deprecate "Async" method postfixJens Geyer2021-04-104-110/+59
* THRIFT-5391 Named pipes transport hardeningJens Geyer2021-04-021-2/+5
* THRIFT-5349 Add net5.0 as supported platformJens Geyer2021-02-157-23/+138
* Version number aligned to 0.15.0Jens Geyer2021-02-112-0/+2
* Reverted wrongly pushed commits.Jens Geyer2021-02-114-82/+5
* Setup for Visual Studio 2019 + workarounds for some open tickets:Jens Geyer2021-02-104-5/+82
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-052-4/+0
* silenced few warningsJens Geyer2020-11-211-14/+8
* Minor whitespace changes for netstdMario Emmenlauer2020-11-191-16/+15
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-283-16/+18
* THRIFT-4990 Upgrade to .NET Core 3.1 (LTS)Jens Geyer2019-12-076-24/+25
* THRIFT-5032 netstd: Use PascalCase for Properties.Paulo Neves2019-11-282-16/+16
* THRIFT-5027 Implement remaining read bytes checksJens Geyer2019-11-232-5/+4
* THRIFT-5026 TestClient/Server ignores first cmdline argumentJens Geyer2019-11-232-24/+8
* THRIFT-5021 Implement MAX_MESSAGE_SIZE and centralize limits into a TConfigur...Jens Geyer2019-11-233-9/+22
* THRIFT-5020 Refactoring & minor fixes for netstd libraryJens Geyer2019-11-212-123/+140
* THRIFT-4990 Switch to .NET core 3.0Jens Geyer2019-11-025-17/+17
* THRIFT-4898 Pipe write operations across a network are limited to 65,535 byte...Jens Geyer2019-06-272-45/+70
* THRIFT-4891 Align HTTP test client with all other variantsJens Geyer2019-06-211-41/+46
* THRIFT-4879 general performance improvements for netstd libraryJens Geyer2019-06-043-1/+308
* THRIFT-4839: Remove embedded buffering/framed options from TCP transportsKyle Smith2019-03-271-25/+29
* THRIFT-4831 interface ITProtocolFactory should be class TProtocolFactory againJens Geyer2019-03-211-1/+1
* THRIFT-4825 Aligned the TTlsSocketServerTransport constructors with the TSock...Kyle Smith2019-03-151-1/+1
* THRIFT-4824 Logger deprecation warnings in tutorialJens Geyer2019-03-151-1/+1
* THRIFT-4822 Convert bool CTOR flags into enum typeJens Geyer2019-03-151-21/+11
* THRIFT-4818 Test client should use cancellation tokenJens Geyer2019-03-141-37/+39
* THRIFT-4817 Add string CTOR to TTlsSocketTransportJens Geyer2019-03-131-2/+2
* THRIFT-4813 NamedPipes may not work in all casesJens Geyer2019-02-282-4/+6
* THRIFT-4772 fully enable server-side usage of framed/buffered transportsJens Geyer2019-02-054-104/+235
* THRIFT-4723 Consolidate C#/netcore into new netstd language targetJens Geyer2019-01-2815-0/+2048