| Commit message (Expand) | Author | Age | Files | Lines |
* | THRIFT-5185: Support for using WebSockets as a server transport | penenin | 2020-05-18 | 1 | -2/+4 |
* | THRIFT-4982 Remove deprecated C# bindings from the code base | Jens Geyer | 2020-02-28 | 1 | -43/+2 |
* | THRIFT-5059: Add cross tests for TZlibTransport in D | Kengo Seki | 2020-02-21 | 1 | -1/+2 |
* | THRIFT-5060: Add cross tests for TZlibTransport in Java | Kengo Seki | 2020-01-19 | 1 | -1/+2 |
* | THRIFT-4974: Add cross test for Python's Unix domain socket transport | Kengo Seki | 2019-12-12 | 1 | -2/+4 |
* | Update language levels, fix erlang and rust in CI | James E. King III | 2019-07-07 | 1 | -6/+6 |
* | THRIFT-4878 - [c_glib] add unix domain socket support to ThriftSocket (#1807) | Kevin Wojniak | 2019-07-01 | 1 | -1/+2 |
* | THRIFT-4612: THeader support in go library | Yuxuan 'fishy' Wang | 2019-06-19 | 1 | -1/+2 |
* | [THRIFT-4771] add nodejs THeaderProtocol support (#1743) | David Mai | 2019-02-22 | 1 | -1/+2 |
* | THRIFT-4794: finish php json cross test | James E. King III | 2019-02-10 | 1 | -1/+2 |
* | THRIFT-4780: finish the server implementation of multi in python server | James E. King III | 2019-02-08 | 1 | -20/+22 |
* | fix java-ruby test timeouts in ci | James E. King III | 2019-02-01 | 1 | -1/+1 |
* | THRIFT-4750: as3 changes to build and publish to maven central | James E. King III | 2019-01-24 | 1 | -1/+1 |
* | THRIFT-4746: changes for publishing java library to maven; fix java debug vs.... | James E. King III | 2019-01-23 | 1 | -3/+4 |
* | THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) (... | Rob Becker | 2019-01-21 | 1 | -0/+2 |
* | Fix hs-nodets test and re-enable it | Mustafa Senol Cosar | 2018-12-03 | 1 | -1/+1 |
* | THRIFT-3143: Add nodets support | wilfrem | 2018-11-29 | 1 | -0/+27 |
* | THRIFT-4620: add crosstest support for zlib (buffered) to cpp, enable cpp,go,... | James E. King III | 2018-09-16 | 1 | -4/+8 |
* | THRIFT-4621 Add THeader for Python | Neil Williams | 2018-09-01 | 1 | -2/+4 |
* | THRIFT-4548: add python cross test client multiplexed protocol support | James E. King III | 2018-04-13 | 1 | -0/+14 |
* | THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests | James E. King III | 2018-04-05 | 1 | -5/+7 |
* | THRIFT-4525: add ruby cross test ssl support | James E. King III | 2018-03-21 | 1 | -2/+4 |
* | THRIFT-4489: Add unix domain socket support for nodejs | Daniel Shih | 2018-03-21 | 1 | -1/+2 |
* | THRIFT-4358: add unix domain socket option to ruby cross tests | James E. King III | 2018-03-21 | 1 | -3/+4 |
* | THRIFT-4515: cross server test improvement: graceful test server shutdown | James E. King III | 2018-03-19 | 1 | -6/+7 |
* | THRIFT-82: Add Common Lisp support | Tomek Kurcz | 2018-03-02 | 1 | -0/+17 |
* | THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues | Alex Volanis | 2018-01-24 | 1 | -681/+673 |
* | THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests | Volodymyr Gotra | 2018-01-14 | 1 | -689/+686 |
* | THRIFT-3580 THeader for Haskell | Nobuaki Sukegawa | 2017-11-30 | 1 | -0/+1 |
* | THRIFT-2013: add perl crosstest multiplexed client and server logic | James E. King, III | 2017-11-21 | 1 | -1/+8 |
* | THRIFT-2013: add multiplex server and client test support to cpp language | James E. King, III | 2017-11-18 | 1 | -18/+51 |
* | THRIFT-4329: multiplexed processor, client and server for c_glib | Gonzalo Aguilar Delgado | 2017-11-18 | 1 | -0/+6 |
* | THRIFT-2998: enable cross test for nodejs http transport, | James E. King, III | 2017-10-28 | 1 | -1/+2 |
* | THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore | James E. King, III | 2017-10-10 | 1 | -3/+13 |
* | THRIFT-4264: Fix PHP tests requiring sockets.so | Håkon Hitland | 2017-09-22 | 1 | -2/+2 |
* | THRIFT-4295: rework the docker build images, updating them and tuning the tra... | James E. King, III | 2017-09-04 | 1 | -1/+1 |
* | THRIFT-4186 Add travis build for Rust | Allen George | 2017-05-11 | 1 | -4/+10 |
* | THRIFT-3706: added cross test support for backwards compatible multiplexed se... | James E. King, III | 2017-02-22 | 1 | -4/+14 |
* | THRIFT-3706: Implement multiplexed protocol client and test client for c_glib... | Gonzalo Aguilar Delgado | 2017-02-20 | 1 | -2/+8 |
* | THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ... | James E. King, III | 2017-02-20 | 1 | -5/+4 |
* | THRIFT-3272 (THRIFT-4066) fix perl SSL authentication support; fixed error in... | James E. King, III | 2017-02-15 | 1 | -1/+4 |
* | THRIFT-3369 Provide SSL/TLS client for c_glib | James E. King, III | 2017-02-13 | 1 | -0/+3 |
* | THRIFT-2945 Add Rust support | Allen George | 2017-01-26 | 1 | -0/+26 |
* | THRIFT-3933 Microsoft .Net Core library port and generator for this library | Volodymyr Gotra | 2017-01-04 | 1 | -0/+28 |
* | THRIFT-3886 PHP cross test client returns 0 even when failing | Håkon Hitland | 2016-12-17 | 1 | -0/+6 |
* | THRIFT-3906 Run C# tests with make check | Nobuaki Sukegawa | 2016-09-04 | 1 | -2/+2 |
* | THRIFT-3728 http transport for thrift-lua | Wang Yaofu | 2016-03-18 | 1 | -1/+2 |
* | THRIFT-3711 Add D to cross language test | Nobuaki Sukegawa | 2016-03-06 | 1 | -0/+28 |
* | THRIFT-3637 Implement compact protocol for dart | Mark Erickson | 2016-02-29 | 1 | -0/+1 |
* | THRIFT-3642 Speed up cross test runner | Nobuaki Sukegawa | 2016-02-20 | 1 | -13/+4 |