- 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
- cf25489 Build fails using Java 1.8 with Ant < 1.9 by James E. King, III · 8 years ago
- 8b96bfb THRIFT-2945 Add Rust support by Allen George · 8 years ago
- 6fe7fa1 THRIFT-3892 support OpenSSL before 0.9.8f during build by James E. King, III · 8 years ago
- 3d6e2a5 THRIFT-3926 There should be an error emitted when http status code is not 200 by James E. King, III · 8 years ago
- b62247e THRIFT-4039 Update of Apache Thrift .Net Core lib by Volodymyr Gotra · 8 years ago
- 55f976e THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception by James E. King, III · 8 years ago
- 330b3f8 THRIFT-4034 compiler build fixes for macos sierra and some cmake cleanup for compiler by James E. King, III · 8 years ago
- 4194562 THRIFT-4038 socket check: checking an unsigned number against >= 0 never fails by gzshi · 8 years ago
- 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
- e0ccbd6 chore: install ruby-bundler by Roger Meier · 8 years ago
- 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
- 4f710aa THRIFT-3960 Inherited services in Lua generator are not named correctly by BCG · 8 years ago
- 1ca09d0 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 8 years ago
- 59fab5a THRIFT-4023 Skip unexpected field types on read/write by czm1989 · 8 years ago
- fac3f69 fix appveyor builds - ant version changed to 1.9.8 by James E. King, III · 8 years ago
- b587a12 THRIFT-3933 Microsoft .Net Core library port and generator for this library by Volodymyr Gotra · 8 years ago
- 3c55440 THRIFT-4019: Dart Makefiles should also clean pubspec.lock by Mark Erickson · 8 years ago
- d8bb0e3 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Allen George · 8 years ago
- 540e346 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 8 years ago
- 60ac165 THRIFT-4008 broken ci due to upstream dependency versioning break by Jens Geyer · 8 years ago
- 476cf69 THRIFT-4010 Q.fcall messing up with *this* pointer inside called function by Bruno Fonseca · 8 years ago
- fa13362 THRIFT-4015 Fix wrongly spelled "Thirft"s by Jens Geyer · 8 years ago
- 19066b7 THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
- 366e89e THRIFT-4012 Python Twisted implementation uses implements, not compatible with Py3 by Palmer Cox · 8 years ago
- 30a8b65 THRIFT-3968: Deserializing empty string/binary fields by Simon South · 8 years ago
- db3a92e THRIFT-4009 Use @implementer instead of implements in TTwisted.py by ciarancourtney · 8 years ago
- 0c27352 THRIFT-3999: Fix debian package set up scripts by jfarrell · 8 years ago last-before-0-10
- 842b14f THRIFT-4008: broken ci due to upstream dependency versioning break by jfarrell · 8 years ago
- f39d4c8 THRIFT-3886 PHP cross test client returns 0 even when failing by Håkon Hitland · 8 years ago
- 485e0c4 updated ignores by Jens Geyer · 8 years ago
- 71e678a THRIFT-4006 Added removeEventListener method to TSocket.as by Romain Théry · 8 years ago
- 0d9b713 THRIFT-3981 Enable analyzer strong mode in Dart library by Mark Erickson · 8 years ago
- 6061191 THRIFT-4000 Add union example to ThriftTest by Allen George · 8 years ago
- c3a3f65 THRIFT-3998 Document ability to add custom tags to thrift structs by Richard Artoul · 8 years ago
- 7ab125a THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types by BCG · 8 years ago
- 84d6af4 THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-dependent charset by Gary Gregory · 8 years ago
- 2a89bd9 THRIFT-3977 PHP extension creates undefined values when deserializing sets by Håkon H. Hitland · 8 years ago
- b7a213c THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug by Håkon Hitland · 8 years ago
- 4337983 THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzongw@gmail.com by James E. King, III · 8 years ago
- 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
- 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
- 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
- c544975 THRIFT-3038 clean up remaining volatile issues Client: C++ by James E. King, III · 8 years ago
- 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
- ea5ea8b THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) by James E. King, III · 8 years ago
- fd83224 THRIFT-3962 Ant build.xml broken on Windows for Java library by Gary Gregory · 8 years ago
- 94d4f3e THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on Windows by Jim King · 8 years ago
- f793c2b THRIFT-3957 TConnectedClient does not disconnect from clients when the receive timeout is reached. by Jim King · 8 years ago
- 74c99ba THRIFT-3954 Enable the usage of structs called "Object" in Java by Max · 8 years ago
- 59cb666 THRIFT-3949 missing make dist entry for compiler/cpp/test by Nobuaki Sukegawa · 8 years ago
- 015fe52 THRIFT-3946 Java 1.5 compatibility broken for binary fields (java5 option) by Jens Geyer · 8 years ago
- af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 8 years ago
- 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 8 years ago
- 3fa1940 THRIFT-3546: NodeJS code should not be namespaced by jfarrell · 8 years ago
- d6bcb26 THRIFT-3868 Java struct equals should do identity check before field comparison by Dustin Pho · 8 years ago
- 548403e THRIFT-2527 Apache Thrift IDL Compiler code generated for Node.js should be jshint clean by BCG · 8 years ago
- d1c0d33 Fix WinXP version of thrift_poll to not use destructed time_out by tpcwang · 8 years ago
- b0dadbd THRIFT-3902 TFramedTransport.open throws NullPointerException by Nobuaki Sukegawa · 8 years ago
- b413703 THRIFT-3900 Add Python SSL flags by Charles Hake · 8 years ago
- d8c6a84 THRIFT-3940 Visual Studio project file for compiler is broken by Nobuaki Sukegawa · 8 years ago
- 3129549 THRIFT-3831 in test/cpp explicitly use `signed char` by Cody P Schafer · 8 years ago
- 4bbfe61 THRIFT-3878: fix interop with newer OpenSSL libraries by James E. King, III · 8 years ago
- 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
- e349c34 THRIFT-3935 Incorrect skipping of map and set by Matej Kupljen · 8 years ago
- 8ccf5a6 THRIFT-3934 Automatically resolve OpenSSL binary version on Windows CI by Nobuaki Sukegawa · 8 years ago
- 042ce7e THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Nobuaki Sukegawa · 8 years ago
- 2df9c20 THRIFT-3855 Replaced complex CompareAndSwapInt64 with syncOnce. by Paul · 8 years ago
- 1ac0a80 THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy environment variables by Martin Wilck · 9 years ago
- 900569c THRIFT-3919 C# TTLSServerSocket does not use clientTimeout by Nobuaki Sukegawa · 8 years ago
- 346e231 THRIFT-3929 php namespace remove tail "\\" by Robert Lu · 8 years ago
- 22ec64f THRIFT-3844 thrift_protocol cannot compile in 7.0.7 by visoeclipse · 9 years ago
- dd9885e THRIFT-3839 Performance issue with big message deserialization using php extension by myroslav.kosinskyi · 9 years ago
- eacbd65 Ensuring that HTTP failures will clear the http transport outbuf var by John Thomas · 9 years ago
- a400c69 THRIFT-3748 Node.js Deserialization of lists of lists is broken by Nobuaki Sukegawa · 9 years ago
- 052abc3 THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by dtmuller · 8 years ago
- 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
- 1e3cf9b THRIFT-3826 Appveyor builds cannot download winflexbison properly by Nobuaki Sukegawa · 8 years ago
- be3acfd THRIFT-3813 Appveyor builds reference an openssl version that is no longer there by Nobuaki Sukegawa · 8 years ago
- 5767901 THRIFT-3867 Specify BinaryProtocol and CompactProtocol Patch: Jens Geyer by Jens Geyer · 8 years ago
- 3f5fa5f THRIFT-3867 Specify BinaryProtocol and CompactProtocol by Erik van Oosten · 9 years ago
- 04e6f62 THRIFT-1108: SSL support for the Ruby library Client: ruby Patch: Mansi Nahar by jfarrell · 8 years ago
- 311c984 THRIFT-948: SSL socket support for PHP Client: php Patch: Mansi Nahar by jfarrell · 8 years ago
- 54f49f8 THRIFT-3931 TSimpleServer: If process request encounter UNKNOWN_METHOD, don't close transport. by zhangxin · 8 years ago
- 205dc19 THRIFT-3927: Emit an error instead of throw an error in the async callback by jfarrell · 8 years ago
- ddc53c3 THRIFT-3907 Skip Docker image build on CI when unchanged by Nobuaki Sukegawa · 8 years ago
- 2c64bdd THRIFT-3918 Run subset of make cross by Nobuaki Sukegawa · 8 years ago
- 93fb7ea THRIFT-3907 Skip Docker image build on CI when unchanged by Nobuaki Sukegawa · 8 years ago
- d2b4f24 THRIFT-3917 Check backports.ssl_match_hostname module version by Nobuaki Sukegawa · 8 years ago
- d4eecda THRIFT-3911 Loosen Ruby dev dependency version requirements by Nobuaki Sukegawa · 8 years ago
- bf9fa90 THRIFT-3910 Do not invoke pip as part of build process by Nobuaki Sukegawa · 8 years ago
- 21b6d92 THRIFT-3909 Fix c_glib static lib CMake build by Nobuaki Sukegawa · 8 years ago
- 080041c THRIFT-3908 Remove redundant dependencies from Dockerfile by Nobuaki Sukegawa · 8 years ago
- 88c5ee7 THRIFT-3906 Run C# tests with make check by Nobuaki Sukegawa · 8 years ago
- c2256fc THRIFT-3904 Fix typo in node tutorial. by Mark Sonnabaum · 8 years ago
- d1ceba4 THRIFT-3046: Allow PSR4 class loading for generated classes (PHP) by Andreas Scheja · 9 years ago
- 7b0cb9a THRIFT-3046: Allow PSR4 class loading for generated classes (PHP) by fduch · 10 years ago
- aa4312e THRIFT-3905 Initialize bool, int, and double properties by Mark Erickson · 8 years ago
- e4ba164 THRIFT-3886 PHP cross test client returns 0 even when failing by Nobuaki Sukegawa · 8 years ago
- 527637a THRIFT-3827 Fix CompactProtocol readI64 function by Nobuaki Sukegawa · 8 years ago