1. b28160b THRIFT-2364: use oasis to build thrift for ocaml by James E. King, III · 8 years ago
  2. 0a660ee THRIFT-4084: only join threads if joinable by James E. King, III · 8 years ago
  3. b4c190b THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures by James E. King, III · 8 years ago
  4. 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
  5. e8ba787 THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 by Nobuaki Sukegawa · 8 years ago
  6. 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
  7. bff0446 THRIFT-4075: better support for headers-only boost with mingw Client: C++ by James E. King, III · 8 years ago
  8. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  9. 3590f1e THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers by Swati Kumar · 8 years ago
  10. 9019b28 THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrictions by James E. King, III · 8 years ago
  11. 3a8bbbd THRIFT-3896 fix map type with string key can not access deserialized by php extension by James E. King, III · 8 years ago
  12. a3d6be9 THRIFT-4068 fix comment in java server socket code by James E. King, III · 8 years ago
  13. de9c330 THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice by James E. King, III · 8 years ago
  14. 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
  15. 34bd992 THRIFT-4062 Remove debug print from TServiceClient by Tom Davis · 8 years ago
  16. feea478 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 8 years ago
  17. 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
  18. de3e17a THRIFT-3854 add a way in java to clear TFramedTransport read buffers by James E. King, III · 8 years ago
  19. 988b3e9 THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError by Chandler May · 8 years ago
  20. 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
  21. 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
  22. cf25489 Build fails using Java 1.8 with Ant < 1.9 by James E. King, III · 8 years ago
  23. 8b96bfb THRIFT-2945 Add Rust support by Allen George · 8 years ago
  24. 6fe7fa1 THRIFT-3892 support OpenSSL before 0.9.8f during build by James E. King, III · 8 years ago
  25. 3d6e2a5 THRIFT-3926 There should be an error emitted when http status code is not 200 by James E. King, III · 8 years ago
  26. b62247e THRIFT-4039 Update of Apache Thrift .Net Core lib by Volodymyr Gotra · 8 years ago
  27. 55f976e THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception by James E. King, III · 8 years ago
  28. 4194562 THRIFT-4038 socket check: checking an unsigned number against >= 0 never fails by gzshi · 8 years ago
  29. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  30. 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
  31. b587a12 THRIFT-3933 Microsoft .Net Core library port and generator for this library by Volodymyr Gotra · 8 years ago
  32. 3c55440 THRIFT-4019: Dart Makefiles should also clean pubspec.lock by Mark Erickson · 8 years ago
  33. 540e346 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 8 years ago
  34. 60ac165 THRIFT-4008 broken ci due to upstream dependency versioning break by Jens Geyer · 8 years ago
  35. fa13362 THRIFT-4015 Fix wrongly spelled "Thirft"s by Jens Geyer · 8 years ago
  36. 19066b7 THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  37. 30a8b65 THRIFT-3968: Deserializing empty string/binary fields by Simon South · 8 years ago
  38. db3a92e THRIFT-4009 Use @implementer instead of implements in TTwisted.py by ciarancourtney · 8 years ago
  39. 842b14f THRIFT-4008: broken ci due to upstream dependency versioning break by jfarrell · 8 years ago
  40. 71e678a THRIFT-4006 Added removeEventListener method to TSocket.as by Romain Théry · 8 years ago
  41. 0d9b713 THRIFT-3981 Enable analyzer strong mode in Dart library by Mark Erickson · 8 years ago
  42. c3a3f65 THRIFT-3998 Document ability to add custom tags to thrift structs by Richard Artoul · 8 years ago
  43. 7ab125a THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types by BCG · 8 years ago
  44. 84d6af4 THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-dependent charset by Gary Gregory · 8 years ago
  45. 2a89bd9 THRIFT-3977 PHP extension creates undefined values when deserializing sets by Håkon H. Hitland · 8 years ago
  46. b7a213c THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug by Håkon Hitland · 8 years ago
  47. 4337983 THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzongw@gmail.com by James E. King, III · 8 years ago
  48. 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
  49. 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
  50. c544975 THRIFT-3038 clean up remaining volatile issues Client: C++ by James E. King, III · 8 years ago
  51. 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
  52. ea5ea8b THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) by James E. King, III · 8 years ago
  53. fd83224 THRIFT-3962 Ant build.xml broken on Windows for Java library by Gary Gregory · 8 years ago
  54. f793c2b THRIFT-3957 TConnectedClient does not disconnect from clients when the receive timeout is reached. by Jim King · 8 years ago
  55. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 8 years ago
  56. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 8 years ago
  57. d1c0d33 Fix WinXP version of thrift_poll to not use destructed time_out by tpcwang · 8 years ago
  58. b0dadbd THRIFT-3902 TFramedTransport.open throws NullPointerException by Nobuaki Sukegawa · 8 years ago
  59. 4bbfe61 THRIFT-3878: fix interop with newer OpenSSL libraries by James E. King, III · 8 years ago
  60. 4d39ac5 THRIFT-3936: fix compile error on VS2013 and earlier from changes introduced during 0.10.0 development (snprintf) by James E. King, III · 8 years ago
  61. e349c34 THRIFT-3935 Incorrect skipping of map and set by Matej Kupljen · 8 years ago
  62. 042ce7e THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Nobuaki Sukegawa · 8 years ago
  63. 2df9c20 THRIFT-3855 Replaced complex CompareAndSwapInt64 with syncOnce. by Paul · 8 years ago
  64. 1ac0a80 THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Martin Wilck · 9 years ago
  65. 900569c THRIFT-3919 C# TTLSServerSocket does not use clientTimeout by Nobuaki Sukegawa · 8 years ago
  66. 22ec64f THRIFT-3844 thrift_protocol cannot compile in 7.0.7 by visoeclipse · 9 years ago
  67. dd9885e THRIFT-3839 Performance issue with big message deserialization using php extension by myroslav.kosinskyi · 9 years ago
  68. eacbd65 Ensuring that HTTP failures will clear the http transport outbuf var by John Thomas · 9 years ago
  69. a400c69 THRIFT-3748 Node.js Deserialization of lists of lists is broken by Nobuaki Sukegawa · 9 years ago
  70. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  71. 04e6f62 THRIFT-1108: SSL support for the Ruby library Client: ruby Patch: Mansi Nahar by jfarrell · 8 years ago
  72. 311c984 THRIFT-948: SSL socket support for PHP Client: php Patch: Mansi Nahar by jfarrell · 8 years ago
  73. 54f49f8 THRIFT-3931 TSimpleServer: If process request encounter UNKNOWN_METHOD, don't close transport. by zhangxin · 8 years ago
  74. 205dc19 THRIFT-3927: Emit an error instead of throw an error in the async callback by jfarrell · 8 years ago
  75. d2b4f24 THRIFT-3917 Check backports.ssl_match_hostname module version by Nobuaki Sukegawa · 8 years ago
  76. d4eecda THRIFT-3911 Loosen Ruby dev dependency version requirements by Nobuaki Sukegawa · 8 years ago
  77. bf9fa90 THRIFT-3910 Do not invoke pip as part of build process by Nobuaki Sukegawa · 8 years ago
  78. 21b6d92 THRIFT-3909 Fix c_glib static lib CMake build by Nobuaki Sukegawa · 8 years ago
  79. 88c5ee7 THRIFT-3906 Run C# tests with make check by Nobuaki Sukegawa · 8 years ago
  80. 527637a THRIFT-3827 Fix CompactProtocol readI64 function by Nobuaki Sukegawa · 8 years ago
  81. 77e5f3a THRIFT-3827 Fix CompactProtocol readI64 function by lnn1123 · 9 years ago
  82. bcad917 THRIFT-2156: fix errno handling in server socket Client: C++ Patch: Jens Geyer by Jens Geyer · 8 years ago
  83. e517624 THRIFT-2156: fix errno handling in server socket by Jim King · 9 years ago
  84. 47f9b9d THRIFT-3855 In the go simple server, if Stop() is called multiple times it hangs by ZhiyuYin · 9 years ago
  85. e1b8540 THRIFT-3884 Fix Erlang compact protocol double endianess and boolean list by Nobuaki Sukegawa · 8 years ago
  86. 8ab38b6 THRIFT-3820 Erlang: Detect OTP >= 18 to use new time correction by Веселов Андрей · 9 years ago
  87. 5871d2c THRIFT-3038 Fix a couple races and removed volatile per analysis, replacing with atomics by Jim King · 9 years ago
  88. 1654fe9 THRIFT-3476: fix missing header by Jim King · 9 years ago
  89. d150f8b THRIFT-3880 Erlang Compact protocol - boolean values inverted by Vince Foley · 8 years ago
  90. b6983df THRIFT-3848: Perl ForkingServer must ignore SIGCHLD to avoid infinite loop by Jim King · 9 years ago
  91. 4300b72 THRIFT-3879 Undefined evaluation order causes incorrect processing in the C++ library JSON protocol by dtmuller · 8 years ago
  92. f384076 THRIFT-3851 Golang thrift continually adds the x/thrift content type by Connor Gorman · 9 years ago
  93. 4082ef8 THRIFT-3869 Remove Dart packages during make clean by Mark Erickson · 9 years ago
  94. 5a3f855 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  95. e5fbedd Revert "THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees" by Jens Geyer · 9 years ago
  96. 0af1aa1 THRIFT-3753 TServerFramework::stop may fail to interrupt connected clients by tpcwang · 9 years ago
  97. 0b433de THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  98. 7ea4a87 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
  99. 61b1708 THRIFT-3233 fix accounting of workers in thread manager by Jim King · 9 years ago
  100. 4b7dbe3 THRIFT-3825 Javascript test dependency is no longer available by Nobuaki Sukegawa · 9 years ago