thrift git commit: THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice Client: Python Patch: Nate Jensen <nathan.jen...@raytheon.com>

2017-02-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master 2d6060d88 -> de9c330b2 THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice Client: Python Patch: Nate Jensen This closes #1121 Project:

thrift git commit: THRIFT-4076 fix appveyor ant issue Client: Build

2017-02-08 Thread jking
Repository: thrift Updated Branches: refs/heads/master 3a8bbbd4a -> bdd0b73a8 THRIFT-4076 fix appveyor ant issue Client: Build This closes #1180 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/bdd0b73a Tree:

thrift git commit: THRIFT-4043 ensure perl files do not end up in /usr/lib/Thrift Client: Build

2017-02-08 Thread jking
Repository: thrift Updated Branches: refs/heads/master bdd0b73a8 -> bd257f1b9 THRIFT-4043 ensure perl files do not end up in /usr/lib/Thrift Client: Build This closes #1174 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3896 fix map type with string key can not access deserialized by php extension Client: php Patch: feid...@anjuke.com

2017-02-06 Thread jking
Repository: thrift Updated Branches: refs/heads/master a3d6be906 -> 3a8bbbd4a THRIFT-3896 fix map type with string key can not access deserialized by php extension Client: php Patch: feid...@anjuke.com This closes #1062 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4068 fix comment in java server socket code Client: Java Patch: pigbrain <hyundong....@nhnent.com>

2017-02-03 Thread jking
Repository: thrift Updated Branches: refs/heads/master de9c330b2 -> a3d6be906 THRIFT-4068 fix comment in java server socket code Client: Java Patch: pigbrain This closes #1177 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4046 fix PlatformSocket.h for mingw64/msys2 and provide instructions for building with cmake under that toolchain Client: cmake Patch: James E. King, III <jk...@apache.org>

2017-01-31 Thread jking
Repository: thrift Updated Branches: refs/heads/master 34bd992bc -> 2d6060d88 THRIFT-4046 fix PlatformSocket.h for mingw64/msys2 and provide instructions for building with cmake under that toolchain Client: cmake Patch: James E. King, III This closes #1171 Project:

thrift git commit: THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception Client: Java Patch: Dmitry Roenko <sav...@gmail.com>

2017-01-23 Thread jking
Repository: thrift Updated Branches: refs/heads/master 330b3f814 -> 55f976e0d THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception Client: Java Patch: Dmitry Roenko This closes #1116 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4034 compiler build fixes for macos sierra and some cmake cleanup for compiler Compiler Patch: Robert Lu <robberp...@gmail.com>

2017-01-23 Thread jking
Repository: thrift Updated Branches: refs/heads/master 4194562c6 -> 330b3f814 THRIFT-4034 compiler build fixes for macos sierra and some cmake cleanup for compiler Compiler Patch: Robert Lu This closes #1161 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo

thrift git commit: THRIFT-3926 There should be an error emitted when http status code is not 200 Client: nodejs Patch: lifei <li...@bytedance.com>

2017-01-24 Thread jking
Repository: thrift Updated Branches: refs/heads/master b62247e0e -> 3d6e2a507 THRIFT-3926 There should be an error emitted when http status code is not 200 Client: nodejs Patch: lifei This closes #1086 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: Remove deprecated bower json property Client: nodejs Patch: Kevin Kirsche <kev.kirs...@gmail.com>

2017-01-27 Thread jking
Repository: thrift Updated Branches: refs/heads/master de3e17ad3 -> b88a25a47 Remove deprecated bower json property Client: nodejs Patch: Kevin Kirsche This closes #520 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3854 add a way in java to clear TFramedTransport read buffers Client: Java Patch: Chris Lockfort <clockf...@palantir.com>

2017-01-27 Thread jking
Repository: thrift Updated Branches: refs/heads/master 988b3e9bd -> de3e17ad3 THRIFT-3854 add a way in java to clear TFramedTransport read buffers Client: Java Patch: Chris Lockfort This closes #1164 This closes #1081 Project:

thrift git commit: THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError Client: Python

2017-01-27 Thread jking
Repository: thrift Updated Branches: refs/heads/master 96be8c8d9 -> 988b3e9bd THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError Client: Python This closes #1165 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4044 work around an hspec-core 2.4.0 library issue causing all build job #17 on Travis CI to fail Client: Haskell

2017-01-28 Thread jking
Repository: thrift Updated Branches: refs/heads/master b88a25a47 -> 8656670fe THRIFT-4044 work around an hspec-core 2.4.0 library issue causing all build job #17 on Travis CI to fail Client: Haskell This closes #1168 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4045 Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC to fix building with Address Sanitizer Client: C++ Patch: Dawid Drechny <dawid.drec...@tomtom.com>

2017-01-28 Thread jking
Repository: thrift Updated Branches: refs/heads/master 8656670fe -> 8d377fa6b THRIFT-4045 Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC to fix building with Address Sanitizer Client: C++ Patch: Dawid Drechny This closes #1065 This closes #1169 Project:

thrift git commit: THRIFT-3892 support OpenSSL before 0.9.8f during build Client: C++ Patch: Udit Raikwar <udit...@users.noreply.github.com>

2017-01-25 Thread jking
Repository: thrift Updated Branches: refs/heads/master 3d6e2a507 -> 6fe7fa1b7 THRIFT-3892 support OpenSSL before 0.9.8f during build Client: C++ Patch: Udit Raikwar This closes #1057 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: Build fails using Java 1.8 with Ant < 1.9 Client: Java Patch: Adinata <mail.die...@gmail.com>

2017-01-25 Thread jking
Repository: thrift Updated Branches: refs/heads/master 8b96bfbf1 -> cf2548940 Build fails using Java 1.8 with Ant < 1.9 Client: Java Patch: Adinata This closes #1060 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4033 disable thrift compiler plug-in support by default, as the thrift-compiler packaging is not ready for it yet

2017-01-25 Thread jking
Repository: thrift Updated Branches: refs/heads/master cf2548940 -> 71eba643d THRIFT-4033 disable thrift compiler plug-in support by default, as the thrift-compiler packaging is not ready for it yet This closes #1157 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3550 make a script to build perl cpan module and update perl dependencies for cpan

2017-01-27 Thread jking
Repository: thrift Updated Branches: refs/heads/master 71eba643d -> f3490c5f8 THRIFT-3550 make a script to build perl cpan module and update perl dependencies for cpan Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3550 add some information about thrift to the perl library README directing folks to the official web site for more info

2017-01-27 Thread jking
Repository: thrift Updated Branches: refs/heads/master f3490c5f8 -> 96be8c8d9 THRIFT-3550 add some information about thrift to the perl library README directing folks to the official web site for more info Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

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)

2017-02-21 Thread jking
Repository: thrift Updated Branches: refs/heads/master 43fb34df2 -> 8615fee79 THRIFT-4076: pick up PATH changes and JAVA_HOME from the registry after using chocolatey to install ant (and jdk, which it depends on) This closes #1201 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo

thrift git commit: THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++

2017-02-20 Thread jking
Repository: thrift Updated Branches: refs/heads/master 4d651ab06 -> 239233afb THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++ This closes #1198 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

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,

2017-02-20 Thread jking
Repository: thrift Updated Branches: refs/heads/master 239233afb -> 06190874c 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 This closes #1197 Project:

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

2017-02-20 Thread jking
Repository: thrift Updated Branches: refs/heads/master 06190874c -> bc0082e02 THRIFT-3706: Implement multiplexed protocol client and test client for c_glib; test server for java; integrate into crosstest Client: c_glib This closes #1191 This closes #1199 Project:

thrift git commit: THRIFT-4102 remove useless code cause performance problem Client: python

2017-02-24 Thread jking
Repository: thrift Updated Branches: refs/heads/master e66b8fcde -> e2bc97275 THRIFT-4102 remove useless code cause performance problem Client: python This closes #1203 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

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

2017-02-22 Thread jking
Repository: thrift Updated Branches: refs/heads/master 4361ecc3a -> 37aac3bb5 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 This closes #1200 Project:

thrift git commit: THRIFT-3984 PHP7 extension causes segfault

2017-02-23 Thread jking
Repository: thrift Updated Branches: refs/heads/master 37aac3bb5 -> e66b8fcde THRIFT-3984 PHP7 extension causes segfault The PHP 7 extension can sometimes free strings it does not own, when serializing string map keys, or the name of called methods. The latter case was somewhat migitated

thrift git commit: THRIFT-3973: Provide some tools to make it easier to build thrift C++ on Windows Client: C++

2017-02-19 Thread jking
Repository: thrift Updated Branches: refs/heads/master 655b9b6ef -> 4d651ab06 THRIFT-3973: Provide some tools to make it easier to build thrift C++ on Windows Client: C++ This closes #1162 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross

2017-02-18 Thread jking
Repository: thrift Updated Branches: refs/heads/master 377719c2d -> 736075d2a THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/736075d2 Tree:

thrift git commit: THRIFT-2504: Add default processor to java multiplexed processor to handle older clients Client: Java

2017-02-18 Thread jking
Repository: thrift Updated Branches: refs/heads/master 736075d2a -> 400b346db THRIFT-2504: Add default processor to java multiplexed processor to handle older clients Client: Java This closes #114 This closes #1195 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) Client: C++

2017-02-18 Thread jking
Repository: thrift Updated Branches: refs/heads/master 400b346db -> 655b9b6ef THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) Client: C++ This closes #1083 This closes #1194 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3369 Provide SSL/TLS client for c_glib Client: c_glib Patch: Gonzalo Aguilar Delgado <gagui...@level2crm.com>

2017-02-13 Thread jking
Repository: thrift Updated Branches: refs/heads/master e8ba7877b -> 36628a28e THRIFT-3369 Provide SSL/TLS client for c_glib Client: c_glib Patch: Gonzalo Aguilar Delgado This closes #1185 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures Client: C++

2017-02-13 Thread jking
Repository: thrift Updated Branches: refs/heads/master 36628a28e -> b4c190b6e THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures Client: C++ This closes #1172 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4084: only join threads if joinable Client: cpp Patch: Chris Grebeldinger <cgreb...@gmail.com>

2017-02-13 Thread jking
Repository: thrift Updated Branches: refs/heads/master b4c190b6e -> 0a660ee28 THRIFT-4084: only join threads if joinable Client: cpp Patch: Chris Grebeldinger This closes #1188 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated Client: C++

2017-02-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master 3590f1e7c -> e1832c354 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated Client: C++ This closes #1183 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4075: better support for headers-only boost with mingw Client: C++

2017-02-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master e1832c354 -> bff044667 THRIFT-4075: better support for headers-only boost with mingw Client: C++ This closes #1184 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4041: add ocaml and oasis to ubuntu and debian docker build images Client: OCaml

2017-02-14 Thread jking
Repository: thrift Updated Branches: refs/heads/master 0a660ee28 -> ec50ae0ed THRIFT-4041: add ocaml and oasis to ubuntu and debian docker build images Client: OCaml This closes #1190 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp Client: C++

2017-02-15 Thread jking
Repository: thrift Updated Branches: refs/heads/master ec50ae0ed -> ab8ff1abf THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp Client: C++ This closes #1192 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

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

2017-02-15 Thread jking
Repository: thrift Updated Branches: refs/heads/master b28160b9c -> 377719c2d THRIFT-3272 (THRIFT-4066) fix perl SSL authentication support; fixed error in erlang test client using wrong key file and added CA Client: Perl This closes #1189 Project:

thrift git commit: THRIFT-2364: use oasis to build thrift for ocaml Client: OCaml Patch: Spiros Eliopoulos <selio...@gmail.com>

2017-02-15 Thread jking
Repository: thrift Updated Branches: refs/heads/master ab8ff1abf -> b28160b9c THRIFT-2364: use oasis to build thrift for ocaml Client: OCaml Patch: Spiros Eliopoulos This closes #1193 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: chore: install ruby-bundler Fixes recent build failures in the Travis CI environment.

2017-01-17 Thread jking
Repository: thrift Updated Branches: refs/heads/master 5f723cd53 -> e0ccbd6e6 chore: install ruby-bundler Fixes recent build failures in the Travis CI environment. This closes #1158 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3873: fix various compiler warnings and overflow errors THRIFT-3847: change VERSION to PACKAGE_VERSION to avoid conflicts with third party or OS headers

2017-01-20 Thread jking
Repository: thrift Updated Branches: refs/heads/master e0ccbd6e6 -> 7edc8faef THRIFT-3873: fix various compiler warnings and overflow errors THRIFT-3847: change VERSION to PACKAGE_VERSION to avoid conflicts with third party or OS headers This closes #1128 Project:

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 jk...@apache.org to

2017-02-27 Thread jking
Repository: thrift Updated Branches: refs/heads/master 5038466e5 -> 36d1b0dea THRIFT-3891 TNonblockingServer configured with more than one IO threads does not always return from serve() upon stop() Client: C++ Patch: additional changes by jk...@apache.org to improve the test and stop clean

thrift git commit: THRIFT-3921: fix ostream definitions so they are not inline because it confused template deduction Client: C++

2017-02-28 Thread jking
Repository: thrift Updated Branches: refs/heads/master 36d1b0dea -> c89e17228 THRIFT-3921: fix ostream definitions so they are not inline because it confused template deduction Client: C++ This closes #1204 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on Windows Client: C++

2016-11-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master f793c2b3a -> 94d4f3ee6 THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on Windows Client: C++ This closes #1123 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3957 TConnectedClient does not disconnect from clients when the receive timeout is reached. Client: C++ Patch: Claudius Heine <c...@denx.de>

2016-11-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master 74c99ba38 -> f793c2b3a THRIFT-3957 TConnectedClient does not disconnect from clients when the receive timeout is reached. Client: C++ Patch: Claudius Heine This closes #1122 Project:

thrift git commit: THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way Client: C++

2016-11-12 Thread jking
Repository: thrift Updated Branches: refs/heads/master ea5ea8b4c -> df89913b8 THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way Client: C++ This closes #1103 Project:

thrift git commit: THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) Client: Lua

2016-11-12 Thread jking
Repository: thrift Updated Branches: refs/heads/master fd832242b -> ea5ea8b4c THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) Client: Lua This closes #1127 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3961 terminate the connection to the client if an exception occurs while processing a message Client: C++ Patch: Claudius Heine <c...@denx.de>

2016-11-14 Thread jking
Repository: thrift Updated Branches: refs/heads/master c9877fb3b -> 7656793d0 THRIFT-3961 terminate the connection to the client if an exception occurs while processing a message Client: C++ Patch: Claudius Heine This closes #1125 Project:

thrift git commit: THRIFT-3953 TSSLSocket::close should handle exceptions from waitForEvent because it is called by the destructor Client: C++ Patch: ted.w...@ni.com

2016-11-14 Thread jking
Repository: thrift Updated Branches: refs/heads/master 7656793d0 -> 220d5f842 THRIFT-3953 TSSLSocket::close should handle exceptions from waitForEvent because it is called by the destructor Client: C++ Patch: ted.w...@ni.com This closes #1118 Project:

thrift git commit: THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler plugin during configuration Client: C++

2016-11-14 Thread jking
Repository: thrift Updated Branches: refs/heads/master c544975d9 -> c9877fb3b THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler plugin during configuration Client: C++ This closes #1101 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3038 clean up remaining volatile issues Client: C++

2016-11-13 Thread jking
Repository: thrift Updated Branches: refs/heads/master df89913b8 -> c544975d9 THRIFT-3038 clean up remaining volatile issues Client: C++ This closes #1129 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/c544975d Tree:

svn commit: r1001058 - /websites/production/thrift/content/

2016-11-13 Thread jking
Author: jking Date: Sun Nov 13 17:51:13 2016 New Revision: 1001058 Log: THRIFT-3937 added note about gcc-4.8 requirement for compiler plugins. Added: websites/production/thrift/content/ - copied from r1001057, websites/staging/thrift/trunk/content/

svn commit: r1769527 - /thrift/cms-site/trunk/content/docs/install/index.html

2016-11-13 Thread jking
Author: jking Date: Sun Nov 13 17:50:10 2016 New Revision: 1769527 URL: http://svn.apache.org/viewvc?rev=1769527=rev Log: Per THRIFT-3937 added a note about gcc 4.8 for thrift compiler plugins. Modified: thrift/cms-site/trunk/content/docs/install/index.html Modified: thrift/cms-site/trunk

thrift git commit: fix appveyor builds - ant version changed to 1.9.8

2017-01-04 Thread jking
Repository: thrift Updated Branches: refs/heads/master b587a12a1 -> fac3f6972 fix appveyor builds - ant version changed to 1.9.8 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/fac3f697 Tree:

thrift git commit: THRIFT-4141: fix haxe installation in docker build for debian, ubuntu

2017-03-27 Thread jking
Repository: thrift Updated Branches: refs/heads/master 9f71e00b0 -> 9a8d576c8 THRIFT-4141: fix haxe installation in docker build for debian, ubuntu This closes #1225 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-2026: Eliminate some undefined behavior in C/C++ Clients: glib, C++ Patch: Jim Apple <jbapple-imp...@apache.org>

2017-03-25 Thread jking
Repository: thrift Updated Branches: refs/heads/master 6c08ac72c -> 147c2849a THRIFT-2026: Eliminate some undefined behavior in C/C++ Clients: glib, C++ Patch: Jim Apple This closes #1214 This patch fixes some undefined behavior were found using Clang's

thrift git commit: THRIFT-4126: implement required fields validation in php extension when validate compiler option is enabled Client: php

2017-03-30 Thread jking
Repository: thrift Updated Branches: refs/heads/master 7470995ce -> 1360270eb THRIFT-4126: implement required fields validation in php extension when validate compiler option is enabled Client: php This closes #1215 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4113: export thrift::mem::TBufferTransport Client: rs

2017-03-30 Thread jking
Repository: thrift Updated Branches: refs/heads/master 177c37ce8 -> 118706018 THRIFT-4113: export thrift::mem::TBufferTransport Client: rs This closes #1218 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/11870601

thrift git commit: THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes Client: perl

2017-03-30 Thread jking
Repository: thrift Updated Branches: refs/heads/master 1360270eb -> 177c37ce8 THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes Client: perl This closes #1220 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4147: Rust: protocol should accept transports with non-static lifetime Client: rs

2017-03-30 Thread jking
Repository: thrift Updated Branches: refs/heads/master 118706018 -> c063b30ec THRIFT-4147: Rust: protocol should accept transports with non-static lifetime Client: rs This closes #1226 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3959: document that the go simple server is not simple Client: go Patch: JodeZer <jeffery1...@hotmail.com>

2017-03-22 Thread jking
Repository: thrift Updated Branches: refs/heads/master bf9b6970b -> 847fae938 THRIFT-3959: document that the go simple server is not simple Client: go Patch: JodeZer This closes #1213 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

[2/2] thrift git commit: THRIFT-4081 broke compiling with gcc 4.6.x

2017-03-22 Thread jking
THRIFT-4081 broke compiling with gcc 4.6.x Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/bf9b6970 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/bf9b6970 Diff:

[1/2] thrift git commit: THRIFT-4129: Fix fd leak when failing to dispatch new connections Client: C++

2017-03-22 Thread jking
Repository: thrift Updated Branches: refs/heads/master e576b26e3 -> bf9b6970b THRIFT-4129: Fix fd leak when failing to dispatch new connections Client: C++ This closes #1210 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4130: Release connection back to managed pool. Client: C++

2017-03-22 Thread jking
Repository: thrift Updated Branches: refs/heads/master 847fae938 -> 6c08ac72c THRIFT-4130: Release connection back to managed pool. Client: C++ This closes #1212 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/6c08ac72

thrift git commit: THRIFT-4114: Space after '///' in doc comments Client: rs

2017-03-27 Thread jking
Repository: thrift Updated Branches: refs/heads/master 971d07780 -> 9f71e00b0 THRIFT-4114: Space after '///' in doc comments Client: rs This closes #1224 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/9f71e00b Tree:

thrift git commit: THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions Client: cpp

2017-04-04 Thread jking
Repository: thrift Updated Branches: refs/heads/master 7e7a1a7c1 -> 00d425239 THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions Client: cpp This closes #1228 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4154: properly close socket whether it is persistent or not on close() Client: php

2017-04-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master d5536d1ea -> c6ded922c THRIFT-4154: properly close socket whether it is persistent or not on close() Client: php This closes #1011 This closes #1233 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4151: disable pthread concurrency analysis code in standard builds Client: C++

2017-03-31 Thread jking
Repository: thrift Updated Branches: refs/heads/master c063b30ec -> 7bc943196 THRIFT-4151: disable pthread concurrency analysis code in standard builds Client: C++ This closes #1229 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3823: Use 'pre' HTML tag when generating non escaped documentation Patch: Maxime Mouial <maxime.mou...@scmfrance.fr>

2017-04-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master bede86a03 -> 2c0badd66 THRIFT-3823: Use 'pre' HTML tag when generating non escaped documentation Patch: Maxime Mouial This closes #1009 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4140: fix unsafe call to gmtime Client: C++ Patch: Adriaan Schmidt <adriaan.schm...@siemens.com>

2017-04-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master 2c0badd66 -> 5c3de6d3d THRIFT-4140: fix unsafe call to gmtime Client: C++ Patch: Adriaan Schmidt This closes #1231 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4138: Remove undefined behavior imported from Boost Client: C++

2017-04-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master 5c3de6d3d -> 117a5cca7 THRIFT-4138: Remove undefined behavior imported from Boost Client: C++ There is undefined behavior in boost::lexical_cast that was fixed in https://github.com/boostorg/lexical_cast/issues/21, but that fix is only

thrift git commit: THRIFT-4152: Make a patch to fix #4152 at least for structs Documentation

2017-04-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master 117a5cca7 -> fcf447679 THRIFT-4152: Make a patch to fix #4152 at least for structs Documentation This closes #1230 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3784: thrift-maven-plugin generates invalid include directories for IDL in dependency JARs Client: thrift-maven (contrib)

2017-04-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master fcf447679 -> f65db706b THRIFT-3784: thrift-maven-plugin generates invalid include directories for IDL in dependency JARs Client: thrift-maven (contrib) This closes #984 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo

thrift git commit: THRIFT-3730: go server errors are logged twice Client: go Patch: zhujun2006

2017-04-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master f65db706b -> d5536d1ea THRIFT-3730: go server errors are logged twice Client: go Patch: zhujun2006 This closes #940 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-3944 TSSLSocket has dead code in checkHandshake Client: C++

2017-04-01 Thread jking
Repository: thrift Updated Branches: refs/heads/master 7bc943196 -> bede86a03 THRIFT-3944 TSSLSocket has dead code in checkHandshake Client: C++ This closes #1110 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4166: fix recent VC2010 build regression and prevent it in the future Client: cpp

2017-04-06 Thread jking
Repository: thrift Updated Branches: refs/heads/master 4eb23472b -> 33df4eb77 THRIFT-4166: fix recent VC2010 build regression and prevent it in the future Client: cpp This closes #1237 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: Pull CHANGES file from 0.10.0 release to master

2017-04-06 Thread jking
Repository: thrift Updated Branches: refs/heads/master 33df4eb77 -> d6de19925 Pull CHANGES file from 0.10.0 release to master Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/d6de1992 Tree:

thrift git commit: THRIFT-4170: fix lua backwards compatibility Client: lua Patch: wlgys8 <147668...@qq.com>

2017-04-06 Thread jking
Repository: thrift Updated Branches: refs/heads/master d6de19925 -> 3641b5435 THRIFT-4170: fix lua backwards compatibility Client: lua Patch: wlgys8 <147668...@qq.com> This closes #669 This closes #1241 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4099: Derive Hash trait for Rust structs Client: rs

2017-04-07 Thread jking
Repository: thrift Updated Branches: refs/heads/master ee17ff95e -> 92e1c409c THRIFT-4099: Derive Hash trait for Rust structs Client: rs This closes #1246 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/92e1c409 Tree:

thrift git commit: THRIFT-3832: fix lnk 200 error on windows when compile as lib

2017-04-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master 3db41faf4 -> 2d65c2365 THRIFT-3832: fix lnk 200 error on windows when compile as lib This closes #1250 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/2d65c236

thrift git commit: THRIFT-4158: MSYS-appveyor-install.bat: use mingw-w64-xxx variants of openssl and zlib Client: C++

2017-04-18 Thread jking
Repository: thrift Updated Branches: refs/heads/master 2d65c2365 -> a105450fd THRIFT-4158: MSYS-appveyor-install.bat: use mingw-w64-xxx variants of openssl and zlib Client: C++ This closes #1247 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4177 fix java deep copy Client: Java

2017-04-19 Thread jking
Repository: thrift Updated Branches: refs/heads/master a105450fd -> 3311a9b23 THRIFT-4177 fix java deep copy Client: Java Java compiler produces deep copy constructor that could make shallow copy accidentally. This closes #1254 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo

thrift git commit: THRIFT-4110: add libthrift0-dbg debug symbols package to debian build process for symbolic debugging

2017-03-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master b79396f79 -> 9b1544dc2 THRIFT-4110: add libthrift0-dbg debug symbols package to debian build process for symbolic debugging This closes #1209 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process

2017-03-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master 9b1544dc2 -> 07f59971b THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process This closes #1205 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4029: add MANIFEST.in to include the extension files Client: py

2017-03-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master 07f59971b -> 658275775 THRIFT-4029: add MANIFEST.in to include the extension files Client: py This closes #1206 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4108: c_glib ssl implementation fixes - remove global ssl context and more Client: glib

2017-03-06 Thread jking
Repository: thrift Updated Branches: refs/heads/master 431732d39 -> b79396f79 THRIFT-4108: c_glib ssl implementation fixes - remove global ssl context and more Client: glib This closes #1208 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4160: Fix use closed(freed) connections in non-blocking server Client: cpp

2017-04-02 Thread jking
Repository: thrift Updated Branches: refs/heads/master df3223c85 -> d4fa706dc THRIFT-4160: Fix use closed(freed) connections in non-blocking server Client: cpp When failing to add tasks into the thread manager, we close the corresponding connections, then set the flags of these connections,

thrift git commit: THRIFT-3859: Add support for Unix Domain Sockets to TSocketServer and TSocketTransport. Client: cocoa

2017-04-02 Thread jking
Repository: thrift Updated Branches: refs/heads/master 90b630490 -> df3223c85 THRIFT-3859: Add support for Unix Domain Sockets to TSocketServer and TSocketTransport. Client: cocoa TSocketServer and TSocketTransport have been refactored to support sockets created using either a port or a

thrift git commit: THRIFT-4161: TNonblockingServer: Fix using uninitialized event_ Client: cpp

2017-04-02 Thread jking
Repository: thrift Updated Branches: refs/heads/master d4fa706dc -> bf42d5518 THRIFT-4161: TNonblockingServer: Fix using uninitialized event_ Client: cpp When there are more than one IO threads, and we have failed to notify one IO threads, then we have to close the connection. But the event_

thrift git commit: TSocket: Don't close connections when failing to read/write Client: cpp

2017-04-02 Thread jking
Repository: thrift Updated Branches: refs/heads/master bf42d5518 -> 7e7a1a7c1 TSocket: Don't close connections when failing to read/write Client: cpp Sockets maybe registered to a event base of libevent, so the following epoll_ctl(2) may fail due to EBADF, or may delete other sockets. Chaos

thrift git commit: THRIFT-4159: enable some Windows sources also on MSYS2

2017-04-07 Thread jking
Repository: thrift Updated Branches: refs/heads/master 92e1c409c -> 3db41faf4 THRIFT-4159: enable some Windows sources also on MSYS2 This closes #1248 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/3db41faf Tree:

thrift git commit: THRIFT-4160 (pt. 2): Fix wrong numActiveProcessors_ when failing to notify any IO thread Client: cpp

2017-04-05 Thread jking
Repository: thrift Updated Branches: refs/heads/master 43e959bc5 -> 257dceff5 THRIFT-4160 (pt. 2): Fix wrong numActiveProcessors_ when failing to notify any IO thread Client: cpp This closes #1239 We should decrease numActiveProcessors_ when failing to notify any IO thread. Project:

thrift git commit: THRIFT-4071: collapse and remove unnecessary build jobs in Travis CI; ensure WITH_PLUGIN is tested somewhere

2017-04-05 Thread jking
Repository: thrift Updated Branches: refs/heads/master 257dceff5 -> 4eb23472b THRIFT-4071: collapse and remove unnecessary build jobs in Travis CI; ensure WITH_PLUGIN is tested somewhere This closes #1238 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit:

thrift git commit: THRIFT-4172: fix node.js tutorial when connection fails Client: node.js Patch: Eden Hochbaum <eden.hochb...@gmail.com>

2017-04-06 Thread jking
Repository: thrift Updated Branches: refs/heads/master b909a3897 -> f74943cf6 THRIFT-4172: fix node.js tutorial when connection fails Client: node.js Patch: Eden Hochbaum This closes #1037 This closes #1244 Project:

[2/6] thrift git commit: THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) Client: C++

2017-08-10 Thread jking
http://git-wip-us.apache.org/repos/asf/thrift/blob/82ae9575/lib/cpp/test/TServerIntegrationTest.cpp -- diff --git a/lib/cpp/test/TServerIntegrationTest.cpp b/lib/cpp/test/TServerIntegrationTest.cpp index fd7bae2..a6e02f1 100644

[6/6] thrift git commit: THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) Client: C++

2017-08-10 Thread jking
THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) Client: C++ This closes #1328 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/82ae9575 Tree:

[5/6] thrift git commit: THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) Client: C++

2017-08-10 Thread jking
http://git-wip-us.apache.org/repos/asf/thrift/blob/82ae9575/lib/cpp/src/thrift/concurrency/PosixThreadFactory.cpp -- diff --git a/lib/cpp/src/thrift/concurrency/PosixThreadFactory.cpp

[3/6] thrift git commit: THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) Client: C++

2017-08-10 Thread jking
http://git-wip-us.apache.org/repos/asf/thrift/blob/82ae9575/lib/cpp/src/thrift/transport/TSSLSocket.cpp -- diff --git a/lib/cpp/src/thrift/transport/TSSLSocket.cpp b/lib/cpp/src/thrift/transport/TSSLSocket.cpp index

[4/6] thrift git commit: THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) Client: C++

2017-08-10 Thread jking
http://git-wip-us.apache.org/repos/asf/thrift/blob/82ae9575/lib/cpp/src/thrift/server/TServer.h -- diff --git a/lib/cpp/src/thrift/server/TServer.h b/lib/cpp/src/thrift/server/TServer.h index 47e0d40..f4cd7bc 100644 ---

[1/6] thrift git commit: THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) Client: C++

2017-08-10 Thread jking
Repository: thrift Updated Branches: refs/heads/master 0a8c34cee -> 82ae9575c http://git-wip-us.apache.org/repos/asf/thrift/blob/82ae9575/test/cpp/src/StressTestNonBlocking.cpp -- diff --git

  1   2   3   4   5   6   7   >