Messages by Thread
-
thrift git commit: THRIFT-4141: fix haxe installation in docker build for debian, ubuntu
jking
-
thrift git commit: THRIFT-4114: Space after '///' in doc comments Client: rs
jking
-
thrift git commit: THRIFT-4136 Align is_binary() method with is_string() to simplify those checks Client: Compiler (general) Patch: Jens Geyer
jensg
-
thrift git commit: THRIFT-2026: Eliminate some undefined behavior in C/C++ Clients: glib, C++ Patch: Jim Apple <jbapple-imp...@apache.org>
jking
-
thrift git commit: THRIFT-4130: Release connection back to managed pool. Client: C++
jking
-
thrift git commit: THRIFT-3959: document that the go simple server is not simple Client: go Patch: JodeZer <jeffery1...@hotmail.com>
jking
-
[1/2] thrift git commit: THRIFT-4129: Fix fd leak when failing to dispatch new connections Client: C++
jking
-
thrift git commit: THRIFT-4079: emit use clauses in Types.pm generated files as well (fix reopened defect) Client: perl
jking
-
thrift git commit: THRIFT-4029: add MANIFEST.in to include the extension files Client: py
jking
-
thrift git commit: THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process
jking
-
thrift git commit: THRIFT-4110: add libthrift0-dbg debug symbols package to debian build process for symbolic debugging
jking
-
thrift git commit: THRIFT-4108: c_glib ssl implementation fixes - remove global ssl context and more Client: glib
jking
-
thrift git commit: THRIFT-4031: Fix invalid code generation for list of typedef'ed built-in types Client: Go Patch: D. Can Celasun <c...@dcc.im>
jensg
-
thrift git commit: THRIFT-3921: fix ostream definitions so they are not inline because it confused template deduction Client: C++
jking
-
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 improve the test and stop clean in all cases
jking
-
thrift git commit: THRIFT-1805 Provide option for handling RTEs Client: Java
jking
-
thrift git commit: THRIFT-4102 remove useless code cause performance problem Client: python
jking
-
thrift git commit: THRIFT-3984 PHP7 extension causes segfault
jking
-
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
jking
-
thrift git commit: THRIFT-3801 - Node Thrift client throws exception with multiplexer and responses that are bigger than a single buffer Client: nodejs
jking
-
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)
jking
-
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 <dcela...@gmail.com>
jensg
-
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
jking
-
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
jking
-
thrift git commit: THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++
jking
-
thrift git commit: THRIFT-3973: Provide some tools to make it easier to build thrift C++ on Windows Client: C++
jking
-
thrift git commit: THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) Client: C++
jking
-
thrift git commit: THRIFT-2504: Add default processor to java multiplexed processor to handle older clients Client: Java
jking
-
thrift git commit: THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross
jking
-
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
jking
-
thrift git commit: THRIFT-2364: use oasis to build thrift for ocaml Client: OCaml Patch: Spiros Eliopoulos <selio...@gmail.com>
jking
-
thrift git commit: THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp Client: C++
jking
-
thrift git commit: THRIFT-4041: add ocaml and oasis to ubuntu and debian docker build images Client: OCaml
jking
-
thrift git commit: THRIFT-4084: only join threads if joinable Client: cpp Patch: Chris Grebeldinger <cgreb...@gmail.com>
jking
-
thrift git commit: THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures Client: C++
jking
-
thrift git commit: THRIFT-3369 Provide SSL/TLS client for c_glib Client: c_glib Patch: Gonzalo Aguilar Delgado <gagui...@level2crm.com>
jking
-
thrift git commit: THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9
nsuke
-
thrift git commit: THRIFT-3938 Python TNonblockingServer does not work with SSL
nsuke
-
thrift git commit: THRIFT-4075: better support for headers-only boost with mingw Client: C++
jking
-
thrift git commit: THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated Client: C++
jking
-
thrift git commit: THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers Client: php
jking
-
thrift git commit: THRIFT-4073: enum files are still being generated with unused imports Client: Java Patch: BCG <bgo...@users.noreply.github.com>
jking
-
thrift git commit: THRIFT-4079 add missing use clauses for included thrift sources in generated perl modules Client: perl
jking
-
thrift git commit: THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrictions Client: perl
jking
-
thrift git commit: THRIFT-4043 ensure perl files do not end up in /usr/lib/Thrift Client: Build
jking
-
thrift git commit: THRIFT-4076 fix appveyor ant issue Client: Build
jking
-
thrift git commit: THRIFT-3896 fix map type with string key can not access deserialized by php extension Client: php Patch: feid...@anjuke.com
jking
-
thrift git commit: THRIFT-4068 fix comment in java server socket code Client: Java Patch: pigbrain <hyundong....@nhnent.com>
jking
-
thrift git commit: THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twice Client: Python Patch: Nate Jensen <nathan.jen...@raytheon.com>
jking
-
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>
jking
-
thrift git commit: THRIFT-4062 Remove debug print from TServiceClient Client: Java Patch: Tom Davis <t...@recursivedream.com>
jensg
-
thrift git commit: THRIFT-3000 .NET implementation has trouble with mixed IP modes Client: C# Patch: Jens Geyer, based on https://github.com/apache/thrift/pull/377
jensg
-
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>
jking
-
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
jking
-
thrift git commit: Remove deprecated bower json property Client: nodejs Patch: Kevin Kirsche <kev.kirs...@gmail.com>
jking
-
thrift git commit: THRIFT-3854 add a way in java to clear TFramedTransport read buffers Client: Java Patch: Chris Lockfort <clockf...@palantir.com>
jking
-
thrift git commit: THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError Client: Python
jking
-
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
jking
-
thrift git commit: THRIFT-3550 make a script to build perl cpan module and update perl dependencies for cpan
jking
-
thrift git commit: THRIFT-4033 disable thrift compiler plug-in support by default, as the thrift-compiler packaging is not ready for it yet
jking
-
thrift git commit: Build fails using Java 1.8 with Ant < 1.9 Client: Java Patch: Adinata <mail.die...@gmail.com>
jking
-
[1/7] thrift git commit: THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.geo...@gmail.com>
jensg
-
thrift git commit: THRIFT-3892 support OpenSSL before 0.9.8f during build Client: C++ Patch: Udit Raikwar <udit...@users.noreply.github.com>
jking
-
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>
jking
-
thrift git commit: THRIFT-4039 Update of Apache Thrift .Net Core lib Client: NetCore Patch: Volodymyr Gotra <vgo...@gmail.com>
jensg
-
thrift git commit: THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception Client: Java Patch: Dmitry Roenko <sav...@gmail.com>
jking
-
thrift git commit: THRIFT-4034 compiler build fixes for macos sierra and some cmake cleanup for compiler Compiler Patch: Robert Lu <robberp...@gmail.com>
jking
-
thrift git commit: THRIFT-4038 socket check: checking an unsigned number against >= 0 never fails Client: C++ Patch: gzshi <shgzone.h...@gmail.com>
jensg
-
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
jking
-
thrift git commit: chore: install ruby-bundler Fixes recent build failures in the Travis CI environment.
jking
-
thrift git commit: THRIFT-4024 Skip() should throw on unknown data types Client: C#, NETCore, Haxe, Delphi, Go Patch: Jens Geyer
jensg
-
thrift git commit: THRIFT-3960 Inherited services in Lua generator are not named correctly Client: Lua Patch: Benjamin Gould <bgo...@users.noreply.github.com>
jensg
-
thrift git commit: THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift Client: Haxe Patch: Jens Geyer
jensg
-
thrift git commit: THRIFT-4023 Skip unexpected field types on read/write Client: Go Patch: Chen Zhiming <chenzhim...@domob.cn>
jensg
-
svn commit: r1004455 - /websites/production/thrift/content/
jensg
-
svn commit: r1777886 - /thrift/cms-site/trunk/lib/path.pm
jensg
-
svn commit: r1004454 - in /websites/staging/thrift/trunk/content: ./ docs/committers/HowToVersion.html index.html test/ThriftTest.html
buildbot
-
[thrift] Git Push Summary
jfarrell
-
thrift git commit: fix appveyor builds - ant version changed to 1.9.8
jking
-
[1/9] thrift git commit: THRIFT-3933 Microsoft .Net Core library port and generator for this library Client: .NET Core Patch: Volodymyr Gotra <vgo...@gmail.com> PR #1088, with significant improvements by Jens Geyer <je...@apache.org> PR #1149
jensg
-
thrift git commit: THRIFT-4019: Dart Makefiles should also clean pubspec.lock Client: Dart Patch: Mark Erickson <merick...@apache.org>
merickson
-
svn commit: r1004134 - /websites/production/thrift/content/
jfarrell
-
svn commit: r1004133 - in /websites/staging/thrift/trunk/content: ./ docs/committers/HowToThriftWebsite.html docs/committers/HowToVersion.html download.html index.html lib/go.html lib/nodejs.html test/ThriftTest.html
buildbot
-
buildbot success in on thrift-site-staging
buildbot
-
svn commit: r1777331 - /thrift/cms-site/trunk/lib/path.pm
jfarrell
-
buildbot failure in on thrift-site-staging
buildbot
-
svn commit: r1777197 - /thrift/cms-site/trunk/lib/path.pm
jfarrell
-
svn commit: r17662 - in /release/thrift: 0.10.0/ 0.9.2/
jfarrell
-
thrift git commit: THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift Client: C# Patch: Allen George <allen.geo...@gmail.com>
jensg
-
[1/2] thrift git commit: THRIFT-4008 broken ci due to upstream dependency versioning break Client: Haskell Patch: Jens Geyer
jensg
-
thrift git commit: THRIFT-4010 Q.fcall messing up with *this* pointer inside called function Client: js Patch: Bruno Fonseca
jensg
-
[1/2] thrift git commit: THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer
jensg
-
svn commit: r17542 - in /dev/thrift: 0.10.0-rc0/ 0.10.0-rc1/ 0.10.0-rc1/compiler/ 0.10.0-rc1/compiler/windows/ 0.10.0-rc1/contrib/ 0.10.0-rc1/contrib/fb303/ 0.10.0-rc1/contrib/thrift-maven-plugin/ 0.10.0-rc1/contrib/ubuntu/ 0.10.0-rc1/lib/ 0.10.0-rc1/l...
jfarrell
-
thrift git commit: THRIFT-4012 Python Twisted implementation uses implements, not compatible with Py3 Client: Python Patch: Palmer Cox <pal...@fiscalnote.com>
jensg
-
thrift git commit: THRIFT-3968: Deserializing empty string/binary fields Client: C (GLib) Patch: Simon South <simonso...@apache.org>
simonsouth
-
[01/24] 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> [Forced Update!]
jfarrell
-
[1/6] thrift git commit: THRIFT-3946 Java 1.5 compatibility broken for binary fields (java5 option) Client: Java Patch: Philip Hamer [Forced Update!]
jfarrell
-
thrift git commit: THRIFT-4009 Use @implementer instead of implements in TTwisted.py Client: Python Patch: ciarancourtney <ciaran.court...@cylon.com>
jensg
-
thrift git commit: THRIFT-3999: Fix debian package set up scripts Client: build Patch: Akira Nakagawa
jfarrell
-
thrift git commit: THRIFT-4008: broken ci due to upstream dependency versioning break Client: hs Patch: jfarrell
jfarrell
-
[1/3] thrift git commit: THRIFT-4006 Added removeEventListener method to TSocket.as Client: AS3 Patch: Romain Théry <rth...@ankama.com>
jensg
-
thrift git commit: THRIFT-3981 Enable analyzer strong mode in Dart library Client: Dart Patch: Mark Erickson <merick...@apache.org>
merickson
-
thrift git commit: THRIFT-4000 Add union example to ThriftTest Client: Test suite Patch: Allen George
jensg
-
thrift git commit: THRIFT-3998 Document ability to add custom tags to thrift structs Client: Go Patch: Richard Artoul <richardart...@gmail.com>
jensg
-
thrift git commit: THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types Client: Java Patch: Benjamin Gould
jensg
-
thrift git commit: THRIFT-3977 PHP extension creates undefined values when deserializing sets Client: PHP Patch: Håkon H. Hitland <haa...@likedan.net>
jensg
-
thrift git commit: THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug Client: PHP Patch: Håkon Hitland <hakon.hitl...@zedge.net>
jensg
-
thrift git commit: THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzo...@gmail.com
jking
-
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
jking
-
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>
jking
-
thrift git commit: THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler plugin during configuration Client: C++
jking
-
svn commit: r1001058 - /websites/production/thrift/content/
jking
-
svn commit: r1001057 - in /websites/staging/thrift/trunk/content: ./ docs/install/index.html
buildbot
-
svn commit: r1769527 - /thrift/cms-site/trunk/content/docs/install/index.html
jking
-
thrift git commit: THRIFT-3038 clean up remaining volatile issues Client: C++
jking
-
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++
jking
-
thrift git commit: THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) Client: Lua
jking
-
thrift git commit: THRIFT-3962 Ant build.xml broken on Windows for Java library Client: Java Patch: Gary Gregory <ggreg...@apache.org>
jensg
-
thrift git commit: THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on Windows Client: C++
jking
-
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>
jking
-
[1/3] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
thrift git commit: THRIFT-3954 Enable the usage of structs called "Object" in Java Client: Java Patch: Maximilian Hess <m...@ne0h.de>
jensg
-
thrift git commit: THRIFT-3949 missing make dist entry for compiler/cpp/test
nsuke
-
thrift git commit: Fix debian changelog to build Client: release Patch: jfarrell
jfarrell
-
svn commit: r16586 - in /dev/thrift/0.10.0: ./ compiler/ compiler/windows/ contrib/ contrib/fb303/ contrib/thrift-maven-plugin/ contrib/ubuntu/ lib/ lib/csharp/ lib/haskell/ lib/java/ lib/python/ lib/ruby/
jfarrell
-
thrift git commit: THRIFT-3946 Java 1.5 compatibility broken for binary fields (java5 option) Client: Java Patch: Philip Hamer
jensg
-
[1/2] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
thrift git commit: THRIFT-3942 Make TSSLSocket honor send and receive timeouts Client: C++ Patch: tpcwang <tpc.w...@gmail.com>
jensg
-
thrift git commit: THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan Clients: C++, Lua Patch: James E. King, III <jim.k...@simplivity.com>
jensg
-
thrift git commit: THRIFT-3546: NodeJS code should not be namespaced Client: js Patch: Benjamin Gould
jfarrell
-
thrift git commit: THRIFT-3868 Java struct equals should do identity check before field comparison Client: Java, JavaME Patch: Dustin Pho <d...@vt.edu>
jensg
-
thrift git commit: THRIFT-2527 Apache Thrift IDL Compiler code generated for Node.js should be jshint clean Clieht: NodeJS Patch: BCG <bgo...@users.noreply.github.com>
jensg