1. f5a9a30 THRIFT-5110 Added a number of required libs for using static OpenSSL by Mario Emmenlauer · 5 years ago
  2. d858a8d THRIFT-5066: Implement testBinary invocation in TestClient.pl by Kengo Seki · 5 years ago
  3. a89036c THRIFT-5084: Multiplexed processor in Swift Client: Swift Patch: Alexander Edge by Alexander Edge · 5 years ago
  4. f0c761e THRIFT-5059: Add cross tests for TZlibTransport in D Client: D Patch: Kengo Seki by Kengo Seki · 5 years ago
  5. ea4a086 THRIFT-5102: Fix memory leak in thrift_simple_server_serve() by wangyunjian · 5 years ago
  6. bd26d38 THRIFT-5094: Fix memory leak in thrift_server_set_property() by wangyunjian · 5 years ago
  7. d8480c9 THRIFT-5101: Return NULL install of FALSE for thrift_server_socket_accept() by wangyunjian · 5 years ago
  8. 7b712f4 THRIFT-5106: Fix various Lua library and compiler issues by Jeffrey Han · 5 years ago
  9. 222362c THRIFT-5095 ToString() should print entire structure, not just the top-level data by Jens Geyer · 5 years ago
  10. c8e46cf THRIFT-5097: Fix exported version in cmake module Patch: Tobias Mayer by Tobias Mayer · 5 years ago
  11. bb5f7ec THRIFT-5091 Netstd generator produces uncompileable code for struct names ending with "_result" or "_args" by Jens Geyer · 5 years ago
  12. aa9e7e8 THRIFT-5092: Return an error instead of causing a panic when attempting to write to a closed client. by Renan I. Del Valle · 5 years ago
  13. b012318 THRIFT-5088 Memory leak in TWinHttpTransport Client: Delphi Patch: Jens Geyer by Jens Geyer · 5 years ago
  14. ded3261 THRIFT-5072 Fix data type generation. by Homarechan · 5 years ago
  15. 7d30e2c (no ticket) catch exception by ref Patch: Gaurav Singh by Gaurav Singh · 5 years ago
  16. 77c4afa (no ticket) Propagate exception instead of rethrowing by Gaurav Singh · 5 years ago
  17. baddaa8 THRIFT-5086 CMake target thrift::thrift has no INTERFACE_INCLUDE_DIRECTORIES property by Jens Geyer · 5 years ago
  18. b576ae9 (no ticket) Document Docker Build JS Versions [skip ci] by Cameron Rollheiser · 5 years ago
  19. 68b113a (no ticket) Improved formatting Client: doc Patch: Srinivas Reddy by Srinivas Reddy · 5 years ago
  20. f049ff3 THRIFT-5083 Reset context on new messages. Client: netstd Patch: Paulo Neves by Paulo Neves · 5 years ago
  21. f8b0040 Fix typo for python 3 support by Christopher Friedt · 5 years ago
  22. cb4c31a THRIFT-5050 Fix MemoryBuffer.pm to raise a proper exception if no data is available by Kengo Seki · 5 years ago
  23. e56f717 THRIFT-5078 Handle named pipe clients quickly disconnecting by Nick Collier · 5 years ago
  24. e8f82da THRIFT-5016 Do Not Check 'other' For Null in Equals by David Mollitor · 5 years ago
  25. 436bce3 (no ticket) Gracefully terminate the connection handling loop when encountering EOF on the transport layer by Sam De Roeck · 5 years ago
  26. a86a354 THRIFT-5074 Cleanup of test suite command line options by Jens Geyer · 5 years ago
  27. 3a2a44b Remove non-required JS dependencies by Cameron Rollheiser · 5 years ago
  28. 829b7d3 Add vcpkg installation instructions Patch: JackBoosY, edited by JensG by JackBoosY · 5 years ago
  29. d082d1d THRIFT-5052: Make the Go tutorial executable to the end by Kengo Seki · 5 years ago
  30. c97e6aa THRIFT-5060: Add cross tests for TZlibTransport in Java by Kengo Seki · 5 years ago
  31. 46554d0 THRIFT-5051: Fix Python tutorials to address THRIFT-4002 by Kengo Seki · 5 years ago
  32. 1c789ce THRIFT-5065: Fix broken links in the IDL document by Kengo Seki · 5 years ago
  33. 397645a THRIFT-5069: Make TDeserializer resource pool friendly by Yuxuan 'fishy' Wang · 5 years ago
  34. a5ec666 THRIFT-5068: Force secure Maven Central in Travis CI by Christopher Tubbs · 5 years ago
  35. 70c4e7a Use HTTPS for repo1.maven.org by D. Can Celasun · 5 years ago
  36. 45a9459 THRIFT-5061: Pin Ruby's rack version to 2.0.8 Client: ruby Patch: Kengo Seki by Kengo Seki · 5 years ago
  37. bee4f2f THRIFT-5053: Fix the netstd tutorial console logging and README by Kengo Seki · 5 years ago
  38. 30ac259 THRIFT-5003: Websocket Connection in Browsers with nodejs code by Eugen · 5 years ago
  39. 6e44378 Merge pull request #1919 from mpajkowski/to_socket_addrs by Allen George · 5 years ago
  40. 44d8cc6 THRIFT-5014: Do Direct Comparison on Raw Values Instead of Objects by belugabehr · 5 years ago
  41. b374ce3 THRIFT-5046: Better struct tag overrides by Duru Can Celasun · 5 years ago
  42. 418d88b THRIFT-5013: Replace NullPointerException with RequireNonNull by belugabehr · 5 years ago
  43. 0ebf3ce Fix uint64_t to size_t conversion warning by Kevin Wojniak · 5 years ago
  44. dfae5d7 THRIFT-4252: Close sockets when shut down server (#1905) by Duru Can Celasun · 5 years ago
  45. 6e2a698 THRIFT-5048 EnumUtils<T>.ToString() throws for elements not known to the receiving end [ci skip] by Jens Geyer · 5 years ago
  46. f1c5341 THRIFT-4974: Add cross test for Python's Unix domain socket transport by Kengo Seki · 5 years ago
  47. cf95fef THRIFT-5029: Fix Node.js lib entry point Client: js by Anton Golub · 5 years ago
  48. 9c43962 Revert "Revert "THRIFT-4002: Make generated exception classes immutable by default"" by Elvis Pranskevichus · 5 years ago
  49. 9320f89 Revert "Revert "Remove unnecessary TException.message hack"" by Elvis Pranskevichus · 5 years ago
  50. 6e023df THRIFT-4889 Nonblocking server with sasl support Client: Java Patch: Qinghui Xu by Qinghui Xu · 5 years ago
  51. 3a0e1fd THRIFT-5008: Improve TSaslTransport logging Client: Java Patch: Qinghui Xu by Qinghui Xu · 5 years ago
  52. 3d9f50d Revert "Remove unnecessary TException.message hack" by D. Can Celasun · 5 years ago
  53. 1234ddf Revert "THRIFT-4002: Make generated exception classes immutable by default" by D. Can Celasun · 5 years ago
  54. b40f5c2 THRIFT-4002: Make generated exception classes immutable by default by Elvis Pranskevichus · 6 years ago
  55. 45a9827 Remove unnecessary TException.message hack by Elvis Pranskevichus · 6 years ago
  56. ffb97e1 THRIFT-4990 Upgrade to .NET Core 3.1 (LTS) Client: netstd Patch: Jens Geyer by Jens Geyer · 5 years ago
  57. e780855 THRIFT-5044 Improve serialization support for TApplicationExceptions and custom exceptions by Jens Geyer · 5 years ago
  58. 65e352b THRIFT-5037 Documentation for TConfiguration Patch: Jens Geyer by Jens Geyer · 5 years ago
  59. 450bc69 THRIFT-4915 Deserializing double into OrderedFloat always returns zero when using TCompactProtocol by Jens Geyer · 5 years ago
  60. 1e04910 Generate comments for the output cpp file by kahotv · 5 years ago
  61. 9c6c6bf THRIFT-5043 Make TBufferChannel clonable Client: Rust Patch: Julian Tescher by Julian Tescher · 5 years ago
  62. b34680f THRIFT-4915 Fix encoding/decoding doubles in TCompactProtocol by Marcin Pajkowski · 5 years ago
  63. c630841 THRIFT-5042 Fix failing tests Client: Rust Patch: Marcin Pajkowski by Marcin Pajkowski · 5 years ago
  64. 98ce2c8 THRIFT-4995 Use `ToSocketAddrs` for net addresses by Marcin Pajkowski · 5 years ago
  65. 4266fae THRIFT-5032 netstd: Use PascalCase for Properties. by Paulo Neves · 5 years ago
  66. a019cda THRIFT-5012 Centralize configuration aspects into a commonly used configuration object [ci skip] by Jens Geyer · 5 years ago
  67. c140bb9 THRIFT-5036 buffered transport over sockets may run into unexpected timeouts [ci skip] by Jens Geyer · 5 years ago
  68. bf2cad9 THRIFT-5031: Fix TIOStreamTransport javadoc by wineandcheeze · 5 years ago
  69. 6229371 THRIFT-5022: Fix TIOStreamTransport.isOpen for input or output only use by Andy Seaborne · 5 years ago
  70. 5080645 THRIFT-5027 Implement remaining read bytes checks by Jens Geyer · 5 years ago
  71. b541c6f THRIFT-5026 TestClient/Server ignores first cmdline argument by Jens Geyer · 5 years ago
  72. 9d958a3 THRIFT-5010 BinaryPrimitives.Read/WriteInt32BigEndian should be used to convert to/from network byte order by zembord · 5 years ago
  73. eacd1d4 THRIFT-5021 Implement MAX_MESSAGE_SIZE and centralize limits into a TConfiguration class by Jens Geyer · 5 years ago
  74. 8ae80a7 THRIFT-4999: Raise proper exception on transport error by Grégoire Seux · 5 years ago
  75. 261cad3 THRIFT-5020 Refactoring & minor fixes for netstd library by Jens Geyer · 5 years ago
  76. f4475ff THRIFT-5019: Duplicate imports from multiple includes from a namespace by Duru Can Celasun · 5 years ago
  77. 225646b THRIFT-4862 C++ TBinaryProtocol crashes on port scan by Jens Geyer · 5 years ago
  78. 528a0f0 THRIFT-5015 WinHTTP QueryDataAvailable cannot be used to retrieve total response size by Jens Geyer · 5 years ago
  79. 41f47af THRIFT-5007 Implement MAX_MESSAGE_SIZE and remaining read bytes control by Jens Geyer · 5 years ago
  80. ed99455 THRIFT-5009 Serializer implemtation lacks support for layered transports by Jens Geyer · 5 years ago
  81. 2646bd6 THRIFT-5006 Implement DEFAULT_MAX_LENGTH at TFramedTransport by Jens Geyer · 5 years ago
  82. fad7fd3 THRIFT-5005 Refactoring of the Delphi libs [ci skip] by Jens Geyer · 5 years ago
  83. 9f11c1e THRIFT-5004 Make exception implementations more consistent [ci skip] by Jens Geyer · 5 years ago
  84. 24fa9d0 THRIFT-4914: Add GetResponseHeadersFromClient helper function by Yuxuan 'fishy' Wang · 5 years ago
  85. 59694a7 THRIFT-5002: Fix argument containers for inherited functions by John Boiles · 5 years ago
  86. 4c27181 THRIFT-4914: Add TResponseHelper by Yuxuan 'fishy' Wang · 5 years ago
  87. 50caa4d THRIFT-4990: Upgrade to .NET Core 3.0 Client: netstsd Patch: Edward Zhuravlov by zembord · 5 years ago
  88. 963812a THRIFT-4984: Handle wrapped io.EOF errors by Yuxuan 'fishy' Wang · 5 years ago
  89. 596e25f Fix unknown pragma warnings on mingw Client: cpp Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  90. 4653009 THRIFT-4984: Ignore EOF errors in TSimpleServer, take 2 by Yuxuan 'fishy' Wang · 5 years ago
  91. 508d995 THRIFT-4959 Pin Chocolately Haskell packages by Kevin Wojniak · 5 years ago
  92. f7b2197 THRIFT-4994 changed this to self in forEach callback by Eugen Kandakov · 5 years ago
  93. 24045b7 Fix indentation by Qinghui Xu · 5 years ago
  94. a5b2bf5 THRIFT-4992 thrift lua TcompactProtocol bug fix #1881 by xiongjieqing · 5 years ago
  95. c5fadee Revert "thrift lua TcompactProtocol bug fix" by Jens Geyer · 5 years ago
  96. 3adb44a thrift lua TcompactProtocol bug fix by xiongjieqing · 5 years ago
  97. 1ce7317 Replace unknown BUILD_THRIFT variable Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  98. cf73b66 Remove unused exception variable Client: Python Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  99. bc75467 Fix "thruth" typo Client: Go Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  100. 43a93f1 fix typo in cmake Patch: Jens Geyer by Jens Geyer · 5 years ago