1. 99daecd THRIFT-4539 Allow TBufferedTransport to be used as base class by Jens Geyer · 7 years ago
  2. 8fb719e THRIFT-4535: XML docs; code cleanup (tabs->spaces; String->string) by Christian Weiss · 7 years ago
  3. 35d62ed THRIFT-4492 protected ExceptionType type member of TApplicationException cannot be accessed by Jens Geyer · 7 years ago
  4. 1d5113e THRIFT-4455 Missing dispose calls in ThreadedServer & ThreadpoolServer by Jens Geyer · 7 years ago
  5. d066fa8 THRIFT-4446: JSONProtocol Base64 Encoding: Do not trim padding on encode. by Allen Warthen · 7 years ago
  6. d4df917 THRIFT-4372 Pipe write operations across a network are limited to 65,535 bytes per write by Jens Geyer · 7 years ago
  7. 197b062 THRIFT-4217 HttpClient should support gzip and deflate by Jens Geyer · 8 years ago
  8. 6951159 THRIFT-4217 HttpClient should support gzip and deflate by Jens Geyer · 8 years ago
  9. c71bdf8 THRIFT-4210 include Thrift.45.csproj into CI runs Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  10. 5608e43 THRIFT-4208 C# NamedPipesServer not really working in some scenarios Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  11. 888b577 THRIFT-4209 warning CS0414 in T[TLS]ServerSocket.cs Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  12. d1380d5 THRIFT-4190 Improve C# TThreadPoolServer defaults (part 2 of 2) by Jens Geyer · 8 years ago
  13. 224c334 THRIFT-4190 Improve C# TThreadPoolServer defaults Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  14. c54a90d THRIFT-4189 Framed/buffered transport Dispose() does not dispose the nested transport by Jens Geyer · 8 years ago
  15. 9db23b7 THRIFT-4183: Named pipe client blocks forever on Open() when there is no server at the other end by Jens Geyer · 8 years ago
  16. 0619087 THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted. by James E. King, III · 8 years ago
  17. feea478 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 8 years ago
  18. 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
  19. 900569c THRIFT-3919 C# TTLSServerSocket does not use clientTimeout by Nobuaki Sukegawa · 8 years ago
  20. 474ddbd THRIFT-3639 C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage by Nobuaki Sukegawa · 9 years ago
  21. 0c0649d THRIFT-3510 Add HttpTaskAsyncHandler implementation by Adam Connelly · 9 years ago
  22. 861447a THRIFT-3536 Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target by Jens Geyer · 9 years ago
  23. 2bfd7df THRIFT-3397 Implement TProcessorFactory in C# to enable per-client processors by Jonathan Heard · 9 years ago
  24. 11b515c THRIFT-3403 Fixed JSON string reader doesn't recognize UTF-16 surrogate pairs by Phongphan Phuttha · 9 years ago
  25. 4eb24f8 THRIFT-3376 C# and Python JSON protocol double values lose precision Client: C# Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  26. 228b328 THRIFT-3376 C# and Python JSON protocol double values lose precision by Nobuaki Sukegawa · 9 years ago
  27. a175437 THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded. by Nobuaki Sukegawa · 9 years ago
  28. 96409d9 THRIFT-3361 Improve C# library Client: C# Patch: Jens Geyer <jensg@apache.org> by Jens Geyer · 9 years ago
  29. 178b813 THRIFT-3361 Improve C# library by Jens Geyer · 9 years ago
  30. 4018036 THRIFT-3235 C#: Limit recursion depth to 64 Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  31. 95717c9 Revert "THRIFT-3000 .NET implementation has trouble with mixed IP modes" by Jens Geyer · 10 years ago
  32. 018c1b8 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 10 years ago
  33. 1dc2653 THRIFT-3070 Add ability to set the LocalCertificateSelectionCallback by Jens Geyer · 10 years ago
  34. af57724 THRIFT-3050 Client certificate authentication for non-http TLS in C# by Jens Geyer · 10 years ago
  35. c7cf379 THRIFT-3030 TThreadedServer: Property for number of clientThreads by Jens Geyer · 10 years ago
  36. a7363f2 THRIFT-2953 TNamedPipeServerTransport is not Stop()able by Jens Geyer · 10 years ago
  37. 7d88208 THRIFT-2952 Improve handling of Server.Stop() Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  38. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  39. 902b7af THRIFT-2654 reduce number of server exceptions Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  40. d5436f5 THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  41. eb8e5ad THRIFT-2654 reduce number of server exceptions Client: C# Patch: Craig Peterson by Jens Geyer · 10 years ago
  42. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  43. 7dce7b2 THRIFT-1260 The thrift THttpclient in c# client is not closing the connections when calling SendRequest by Jens Geyer · 10 years ago
  44. 0e86f1f THRIFT-2624: Add TServerEventHandler support to C# Client: C# Patch: ra by Randy Abernethy · 11 years ago
  45. 7b11fec THRIFT-2568 Implement own certificate handler Client: C# Patch: Michael Blättler by Jens Geyer · 11 years ago
  46. 4b0fede THRIFT-1584 could not SetMinThreads in ThreadPool on single-core machines by Jens Geyer · 11 years ago
  47. f64d7e0 THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects by Jens Geyer · 11 years ago
  48. c0ad368 THRIFT-2455 Allow client certificates to be used with THttpClient by Jens Geyer · 11 years ago
  49. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  50. c1d7943 THRIFT-2347 C# TLS Transport based on THRIFT-181 Client: C# Patch: Beat Käslin by Jens Geyer · 11 years ago
  51. a131b8f THRIFT-2456 THttpClient fails when using async support outside Silverlight by Jens Geyer · 11 years ago
  52. 057be5a THRIFT-2470 THttpHandler swallows exceptions from processor by Jens Geyer · 11 years ago
  53. 703200c Added missing ASF headers by Jens Geyer · 11 years ago
  54. fd62df7 THRIFT-2408 Named Pipe Transport Option for C# by Jens Geyer · 11 years ago
  55. d26f6fd THRIFT-2339 Uncaught exception in thrift c# driver by Jens Geyer · 11 years ago
  56. 1c99e70 Fixed a bunch of inconsistent/wrong line endings in the C# part, no other changes by Jens Geyer · 11 years ago
  57. f36fda2 THRIFT-2305 TFramedTransport empty constructor should probably be private by Jens Geyer · 11 years ago
  58. b080f68 THRIFT-2373 warning CS0414 in THttpClient.cs: private field 'Thrift.Transport.THttpClient.connection' assigned but never used by Jens Geyer · 11 years ago
  59. 06ad721 THRIFT-2365 C# decodes too many binary bytes from JSON by Jens Geyer · 11 years ago
  60. 7393862 THRIFT-2346 C#: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  61. f6acf44 THRIFT-2303 TBufferredTransport not properly closing underlying transport by Jens Geyer · 11 years ago
  62. 4d1b0ea THRIFT-2298 TJsonProtocol implementation for C# does not allow for both possible slash (solidus) encodings by Jens Geyer · 11 years ago
  63. d335acd THRIFT-2259 C# unexpected null logDelegate() pointer causes AV in TServer.serve() by Jens Geyer · 11 years ago
  64. d73aa07 THRIFT-2191 Fix charp JSONProtocol.ReadJSONDouble (specify InvariantCulture) by Jens Geyer · 11 years ago
  65. 2ca9c20 THRIFT-820 Remove readLength attribute from BinaryProtocol by Carl Yeksigian · 11 years ago
  66. 6b9e1c6 THRIFT-2080 C# multiplex processor does not catch IOException by Jens Geyer · 12 years ago
  67. ee353e6 THRIFT-1709 Warning "Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first" in TBinaryProtocol.cs at ReadInt64() by Jens Geyer · 12 years ago
  68. 866c23b THRIFT-2081 Specified timeout should be used in TSocket.Open() by Jens Geyer · 12 years ago
  69. e5bfd4c THRIFT-2070 Improper `HexChar' and 'HexVal' implementation in TJSONProtocol.cs by Jens Geyer · 12 years ago
  70. 102bca4 THRIFT-2032 C# client leaks sockets/handles by Jens Geyer · 12 years ago
  71. b310ae7 THRIFT-2015 Thrift exceptions should derive from TException by Jens Geyer · 12 years ago
  72. 548244f THRIFT-1959: Add Union TMemoryBuffer support Client: csharp Patch: carl by Carl Yeksigian · 12 years ago
  73. 8d22c10 THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize negative int32 and int64 number correctly by Henrique Mendonça · 12 years ago
  74. da7982e THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize negative int32 and int64 number correctly by Henrique Mendonça · 12 years ago
  75. 744e45f THRIFT-1969 C#: Tests not properly linked from the solution by Jens Geyer · 12 years ago
  76. 7203424 THRIFT-1901 C#: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
  77. 7f8b870 THRIFT-1949: WP7 build broken by Jens Geyer · 12 years ago
  78. b706b1a THRIFT-1742 Optionally implement hashcode and equals in c# by Jens Geyer · 12 years ago
  79. 938e640 THRIFT-1785 add TMemoryBuffer; patch by carl yeksigian reviewed by tjake by Jake Luciani · 12 years ago
  80. f509df9 THRIFT-1930: C# generates unsigned byte for Thrift "byte" type by Jens Geyer · 12 years ago
  81. bdb19a4 Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian by jfarrell · 12 years ago
  82. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  83. 98f9377 Thrift-1709:Warning "Bitwise-or operator used on a sign-extended operand;..." by Jake Farrell · 12 years ago
  84. 6fcecd4 Updating Thrift trunk version to 1.0.0-dev by Jake Farrell · 12 years ago
  85. e983cf5 update Visual Studio project files and svn:ignore by Roger Meier · 12 years ago
  86. 14c217d Thrift-1709:Warning "Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first" in TBinaryProtocol.cs at ReadInt64() by Jake Farrell · 12 years ago
  87. bd5db3a Thrift-336: Compact Protocol in C# Patch: Henrique Mendonça by Henrique Mendonca · 12 years ago
  88. ecad392 Thrift-336: Compact Protocol in C# Patch: Henrique Mendonça by Henrique Mendonca · 12 years ago
  89. 3d37fba THRIFT-1694 Re-Enable serialization for WP7 Silverlight Patch: Jens Geyer by Roger Meier · 12 years ago
  90. 4cb8e40 THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox by Roger Meier · 13 years ago
  91. 86d2a4a THRIFT-1610:IWebProxy not available on WP7 platform by Jake Farrell · 13 years ago
  92. 5e022aa THRIFT-1159:THttpClient->Flush() issue (connection thru proxy) by Jake Farrell · 13 years ago
  93. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  94. b1ec4cc THRIFT-1412 Thrift Transport classes should manage the lifetime of objects implementing IDisposable by implementing IDisposable themselves by Roger Meier · 13 years ago
  95. 2b828b1 THRIFT-1516 TProtocolException in C# should be public Patch: Stefan Gmeiner by Roger Meier · 13 years ago
  96. 2fbde0e THRIFT-1517 TTransport.ReadAll() should set exception type to EndOfFile by Roger Meier · 13 years ago
  97. 12ac2ac Thrift-1456: System.Net.HttpWebRequest' does not contain a definition for 'Proxy' by Jake Farrell · 13 years ago
  98. 284a9b5 THRIFT-1037 Proposed changes to support Silverlight, Windows Phone and AsyncCTP v3 by Roger Meier · 13 years ago
  99. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  100. 212022c THRIFT-322 IHttpHandler for Thrift Patch: Nils Huegelmann by Roger Meier · 13 years ago