summaryrefslogtreecommitdiff
path: root/lib/netstd
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5254 Member name cannot be Isset (unless it is an "required" member)Jens Geyer2020-07-161-4/+5
* THRIFT-5253 using Result in result name generates wrong IAsync interfaceJens Geyer2020-07-163-0/+107
* THRIFT-5252 Make CreateHttpClientHandler() method virtualJens Geyer2020-07-141-1/+1
* THRIFT-5329: Add THttpTransport constructor with HttpClientResDiaryLewis2020-07-011-12/+61
* THRIFT-5238 GetHashCode can throw NullReferenceExceptionJens Geyer2020-06-251-0/+101
* Thrift.csproj: Stop writing AssemblyAttributes.cs to /tmpMarco Schroeter2020-06-151-0/+5
* Added IsOpen() and GetPort() for netstd transportsMario Emmenlauer2020-06-044-11/+69
* THRIFT-5216 generate DeepCopy methodsJens Geyer2020-05-2710-33/+966
* THRIFT-5210 further refactoring and performance optimizationsJens Geyer2020-05-1720-780/+293
* TSocketTransport.cs: Fixed a problem with initializing IPAddressMario Emmenlauer2020-05-151-2/+1
* THRIFT-5172 NetStd OutOfMemoryExceptioneric.bleher@software-managed.com2020-04-091-1/+1
* THRIFT-5133: Use ArrayPool when reading and writing strings to improve perfor...Mikel Blanchard2020-03-1911-13/+209
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-1/+1
* THRIFT-5095 ToString() should print entire structure, not just the top-level ...Jens Geyer2020-02-161-0/+82
* THRIFT-5083 Reset context on new messages.Paulo Neves2020-02-051-0/+13
* THRIFT-4990 Upgrade to .NET Core 3.1 (LTS)Jens Geyer2019-12-075-20/+20
* THRIFT-5027 Implement remaining read bytes checksJens Geyer2019-11-2311-14/+158
* THRIFT-5010 BinaryPrimitives.Read/WriteInt32BigEndian should be used to conve...zembord2019-11-233-97/+14
* THRIFT-5021 Implement MAX_MESSAGE_SIZE and centralize limits into a TConfigur...Jens Geyer2019-11-2320-64/+248
* THRIFT-5020 Refactoring & minor fixes for netstd libraryJens Geyer2019-11-2110-37/+42
* THRIFT-4990: Upgrade to .NET Core 3.0zembord2019-11-081-1/+1
* THRIFT-4990 Switch to .NET core 3.0Jens Geyer2019-11-025-5/+5
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-201-1/+1
* bump versionJens Geyer2019-10-171-1/+1
* Merge branch '0.13.0'Jens Geyer2019-10-171-0/+1
|\
| * FIX netstd assembly version0.13.0Jens Geyer2019-10-172-2/+4
* | bump versionJens Geyer2019-10-171-2/+2
|/
* THRIFT-4907 strong named assemblies wantedJens Geyer2019-08-252-0/+3
* THRIFT-4919 THttpTransport.cs (netstd) and THttpClientTransport (netcore) hav...Jens Geyer2019-08-201-1/+1
* THRIFT-4898 Pipe write operations across a network are limited to 65,535 byte...Jens Geyer2019-06-272-21/+42
* THRIFT-4893 Enable automatic content encoding handling for gzip,deflate in th...Jens Geyer2019-06-221-1/+5
* THRIFT-4848: Add ability to set Content-Type,Accept headers in HTTP clientKyle Smith2019-06-141-51/+38
* THRIFT-4879 general performance improvements for netstd libraryJens Geyer2019-06-051-1/+0
* THRIFT-4879 general performance improvements for netstd libraryJens Geyer2019-06-0422-545/+602
* THRIFT-4864 CI fails at netstdJens Geyer2019-05-111-1/+1
* THRIFT-4860 Allow changing "User-Agent"Jens Geyer2019-05-041-6/+12
* renamed TClientTransport.cs file to match its class name TTransport.csAlbert Hives2019-05-031-0/+0
* THRIFT-4854 oneway calls do not work over HTTPJens Geyer2019-04-281-2/+3
* THRIFT-4853 TServerFramedTransport is now obsolete and can be removedJens Geyer2019-04-281-150/+0
* THRIFT-4816 JSONTransports Context.WriteAsync/ReadAsync are badly namedJens Geyer2019-04-191-17/+17
* THRIFT-4839: Remove embedded buffering/framed options from TCP transportsKyle Smith2019-03-277-84/+54
* THRIFT-4831 interface ITProtocolFactory should be class TProtocolFactory againJens Geyer2019-03-219-31/+31
* THRIFT-4829 HTTP server transport lacks TransportFactory argumentsJens Geyer2019-03-211-7/+28
* THRIFT-4825 Aligned the TTlsSocketServerTransport constructors with the TSock...Kyle Smith2019-03-151-7/+22
* THRIFT-4824 Logger deprecation warnings in tutorialJens Geyer2019-03-151-3/+3
* THRIFT-4822 Convert bool CTOR flags into enum typeJens Geyer2019-03-153-44/+46
* THRIFT-4821 Normalized the constructors in TServerSocketTransport to allow pa...Kyle Smith2019-03-141-26/+6
* THRIFT-4817 Add string CTOR to TTlsSocketTransportJens Geyer2019-03-131-0/+30
* THRIFT-4813 NamedPipes may not work in all casesJens Geyer2019-02-285-33/+149
* THRIFT-4772 fully enable server-side usage of framed/buffered transportsJens Geyer2019-02-055-7/+23