1. 3311a9b THRIFT-4177 fix java deep copy Client: Java by Deniss Afonin · 8 years ago
  2. 2d65c23 THRIFT-3832: fix lnk 200 error on windows when compile as lib by 771545803@qq.com · 8 years ago
  3. 3db41fa THRIFT-4159: enable some Windows sources also on MSYS2 by Mario Emmenlauer · 8 years ago
  4. 92e1c40 THRIFT-4099: Derive Hash trait for Rust structs Client: rs by Allen George · 8 years ago
  5. b909a38 THRIFT-3627 fix missing basic code style consistency of JavaScript. Client: js by Kazuki Matsuda · 9 years ago
  6. 3641b54 THRIFT-4170: fix lua backwards compatibility by James E. King, III · 8 years ago
  7. 33df4eb THRIFT-4166: fix recent VC2010 build regression and prevent it in the future by James E. King, III · 8 years ago
  8. 257dcef THRIFT-4160 (pt. 2): Fix wrong numActiveProcessors_ when failing to notify any IO thread by Changli Gao · 8 years ago
  9. 7f5a8c2 THRIFT-4164: update openssl cleanup to match current requirements and document TSSLSocketFactory lifetime requirements by James E. King, III · 8 years ago
  10. 00d4252 THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions by James E. King, III · 8 years ago
  11. 7e7a1a7 TSocket: Don't close connections when failing to read/write Client: cpp by Changli Gao · 8 years ago
  12. bf42d55 THRIFT-4161: TNonblockingServer: Fix using uninitialized event_ Client: cpp by Changli Gao · 8 years ago
  13. d4fa706 THRIFT-4160: Fix use closed(freed) connections in non-blocking server by Changli Gao · 8 years ago
  14. df3223c THRIFT-3859: Add support for Unix Domain Sockets to TSocketServer and TSocketTransport. by Chris Vasselli · 9 years ago
  15. 90b6304 THRIFT-4157 outdated readme about Haxe installation on Linux by Jens Geyer · 8 years ago
  16. c6ded92 THRIFT-4154: properly close socket whether it is persistent or not on close() by James E. King, III · 8 years ago
  17. d5536d1 THRIFT-3730: go server errors are logged twice by James E. King, III · 8 years ago
  18. 117a5cc THRIFT-4138: Remove undefined behavior imported from Boost Client: C++ by Jim Apple · 8 years ago
  19. 5c3de6d THRIFT-4140: fix unsafe call to gmtime by James E. King, III · 8 years ago
  20. bede86a THRIFT-3944 TSSLSocket has dead code in checkHandshake Client: C++ by tpcwang · 8 years ago
  21. 7bc9431 THRIFT-4151: disable pthread concurrency analysis code in standard builds by James E. King, III · 8 years ago
  22. c063b30 THRIFT-4147: Rust: protocol should accept transports with non-static lifetime by Chao Sun · 8 years ago
  23. 1187060 THRIFT-4113: export thrift::mem::TBufferTransport Client: rs by Flier Lu · 8 years ago
  24. 177c37c THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes by James E. King, III · 8 years ago
  25. 1360270 THRIFT-4126: implement required fields validation in php extension when validate compiler option is enabled by kufd · 8 years ago
  26. 147c284 THRIFT-2026: Eliminate some undefined behavior in C/C++ by Jim Apple · 8 years ago
  27. 6c08ac7 THRIFT-4130: Release connection back to managed pool. Client: C++ by Jonathan Pearlin · 8 years ago
  28. 847fae9 THRIFT-3959: document that the go simple server is not simple by James E. King, III · 8 years ago
  29. 75386db THRIFT-4129: Fix fd leak when failing to dispatch new connections Client: C++ by Changli Gao · 8 years ago
  30. 6582757 THRIFT-4029: add MANIFEST.in to include the extension files Client: py by Yao Jin · 8 years ago
  31. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 8 years ago
  32. b79396f THRIFT-4108: c_glib ssl implementation fixes - remove global ssl context and more by Gonzalo Aguilar Delgado · 8 years ago
  33. 36d1b0d THRIFT-3891 TNonblockingServer configured with more than one IO threads does not always return from serve() upon stop() by Buğra Gedik · 8 years ago
  34. 5038466 THRIFT-1805 Provide option for handling RTEs Client: Java by Christopher Tubbs · 8 years ago
  35. e2bc972 THRIFT-4102 remove useless code cause performance problem Client: python by Yao Jin · 8 years ago
  36. e66b8fc THRIFT-3984 PHP7 extension causes segfault by Håkon Hitland · 8 years ago
  37. 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
  38. 4361ecc THRIFT-3801 - Node Thrift client throws exception with multiplexer and responses that are bigger than a single buffer by Adam Curtis · 8 years ago
  39. 43fb34d THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON by D. Can Celasun · 8 years ago
  40. 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
  41. 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
  42. 239233a THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++ by James E. King, III · 8 years ago
  43. 655b9b6 THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) by Vivek Jain · 8 years ago
  44. 400b346 THRIFT-2504: Add default processor to java multiplexed processor to handle older clients by Aleksey Pesternikov · 11 years ago
  45. 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
  46. b28160b THRIFT-2364: use oasis to build thrift for ocaml by James E. King, III · 8 years ago
  47. 0a660ee THRIFT-4084: only join threads if joinable by James E. King, III · 8 years ago
  48. b4c190b THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures by James E. King, III · 8 years ago
  49. 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
  50. e8ba787 THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 by Nobuaki Sukegawa · 8 years ago
  51. 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
  52. bff0446 THRIFT-4075: better support for headers-only boost with mingw Client: C++ by James E. King, III · 8 years ago
  53. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  54. 3590f1e THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers by Swati Kumar · 8 years ago
  55. 9019b28 THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrictions by James E. King, III · 8 years ago
  56. 3a8bbbd THRIFT-3896 fix map type with string key can not access deserialized by php extension by James E. King, III · 8 years ago
  57. a3d6be9 THRIFT-4068 fix comment in java server socket code by James E. King, III · 8 years ago
  58. de9c330 THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice by James E. King, III · 8 years ago
  59. 2d6060d THRIFT-4046 fix PlatformSocket.h for mingw64/msys2 and provide instructions for building with cmake under that toolchain by James E. King, III · 8 years ago
  60. 34bd992 THRIFT-4062 Remove debug print from TServiceClient by Tom Davis · 8 years ago
  61. feea478 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 8 years ago
  62. 8656670 THRIFT-4044 work around an hspec-core 2.4.0 library issue causing all build job #17 on Travis CI to fail by James E. King, III · 8 years ago
  63. de3e17a THRIFT-3854 add a way in java to clear TFramedTransport read buffers by James E. King, III · 8 years ago
  64. 988b3e9 THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError by Chandler May · 8 years ago
  65. 96be8c8 THRIFT-3550 add some information about thrift to the perl library README directing folks to the official web site for more info by James E. King, III · 8 years ago
  66. f3490c5 THRIFT-3550 make a script to build perl cpan module and update perl dependencies for cpan by James E. King, III · 8 years ago
  67. cf25489 Build fails using Java 1.8 with Ant < 1.9 by James E. King, III · 8 years ago
  68. 8b96bfb THRIFT-2945 Add Rust support by Allen George · 8 years ago
  69. 6fe7fa1 THRIFT-3892 support OpenSSL before 0.9.8f during build by James E. King, III · 8 years ago
  70. 3d6e2a5 THRIFT-3926 There should be an error emitted when http status code is not 200 by James E. King, III · 8 years ago
  71. b62247e THRIFT-4039 Update of Apache Thrift .Net Core lib by Volodymyr Gotra · 8 years ago
  72. 55f976e THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception by James E. King, III · 8 years ago
  73. 4194562 THRIFT-4038 socket check: checking an unsigned number against >= 0 never fails by gzshi · 8 years ago
  74. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  75. 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
  76. b587a12 THRIFT-3933 Microsoft .Net Core library port and generator for this library by Volodymyr Gotra · 8 years ago
  77. 3c55440 THRIFT-4019: Dart Makefiles should also clean pubspec.lock by Mark Erickson · 8 years ago
  78. 540e346 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 8 years ago
  79. 60ac165 THRIFT-4008 broken ci due to upstream dependency versioning break by Jens Geyer · 8 years ago
  80. fa13362 THRIFT-4015 Fix wrongly spelled "Thirft"s by Jens Geyer · 8 years ago
  81. 19066b7 THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  82. 30a8b65 THRIFT-3968: Deserializing empty string/binary fields by Simon South · 8 years ago
  83. db3a92e THRIFT-4009 Use @implementer instead of implements in TTwisted.py by ciarancourtney · 8 years ago
  84. 842b14f THRIFT-4008: broken ci due to upstream dependency versioning break by jfarrell · 8 years ago
  85. 71e678a THRIFT-4006 Added removeEventListener method to TSocket.as by Romain Théry · 8 years ago
  86. 0d9b713 THRIFT-3981 Enable analyzer strong mode in Dart library by Mark Erickson · 8 years ago
  87. c3a3f65 THRIFT-3998 Document ability to add custom tags to thrift structs by Richard Artoul · 9 years ago
  88. 7ab125a THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types by BCG · 8 years ago
  89. 84d6af4 THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-dependent charset by Gary Gregory · 8 years ago
  90. 2a89bd9 THRIFT-3977 PHP extension creates undefined values when deserializing sets by Håkon H. Hitland · 8 years ago
  91. b7a213c THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug by Håkon Hitland · 8 years ago
  92. 4337983 THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzongw@gmail.com by James E. King, III · 8 years ago
  93. 220d5f8 THRIFT-3953 TSSLSocket::close should handle exceptions from waitForEvent because it is called by the destructor by James E. King, III · 8 years ago
  94. 7656793 THRIFT-3961 terminate the connection to the client if an exception occurs while processing a message by James E. King, III · 8 years ago
  95. c544975 THRIFT-3038 clean up remaining volatile issues Client: C++ by James E. King, III · 8 years ago
  96. 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
  97. ea5ea8b THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) by James E. King, III · 8 years ago
  98. fd83224 THRIFT-3962 Ant build.xml broken on Windows for Java library by Gary Gregory · 8 years ago
  99. f793c2b THRIFT-3957 TConnectedClient does not disconnect from clients when the receive timeout is reached. by Jim King · 8 years ago
  100. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 8 years ago