1. 6868ebb Release 0.16.0 by Jens Geyer · 3 years ago
  2. 7a68295 2022 we have by Jens Geyer · 3 years ago
  3. 98a2325 THRIFT-5479 Add net 6 support by Jens Geyer · 3 years ago
  4. 4c7b9fd THRIFT-5479 Add net 6 support Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 1 month ago
  5. ea1e8ff THRIFT-5481 consolidate netstd server implementation details into one common model by Jens Geyer · 3 years, 2 months ago
  6. ea39a14 THRIFT-5480 TThreadPoolAsyncServer using TFramedTransport mistakenly drops client by Jens Geyer · 3 years, 2 months ago
  7. 3f1fd59 - Fixed a few XML comments and ArgumentException arguments by Jens Geyer · 3 years, 2 months ago
  8. 70ef984 lib/netstd/Thrift/Thrift.csproj: Generate documentation for .NET by Mario Emmenlauer · 3 years, 5 months ago
  9. db997bd Minor whitespace cleanup in csproj files by Mario Emmenlauer · 3 years, 5 months ago
  10. f7e6c65 bump version number by Jens Geyer · 3 years, 5 months ago
  11. c8ae621 THRIFT-5445 "cancellationToken" cannot be used as argument name by Jens Geyer · 3 years, 5 months ago
  12. 273607d THRIFT-5444 Netstd generator produces uncompileable code for enums ending with "_result" or "_args" by Jens Geyer · 3 years, 5 months ago
  13. 598ee98 THRIFT-5436 Timeout.Infinite is not a good default by Jens Geyer · 3 years, 7 months ago
  14. 46693f7 THRIFT-5431 Response should include 'content-type' header by Jens Geyer · 3 years, 7 months ago
  15. 9a4802a THRIFT-5419 Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance by phxnsharp · 3 years, 8 months ago
  16. 63d114d THRIFT-5422 add threadpool server to netstd test suite impl by Jens Geyer · 3 years, 8 months ago
  17. ecf273f THRIFT-5408 Support for deprecated/obsolete methods (via annotation) by Jens Geyer · 3 years, 8 months ago
  18. 80415f0 commented private code that is definitely never used by Jens Geyer · 3 years, 9 months ago
  19. d4e1eb9 THRIFT-5398 ThreadPoolServer not stoppable via CancellationToken by Jens Geyer · 3 years, 9 months ago
  20. 2b2ea62 THRIFT-5396 deprecate "Async" method postfix Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  21. 6228b90 THRIFT-5395 inconsistent treatment of methods ending in "Async" by Jens Geyer · 3 years, 9 months ago
  22. ef0cb01 THRIFT-5391 Named pipes transport hardening Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  23. fafcea7 THRIFT-5382 Netstd default list/set enums values are generated incorrectly by Thomas · 3 years, 10 months ago
  24. 638ffbc Fix netstd test lib build on non windows hosts by Thomas · 3 years, 10 months ago
  25. 2f15843 THRIFT-5236 THttpTransport.cs still has bad timeout code by Thomas · 3 years, 10 months ago
  26. cd2fae0 THRIFT-5373 HTTP status in case of Protocol/Transport exceptions by Jens Geyer · 3 years, 10 months ago
  27. 0d12832 misc. netstd improvements Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 11 months ago
  28. 7482f11 FIX: added missing ASF header by Jens Geyer · 3 years, 10 months ago
  29. b4d108d FIX: added missing ASF header by Jens Geyer · 3 years, 10 months ago
  30. 526a1ac THRIFT-5349 Add net5.0 as supported platform Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years ago
  31. 2af1037 Added nuget package info to csproj, needed to publish the nuget package by Jens Geyer · 4 years ago
  32. 3fc0b8d Version number aligned to 0.15.0 by Jens Geyer · 4 years ago
  33. b5fe1db Reverted wrongly pushed commits. by Jens Geyer · 4 years ago
  34. 876aee5 Setup for Visual Studio 2019 + workarounds for some open tickets: by Jens Geyer · 10 years ago
  35. 2ef0113 Consolidated gitignore & added missing EXTRA_DISTs by Jens Geyer · 4 years ago
  36. 55016bf THRIFT-5343: TTlsSocketTransport does not resolve IPv4 addresses or validate hostnames correctly by James Lacey · 4 years ago
  37. 12f6c31 THRIFT-5320: Usage of "Task" as IDL identifier generates uncompileable code by Jens Geyer · 4 years, 1 month ago
  38. 23c8e52 THRIFT-5254 Member name cannot be Isset (unless it is an "required" member) by Jens Geyer · 4 years, 6 months ago
  39. 363ee00 THRIFT-5253 using Result in result name generates wrong IAsync interface by Jens Geyer · 4 years, 6 months ago
  40. 58e655e THRIFT-5252 Make CreateHttpClientHandler() method virtual by Jens Geyer · 4 years, 6 months ago
  41. 6c5f5c8 THRIFT-5329: Add THttpTransport constructor with HttpClient by ResDiaryLewis · 4 years, 7 months ago
  42. 6e16c2b THRIFT-5238 GetHashCode can throw NullReferenceException by Jens Geyer · 4 years, 7 months ago
  43. 7b37994 Thrift.csproj: Stop writing AssemblyAttributes.cs to /tmp by Marco Schroeter · 4 years, 10 months ago
  44. bde5cbc Added IsOpen() and GetPort() for netstd transports by Mario Emmenlauer · 4 years, 7 months ago
  45. affea7b THRIFT-5216 generate DeepCopy methods Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years, 8 months ago
  46. dce2299 THRIFT-5210 further refactoring and performance optimizations by Jens Geyer · 4 years, 8 months ago
  47. ad3e440 TSocketTransport.cs: Fixed a problem with initializing IPAddress by Mario Emmenlauer · 4 years, 9 months ago
  48. 5159da9 THRIFT-5172 NetStd OutOfMemoryException Client: netstd Patch: Eric Bleher by eric.bleher@software-managed.com · 4 years, 9 months ago
  49. 4b66a9d THRIFT-5133: Use ArrayPool when reading and writing strings to improve performance by Mikel Blanchard · 4 years, 10 months ago
  50. 56700e4 THRIFT-4982 Remove deprecated C# bindings from the code base by Jens Geyer · 4 years, 11 months ago
  51. 222362c THRIFT-5095 ToString() should print entire structure, not just the top-level data by Jens Geyer · 5 years ago
  52. f049ff3 THRIFT-5083 Reset context on new messages. Client: netstd Patch: Paulo Neves by Paulo Neves · 5 years ago
  53. ffb97e1 THRIFT-4990 Upgrade to .NET Core 3.1 (LTS) Client: netstd Patch: Jens Geyer by Jens Geyer · 5 years ago
  54. 5080645 THRIFT-5027 Implement remaining read bytes checks by Jens Geyer · 5 years ago
  55. 9d958a3 THRIFT-5010 BinaryPrimitives.Read/WriteInt32BigEndian should be used to convert to/from network byte order by zembord · 5 years ago
  56. eacd1d4 THRIFT-5021 Implement MAX_MESSAGE_SIZE and centralize limits into a TConfiguration class by Jens Geyer · 5 years ago
  57. 261cad3 THRIFT-5020 Refactoring & minor fixes for netstd library by Jens Geyer · 5 years ago
  58. 50caa4d THRIFT-4990: Upgrade to .NET Core 3.0 Client: netstsd Patch: Edward Zhuravlov by zembord · 5 years ago
  59. ec43954 THRIFT-4990 Switch to .NET core 3.0 Client: netstsd Patch: Jens Geyer by Jens Geyer · 5 years ago
  60. 3f3567a THRIFT-4981 Remove deprecated netcore bindings from the code base by Jens Geyer · 5 years ago
  61. 5fe31ea bump version by Jens Geyer · 5 years ago
  62. 4286054 Merge branch '0.13.0' by Jens Geyer · 5 years ago
  63. b75e88a FIX netstd assembly version by Jens Geyer · 5 years ago 0.13.0
  64. e02559f bump version by Jens Geyer · 5 years ago
  65. a4fc3d4 THRIFT-4907 strong named assemblies wanted Client: netstd Patch: Jens Geyer by Jens Geyer · 5 years ago
  66. 9cf37be THRIFT-4919 THttpTransport.cs (netstd) and THttpClientTransport (netcore) have bad timeout code by Jens Geyer · 5 years ago
  67. bd1a273 THRIFT-4898 Pipe write operations across a network are limited to 65,535 bytes per write. by Jens Geyer · 6 years ago
  68. 1e808af THRIFT-4893 Enable automatic content encoding handling for gzip,deflate in the HTTP client by Jens Geyer · 6 years ago
  69. 823474e THRIFT-4848: Add ability to set Content-Type,Accept headers in HTTP client by Kyle Smith · 6 years ago
  70. 9369443 THRIFT-4879 general performance improvements for netstd library by Jens Geyer · 6 years ago
  71. 5a17b13 THRIFT-4879 general performance improvements for netstd library by Jens Geyer · 6 years ago
  72. a5dbb01 THRIFT-4864 CI fails at netstd Client: netstd Patch: Jens Geyer by Jens Geyer · 6 years ago
  73. 27d8387 THRIFT-4860 Allow changing "User-Agent" Client: netstd Patch: Jens Geyer by Jens Geyer · 6 years ago
  74. 65d5f84 renamed TClientTransport.cs file to match its class name TTransport.cs by Albert Hives · 6 years ago
  75. 366cc3d THRIFT-4854 oneway calls do not work over HTTP Client: netstd Patch: Jens Geyer by Jens Geyer · 6 years ago
  76. 8f327f2 THRIFT-4853 TServerFramedTransport is now obsolete and can be removed by Jens Geyer · 6 years ago
  77. 2ff952b THRIFT-4816 JSONTransports Context.WriteAsync/ReadAsync are badly named by Jens Geyer · 6 years ago
  78. 7b94dd4 THRIFT-4839: Remove embedded buffering/framed options from TCP transports by Kyle Smith · 6 years ago
  79. 421444f THRIFT-4831 interface ITProtocolFactory should be class TProtocolFactory again by Jens Geyer · 6 years ago
  80. 98c1941 THRIFT-4829 HTTP server transport lacks TransportFactory arguments by Jens Geyer · 6 years ago
  81. 6378ff6 THRIFT-4825 Aligned the TTlsSocketServerTransport constructors with the TSocketServerTransport by Kyle Smith · 6 years ago
  82. b11f63c THRIFT-4824 Logger deprecation warnings in tutorial by Jens Geyer · 6 years ago
  83. bf27637 THRIFT-4822 Convert bool CTOR flags into enum type by Jens Geyer · 6 years ago
  84. cf51a84 THRIFT-4821 Normalized the constructors in TServerSocketTransport to allow parity between the TcpListerer and port options. by Kyle Smith · 6 years ago
  85. 22c412e THRIFT-4817 Add string CTOR to TTlsSocketTransport by Jens Geyer · 6 years ago
  86. 68ff6cd THRIFT-4813 NamedPipes may not work in all cases by Jens Geyer · 6 years ago
  87. adde44b THRIFT-4772 fully enable server-side usage of framed/buffered transports by Jens Geyer · 6 years ago
  88. aa0c8b3 THRIFT-4723 Consolidate C#/netcore into new netstd language target by Jens Geyer · 6 years ago