1. 68707d9 THRIFT-4474: Use PSR-4 autoloader by default by Robert Lu · 7 years ago
  2. 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
  3. 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 7 years ago
  4. 70b33fb THRIFT-4515: fix up nonblocking options and enable ssl for nonblocking in cpp server cross by James E. King III · 7 years ago
  5. 78755f5 THRIFT-4508: Fix node.js to be the desired version in docker ubuntu-artful image by James E. King III · 7 years ago
  6. 641b139 THRIFT-4503: fix dlang server logging on client disconnect so it does not report an error for normal operation by James E. King III · 7 years ago
  7. 6aa4c0f THRIFT-82: fix cl test server to return the correct SecondService string and enable multi tests by James E. King III · 7 years ago
  8. bf7f76b THRIFT-82: follow-up to common lisp to stabilize the linux build environment and update some docs by James E. King III · 7 years ago
  9. e93a901 THRIFT-82: Add Common Lisp support Client: cl by Tomek Kurcz · 7 years ago
  10. d907cc9 THRIFT-4352: update artful to use haxe 3.4.4 which fixes a core in haxe by James E. King III · 7 years ago
  11. 7004a61 THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues Client: java by Alex Volanis · 7 years ago
  12. b56fc70 THRIFT-4434: fixes to delegate all dependency responsibility from make to the dotnet build by James E. King III · 7 years ago
  13. 5499329 THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests by Volodymyr Gotra · 7 years ago
  14. cf7ba4c THRIFT-4390: Fix bug where binary/buffered messages > 4K could not be read/written by Allen George · 7 years ago
  15. a15060a THRIFT-4423: migrate to psr-4 Client: php by Robert Lu · 7 years ago
  16. ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 7 years ago
  17. f3a2974 THRIFT-4398 Update EXTRA_DIST for "make dist" by Jens Geyer · 7 years ago
  18. 3c42007 THRIFT-3580 THeader for Haskell Client: hs by Nobuaki Sukegawa · 9 years ago
  19. 66c3dbf THRIFT-3602 Make Tornado server send exception on unexpected handler error by Nobuaki Sukegawa · 9 years ago
  20. 6f82640 THRIFT-3600 Make TTwisted server send exception on unexpected handler error by Nobuaki Sukegawa · 9 years ago
  21. 44426c9 THRIFT-4395: fix rust build on xenial Client: rs by James E. King, III · 7 years ago
  22. 20e16bc THRIFT-2013: add perl crosstest multiplexed client and server logic Client: perl by James E. King, III · 7 years ago
  23. 39eaae6 THRIFT-2013: update docker for artful (go back to lua 5.2) and enhance by James E. King, III · 7 years ago
  24. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 7 years ago
  25. 87ad2bc THRIFT-4329: multiplexed processor, client and server for c_glib Client: c_glib by Gonzalo Aguilar Delgado · 7 years ago
  26. 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
  27. a533ea1 THRIFT-4377: more informative error messages on tests by Oleksii Prudkyi · 7 years ago
  28. 619218c THRIFT-4343: enable nodejs-8.x on ubuntu-artful image and update grunt-jsdoc by James E. King, III · 7 years ago
  29. 375bfee THRIFT-2998: enable cross test for nodejs http transport, by James E. King, III · 7 years ago
  30. 43f4bf2 THRIFT-4376: fix a few high impact coverity defects: by James E. King, III · 7 years ago
  31. d4df917 THRIFT-4372 Pipe write operations across a network are limited to 65,535 bytes per write by Jens Geyer · 7 years ago
  32. 350fe75 THRIFT-4370: build generated code before running static code analysis; by James E. King, III · 7 years ago
  33. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  34. b628736 THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore by James E. King, III · 7 years ago
  35. 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
  36. 9462edb THRIFT-4264: Fix PHP tests requiring sockets.so Client: php by Håkon Hitland · 7 years ago
  37. d3cda9c THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums Client: Java by Deniss Afonin · 8 years ago
  38. 81cdcd3 THRIFT-4328: split binary cross tests into their own build job to resolve by James E. King, III · 7 years ago
  39. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  40. f8e62fb THRIFT-4273 erlang:now/0: Deprecated BIF. Client: erlang by walter-weinmann · 7 years ago
  41. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 7 years ago
  42. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  43. ec64f23 THRIFT-4263: Fix use after free bug for thrown exceptions Client: php by Roy Sindre Norangshol · 7 years ago
  44. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  45. 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 7 years ago
  46. ec2a252 THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. by David Hull · 7 years ago
  47. 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
  48. c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
  49. c34653f THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  50. bc1344d THRIFT-4186 Add travis build for Rust by Allen George · 8 years ago
  51. 0e22c36 THRIFT-4176: Implement threaded server for Rust Client: rs by Allen George · 8 years ago
  52. 3311a9b THRIFT-4177 fix java deep copy Client: Java by Deniss Afonin · 8 years ago
  53. 7f5a8c2 THRIFT-4164: update openssl cleanup to match current requirements and document TSSLSocketFactory lifetime requirements by James E. King, III · 8 years ago
  54. 177c37c THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes by James E. King, III · 8 years ago
  55. e66b8fc THRIFT-3984 PHP7 extension causes segfault by Håkon Hitland · 8 years ago
  56. 37aac3b THRIFT-3706: added cross test support for backwards compatible multiplexed server, added c_glib testBinary, fixed a number of glib object reference issues by James E. King, III · 8 years ago
  57. 43fb34d THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON by D. Can Celasun · 8 years ago
  58. bc0082e THRIFT-3706: Implement multiplexed protocol client and test client for c_glib; test server for java; integrate into crosstest by Gonzalo Aguilar Delgado · 9 years ago
  59. 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
  60. 655b9b6 THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) by Vivek Jain · 8 years ago
  61. 377719c THRIFT-3272 (THRIFT-4066) fix perl SSL authentication support; fixed error in erlang test client using wrong key file and added CA by James E. King, III · 8 years ago
  62. ab8ff1a THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp by James E. King, III · 8 years ago
  63. b4c190b THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures by James E. King, III · 8 years ago
  64. 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
  65. 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
  66. 8b96bfb THRIFT-2945 Add Rust support by Allen George · 8 years ago
  67. b62247e THRIFT-4039 Update of Apache Thrift .Net Core lib by Volodymyr Gotra · 8 years ago
  68. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  69. 1ca09d0 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 8 years ago
  70. b587a12 THRIFT-3933 Microsoft .Net Core library port and generator for this library by Volodymyr Gotra · 8 years ago
  71. 3c55440 THRIFT-4019: Dart Makefiles should also clean pubspec.lock by Mark Erickson · 8 years ago
  72. d8bb0e3 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Allen George · 8 years ago
  73. 19066b7 THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  74. f39d4c8 THRIFT-3886 PHP cross test client returns 0 even when failing by Håkon Hitland · 8 years ago
  75. 0d9b713 THRIFT-3981 Enable analyzer strong mode in Dart library by Mark Erickson · 8 years ago
  76. 6061191 THRIFT-4000 Add union example to ThriftTest by Allen George · 8 years ago
  77. 7ab125a THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types by BCG · 8 years ago
  78. df89913 THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way by James E. King, III · 8 years ago
  79. 3129549 THRIFT-3831 in test/cpp explicitly use `signed char` by Cody P Schafer · 8 years ago
  80. a400c69 THRIFT-3748 Node.js Deserialization of lists of lists is broken by Nobuaki Sukegawa · 9 years ago
  81. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  82. bf9fa90 THRIFT-3910 Do not invoke pip as part of build process by Nobuaki Sukegawa · 8 years ago
  83. 88c5ee7 THRIFT-3906 Run C# tests with make check by Nobuaki Sukegawa · 8 years ago
  84. d1ceba4 THRIFT-3046: Allow PSR4 class loading for generated classes (PHP) by Andreas Scheja · 9 years ago
  85. e4ba164 THRIFT-3886 PHP cross test client returns 0 even when failing by Nobuaki Sukegawa · 8 years ago
  86. fd02a30 THRIFT-3883 Go TestAllConnection fails with port 9090 collision by Nobuaki Sukegawa · 8 years ago
  87. e1b8540 THRIFT-3884 Fix Erlang compact protocol double endianess and boolean list by Nobuaki Sukegawa · 8 years ago
  88. 4082ef8 THRIFT-3869 Remove Dart packages during make clean by Mark Erickson · 9 years ago
  89. 7ea4a87 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
  90. 7407e2e Revert "THRIFT-3834 Erlang namespacing and exception metadata" by Jens Geyer · 9 years ago
  91. c8deed8 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
  92. 39a09ac THRIFT-3833 haxe http server implementation (by embeding into php web server) by Oleksii Prudkyi · 9 years ago
  93. 26b36dc THRIFT-3843 integer issues with Haxe PHP targets cause ZigZag encoding to fail by Jens Geyer · 9 years ago
  94. ca714c4 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} by creker · 9 years ago
  95. eb344a8 THRIFT-3762 Fix warnings for deprecated Thrift "byte" fields by Nobuaki Sukegawa · 9 years ago
  96. 73d1637 More make dist entries by Nobuaki Sukegawa · 9 years ago
  97. e134cbc Update make dist entries by Nobuaki Sukegawa · 9 years ago
  98. bd964c7 THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIface by John Sirois · 9 years ago
  99. e432c6b THRIFT-3728 http transport for thrift-lua by Wang Yaofu · 9 years ago
  100. 1d20a37 THRIFT-3742 haxe php cli support by Jens Geyer · 9 years ago