| Commit message (Expand) | Author | Age | Files | Lines |
* | THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ... | James E. King, III | 2017-03-10 | 42 | -153/+1006 |
* | THRIFT-4110: add libthrift0-dbg debug symbols package to debian build process... | James E. King, III | 2017-03-10 | 2 | -1/+13 |
* | THRIFT-4108: c_glib ssl implementation fixes - remove global ssl context and ... | Gonzalo Aguilar Delgado | 2017-03-06 | 2 | -196/+214 |
* | THRIFT-4031: Fix invalid code generation for list of typedef'ed built-in types | D. Can Celasun | 2017-03-04 | 1 | -11/+7 |
* | THRIFT-3921: fix ostream definitions so they are not inline because it confus... | James E. King, III | 2017-02-28 | 1 | -37/+53 |
* | THRIFT-3891 TNonblockingServer configured with more than one IO threads does ... | Buğra Gedik | 2017-02-27 | 2 | -30/+61 |
* | THRIFT-1805 Provide option for handling RTEs | Christopher Tubbs | 2017-02-27 | 2 | -10/+33 |
* | THRIFT-4102 remove useless code cause performance problem | Yao Jin | 2017-02-24 | 1 | -1/+0 |
* | THRIFT-3984 PHP7 extension causes segfault | Håkon Hitland | 2017-02-23 | 2 | -3/+50 |
* | THRIFT-3706: added cross test support for backwards compatible multiplexed se... | James E. King, III | 2017-02-22 | 14 | -440/+561 |
* | THRIFT-3801 - Node Thrift client throws exception with multiplexer and respon... | Adam Curtis | 2017-02-22 | 1 | -1/+3 |
* | THRIFT-4076: pick up PATH changes and JAVA_HOME from the registry after using... | James E. King, III | 2017-02-21 | 1 | -7/+3 |
* | THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized ... | D. Can Celasun | 2017-02-21 | 9 | -27/+48 |
* | THRIFT-3706: Implement multiplexed protocol client and test client for c_glib... | Gonzalo Aguilar Delgado | 2017-02-20 | 9 | -32/+1103 |
* | THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ... | James E. King, III | 2017-02-20 | 17 | -26/+205 |
* | THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h | James E. King, III | 2017-02-20 | 1 | -2/+3 |
* | THRIFT-3973: Provide some tools to make it easier to build thrift C++ on Windows | James E. King, III | 2017-02-19 | 10 | -0/+927 |
* | THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-... | Vivek Jain | 2017-02-18 | 3 | -2/+80 |
* | THRIFT-2504: Add default processor to java multiplexed processor to handle ol... | Aleksey Pesternikov | 2017-02-18 | 3 | -3/+101 |
* | THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross | James E. King, III | 2017-02-18 | 1 | -4/+4 |
* | THRIFT-3272 (THRIFT-4066) fix perl SSL authentication support; fixed error in... | James E. King, III | 2017-02-15 | 9 | -100/+132 |
* | THRIFT-2364: use oasis to build thrift for ocaml | James E. King, III | 2017-02-15 | 8 | -1897/+98 |
* | THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp | James E. King, III | 2017-02-15 | 4 | -150/+3 |
* | THRIFT-4041: add ocaml and oasis to ubuntu and debian docker build images | James E. King, III | 2017-02-14 | 2 | -0/+19 |
* | THRIFT-4084: only join threads if joinable | James E. King, III | 2017-02-13 | 2 | -2/+2 |
* | THRIFT-4060 add better support in the cpp generator for custom ostream operat... | James E. King, III | 2017-02-13 | 6 | -15/+163 |
* | THRIFT-3369 Provide SSL/TLS client for c_glib | James E. King, III | 2017-02-13 | 14 | -30/+1752 |
* | THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 | Nobuaki Sukegawa | 2017-02-12 | 3 | -5/+10 |
* | THRIFT-3938 Python TNonblockingServer does not work with SSL | Nobuaki Sukegawa | 2017-02-12 | 3 | -58/+79 |
* | THRIFT-4075: better support for headers-only boost with mingw | James E. King, III | 2017-02-11 | 2 | -5/+5 |
* | THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated | James E. King, III | 2017-02-10 | 5 | -15/+38 |
* | THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers | Swati Kumar | 2017-02-09 | 1 | -3/+21 |
* | THRIFT-4073: enum files are still being generated with unused imports | James E. King, III | 2017-02-09 | 1 | -4/+0 |
* | THRIFT-4079 add missing use clauses for included thrift sources in generated ... | James E. King, III | 2017-02-09 | 1 | -1/+9 |
* | THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrict... | James E. King, III | 2017-02-08 | 2 | -24/+10 |
* | THRIFT-4043 ensure perl files do not end up in /usr/lib/Thrift | James E. King, III | 2017-02-08 | 1 | -1/+2 |
* | THRIFT-4076 fix appveyor ant issue | James E. King, III | 2017-02-08 | 1 | -6/+10 |
* | THRIFT-3896 fix map type with string key can not access deserialized by php e... | James E. King, III | 2017-02-06 | 2 | -4/+4 |
* | THRIFT-4068 fix comment in java server socket code | James E. King, III | 2017-02-04 | 1 | -1/+1 |
* | THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice | James E. King, III | 2017-02-01 | 1 | -2/+3 |
* | THRIFT-4046 fix PlatformSocket.h for mingw64/msys2 and provide instructions f... | James E. King, III | 2017-01-31 | 2 | -0/+66 |
* | THRIFT-4062 Remove debug print from TServiceClient | Tom Davis | 2017-01-31 | 1 | -1/+0 |
* | THRIFT-3000 .NET implementation has trouble with mixed IP modes | Jens Geyer | 2017-01-31 | 8 | -347/+405 |
* | 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-4044 work around an hspec-core 2.4.0 library issue causing all build j... | James E. King, III | 2017-01-28 | 1 | -1/+1 |
* | Remove deprecated bower json property | James E. King, III | 2017-01-27 | 1 | -1/+0 |
* | THRIFT-3854 add a way in java to clear TFramedTransport read buffers | James E. King, III | 2017-01-27 | 4 | -9/+48 |
* | THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError | Chandler May | 2017-01-27 | 1 | -0/+1 |
* | THRIFT-3550 add some information about thrift to the perl library README dire... | James E. King, III | 2017-01-27 | 1 | -1/+14 |
* | THRIFT-3550 make a script to build perl cpan module and update perl dependenc... | James E. King, III | 2017-01-27 | 2 | -6/+18 |