- 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 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
- 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
- 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
- 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
- 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 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
- 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
- 88c5ee7 THRIFT-3906 Run C# tests with make check by Nobuaki Sukegawa · 8 years ago
- 527637a THRIFT-3827 Fix CompactProtocol readI64 function by Nobuaki Sukegawa · 8 years ago
- 77e5f3a THRIFT-3827 Fix CompactProtocol readI64 function by lnn1123 · 9 years ago
- bcad917 THRIFT-2156: fix errno handling in server socket Client: C++ Patch: Jens Geyer by Jens Geyer · 8 years ago
- e517624 THRIFT-2156: fix errno handling in server socket by Jim King · 9 years ago
- 47f9b9d THRIFT-3855 In the go simple server, if Stop() is called multiple times it hangs by ZhiyuYin · 9 years ago
- e1b8540 THRIFT-3884 Fix Erlang compact protocol double endianess and boolean list by Nobuaki Sukegawa · 8 years ago
- 8ab38b6 THRIFT-3820 Erlang: Detect OTP >= 18 to use new time correction by Веселов Андрей · 9 years ago
- 5871d2c THRIFT-3038 Fix a couple races and removed volatile per analysis, replacing with atomics by Jim King · 9 years ago
- 1654fe9 THRIFT-3476: fix missing header by Jim King · 9 years ago
- d150f8b THRIFT-3880 Erlang Compact protocol - boolean values inverted by Vince Foley · 8 years ago
- b6983df THRIFT-3848: Perl ForkingServer must ignore SIGCHLD to avoid infinite loop by Jim King · 9 years ago
- 4300b72 THRIFT-3879 Undefined evaluation order causes incorrect processing in the C++ library JSON protocol by dtmuller · 8 years ago
- f384076 THRIFT-3851 Golang thrift continually adds the x/thrift content type by Connor Gorman · 9 years ago
- 4082ef8 THRIFT-3869 Remove Dart packages during make clean by Mark Erickson · 9 years ago
- 5a3f855 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
- e5fbedd Revert "THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees" by Jens Geyer · 9 years ago
- 0af1aa1 THRIFT-3753 TServerFramework::stop may fail to interrupt connected clients by tpcwang · 9 years ago
- 0b433de THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
- 7ea4a87 THRIFT-3834 Erlang namespacing and exception metadata by Steve Cohen · 9 years ago
- 61b1708 THRIFT-3233 fix accounting of workers in thread manager by Jim King · 9 years ago
- 4b7dbe3 THRIFT-3825 Javascript test dependency is no longer available by Nobuaki Sukegawa · 9 years ago
- e1abc8b THRIFT-3849 Port Go serializer and deserializer to Dart by Mark Erickson · 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
- 5f06802 THRIFT-3805 Golang server susceptible to memory spike from malformed message by Michael Scott Leuthaeuser · 9 years ago
- 839b932 THRIFT-3841 Dart compact protocol incorrectly serializes/deserialized doubles by Mark Erickson · 9 years ago
- 8cc9175 THRIFT-3814 Fix contention in TNonblockingServerTest by Nobuaki Sukegawa · 9 years ago
- d7f87aa THRIFT-3787: connection close code fix for ssl by Randy Abernethy · 9 years ago
- 9b954e6 THRIFT-3789: Add destroy connection feature to node by Randy Abernethy · 9 years ago
- ea0da97 THRIFT-3803 - Remove file attribute from include elements in XML generator by BCG · 9 years ago
- eed6613 THRIFT-3809 wrong/unused BINARY type code Client: Go Patch: Jens Geyer by Jens Geyer · 9 years ago
- 7c3eac3 THRIFT-3808 Missing `DOUBLE` in thrift type enumeration by Mahendran Kathirvel · 9 years ago
- e363a34 THRIFT-3794 Fixing exception types in library now that they have been split up by Kyle Johnson · 9 years ago
- e0e3240 THRIFT-3794 Split Delphi application, protocol and transport exception subtypes into separate exceptions by Jens Geyer · 9 years ago
- ae985dd THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist by Jens Geyer · 9 years ago
- 653f0de THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist by Jens Geyer · 9 years ago
- bea9bbe THRIFT-3487 Full support for newer Delphi versions by Jens Geyer · 9 years ago
- dd074e7 THRIFT-3792 Timeouts for anonymous pipes should be configurable by Jens Geyer · 9 years ago
- b89b5b9 THRIFT-3790 Fix Delphi named pipe client to use timeout even when pipe doesn't yet exist by Jens Geyer · 9 years ago
- 5988f48 THRIFT-3791 Delphi pipe client may fail even in a non-error condition by Jens Geyer · 9 years ago
- 9f7f11e THRIFT-3788 Compatibility improvements and Win64 support by Jens Geyer · 9 years ago
- 4f5229e THRIFT-3788 Compatibility improvements and Win64 support by Nick · 9 years ago
- 3ca89e6 THRIFT-2821: Add HTTP header support to JavaScript lib by Randy Abernethy · 9 years ago
- 0ea6c1d THRIFT-3786: Node TLS emits 'connect' before connection is ready by Randy Abernethy · 9 years ago
- 3aa461b Revert "THRIFT-3746 JSON protocol left in incorrect state on read errors" by Nobuaki Sukegawa · 9 years ago
- 8b0b7e5 THRIFT-3780 Use fixnum Int64 to write/read binary encoded i64 by Mark Erickson · 9 years ago
- ca714c4 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} by creker · 9 years ago
- 51850ab THRIFT-3746 JSON protocol left in incorrect state on read errors by Tyler Treat · 9 years ago
- cdc8333 THRIFT-3771 TBufferedTransport gets in invalid state on read/write errors by Tyler Treat · 9 years ago
- 3bf5bf9 THRIFT-3755 TDebugProtocol::writeString hits assert in isprint on Windows with debug CRT by tpcwang · 9 years ago
- 6657b83 THRIFT-3765 fix memory leak in python compact protocol extension by Chandler May · 9 years ago
- 4ab9a88 THRIFT-3764: Ensure PHP TSimpleJSONProtocol and TMultiplexedProtocol files included during "make install" by Mark Goldfinch · 9 years ago
- f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
- d42d8be THRIFT-3758 TApplicationException::getType and TProtocolException::getType should be const by tpcwang · 9 years ago
- abbc8d0 THRIFT-3763 Fix serialization of i64 larger than 2^53 for browserify by Nobuaki Sukegawa · 9 years ago
- 1d9fd75 Fix C# make dist entries by Nobuaki Sukegawa · 9 years ago
- 73d1637 More make dist entries by Nobuaki Sukegawa · 9 years ago
- 834f1b4 Add make dist entires for THRIFT-3402 by Nobuaki Sukegawa · 9 years ago
- 400ae6e THRIFT-3449 TBaseAsyncProcessor fb.responseReady() never called for oneway functions by Nobuaki Sukegawa · 9 years ago
- e134cbc Update make dist entries by Nobuaki Sukegawa · 9 years ago
- 1d4a439 THRIFT-3743 Java JSON protocol left in incorrect state when an exception is thrown during read or write operations by Tyler Treat · 9 years ago
- b3a42dd THRIFT-3479 Avoid returning a message to a client on TException. by Josh Elser · 9 years ago
- a876527 THRIFT-3680 Java async processor fails to notify errors to clients by Nobuaki Sukegawa · 9 years ago
- c307222 Follow-up THRIFT-3112: key.cancel when error by Nobuaki Sukegawa · 9 years ago
- bd964c7 THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIface by John Sirois · 9 years ago
- a4f9640 THRIFT-3723 Fix Lua include path by Nobuaki Sukegawa · 9 years ago
- e432c6b THRIFT-3728 http transport for thrift-lua by Wang Yaofu · 9 years ago
- b819260 THRIFT-3736 C++ library build fails if OpenSSL does not surrpot SSLv3 by Nobuaki Sukegawa · 9 years ago
- 7f6ea4e THRIFT-3744 The precision should be 17 (16 bits need after dot) after dot for double type. by Wang Yaofu · 9 years ago
- 8e1fd86 THRIFT-3739 Deprecation warning in codegen/base.d by Nobuaki Sukegawa · 9 years ago
- 1d20a37 THRIFT-3742 haxe php cli support by Jens Geyer · 9 years ago
- aadcf34 THRIFT-3740 Fix haxelib.json classpath Client: Haxe Patch: Oleksii Prudkyi by Jens Geyer · 9 years ago
- ccce919 THRIFT-3741 haxe test is broken Client: Haxe Patch: Oleksii Prudkyi by Jens Geyer · 9 years ago
- 1fa273b THRIFT-2980 Accept external buffer in thrift_memory_buffer constructor by Chandler May · 9 years ago