- 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
- b628736 THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore by James E. King, III · 7 years ago
- 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
- 9462edb THRIFT-4264: Fix PHP tests requiring sockets.so Client: php by Håkon Hitland · 7 years ago
- d3cda9c THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums Client: Java by Deniss Afonin · 8 years ago
- 81cdcd3 THRIFT-4328: split binary cross tests into their own build job to resolve by James E. King, III · 7 years ago
- 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
- f8e62fb THRIFT-4273 erlang:now/0: Deprecated BIF. Client: erlang by walter-weinmann · 7 years ago
- 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 7 years ago
- d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
- ec64f23 THRIFT-4263: Fix use after free bug for thrown exceptions Client: php by Roy Sindre Norangshol · 7 years ago
- 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
- 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 7 years ago
- ec2a252 THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. by David Hull · 7 years ago
- 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
- c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
- c34653f THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
- bc1344d THRIFT-4186 Add travis build for Rust by Allen George · 8 years ago
- 0e22c36 THRIFT-4176: Implement threaded server for Rust Client: rs by Allen George · 8 years ago
- 3311a9b THRIFT-4177 fix java deep copy Client: Java by Deniss Afonin · 8 years ago
- 7f5a8c2 THRIFT-4164: update openssl cleanup to match current requirements and document TSSLSocketFactory lifetime requirements by James E. King, III · 8 years ago
- 177c37c THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes by James E. King, III · 8 years ago
- e66b8fc THRIFT-3984 PHP7 extension causes segfault by Håkon Hitland · 8 years ago
- 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
- 43fb34d THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON by D. Can Celasun · 8 years ago
- 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
- 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
- 655b9b6 THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) by Vivek Jain · 8 years ago
- 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
- ab8ff1a THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp by James E. King, III · 8 years ago
- b4c190b THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures by James E. King, III · 8 years ago
- 36628a2 THRIFT-3369 Provide SSL/TLS client for c_glib by James E. King, III · 8 years ago
- 4626fd8 THRIFT-3938 Python TNonblockingServer does not work with SSL by Nobuaki Sukegawa · 8 years ago
- 8b96bfb THRIFT-2945 Add Rust support by Allen George · 8 years ago
- b62247e THRIFT-4039 Update of Apache Thrift .Net Core lib by Volodymyr Gotra · 8 years ago
- 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
- 1ca09d0 THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift by Jens Geyer · 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
- 19066b7 THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
- f39d4c8 THRIFT-3886 PHP cross test client returns 0 even when failing by Håkon Hitland · 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
- 7ab125a THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types by BCG · 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
- 3129549 THRIFT-3831 in test/cpp explicitly use `signed char` by Cody P Schafer · 8 years ago
- a400c69 THRIFT-3748 Node.js Deserialization of lists of lists is broken by Nobuaki Sukegawa · 9 years ago
- 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
- bf9fa90 THRIFT-3910 Do not invoke pip as part of build process by Nobuaki Sukegawa · 8 years ago
- 88c5ee7 THRIFT-3906 Run C# tests with make check by Nobuaki Sukegawa · 8 years ago
- d1ceba4 THRIFT-3046: Allow PSR4 class loading for generated classes (PHP) by Andreas Scheja · 9 years ago
- e4ba164 THRIFT-3886 PHP cross test client returns 0 even when failing by Nobuaki Sukegawa · 8 years ago
- fd02a30 THRIFT-3883 Go TestAllConnection fails with port 9090 collision by Nobuaki Sukegawa · 8 years ago
- e1b8540 THRIFT-3884 Fix Erlang compact protocol double endianess and boolean list by Nobuaki Sukegawa · 8 years ago
- 4082ef8 THRIFT-3869 Remove Dart packages during make clean by Mark Erickson · 9 years ago
- 7ea4a87 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
- 7407e2e Revert "THRIFT-3834 Erlang namespacing and exception metadata" by Jens Geyer · 9 years ago
- c8deed8 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
- 39a09ac THRIFT-3833 haxe http server implementation (by embeding into php web server) by Oleksii Prudkyi · 9 years ago
- 26b36dc THRIFT-3843 integer issues with Haxe PHP targets cause ZigZag encoding to fail by Jens Geyer · 9 years ago
- ca714c4 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} by creker · 9 years ago
- eb344a8 THRIFT-3762 Fix warnings for deprecated Thrift "byte" fields by Nobuaki Sukegawa · 9 years ago
- 73d1637 More make dist entries by Nobuaki Sukegawa · 9 years ago
- e134cbc Update make dist entries by Nobuaki Sukegawa · 9 years ago
- bd964c7 THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIface by John Sirois · 9 years ago
- e432c6b THRIFT-3728 http transport for thrift-lua by Wang Yaofu · 9 years ago
- 1d20a37 THRIFT-3742 haxe php cli support by Jens Geyer · 9 years ago
- e364081 follow-up: THRIFT-3734 update test/known_failures.json by Nobuaki Sukegawa · 9 years ago
- 4938bab THRIFT-3725 Skip a flaky cross test entry (d-dart compact framed-ip) by Nobuaki Sukegawa · 9 years ago
- c874408 THRIFT-3722 Fix cert path in C++ cross tests for non-Linux platform by Nobuaki Sukegawa · 9 years ago
- 775671a THRIFT-3709 Comment syntax can produce broken code by Jens Geyer · 9 years ago
- 8b791b2 THRIFT-3711 Add D to cross language test by Nobuaki Sukegawa · 9 years ago
- 06e8fd4 THRIFT-3694 [Windows] Disable tests of a few servers that are not supported by Nobuaki Sukegawa · 9 years ago
- 56c1c64 THRIFT-3702 Fix cross tests for Dart compact protocol (3 failing) by Mark Erickson · 9 years ago
- b5f126f THRIFT-3637 Implement compact protocol for dart by Mark Erickson · 9 years ago
- d479e23 THRIFT-3691 Run flake8 Python style check on Travis-CI by Nobuaki Sukegawa · 9 years ago
- 103974e THRIFT-3688 Fix socket bind failure detection of cross test by Nobuaki Sukegawa · 9 years ago
- e9b3234 THRIFT-3682 Do not reuse refused sockets in test scripts by Nobuaki Sukegawa · 9 years ago
- fa53a3c THRIFT-3592 Add basic test client by Nobuaki Sukegawa · 9 years ago
- 008283d THRIFT-3660 Add V4 mapped address to test client cert's altname by Nobuaki Sukegawa · 9 years ago
- 23ffb31 THIFT-3645 Add command line args and testBool handler to Lua test server by Nobuaki Sukegawa · 9 years ago
- 08d67d7 THRIFT-3644 Adds testStruct call to Lua test client by Nobuaki Sukegawa · 9 years ago
- 59310f5 THRIFT-3642 Speed up cross test runner by Nobuaki Sukegawa · 9 years ago
- 19a3a27 THRIFT-3631 JSON protocol implement for thrift-lua library. by Wang Yaofu · 9 years ago
- e1e09c7 THRIFT-3641 Ruby client should try to connect to every result of getaddrinfo by Nobuaki Sukegawa · 9 years ago
- 7af189a THRIFT-3613 Port Python C extension to Python 3 by Nobuaki Sukegawa · 9 years ago
- 6525f6a THRIFT-3612 Add Python C extension for compact protocol by Nobuaki Sukegawa · 9 years ago
- 144bbef THRIFT-3611 Add --regex filter to cross test runner by Nobuaki Sukegawa · 9 years ago
- 4708409 THRIFT-3601 Better conformance to PEP8 for generated code by Nobuaki Sukegawa · 9 years ago
- ebd71ce THRIFT-3585 Compact protocol implementation for Lua by Nobuaki Sukegawa · 9 years ago
- 1f647f0 THRIFT-3584 boolean false value cannot be transferred by Nobuaki Sukegawa · 9 years ago
- 3b89cc5 THRIFT-3598 TBufferedTransport doesn't instantiate client connection by Phongphan Phuttha · 9 years ago
- f39f7db THRIFT-3599 Validate client IP address against cert's SubjectAltName by Nobuaki Sukegawa · 9 years ago
- f7d4979 THRIFT-3597 `make check` hangs in go tests Client: Test (Go) Patch: John Sirois by John Sirois · 9 years ago
- 10308cb THRIFT-3596 Better conformance to PEP8 by Nobuaki Sukegawa · 9 years ago
- d094e79 THRIFT-3592 Add basic test client by Nobuaki Sukegawa · 9 years ago
- 95c628e THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed by Nobuaki Sukegawa · 9 years ago
- 2eed686 Fix CI build for THRIFT-3251 Add http transport for server to Go lib by Nobuaki Sukegawa · 9 years ago
- f8ca055 THRIFT-3251 Add http transport for server to Go lib by claudemiro · 9 years ago