1. 01d53f4 THRIFT-5248: Python: Make TSocket.isOpen check if server still connected by Neil Williams · 4 years, 6 months ago
  2. 68c1506 THRIFT-5261 Support for deprecated methods (via annotation) by Jens Geyer · 4 years, 5 months ago
  3. b93fafd THRIFT-5214: Use peek to implement socket connectivity check by Yuxuan 'fishy' Wang · 4 years, 5 months ago
  4. 64f419b THRIFT-5257: Fix Go THeaderTransport endOfFrame handling by Yuxuan 'fishy' Wang · 4 years, 6 months ago
  5. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 4 years, 7 months ago
  6. 23c8e52 THRIFT-5254 Member name cannot be Isset (unless it is an "required" member) by Jens Geyer · 4 years, 6 months ago
  7. 363ee00 THRIFT-5253 using Result in result name generates wrong IAsync interface by Jens Geyer · 4 years, 6 months ago
  8. 58e655e THRIFT-5252 Make CreateHttpClientHandler() method virtual by Jens Geyer · 4 years, 6 months ago
  9. ec57271 THRIFT-5251 StringUtils<T>.ToString() raises an exception for enum values outside range by Jens Geyer · 4 years, 6 months ago
  10. eb45c2a THRIFT-5247 Avoiding meaningless System.copy Client: java Patch: Zezeng Wang by zeshuai007 · 4 years, 6 months ago
  11. dd09187 Fix FrameWriter.java typo Client: java Patch: dugenkui <dugenkui@meituan.com> by dugenkui · 4 years, 6 months ago
  12. 6c5f5c8 THRIFT-5329: Add THttpTransport constructor with HttpClient by ResDiaryLewis · 4 years, 7 months ago
  13. 4db7a0a THRIFT-5240: Do connectivity check in Go server by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  14. 5dc1d26 THRIFT-5152: Separate timeout in TSSLSocket by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  15. 0dd1363 THRIFT-5190: StringUtils haven't take `(offset + length) > bytes.length` into account by dugenkui · 4 years, 9 months ago
  16. 6e16c2b THRIFT-5238 GetHashCode can throw NullReferenceException by Jens Geyer · 4 years, 7 months ago
  17. bcae3bb THRIFT-5233: Handle I/O timeouts in go library (#2181) by Duru Can Celasun · 4 years, 7 months ago
  18. 8b8633e THRIFT-5221: Fix stack overflow when reading buffer by wangyunjian · 4 years, 8 months ago
  19. 7b37994 Thrift.csproj: Stop writing AssemblyAttributes.cs to /tmp by Marco Schroeter · 4 years, 10 months ago
  20. e79f764 THRIFT-5233: Handle I/O timeouts in go library by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  21. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  22. dabfea2 THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocket by max ulidtko · 4 years, 8 months ago
  23. cfbb905 THRIFT-5214: Reset read deadline in socketConn by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  24. e382275 THRIFT-5214: Push read deadline in socketConn by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  25. c9890cb THRIFT-5214: Partial rewrite of TFramedTransport by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  26. 9fd134f Use io.CopyN to simplify THeaderTransport code by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  27. b1628cf THRIFT-5122: Fix memory leak on accept error in thrift_simple_server_serve() by wangyunjian · 4 years, 11 months ago
  28. bde5cbc Added IsOpen() and GetPort() for netstd transports by Mario Emmenlauer · 4 years, 7 months ago
  29. eac4d0c THRIFT-5114 Simplified reallocation of TMemoryBuffer by Mario Emmenlauer · 5 years ago
  30. 36bf0a4 Make named pipe security configurable by security descriptor string by Nathan Breakwell · 4 years, 10 months ago
  31. affea7b THRIFT-5216 generate DeepCopy methods Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years, 8 months ago
  32. 05023e8 THRIFT-5214: Connectivity check on go's TSocket by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  33. d28f39f THRIFT-5129: Fix swift TSocketTransport on Mac Client: Swift Patch: Eric Chen by Eric Chen · 4 years, 8 months ago
  34. 0198542 THRIFT-5195: Handle Thrift union type sending for Swift by Eric Chen · 4 years, 8 months ago
  35. 797fe25 Supplement TNonblockingServer.py testcase Client: py Patch: Zezeng Wang by zeshuai007 · 4 years, 8 months ago
  36. e6d7d13 THRIFT-5215: Remove portable_endian.h Client: cpp Patch: James Lacey by James Lacey · 4 years, 8 months ago
  37. dd34c52 When I use --with-zlib args for cross-compiling, it failed without "$(ZLIB_LDFLAGS)". by rel1ve · 4 years, 10 months ago
  38. f8103c6 THRIFT-5202: TNonblockingMultiFetchClient Use SLF4J Parameterized Logging by David Mollitor · 4 years, 8 months ago
  39. a082592 THRIFT-5128 Swift TFramedTransport does not work using present code by Jano Svitok · 4 years, 10 months ago
  40. 1edf329 THRIFT-5125: Swift server does not work using present code by Jano Svitok · 4 years, 11 months ago
  41. 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 4 years, 8 months ago
  42. dce2299 THRIFT-5210 further refactoring and performance optimizations by Jens Geyer · 4 years, 8 months ago
  43. 261de34 THRIFT-5211 Handle incomplete reads correctly by Philipp Hausmann · 4 years, 9 months ago
  44. ad3e440 TSocketTransport.cs: Fixed a problem with initializing IPAddress by Mario Emmenlauer · 4 years, 9 months ago
  45. be3f732 Make TTransportException unwrappable on Go 1.13+ by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  46. 26e6c84 Add testcase for compactprotocol(python) by zeshuai007 · 4 years, 8 months ago
  47. 64ac65e THRIFT-5199: Fix infinite loop writing to closed TSocket in PHP by Tim Heilig · 4 years, 8 months ago
  48. 47e9d8f THRIFT-5197: TSSLTransportFactory Do Not Wrap NOT_OPEN Exception Type for Client by David Mollitor · 4 years, 8 months ago
  49. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
  50. bbc5e06 Supplement TZlibTransport.py testcase by zeshuai007 · 4 years, 8 months ago
  51. 0c173bf THRIFT-5164: Small cleanup on example code by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  52. 5cffef9 THRIFT-5164: Add middleware framework for Go clients by Andrew Boyle · 4 years, 9 months ago
  53. 3938169 Add file and memory buffer tests for Python by Zezeng Wang · 4 years, 9 months ago
  54. 8746291 THRIFT-5188 Occasional ERROR_INSUFFICIENT_BUFFER at WinHttpQueryHeaders() by Jens Geyer · 4 years, 9 months ago
  55. 00c039a THRIFT-5164: Add middleware framework for Go servers by Andrew Boyle · 4 years, 9 months ago
  56. 7c4bdf9 THRIFT-5184: Fix header check for WebSocket connections by penenin · 4 years, 9 months ago
  57. c372812 Supplement TBinaryprotocol module testcase by Zezeng Wang · 4 years, 9 months ago
  58. 3127e4a THRIFT-5150: Fix compilation with Swift 5.2 by Jano Svitok · 4 years, 9 months ago
  59. b83ae2c supplementary testcase for TJSONProtocol by zeshuai007 · 4 years, 9 months ago
  60. b94c166 THRIFT-5177: getaddrinfo() should not be used for Unix sockets by Dmitry Maluka · 4 years, 9 months ago
  61. 2d2df9e Allow wrapping TTransportFactory into a TZlibTransportFactory by Mario Emmenlauer · 4 years, 9 months ago
  62. 25f81d1 Rework NodeJS / Javascript consistency by Mario Emmenlauer · 4 years, 9 months ago
  63. b4711a6 Swift 5.1 support by Alexander Edge · 4 years, 9 months ago
  64. 0457437 TOutput: Add further parsers for errno-to-string conversion for Windows by Mario Emmenlauer · 4 years, 9 months ago
  65. ed0bad3 Add isOpen() to TServerTransport by Mario Emmenlauer · 4 years, 9 months ago
  66. e98ba9c THRIFT-5183: Don't try to read next frame in THeaderTransport.Read by Yuxuan 'fishy' Wang · 4 years, 9 months ago
  67. d5a9bf2 THRIFT-5171: Fix maven-ant-tasks to use HTTPS instead of HTTP by Kengo Seki · 4 years, 9 months ago
  68. 93171d2 THRIFT-5109 Misc Cmake build improvements Patch: Mario Emmenlauer by Mario Emmenlauer · 5 years ago
  69. 6064696 lib/js/Gruntfile.js: Generalized to add some level of Windows CMD support (not complete yet) by Mario Emmenlauer · 4 years, 9 months ago
  70. df2f5d2 THRIFT-5178: Add constructor with default host to THttpClient by Mario Emmenlauer · 4 years, 9 months ago
  71. 57c2507 THRIFT-5168 Useless generated code when .thrift file only has service type by zeshuai007 · 4 years, 9 months ago
  72. dd7e117 Removed a duplicate line + Fixed typo in the comments of lib/cpp/src/thrift/concurrency/Thread.h by gaganso · 4 years, 9 months ago
  73. 35a3942 Update libthrift.vcxproj and libthrift.vcxproj.filters: remove xxxThreadFactory.h file which has been removed by zeshuai007 · 4 years, 9 months ago
  74. 9e864d5 Add UnsetHeader to go library by Yuxuan 'fishy' Wang · 4 years, 9 months ago
  75. 81334cd THRIFT-5152: introduce connect timeout and socket timeout by lvqian · 4 years, 10 months ago
  76. 69642f3 THRIFT-5165: THttpClient saves session cookie. Client: py Patch: Joao Antonio by Joao Antonio · 4 years, 9 months ago
  77. 6bbdb1a THRIFT-5166: Add support for using WebSockets as a server transport. by James Lacey · 4 years, 9 months ago
  78. 5159da9 THRIFT-5172 NetStd OutOfMemoryException Client: netstd Patch: Eric Bleher by eric.bleher@software-managed.com · 4 years, 9 months ago
  79. 13e6f9e THRIFT-5047:fix openssl switch Client: cpp Patch: Yuanyuan Chen by cyy · 5 years ago
  80. 8181056 THRIFT-5156: Fix library compilation on Windows and compiler warnings by James Lacey · 4 years, 10 months ago
  81. dbb95e4 THRIFT-5076 Improve CMake OpenSSL usage Client: c_glib Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  82. 102428d THRIFT-5163 adds Q to exports for browserify by Márton Csordás · 4 years, 10 months ago
  83. dfd6df7 THRIFT-3356: handle undefined captureStackTrace by Márton Csordás · 4 years, 9 months ago
  84. 86396c6 Add testcase for other condition judgment in the readJSONDouble function by zeshuai007 · 4 years, 10 months ago
  85. 8ec5857 THRIFT-4963: Fix deadlock in ThreadManager::Worker::run by Kanishth Karthik · 4 years, 10 months ago
  86. dfe7f30 THRIFT-5130 Use Apcu instead of APC Client: PHP Patch: Vladimir Panivko by panivko · 4 years, 10 months ago
  87. aeda987 THRIFT-5146 Align Delphi to the test suite arguments rules (its "--switch=value", not "--switch value") by Jens Geyer · 4 years, 10 months ago
  88. 4a33b18 THRIFT-5145 Streamline --pipe and --named-pipe options in the code base by Jens Geyer · 4 years, 10 months ago
  89. 655f525 Fix some compile warnings Client: c_glib Patch: zeshuai007 <51382517@qq.com> by zeshuai007 · 4 years, 10 months ago
  90. 4b66a9d THRIFT-5133: Use ArrayPool when reading and writing strings to improve performance by Mikel Blanchard · 4 years, 10 months ago
  91. dad2bf8 Fix several warnings in c_glib lib and incorrect error message by Kevin Wojniak · 6 years ago
  92. b013dc0 THRIFT-5121: Fix inverted logic when testing message type by Alexander Edge · 4 years, 11 months ago
  93. 2e11577 THRIFT-5111: Upgrade rust to 1.36.0 Client: Rust Patch: Jano Svitok by Jano Svitok · 4 years, 10 months ago
  94. e791760 THRIFT-5131: Require >= 1.1.4 of integer-encoding dependency by Nik Clayton · 4 years, 10 months ago
  95. 1b7b00c CI broken, reverting following PRs by Jens Geyer · 4 years, 11 months ago
  96. 56700e4 THRIFT-4982 Remove deprecated C# bindings from the code base by Jens Geyer · 4 years, 11 months ago
  97. 4903d18 THRIFT-5123 add possibility to query HTTP status code with WinHTTP by Jens Geyer · 4 years, 11 months ago
  98. aec555a make dist fails due to CMakeList.txt files missing from the generated tarball by Jens Geyer · 4 years, 11 months ago
  99. b7b02af THRIFT-5115 PR #2022 Updated gradle to 6.2 broke CI by Mario Emmenlauer · 4 years, 11 months ago
  100. 4b475af THRIFT-5084: Multiplexed processor in Swift – explicit return statements by Alexander Edge · 4 years, 11 months ago