thrift git commit: THRIFT-3605 Have the compiler complain about invalid arguments and options Client: Compiler (general) Patch: Jens Geyer

2016-02-14 Thread jensg
Repository: thrift Updated Branches: refs/heads/master 833236fc5 -> 4733c4c53 THRIFT-3605 Have the compiler complain about invalid arguments and options Client: Compiler (general) Patch: Jens Geyer This closes #862 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://gi

svn commit: r1730312 - /thrift/cms-site/trunk/templates/footer.html

2016-02-14 Thread jensg
Author: jensg Date: Sun Feb 14 11:00:15 2016 New Revision: 1730312 URL: http://svn.apache.org/viewvc?rev=1730312&view=rev Log: Updated (c) year and made super-long HTML line readable. Modified: thrift/cms-site/trunk/templates/footer.html Modified: thrift/cms-site/trunk/templates/footer.html

svn commit: r980385 [2/2] - in /websites/staging/thrift/trunk/content: ./ docs/ docs/committers/ docs/install/ lib/ test/ tutorial/

2016-02-14 Thread buildbot
Modified: websites/staging/thrift/trunk/content/tutorial/hs.html == --- websites/staging/thrift/trunk/content/tutorial/hs.html (original) +++ websites/staging/thrift/trunk/content/tutorial/hs.html Sun Feb 14 11:01:51 2016

svn commit: r980385 [1/2] - in /websites/staging/thrift/trunk/content: ./ docs/ docs/committers/ docs/install/ lib/ test/ tutorial/

2016-02-14 Thread buildbot
Author: buildbot Date: Sun Feb 14 11:01:51 2016 New Revision: 980385 Log: Staging update by buildbot for thrift Modified: websites/staging/thrift/trunk/content/ (props changed) websites/staging/thrift/trunk/content/about.html websites/staging/thrift/trunk/content/developers.html

thrift git commit: THRIFT-3629 Parser sets exitcode on errors, but the generator does not Client: Compiler (general) Patch: Jens Geyer

2016-02-14 Thread jensg
Repository: thrift Updated Branches: refs/heads/master 4733c4c53 -> d4722d9c4 THRIFT-3629 Parser sets exitcode on errors, but the generator does not Client: Compiler (general) Patch: Jens Geyer This closes #861 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wi

svn commit: r980392 - /websites/staging/thrift/trunk/content/

2016-02-14 Thread buildbot
Author: buildbot Date: Sun Feb 14 13:43:25 2016 New Revision: 980392 Log: Staging update by buildbot for thrift Modified: websites/staging/thrift/trunk/content/ (props changed) Propchange: websites/staging/thrift/trunk/content/ --

svn commit: r1730336 - /thrift/cms-site/trunk/lib/path.pm

2016-02-14 Thread jensg
Author: jensg Date: Sun Feb 14 13:43:12 2016 New Revision: 1730336 URL: http://svn.apache.org/viewvc?rev=1730336&view=rev Log: added external_package[] data Modified: thrift/cms-site/trunk/lib/path.pm Modified: thrift/cms-site/trunk/lib/path.pm URL: http://svn.apache.org/viewvc/thrift/cms-s

[4/8] thrift git commit: THRIFT-3626 Fix lib/cpp/test/TSocketInterruptTest.cpp to use ephemeral ports. Client: Test (C++) Patch: John Sirois

2016-02-14 Thread nsuke
THRIFT-3626 Fix lib/cpp/test/TSocketInterruptTest.cpp to use ephemeral ports. Client: Test (C++) Patch: John Sirois Instead of using a fixed port, use an ephemeral port to improve robustness and make way for parallelizability. This change has an undesirable amount of repeated code but this fact i

[2/8] thrift git commit: THRIFT-3621 Fix cpp/lib/test/TSSLSocketInterruptTest.cpp to use ephemeral ports. Client: Test (C++) Patch: John Sirois

2016-02-14 Thread nsuke
THRIFT-3621 Fix cpp/lib/test/TSSLSocketInterruptTest.cpp to use ephemeral ports. Client: Test (C++) Patch: John Sirois Instead of using a fixed port, use an ephemeral port to improve robustness and make way for parallelizability. This change has an undesirable amount of repeated code but this fac

[5/8] thrift git commit: THRIFT-3632 c_glib testserialization fails with glib assertion Client: c_glib Patch: Nobuaki Sukegawa

2016-02-14 Thread nsuke
THRIFT-3632 c_glib testserialization fails with glib assertion Client: c_glib Patch: Nobuaki Sukegawa This closes #865 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/8b411a0c Tree: http://git-wip-us.apache.org/repos/asf/th

[1/8] thrift git commit: THRIFT-3624 Fix lib/cpp/test/TServerSocketTest.cpp to use ephemeral ports. Client: Test (C++) Patch: John Sirois

2016-02-14 Thread nsuke
Repository: thrift Updated Branches: refs/heads/master d4722d9c4 -> ea5845a2f THRIFT-3624 Fix lib/cpp/test/TServerSocketTest.cpp to use ephemeral ports. Client: Test (C++) Patch: John Sirois Instead of using a fixed port, use an ephemeral port to improve robustness and make way for paralleliza

[7/8] thrift git commit: THRIFT-3628 Fix lib/cpp/test/TServerIntegrationTest.cpp to use ephemeral ports. Client: Test (C++) Patch: John Sirois

2016-02-14 Thread nsuke
THRIFT-3628 Fix lib/cpp/test/TServerIntegrationTest.cpp to use ephemeral ports. Client: Test (C++) Patch: John Sirois This was already the case for most of the suite, which, besides the one fixed constructor, retrieved the port to dynamically already. This closes #859 Project: http://git-wip-us

[6/8] thrift git commit: THRIFT-2877 Generate hashCode using primitives and static utility methods Client: Java Author: Roshan George

2016-02-14 Thread nsuke
THRIFT-2877 Generate hashCode using primitives and static utility methods Client: Java Author: Roshan George The TBaseHelper.hashCode methods are the Java 8 implementations of hashCode for those types. This closes #448 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://

[3/8] thrift git commit: THRIFT-3633 Travis "C C++ - GCC" build was using clang Client: Build Patch: Nobuaki Sukegawa

2016-02-14 Thread nsuke
THRIFT-3633 Travis "C C++ - GCC" build was using clang Client: Build Patch: Nobuaki Sukegawa This closes #868 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/ea5845a2 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree

[8/8] thrift git commit: THRIFT-3614 Improve logging of test_sslsocket.py

2016-02-14 Thread nsuke
THRIFT-3614 Improve logging of test_sslsocket.py Suppress server exception log for expected connection failures Client: Test (Python) Patch: Nobuaki Sukegawa This closes #866 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit

svn commit: r980393 - in /websites/staging/thrift/trunk/content: ./ lib/index.html

2016-02-14 Thread buildbot
Author: buildbot Date: Sun Feb 14 13:55:58 2016 New Revision: 980393 Log: Staging update by buildbot for thrift Modified: websites/staging/thrift/trunk/content/ (props changed) websites/staging/thrift/trunk/content/lib/index.html Propchange: websites/staging/thrift/trunk/content/ -

svn commit: r1730337 - in /thrift/cms-site/trunk: content/lib/index.html lib/path.pm

2016-02-14 Thread jensg
Author: jensg Date: Sun Feb 14 13:55:43 2016 New Revision: 1730337 URL: http://svn.apache.org/viewvc?rev=1730337&view=rev Log: Added external packages information table Modified: thrift/cms-site/trunk/content/lib/index.html thrift/cms-site/trunk/lib/path.pm Modified: thrift/cms-site/trun

svn commit: r1730339 - /thrift/cms-site/trunk/content/lib/index.html

2016-02-14 Thread jensg
Author: jensg Date: Sun Feb 14 14:00:59 2016 New Revision: 1730339 URL: http://svn.apache.org/viewvc?rev=1730339&view=rev Log: Added external packages information table Modified: thrift/cms-site/trunk/content/lib/index.html Modified: thrift/cms-site/trunk/content/lib/index.html URL: http://

svn commit: r980394 - in /websites/staging/thrift/trunk/content: ./ lib/index.html

2016-02-14 Thread buildbot
Author: buildbot Date: Sun Feb 14 14:01:04 2016 New Revision: 980394 Log: Staging update by buildbot for thrift Modified: websites/staging/thrift/trunk/content/ (props changed) websites/staging/thrift/trunk/content/lib/index.html Propchange: websites/staging/thrift/trunk/content/ -

svn commit: r1730343 - /thrift/cms-site/trunk/content/lib/index.html

2016-02-14 Thread jensg
Author: jensg Date: Sun Feb 14 14:08:34 2016 New Revision: 1730343 URL: http://svn.apache.org/viewvc?rev=1730343&view=rev Log: Moved table to below, source tree info should be first. Modified: thrift/cms-site/trunk/content/lib/index.html Modified: thrift/cms-site/trunk/content/lib/index.html

svn commit: r980395 - in /websites/staging/thrift/trunk/content: ./ lib/index.html

2016-02-14 Thread buildbot
Author: buildbot Date: Sun Feb 14 14:09:35 2016 New Revision: 980395 Log: Staging update by buildbot for thrift Modified: websites/staging/thrift/trunk/content/ (props changed) websites/staging/thrift/trunk/content/lib/index.html Propchange: websites/staging/thrift/trunk/content/ -

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

2016-02-14 Thread jensg
Author: jensg Date: Sun Feb 14 14:11:32 2016 New Revision: 980397 Log: Added information about what (supported) external packages are available and who the maintainers are. Added: websites/production/thrift/content/ - copied from r980396, websites/staging/thrift/trunk/content/

svn commit: r980399 - in /websites/staging/thrift/trunk/content: ./ lib/index.html

2016-02-14 Thread buildbot
Author: buildbot Date: Sun Feb 14 14:28:11 2016 New Revision: 980399 Log: Staging update by buildbot for thrift Modified: websites/staging/thrift/trunk/content/ (props changed) websites/staging/thrift/trunk/content/lib/index.html Propchange: websites/staging/thrift/trunk/content/ -

svn commit: r1730345 - /thrift/cms-site/trunk/lib/path.pm

2016-02-14 Thread jensg
Author: jensg Date: Sun Feb 14 14:27:57 2016 New Revision: 1730345 URL: http://svn.apache.org/viewvc?rev=1730345&view=rev Log: Added JPM Modified: thrift/cms-site/trunk/lib/path.pm Modified: thrift/cms-site/trunk/lib/path.pm URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.p

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

2016-02-14 Thread jensg
Author: jensg Date: Sun Feb 14 14:29:08 2016 New Revision: 980400 Log: Added JPM entry Added: websites/production/thrift/content/ - copied from r980399, websites/staging/thrift/trunk/content/

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

2016-02-14 Thread ra
Author: ra Date: Mon Feb 15 01:16:08 2016 New Revision: 980432 Log: Publishing svnmucc operation to thrift site by ra Added: websites/production/thrift/content/ - copied from r980431, websites/staging/thrift/trunk/content/

thrift git commit: THRIFT-3630: Debian/Ubuntu Install doc update Client: Docs Patch: Randy Abernethy

2016-02-14 Thread ra
Repository: thrift Updated Branches: refs/heads/master ea5845a2f -> 9c50e4aba THRIFT-3630: Debian/Ubuntu Install doc update Client: Docs Patch: Randy Abernethy Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/9c50e4ab Tre

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

2016-02-14 Thread ra
Author: ra Date: Mon Feb 15 01:50:56 2016 New Revision: 980434 Log: Publishing svnmucc operation to thrift site by ra Added: websites/production/thrift/content/ - copied from r980433, websites/staging/thrift/trunk/content/

svn commit: r1730441 - /thrift/cms-site/trunk/content/docs/install/debian.md

2016-02-14 Thread ra
Author: ra Date: Mon Feb 15 01:53:10 2016 New Revision: 1730441 URL: http://svn.apache.org/viewvc?rev=1730441&view=rev Log: CMS commit to thrift by ra Modified: thrift/cms-site/trunk/content/docs/install/debian.md Modified: thrift/cms-site/trunk/content/docs/install/debian.md URL: http://sv

svn commit: r980435 - /websites/staging/thrift/trunk/content/

2016-02-14 Thread buildbot
Author: buildbot Date: Mon Feb 15 01:53:21 2016 New Revision: 980435 Log: Staging update by buildbot for thrift Modified: websites/staging/thrift/trunk/content/ (props changed) Propchange: websites/staging/thrift/trunk/content/ --

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

2016-02-14 Thread ra
Author: ra Date: Mon Feb 15 01:53:47 2016 New Revision: 980436 Log: Publishing svnmucc operation to thrift site by ra Added: websites/production/thrift/content/ - copied from r980435, websites/staging/thrift/trunk/content/