1. 239233a THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++ by James E. King, III · 8 years ago
  2. 4d651ab THRIFT-3973: Provide some tools to make it easier to build thrift C++ on Windows by James E. King, III · 8 years ago
  3. 655b9b6 THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) by Vivek Jain · 8 years ago
  4. 400b346 THRIFT-2504: Add default processor to java multiplexed processor to handle older clients by Aleksey Pesternikov · 11 years ago
  5. 736075d THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross by James E. King, III · 8 years ago
  6. 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
  7. b28160b THRIFT-2364: use oasis to build thrift for ocaml by James E. King, III · 8 years ago
  8. ab8ff1a THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp by James E. King, III · 8 years ago
  9. ec50ae0 THRIFT-4041: add ocaml and oasis to ubuntu and debian docker build images by James E. King, III · 8 years ago
  10. 0a660ee THRIFT-4084: only join threads if joinable by James E. King, III · 8 years ago
  11. b4c190b THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures by James E. King, III · 8 years ago
  12. 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
  13. e8ba787 THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 by Nobuaki Sukegawa · 8 years ago
  14. 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
  15. bff0446 THRIFT-4075: better support for headers-only boost with mingw Client: C++ by James E. King, III · 8 years ago
  16. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  17. 3590f1e THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers by Swati Kumar · 8 years ago
  18. f535058 THRIFT-4073: enum files are still being generated with unused imports by James E. King, III · 8 years ago
  19. d1482fe THRIFT-4079 add missing use clauses for included thrift sources in generated perl modules by James E. King, III · 8 years ago
  20. 9019b28 THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrictions by James E. King, III · 8 years ago
  21. bd257f1 THRIFT-4043 ensure perl files do not end up in /usr/lib/Thrift Client: Build by James E. King, III · 8 years ago
  22. bdd0b73 THRIFT-4076 fix appveyor ant issue Client: Build by James E. King, III · 8 years ago
  23. 3a8bbbd THRIFT-3896 fix map type with string key can not access deserialized by php extension by James E. King, III · 8 years ago
  24. a3d6be9 THRIFT-4068 fix comment in java server socket code by James E. King, III · 8 years ago
  25. de9c330 THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice by James E. King, III · 8 years ago
  26. 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
  27. 34bd992 THRIFT-4062 Remove debug print from TServiceClient by Tom Davis · 8 years ago
  28. feea478 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 8 years ago
  29. 8d377fa THRIFT-4045 Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC to fix building with Address Sanitizer by James E. King, III · 8 years ago
  30. 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
  31. b88a25a Remove deprecated bower json property by James E. King, III · 8 years ago
  32. de3e17a THRIFT-3854 add a way in java to clear TFramedTransport read buffers by James E. King, III · 8 years ago
  33. 988b3e9 THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError by Chandler May · 8 years ago
  34. 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
  35. 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
  36. 71eba64 THRIFT-4033 disable thrift compiler plug-in support by default, as the thrift-compiler packaging is not ready for it yet by James E. King, III · 8 years ago
  37. cf25489 Build fails using Java 1.8 with Ant < 1.9 by James E. King, III · 8 years ago
  38. 8b96bfb THRIFT-2945 Add Rust support by Allen George · 8 years ago
  39. 6fe7fa1 THRIFT-3892 support OpenSSL before 0.9.8f during build by James E. King, III · 8 years ago
  40. 3d6e2a5 THRIFT-3926 There should be an error emitted when http status code is not 200 by James E. King, III · 8 years ago
  41. b62247e THRIFT-4039 Update of Apache Thrift .Net Core lib by Volodymyr Gotra · 8 years ago
  42. 55f976e THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception by James E. King, III · 8 years ago
  43. 330b3f8 THRIFT-4034 compiler build fixes for macos sierra and some cmake cleanup for compiler by James E. King, III · 8 years ago
  44. 4194562 THRIFT-4038 socket check: checking an unsigned number against >= 0 never fails by gzshi · 8 years ago
  45. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  46. e0ccbd6 chore: install ruby-bundler by Roger Meier · 8 years ago
  47. 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
  48. 4f710aa THRIFT-3960 Inherited services in Lua generator are not named correctly by BCG · 8 years ago
  49. 1ca09d0 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 8 years ago
  50. 59fab5a THRIFT-4023 Skip unexpected field types on read/write by czm1989 · 8 years ago
  51. fac3f69 fix appveyor builds - ant version changed to 1.9.8 by James E. King, III · 8 years ago
  52. b587a12 THRIFT-3933 Microsoft .Net Core library port and generator for this library by Volodymyr Gotra · 8 years ago
  53. 3c55440 THRIFT-4019: Dart Makefiles should also clean pubspec.lock by Mark Erickson · 8 years ago
  54. d8bb0e3 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Allen George · 8 years ago
  55. 540e346 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 8 years ago
  56. 60ac165 THRIFT-4008 broken ci due to upstream dependency versioning break by Jens Geyer · 8 years ago
  57. 476cf69 THRIFT-4010 Q.fcall messing up with *this* pointer inside called function by Bruno Fonseca · 8 years ago
  58. fa13362 THRIFT-4015 Fix wrongly spelled "Thirft"s by Jens Geyer · 8 years ago
  59. 19066b7 THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  60. 366e89e THRIFT-4012 Python Twisted implementation uses implements, not compatible with Py3 by Palmer Cox · 8 years ago
  61. 30a8b65 THRIFT-3968: Deserializing empty string/binary fields by Simon South · 8 years ago
  62. db3a92e THRIFT-4009 Use @implementer instead of implements in TTwisted.py by ciarancourtney · 8 years ago
  63. 0c27352 THRIFT-3999: Fix debian package set up scripts by jfarrell · 8 years ago last-before-0-10
  64. 842b14f THRIFT-4008: broken ci due to upstream dependency versioning break by jfarrell · 8 years ago
  65. f39d4c8 THRIFT-3886 PHP cross test client returns 0 even when failing by Håkon Hitland · 8 years ago
  66. 485e0c4 updated ignores by Jens Geyer · 8 years ago
  67. 71e678a THRIFT-4006 Added removeEventListener method to TSocket.as by Romain Théry · 8 years ago
  68. 0d9b713 THRIFT-3981 Enable analyzer strong mode in Dart library by Mark Erickson · 8 years ago
  69. 6061191 THRIFT-4000 Add union example to ThriftTest by Allen George · 8 years ago
  70. c3a3f65 THRIFT-3998 Document ability to add custom tags to thrift structs by Richard Artoul · 8 years ago
  71. 7ab125a THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types by BCG · 8 years ago
  72. 84d6af4 THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-dependent charset by Gary Gregory · 8 years ago
  73. 2a89bd9 THRIFT-3977 PHP extension creates undefined values when deserializing sets by Håkon H. Hitland · 8 years ago
  74. b7a213c THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug by Håkon Hitland · 8 years ago
  75. 4337983 THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzongw@gmail.com by James E. King, III · 8 years ago
  76. 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
  77. 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
  78. c9877fb THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler plugin during configuration by James E. King, III · 8 years ago
  79. c544975 THRIFT-3038 clean up remaining volatile issues Client: C++ by James E. King, III · 8 years ago
  80. 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
  81. ea5ea8b THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) by James E. King, III · 8 years ago
  82. fd83224 THRIFT-3962 Ant build.xml broken on Windows for Java library by Gary Gregory · 8 years ago
  83. 94d4f3e THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on Windows by Jim King · 8 years ago
  84. f793c2b THRIFT-3957 TConnectedClient does not disconnect from clients when the receive timeout is reached. by Jim King · 8 years ago
  85. 74c99ba THRIFT-3954 Enable the usage of structs called "Object" in Java by Max · 8 years ago
  86. 59cb666 THRIFT-3949 missing make dist entry for compiler/cpp/test by Nobuaki Sukegawa · 8 years ago
  87. 015fe52 THRIFT-3946 Java 1.5 compatibility broken for binary fields (java5 option) by Jens Geyer · 8 years ago
  88. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 8 years ago
  89. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 8 years ago
  90. 3fa1940 THRIFT-3546: NodeJS code should not be namespaced by jfarrell · 8 years ago
  91. d6bcb26 THRIFT-3868 Java struct equals should do identity check before field comparison by Dustin Pho · 8 years ago
  92. 548403e THRIFT-2527 Apache Thrift IDL Compiler code generated for Node.js should be jshint clean by BCG · 8 years ago
  93. d1c0d33 Fix WinXP version of thrift_poll to not use destructed time_out by tpcwang · 8 years ago
  94. b0dadbd THRIFT-3902 TFramedTransport.open throws NullPointerException by Nobuaki Sukegawa · 8 years ago
  95. b413703 THRIFT-3900 Add Python SSL flags by Charles Hake · 8 years ago
  96. d8c6a84 THRIFT-3940 Visual Studio project file for compiler is broken by Nobuaki Sukegawa · 8 years ago
  97. 3129549 THRIFT-3831 in test/cpp explicitly use `signed char` by Cody P Schafer · 8 years ago
  98. 4bbfe61 THRIFT-3878: fix interop with newer OpenSSL libraries by James E. King, III · 8 years ago
  99. 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
  100. e349c34 THRIFT-3935 Incorrect skipping of map and set by Matej Kupljen · 8 years ago