You are viewing a plain text version of this content. The canonical link for it is here.
- thrift git commit: THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice Client: Python Patch: Nate Jensen - posted by jk...@apache.org on 2017/02/01 12:18:00 UTC, 0 replies.
- thrift git commit: THRIFT-4068 fix comment in java server socket code Client: Java Patch: pigbrain - posted by jk...@apache.org on 2017/02/04 05:27:11 UTC, 0 replies.
- thrift git commit: THRIFT-3896 fix map type with string key can not access deserialized by php extension Client: php Patch: feidong@anjuke.com - posted by jk...@apache.org on 2017/02/06 17:58:39 UTC, 0 replies.
- thrift git commit: THRIFT-4076 fix appveyor ant issue Client: Build - posted by jk...@apache.org on 2017/02/08 17:28:49 UTC, 0 replies.
- thrift git commit: THRIFT-4043 ensure perl files do not end up in /usr/lib/Thrift Client: Build - posted by jk...@apache.org on 2017/02/08 18:06:19 UTC, 0 replies.
- thrift git commit: THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrictions Client: perl - posted by jk...@apache.org on 2017/02/09 01:53:50 UTC, 0 replies.
- thrift git commit: THRIFT-4079 add missing use clauses for included thrift sources in generated perl modules Client: perl - posted by jk...@apache.org on 2017/02/09 12:54:22 UTC, 0 replies.
- thrift git commit: THRIFT-4073: enum files are still being generated with unused imports Client: Java Patch: BCG - posted by jk...@apache.org on 2017/02/09 15:04:32 UTC, 0 replies.
- thrift git commit: THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers Client: php - posted by jk...@apache.org on 2017/02/09 20:13:26 UTC, 0 replies.
- thrift git commit: THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated Client: C++ - posted by jk...@apache.org on 2017/02/10 18:03:52 UTC, 0 replies.
- thrift git commit: THRIFT-4075: better support for headers-only boost with mingw Client: C++ - posted by jk...@apache.org on 2017/02/11 06:18:37 UTC, 0 replies.
- thrift git commit: THRIFT-3938 Python TNonblockingServer does not work with SSL - posted by ns...@apache.org on 2017/02/12 12:14:50 UTC, 0 replies.
- thrift git commit: THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9 - posted by ns...@apache.org on 2017/02/12 12:17:05 UTC, 0 replies.
- thrift git commit: THRIFT-3369 Provide SSL/TLS client for c_glib Client: c_glib Patch: Gonzalo Aguilar Delgado - posted by jk...@apache.org on 2017/02/13 20:44:16 UTC, 0 replies.
- thrift git commit: THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures Client: C++ - posted by jk...@apache.org on 2017/02/13 21:40:40 UTC, 0 replies.
- thrift git commit: THRIFT-4084: only join threads if joinable Client: cpp Patch: Chris Grebeldinger - posted by jk...@apache.org on 2017/02/13 23:26:53 UTC, 0 replies.
- thrift git commit: THRIFT-4041: add ocaml and oasis to ubuntu and debian docker build images Client: OCaml - posted by jk...@apache.org on 2017/02/14 21:13:00 UTC, 0 replies.
- thrift git commit: THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp Client: C++ - posted by jk...@apache.org on 2017/02/15 19:13:01 UTC, 0 replies.
- thrift git commit: THRIFT-2364: use oasis to build thrift for ocaml Client: OCaml Patch: Spiros Eliopoulos - posted by jk...@apache.org on 2017/02/15 19:26:32 UTC, 0 replies.
- thrift git commit: THRIFT-3272 (THRIFT-4066) fix perl SSL authentication support; fixed error in erlang test client using wrong key file and added CA Client: Perl - posted by jk...@apache.org on 2017/02/15 19:34:17 UTC, 0 replies.
- thrift git commit: THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross - posted by jk...@apache.org on 2017/02/18 18:55:48 UTC, 0 replies.
- thrift git commit: THRIFT-2504: Add default processor to java multiplexed processor to handle older clients Client: Java - posted by jk...@apache.org on 2017/02/18 18:59:24 UTC, 0 replies.
- thrift git commit: THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) Client: C++ - posted by jk...@apache.org on 2017/02/18 19:32:06 UTC, 0 replies.
- thrift git commit: THRIFT-3973: Provide some tools to make it easier to build thrift C++ on Windows Client: C++ - posted by jk...@apache.org on 2017/02/20 03:20:49 UTC, 0 replies.
- thrift git commit: THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++ - posted by jk...@apache.org on 2017/02/20 13:04:44 UTC, 0 replies.
- thrift git commit: 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. Client: csharp, d, go, nodejs, perl - posted by jk...@apache.org on 2017/02/20 13:52:51 UTC, 0 replies.
- thrift git commit: THRIFT-3706: Implement multiplexed protocol client and test client for c_glib; test server for java; integrate into crosstest Client: c_glib - posted by jk...@apache.org on 2017/02/20 19:05:35 UTC, 0 replies.
- thrift git commit: THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON Client: Go Patch: D. Can Celasun - posted by je...@apache.org on 2017/02/21 21:33:20 UTC, 0 replies.
- thrift git commit: THRIFT-4076: pick up PATH changes and JAVA_HOME from the registry after using chocolatey to install ant (and jdk, which it depends on) - posted by jk...@apache.org on 2017/02/22 02:29:43 UTC, 0 replies.
- thrift git commit: THRIFT-3801 - Node Thrift client throws exception with multiplexer and responses that are bigger than a single buffer Client: nodejs - posted by jk...@apache.org on 2017/02/22 16:25:02 UTC, 0 replies.
- thrift git commit: THRIFT-3706: added cross test support for backwards compatible multiplexed server, added c_glib testBinary, fixed a number of glib object reference issues Client: c_glib, java - posted by jk...@apache.org on 2017/02/22 17:46:48 UTC, 0 replies.
- thrift git commit: THRIFT-3984 PHP7 extension causes segfault - posted by jk...@apache.org on 2017/02/23 16:44:51 UTC, 0 replies.
- thrift git commit: THRIFT-4102 remove useless code cause performance problem Client: python - posted by jk...@apache.org on 2017/02/24 15:29:06 UTC, 0 replies.
- thrift git commit: THRIFT-1805 Provide option for handling RTEs Client: Java - posted by jk...@apache.org on 2017/02/28 04:40:06 UTC, 0 replies.
- thrift git commit: THRIFT-3891 TNonblockingServer configured with more than one IO threads does not always return from serve() upon stop() Client: C++ Patch: additional changes by jking@apache.org to improve the test and stop clean in all cases - posted by jk...@apache.org on 2017/02/28 04:50:15 UTC, 0 replies.
- thrift git commit: THRIFT-3921: fix ostream definitions so they are not inline because it confused template deduction Client: C++ - posted by jk...@apache.org on 2017/02/28 17:28:05 UTC, 0 replies.