1. d5e5fd0 Merge pull request #2221 from zeshuai007/THRIFT-5249 by Zezeng Wang · 4 years, 4 months ago
  2. e6d97c0 test ci fix by zeshuai007 · 4 years, 5 months ago
  3. 1190308 Merge pull request #2191 from zeshuai007/Implements_TConfig by Zezeng Wang · 4 years, 4 months ago
  4. c77941c THRIFT-5134: Fix memory leak when the handler method return FALSE by wangyunjian · 4 years, 10 months ago
  5. 0d6a2d3 THRIFT-4272: warnings in glibc library Client: c_glib Patch: Zezeng Wang by zeshuai007 · 4 years, 10 months ago
  6. dbc4fbf fix CI: add Erlang crashes to known failures by Jens Geyer · 4 years, 4 months ago
  7. 63213c1 Implements TConfiguration for java by zeshuai007 · 4 years, 4 months ago
  8. dd6c8c1 TServerSocket.cpp: Ensure the server is really listening (via helper variable listening_) by Mario Emmenlauer · 4 years, 4 months ago
  9. 40cd021 Added getter and setter for domain socket path, and minor fix for printing abstract domain socket paths by Mario Emmenlauer · 4 years, 4 months ago
  10. 304f50b Fixed double newline at end of generated python service files (#2236) by Jonathan Mackenzie · 4 years, 4 months ago
  11. 413377b fix CI: add Erlang crashes to known failures by Jens Geyer · 4 years, 4 months ago
  12. 6b1cb30 THRIFT-5217 Deprecated boost header Client: cpp Patch: Zezeng Wang by zeshuai007 · 4 years, 8 months ago
  13. 0371589 THRIFT-5260 Fix the thrift compiler generate problematic lua code for the oneway method by longzhiri · 4 years, 5 months ago
  14. 47d4a00 Deprecated WinXP and Server2003 methods Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 4 years, 8 months ago
  15. b0d1413 THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support 2018 edition by Allen George · 4 years, 10 months ago
  16. 935770c THRIFT-5136: Fix memory leak in thrift_multiplexed_processor_process_impl() by wangyunjian · 4 years, 10 months ago
  17. 073166f THRIFT-5255: Fix stack overflow in framed transport by wangyunjian · 4 years, 6 months ago
  18. 021cb27 THRIFT-5259 Fix "Transport endpoint is not connected " error when running lua test server accepts a connection by Zero · 4 years, 5 months ago
  19. 21b3e46 THRIFT-5262 Fix a encoding struct bug in the compact protocol implementation to lua by longzhiri · 4 years, 5 months ago
  20. cc41c29 Fix appveryor check Patch: Zezeng Wang by zeshuai007 · 4 years, 5 months ago
  21. 3a03da5 THRIFT-5268 Fix some file loss ")" in define Client: c_glib Patch: Zezeng Wang by zeshuai007 · 4 years, 5 months ago
  22. 22b6c0c THRIFT-5270: Fix wrong int to string conversions by Yuxuan 'fishy' Wang · 4 years, 4 months ago
  23. 0503fc0 THRIFT-5132 Warning in TSocket when using ssl connection by panivko · 4 years, 8 months ago
  24. c80b8bb THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 4 years, 6 months ago
  25. 01d53f4 THRIFT-5248: Python: Make TSocket.isOpen check if server still connected by Neil Williams · 4 years, 6 months ago
  26. 68c1506 THRIFT-5261 Support for deprecated methods (via annotation) by Jens Geyer · 4 years, 5 months ago
  27. b93fafd THRIFT-5214: Use peek to implement socket connectivity check by Yuxuan 'fishy' Wang · 4 years, 5 months ago
  28. 64f419b THRIFT-5257: Fix Go THeaderTransport endOfFrame handling by Yuxuan 'fishy' Wang · 4 years, 5 months ago
  29. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 4 years, 7 months ago
  30. 23c8e52 THRIFT-5254 Member name cannot be Isset (unless it is an "required" member) by Jens Geyer · 4 years, 6 months ago
  31. 363ee00 THRIFT-5253 using Result in result name generates wrong IAsync interface by Jens Geyer · 4 years, 6 months ago
  32. 58e655e THRIFT-5252 Make CreateHttpClientHandler() method virtual by Jens Geyer · 4 years, 6 months ago
  33. ec57271 THRIFT-5251 StringUtils<T>.ToString() raises an exception for enum values outside range by Jens Geyer · 4 years, 6 months ago
  34. eb45c2a THRIFT-5247 Avoiding meaningless System.copy Client: java Patch: Zezeng Wang by zeshuai007 · 4 years, 6 months ago
  35. dd09187 Fix FrameWriter.java typo Client: java Patch: dugenkui <dugenkui@meituan.com> by dugenkui · 4 years, 6 months ago
  36. 761a869 THRIFT-5118: Fix memory leak when the handler method return a exception by wangyunjian · 4 years, 11 months ago
  37. 6c5f5c8 THRIFT-5329: Add THttpTransport constructor with HttpClient by ResDiaryLewis · 4 years, 7 months ago
  38. 4db7a0a THRIFT-5240: Do connectivity check in Go server by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  39. 5dc1d26 THRIFT-5152: Separate timeout in TSSLSocket by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  40. 0dd1363 THRIFT-5190: StringUtils haven't take `(offset + length) > bytes.length` into account by dugenkui · 4 years, 9 months ago
  41. 86cc6f0 THRIFT-5144: Fix memory leak when generate deserialize list element by wangyunjian · 4 years, 10 months ago
  42. 24ca210 Fix README.md typo Patch: Salah Ghanim by Salah Ghanim · 4 years, 7 months ago
  43. 6e16c2b THRIFT-5238 GetHashCode can throw NullReferenceException by Jens Geyer · 4 years, 7 months ago
  44. 2834101 THRIFT-2087 Python compiler replace non utf-8 char with default by Emmanuel Brard · 4 years, 7 months ago
  45. bcae3bb THRIFT-5233: Handle I/O timeouts in go library (#2181) by Duru Can Celasun · 4 years, 7 months ago
  46. 8b8633e THRIFT-5221: Fix stack overflow when reading buffer by wangyunjian · 4 years, 8 months ago
  47. 1bed620 THRIFT-5235 Add property setter for isset flags Client: delphi Patch: Jens Geyer by Jens Geyer · 4 years, 7 months ago
  48. 7db2d0f THRIFT-5234 Fix a number of js/ts generation issues by Phil Price · 5 years ago
  49. 210202e THRIFT-5229 Deprecate as3 support Client: as3 Patch: Jens Geyer by Jens Geyer · 4 years, 7 months ago
  50. 7b37994 Thrift.csproj: Stop writing AssemblyAttributes.cs to /tmp by Marco Schroeter · 4 years, 10 months ago
  51. e79f764 THRIFT-5233: Handle I/O timeouts in go library by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  52. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  53. 3f78c70 THRIFT-5082 Add a Class reference for PHP enum $_TSPEC by Stanislav Markevic · 5 years ago
  54. dabfea2 THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocket by max ulidtko · 4 years, 8 months ago
  55. cfbb905 THRIFT-5214: Reset read deadline in socketConn by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  56. e382275 THRIFT-5214: Push read deadline in socketConn by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  57. c9890cb THRIFT-5214: Partial rewrite of TFramedTransport by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  58. 9fd134f Use io.CopyN to simplify THeaderTransport code by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  59. 0acf23b THRIFT-5200 Thrift compiler will generate incorrect code when add 'cob_style' option by zeshuai007 · 4 years, 8 months ago
  60. b1628cf THRIFT-5122: Fix memory leak on accept error in thrift_simple_server_serve() by wangyunjian · 4 years, 11 months ago
  61. bde5cbc Added IsOpen() and GetPort() for netstd transports by Mario Emmenlauer · 4 years, 7 months ago
  62. eac4d0c THRIFT-5114 Simplified reallocation of TMemoryBuffer by Mario Emmenlauer · 4 years, 11 months ago
  63. fa770f6 Use correct platform executable suffix for thrift compiler by Mario Emmenlauer · 4 years, 8 months ago
  64. 68f2194 Fix STRERROR_R_CHAR_P cxx check (remove unused variable warning->error) by Anton Filippov · 4 years, 10 months ago
  65. 36bf0a4 Make named pipe security configurable by security descriptor string by Nathan Breakwell · 4 years, 10 months ago
  66. b559359 THRIFT-5220 DeepCopy() extension methods not generated when the IDL contains no service by Jens Geyer · 4 years, 8 months ago
  67. 98854c4 Updated LICENSE file by Jens Geyer · 4 years, 8 months ago
  68. affea7b THRIFT-5216 generate DeepCopy methods Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years, 8 months ago
  69. 05023e8 THRIFT-5214: Connectivity check on go's TSocket by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  70. d28f39f THRIFT-5129: Fix swift TSocketTransport on Mac Client: Swift Patch: Eric Chen by Eric Chen · 4 years, 8 months ago
  71. 0198542 THRIFT-5195: Handle Thrift union type sending for Swift by Eric Chen · 4 years, 8 months ago
  72. 797fe25 Supplement TNonblockingServer.py testcase Client: py Patch: Zezeng Wang by zeshuai007 · 4 years, 8 months ago
  73. e6d7d13 THRIFT-5215: Remove portable_endian.h Client: cpp Patch: James Lacey by James Lacey · 4 years, 8 months ago
  74. eb8e843 addition to THRIFT-5185: Support for using WebSockets as a server transport by Jens Geyer · 4 years, 8 months ago
  75. 348790d THRIFT-5147: Add uninstall function Patch: Zezeng Wang by zeshuai007 · 4 years, 10 months ago
  76. 528c22f THRIFT-5201: Use Apache Parent Pom for Thrift Maven Plugin by David Mollitor · 4 years, 8 months ago
  77. dd34c52 When I use --with-zlib args for cross-compiling, it failed without "$(ZLIB_LDFLAGS)". by rel1ve · 4 years, 10 months ago
  78. f8103c6 THRIFT-5202: TNonblockingMultiFetchClient Use SLF4J Parameterized Logging by David Mollitor · 4 years, 8 months ago
  79. 7de1f5d Added breaking change notice for "THRIFT-5138 Swift keywords may be used as identifiers if escaped" because it is labelled as such in JIRA by Jens Geyer · 4 years, 8 months ago
  80. 4fd001c THRIFT-5138 Swift keywords may be used as identifiers if escaped by Jano Svitok · 4 years, 10 months ago
  81. a082592 THRIFT-5128 Swift TFramedTransport does not work using present code by Jano Svitok · 4 years, 10 months ago
  82. 1edf329 THRIFT-5125: Swift server does not work using present code by Jano Svitok · 4 years, 11 months ago
  83. 506e311 FIX: CI error at ./test/py/TestServer.py:178:26: F507 '...' % ... has 1 placeholder(s) but 6 substitution(s) by Jens Geyer · 4 years, 8 months ago
  84. 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 4 years, 8 months ago
  85. dce2299 THRIFT-5210 further refactoring and performance optimizations by Jens Geyer · 4 years, 8 months ago
  86. 261de34 THRIFT-5211 Handle incomplete reads correctly by Philipp Hausmann · 4 years, 9 months ago
  87. 5323965 THRIFT-3622 Fix deprecated uses of std::auto_ptr by zeshuai007 · 4 years, 8 months ago
  88. ad3e440 TSocketTransport.cs: Fixed a problem with initializing IPAddress by Mario Emmenlauer · 4 years, 9 months ago
  89. be3f732 Make TTransportException unwrappable on Go 1.13+ by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  90. 26e6c84 Add testcase for compactprotocol(python) by zeshuai007 · 4 years, 8 months ago
  91. 64ac65e THRIFT-5199: Fix infinite loop writing to closed TSocket in PHP by Tim Heilig · 4 years, 8 months ago
  92. 55680af Update NodeJS to oldest supported version on Ubuntu Xenial by Mario Emmenlauer · 4 years, 8 months ago
  93. 47e9d8f THRIFT-5197: TSSLTransportFactory Do Not Wrap NOT_OPEN Exception Type for Client by David Mollitor · 4 years, 8 months ago
  94. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 4 years, 9 months ago
  95. bbc5e06 Supplement TZlibTransport.py testcase by zeshuai007 · 4 years, 8 months ago
  96. abc2ec6 THRIFT-5198 Fix certain Visual Studio hints in generated netstd code by Jens Geyer · 4 years, 8 months ago
  97. 0c173bf THRIFT-5164: Small cleanup on example code by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  98. 4873068 Update PR template by Duru Can Celasun · 4 years, 9 months ago
  99. 5cffef9 THRIFT-5164: Add middleware framework for Go clients by Andrew Boyle · 4 years, 9 months ago
  100. 9c75797 Configure Gitbox: It's notifications, not github [skip ci] by Jens Geyer · 4 years, 9 months ago