| Commit message (Expand) | Author | Age | Files | Lines |
* | THRIFT-4982 Remove deprecated C# bindings from the code base | Jens Geyer | 2020-02-28 | 1 | -31/+0 |
* | Fix typo for python 3 support | Christopher Friedt | 2020-01-29 | 1 | -1/+1 |
* | THRIFT-4990 Upgrade to .NET Core 3.1 (LTS) | Jens Geyer | 2019-12-07 | 1 | -1/+1 |
* | THRIFT-4990 Switch to .NET core 3.0 | Jens Geyer | 2019-11-02 | 1 | -1/+1 |
* | THRIFT-4981 Remove deprecated netcore bindings from the code base | Jens Geyer | 2019-10-20 | 1 | -19/+8 |
* | THRIFT-4938 Issues with version.h treatment | Jens Geyer | 2019-10-20 | 1 | -1/+0 |
* | THRIFT-4975: Add Makefile.am to the PHP tutorial | Kengo Seki | 2019-10-18 | 1 | -0/+1 |
* | THRIFT-4972: Add Makefile.am to the Perl tutorial | Kengo Seki | 2019-10-18 | 1 | -0/+1 |
* | bump version | Jens Geyer | 2019-10-17 | 1 | -1/+1 |
* | THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot... | Kevin Wojniak | 2019-07-01 | 1 | -1/+1 |
* | THRIFT-4583: Switch to rebar3 | Sergey Yelin | 2019-05-13 | 1 | -1/+1 |
* | THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost predef... | James E. King III | 2019-05-04 | 1 | -1/+1 |
* | THRIFT-4723 Consolidate C#/netcore into new netstd language target | Jens Geyer | 2019-01-28 | 1 | -1/+12 |
* | THRIFT-4743: remove cpp compiler plugin support to simplify the project | James E. King III | 2019-01-26 | 1 | -16/+0 |
* | THRIFT-4717: fix up make clean with autoconf | James E. King III | 2019-01-25 | 1 | -2/+2 |
* | THRIFT-4753: re-version master to next release 0.13.0 | James E. King III | 2019-01-25 | 1 | -1/+1 |
* | THRIFT-4750: as3 changes to build and publish to maven central | James E. King III | 2019-01-24 | 1 | -0/+29 |
* | THRIFT-4675: Generate Int64 constants for js | Mustafa Senol Cosar | 2019-01-15 | 1 | -0/+1 |
* | THRIFT-4691: ensure CPAN module runs unit tests | James E. King III | 2019-01-14 | 1 | -1/+1 |
* | THRIFT-4735: Remove Qt4 build support | James E. King III | 2019-01-13 | 1 | -15/+0 |
* | remove boost::thread and boost::mutex code | cyy | 2019-01-07 | 1 | -18/+0 |
* | force c++11 in GNU autotools | cyy | 2019-01-07 | 1 | -4/+1 |
* | THRIFT-4716: add veralign.sh tool to set versions for releases | James E. King III | 2019-01-04 | 1 | -1/+1 |
* | THRIFT-4301: fix inability to disable py3 with autoconf build | James E. King III | 2019-01-03 | 1 | -4/+7 |
* | THRIFT-4547: add swift to bionic build image and run unit tests | James E. King III | 2019-01-02 | 1 | -0/+21 |
* | Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 | James E. King III | 2018-12-30 | 1 | -1/+1 |
|\ |
|
| * | Version 0.12.0v0.12.00.12.0 | jfarrell | 2018-12-18 | 1 | -1/+1 |
|/ |
|
* | THRIFT-3143: Add nodets support | wilfrem | 2018-11-29 | 1 | -0/+18 |
* | THRIFT-4618: Use poll() instead of select() in C++ TNonblockingServer if avai... | st0ke | 2018-10-12 | 1 | -0/+1 |
* | THRIFT-4515: cross server test improvement: graceful test server shutdown | James E. King III | 2018-03-19 | 1 | -0/+1 |
* | THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issues | Bugra Gedik | 2018-03-12 | 1 | -0/+1 |
* | THRIFT-82: Add Common Lisp support | Tomek Kurcz | 2018-03-02 | 1 | -0/+23 |
* | THRIFT-4308: re-enable dlang deimos build support for libevent | James E. King III | 2018-01-30 | 1 | -2/+2 |
* | THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues | Alex Volanis | 2018-01-24 | 1 | -2/+3 |
* | THRIFT-4423: migrate to psr-4 | Robert Lu | 2018-01-11 | 1 | -3/+0 |
* | THRIFT-4351: use travis build stages to optimize build, | James E. King, III | 2017-10-19 | 1 | -1/+0 |
* | THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore | James E. King, III | 2017-10-10 | 1 | -1/+3 |
* | configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila... | Thomas Petazzoni | 2017-09-09 | 1 | -0/+3 |
* | THRIFT-4295: rework the docker build images, updating them and tuning the tra... | James E. King, III | 2017-09-04 | 1 | -69/+88 |
* | THRIFT-4260 Go context generation issue. Context is parameter in Interface no... | taozle | 2017-07-25 | 1 | -0/+9 |
* | THRIFT-4236 Support context in go generated code | taozle | 2017-07-22 | 1 | -1/+1 |
* | THRIFT-4236: Add context support for go server. | taozle | 2017-07-01 | 1 | -1/+1 |
* | THRIFT-4165: better cmake support for C++ language level selection; fixed com... | James E. King, III | 2017-04-05 | 1 | -2/+6 |
* | THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ... | James E. King, III | 2017-02-20 | 1 | -3/+3 |
* | THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp | James E. King, III | 2017-02-15 | 1 | -0/+2 |
* | THRIFT-3369 Provide SSL/TLS client for c_glib | James E. King, III | 2017-02-13 | 1 | -3/+6 |
* | THRIFT-4045 Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC to fix building with Ad... | James E. King, III | 2017-01-28 | 1 | -2/+0 |
* | THRIFT-4033 disable thrift compiler plug-in support by default, as the thrift... | James E. King, III | 2017-01-25 | 1 | -5/+3 |
* | THRIFT-2945 Add Rust support | Allen George | 2017-01-26 | 1 | -0/+38 |
* | THRIFT-3933 Microsoft .Net Core library port and generator for this library | Volodymyr Gotra | 2017-01-04 | 1 | -0/+21 |