Messages by Date
-
2017/04/02
thrift git commit: THRIFT-4161: TNonblockingServer: Fix using uninitialized event_ Client: cpp
jking
-
2017/04/02
thrift git commit: THRIFT-4160: Fix use closed(freed) connections in non-blocking server Client: cpp
jking
-
2017/04/02
thrift git commit: THRIFT-3859: Add support for Unix Domain Sockets to TSocketServer and TSocketTransport. Client: cocoa
jking
-
2017/04/02
thrift git commit: THRIFT-4157 outdated readme about Haxe installation on Linux Client: Haxe Patch: Jens Geyer
jensg
-
2017/04/01
thrift git commit: THRIFT-4154: properly close socket whether it is persistent or not on close() Client: php
jking
-
2017/04/01
thrift git commit: THRIFT-3730: go server errors are logged twice Client: go Patch: zhujun2006 <stone1342006 at gmail dot com>
jking
-
2017/04/01
thrift git commit: THRIFT-3784: thrift-maven-plugin generates invalid include directories for IDL in dependency JARs Client: thrift-maven (contrib)
jking
-
2017/04/01
thrift git commit: THRIFT-4152: Make a patch to fix #4152 at least for structs Documentation
jking
-
2017/04/01
thrift git commit: THRIFT-4138: Remove undefined behavior imported from Boost Client: C++
jking
-
2017/04/01
thrift git commit: THRIFT-4140: fix unsafe call to gmtime Client: C++ Patch: Adriaan Schmidt <adriaan.schm...@siemens.com>
jking
-
2017/04/01
thrift git commit: THRIFT-3823: Use 'pre' HTML tag when generating non escaped documentation Patch: Maxime Mouial <maxime.mou...@scmfrance.fr>
jking
-
2017/04/01
thrift git commit: THRIFT-3944 TSSLSocket has dead code in checkHandshake Client: C++
jking
-
2017/03/31
thrift git commit: THRIFT-4151: disable pthread concurrency analysis code in standard builds Client: C++
jking
-
2017/03/30
thrift git commit: THRIFT-4147: Rust: protocol should accept transports with non-static lifetime Client: rs
jking
-
2017/03/30
thrift git commit: THRIFT-4113: export thrift::mem::TBufferTransport Client: rs
jking
-
2017/03/30
thrift git commit: THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes Client: perl
jking
-
2017/03/30
thrift git commit: THRIFT-4126: implement required fields validation in php extension when validate compiler option is enabled Client: php
jking
-
2017/03/27
thrift git commit: THRIFT-4137 Fix remaining undefined behavior invalid vptr casts in Thrift Compiler
jensg
-
2017/03/27
thrift git commit: THRIFT-4141: fix haxe installation in docker build for debian, ubuntu
jking
-
2017/03/27
thrift git commit: THRIFT-4114: Space after '///' in doc comments Client: rs
jking
-
2017/03/26
thrift git commit: THRIFT-4136 Align is_binary() method with is_string() to simplify those checks Client: Compiler (general) Patch: Jens Geyer
jensg
-
2017/03/25
thrift git commit: THRIFT-2026: Eliminate some undefined behavior in C/C++ Clients: glib, C++ Patch: Jim Apple <jbapple-imp...@apache.org>
jking
-
2017/03/22
thrift git commit: THRIFT-4130: Release connection back to managed pool. Client: C++
jking
-
2017/03/22
thrift git commit: THRIFT-3959: document that the go simple server is not simple Client: go Patch: JodeZer <jeffery1...@hotmail.com>
jking
-
2017/03/22
[1/2] thrift git commit: THRIFT-4129: Fix fd leak when failing to dispatch new connections Client: C++
jking
-
2017/03/22
[2/2] thrift git commit: THRIFT-4081 broke compiling with gcc 4.6.x
jking
-
2017/03/22
thrift git commit: THRIFT-4079: emit use clauses in Types.pm generated files as well (fix reopened defect) Client: perl
jking
-
2017/03/10
thrift git commit: THRIFT-4029: add MANIFEST.in to include the extension files Client: py
jking
-
2017/03/10
thrift git commit: THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process
jking
-
2017/03/10
thrift git commit: THRIFT-4110: add libthrift0-dbg debug symbols package to debian build process for symbolic debugging
jking
-
2017/03/06
thrift git commit: THRIFT-4108: c_glib ssl implementation fixes - remove global ssl context and more Client: glib
jking
-
2017/03/04
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
-
2017/02/28
thrift git commit: THRIFT-3921: fix ostream definitions so they are not inline because it confused template deduction Client: C++
jking
-
2017/02/27
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
-
2017/02/27
thrift git commit: THRIFT-1805 Provide option for handling RTEs Client: Java
jking
-
2017/02/24
thrift git commit: THRIFT-4102 remove useless code cause performance problem Client: python
jking
-
2017/02/23
thrift git commit: THRIFT-3984 PHP7 extension causes segfault
jking
-
2017/02/22
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
-
2017/02/22
thrift git commit: THRIFT-3801 - Node Thrift client throws exception with multiplexer and responses that are bigger than a single buffer Client: nodejs
jking
-
2017/02/21
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
-
2017/02/21
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
-
2017/02/20
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
-
2017/02/20
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
-
2017/02/20
thrift git commit: THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++
jking
-
2017/02/19
thrift git commit: THRIFT-3973: Provide some tools to make it easier to build thrift C++ on Windows Client: C++
jking
-
2017/02/18
thrift git commit: THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) Client: C++
jking
-
2017/02/18
thrift git commit: THRIFT-2504: Add default processor to java multiplexed processor to handle older clients Client: Java
jking
-
2017/02/18
thrift git commit: THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make cross
jking
-
2017/02/15
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
-
2017/02/15
thrift git commit: THRIFT-2364: use oasis to build thrift for ocaml Client: OCaml Patch: Spiros Eliopoulos <selio...@gmail.com>
jking
-
2017/02/15
thrift git commit: THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cpp Client: C++
jking
-
2017/02/14
thrift git commit: THRIFT-4041: add ocaml and oasis to ubuntu and debian docker build images Client: OCaml
jking
-
2017/02/13
thrift git commit: THRIFT-4084: only join threads if joinable Client: cpp Patch: Chris Grebeldinger <cgreb...@gmail.com>
jking
-
2017/02/13
thrift git commit: THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures Client: C++
jking
-
2017/02/13
thrift git commit: THRIFT-3369 Provide SSL/TLS client for c_glib Client: c_glib Patch: Gonzalo Aguilar Delgado <gagui...@level2crm.com>
jking
-
2017/02/12
thrift git commit: THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9
nsuke
-
2017/02/12
thrift git commit: THRIFT-3938 Python TNonblockingServer does not work with SSL
nsuke
-
2017/02/10
thrift git commit: THRIFT-4075: better support for headers-only boost with mingw Client: C++
jking
-
2017/02/10
thrift git commit: THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated Client: C++
jking
-
2017/02/09
thrift git commit: THRIFT-4072 php: TCurlClient - Add the possibility to send custom headers Client: php
jking
-
2017/02/09
thrift git commit: THRIFT-4073: enum files are still being generated with unused imports Client: Java Patch: BCG <bgo...@users.noreply.github.com>
jking
-
2017/02/09
thrift git commit: THRIFT-4079 add missing use clauses for included thrift sources in generated perl modules Client: perl
jking
-
2017/02/08
thrift git commit: THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrictions Client: perl
jking
-
2017/02/08
thrift git commit: THRIFT-4043 ensure perl files do not end up in /usr/lib/Thrift Client: Build
jking
-
2017/02/08
thrift git commit: THRIFT-4076 fix appveyor ant issue Client: Build
jking
-
2017/02/06
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
-
2017/02/03
thrift git commit: THRIFT-4068 fix comment in java server socket code Client: Java Patch: pigbrain <hyundong....@nhnent.com>
jking
-
2017/02/01
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
-
2017/01/31
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
-
2017/01/31
thrift git commit: THRIFT-4062 Remove debug print from TServiceClient Client: Java Patch: Tom Davis <t...@recursivedream.com>
jensg
-
2017/01/31
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
-
2017/01/28
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
-
2017/01/28
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
-
2017/01/27
thrift git commit: Remove deprecated bower json property Client: nodejs Patch: Kevin Kirsche <kev.kirs...@gmail.com>
jking
-
2017/01/27
thrift git commit: THRIFT-3854 add a way in java to clear TFramedTransport read buffers Client: Java Patch: Chris Lockfort <clockf...@palantir.com>
jking
-
2017/01/27
thrift git commit: THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionError Client: Python
jking
-
2017/01/27
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
-
2017/01/27
thrift git commit: THRIFT-3550 make a script to build perl cpan module and update perl dependencies for cpan
jking
-
2017/01/25
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
-
2017/01/25
thrift git commit: Build fails using Java 1.8 with Ant < 1.9 Client: Java Patch: Adinata <mail.die...@gmail.com>
jking
-
2017/01/25
[7/7] thrift git commit: THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.geo...@gmail.com>
jensg
-
2017/01/25
[4/7] thrift git commit: THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.geo...@gmail.com>
jensg
-
2017/01/25
[2/7] thrift git commit: THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.geo...@gmail.com>
jensg
-
2017/01/25
[6/7] thrift git commit: THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.geo...@gmail.com>
jensg
-
2017/01/25
[3/7] thrift git commit: THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.geo...@gmail.com>
jensg
-
2017/01/25
[1/7] thrift git commit: THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.geo...@gmail.com>
jensg
-
2017/01/25
[5/7] thrift git commit: THRIFT-2945 Add Rust support Client: Rust Patch: Allen George <allen.geo...@gmail.com>
jensg
-
2017/01/25
thrift git commit: THRIFT-3892 support OpenSSL before 0.9.8f during build Client: C++ Patch: Udit Raikwar <udit...@users.noreply.github.com>
jking
-
2017/01/24
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
-
2017/01/24
thrift git commit: THRIFT-4039 Update of Apache Thrift .Net Core lib Client: NetCore Patch: Volodymyr Gotra <vgo...@gmail.com>
jensg
-
2017/01/23
thrift git commit: THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception Client: Java Patch: Dmitry Roenko <sav...@gmail.com>
jking
-
2017/01/23
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
-
2017/01/22
thrift git commit: THRIFT-4038 socket check: checking an unsigned number against >= 0 never fails Client: C++ Patch: gzshi <shgzone.h...@gmail.com>
jensg
-
2017/01/20
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
-
2017/01/17
thrift git commit: chore: install ruby-bundler Fixes recent build failures in the Travis CI environment.
jking
-
2017/01/11
thrift git commit: THRIFT-4024 Skip() should throw on unknown data types Client: C#, NETCore, Haxe, Delphi, Go Patch: Jens Geyer
jensg
-
2017/01/10
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
-
2017/01/10
thrift git commit: THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift Client: Haxe Patch: Jens Geyer
jensg
-
2017/01/10
thrift git commit: THRIFT-4023 Skip unexpected field types on read/write Client: Go Patch: Chen Zhiming <chenzhim...@domob.cn>
jensg
-
2017/01/08
svn commit: r1004455 - /websites/production/thrift/content/
jensg
-
2017/01/08
svn commit: r1777886 - /thrift/cms-site/trunk/lib/path.pm
jensg
-
2017/01/08
svn commit: r1004454 - in /websites/staging/thrift/trunk/content: ./ docs/committers/HowToVersion.html index.html test/ThriftTest.html
buildbot
-
2017/01/06
[thrift] Git Push Summary
jfarrell
-
2017/01/04
thrift git commit: fix appveyor builds - ant version changed to 1.9.8
jking
-
2017/01/04
[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
-
2017/01/04
[9/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
-
2017/01/04
[4/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
-
2017/01/04
[2/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
-
2017/01/04
[8/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
-
2017/01/04
[5/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
-
2017/01/04
[7/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
-
2017/01/04
[3/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
-
2017/01/04
[6/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
-
2017/01/04
thrift git commit: THRIFT-4019: Dart Makefiles should also clean pubspec.lock Client: Dart Patch: Mark Erickson <merick...@apache.org>
merickson
-
2017/01/04
svn commit: r1004134 - /websites/production/thrift/content/
jfarrell
-
2017/01/04
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
-
2017/01/04
buildbot success in on thrift-site-staging
buildbot
-
2017/01/04
svn commit: r1777331 - /thrift/cms-site/trunk/lib/path.pm
jfarrell
-
2017/01/03
buildbot failure in on thrift-site-staging
buildbot
-
2017/01/03
svn commit: r1777197 - /thrift/cms-site/trunk/lib/path.pm
jfarrell
-
2017/01/03
svn commit: r17662 - in /release/thrift: 0.10.0/ 0.9.2/
jfarrell
-
2017/01/02
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
-
2016/12/28
[1/2] thrift git commit: THRIFT-4008 broken ci due to upstream dependency versioning break Client: Haskell Patch: Jens Geyer
jensg
-
2016/12/28
[2/2] thrift git commit: THRIFT-4016 testInsanity() impl does not conform to test spec in ThriftTest.thrift Client: Delphi Patch: Jens Geyer
jensg
-
2016/12/27
thrift git commit: THRIFT-4010 Q.fcall messing up with *this* pointer inside called function Client: js Patch: Bruno Fonseca
jensg
-
2016/12/26
[1/2] thrift git commit: THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer
jensg
-
2016/12/26
[2/2] thrift git commit: THRIFT-4015 Fix wrongly spelled "Thirft"s Client: Perl + NodeJS Patch: Jens Geyer
jensg
-
2016/12/22
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
-
2016/12/22
thrift git commit: THRIFT-4012 Python Twisted implementation uses implements, not compatible with Py3 Client: Python Patch: Palmer Cox <pal...@fiscalnote.com>
jensg
-
2016/12/22
thrift git commit: THRIFT-3968: Deserializing empty string/binary fields Client: C (GLib) Patch: Simon South <simonso...@apache.org>
simonsouth
-
2016/12/21
[02/24] thrift git commit: THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on Windows Client: C++
jfarrell
-
2016/12/21
[14/24] 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
jfarrell
-
2016/12/21
[12/24] thrift git commit: THRIFT-3977 PHP extension creates undefined values when deserializing sets Client: PHP Patch: Håkon H. Hitland <haa...@likedan.net>
jfarrell
-
2016/12/21
[23/24] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
2016/12/21
[03/24] thrift git commit: THRIFT-3962 Ant build.xml broken on Windows for Java library Client: Java Patch: Gary Gregory <ggreg...@apache.org>
jfarrell
-
2016/12/21
[19/24] thrift git commit: updated ignores
jfarrell
-
2016/12/21
[20/24] thrift git commit: THRIFT-3886 PHP cross test client returns 0 even when failing Client: PHP Patch: Håkon Hitland <hakon.hitl...@zedge.net>
jfarrell
-
2016/12/21
[05/24] 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++
jfarrell
-
2016/12/21
[22/24] thrift git commit: THRIFT-3999: Fix debian package set up scripts Client: build Patch: Akira Nakagawa
jfarrell
-
2016/12/21
[13/24] thrift git commit: THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-dependent charset Client: Java Patch: Gary Gregory <ggreg...@apache.org>
jfarrell
-
2016/12/21
[11/24] thrift git commit: THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug Client: PHP Patch: Håkon Hitland <hakon.hitl...@zedge.net>
jfarrell
-
2016/12/21
[16/24] thrift git commit: THRIFT-4000 Add union example to ThriftTest Client: Test suite Patch: Allen George
jfarrell
-
2016/12/21
[18/24] thrift git commit: THRIFT-4006 Added removeEventListener method to TSocket.as Client: AS3 Patch: Romain Théry <rth...@ankama.com>
jfarrell
-
2016/12/21
[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
-
2016/12/21
[10/24] thrift git commit: THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzo...@gmail.com
jfarrell
-
2016/12/21
[04/24] thrift git commit: THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) Client: Lua
jfarrell
-
2016/12/21
[24/24] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
2016/12/21
[06/24] thrift git commit: THRIFT-3038 clean up remaining volatile issues Client: C++
jfarrell
-
2016/12/21
[08/24] 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>
jfarrell
-
2016/12/21
[21/24] thrift git commit: THRIFT-4008: broken ci due to upstream dependency versioning break Client: hs Patch: jfarrell
jfarrell
-
2016/12/21
[15/24] thrift git commit: THRIFT-3998 Document ability to add custom tags to thrift structs Client: Go Patch: Richard Artoul <richardart...@gmail.com>
jfarrell
-
2016/12/21
[09/24] 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
jfarrell
-
2016/12/21
[07/24] thrift git commit: THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler plugin during configuration Client: C++
jfarrell
-
2016/12/21
[17/24] thrift git commit: THRIFT-3981 Enable analyzer strong mode in Dart library Client: Dart Patch: Mark Erickson <merick...@apache.org>
jfarrell
-
2016/12/21
[5/6] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
2016/12/21
[6/6] thrift git commit: Fix debian changelog to build Client: release Patch: jfarrell
jfarrell
-
2016/12/21
[4/6] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
2016/12/21
[2/6] thrift git commit: THRIFT-3949 missing make dist entry for compiler/cpp/test
jfarrell
-
2016/12/21
[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
-
2016/12/21
[3/6] thrift git commit: THRIFT-3954 Enable the usage of structs called "Object" in Java Client: Java Patch: Maximilian Hess <m...@ne0h.de>
jfarrell
-
2016/12/21
thrift git commit: THRIFT-4009 Use @implementer instead of implements in TTwisted.py Client: Python Patch: ciarancourtney <ciaran.court...@cylon.com>
jensg
-
2016/12/19
thrift git commit: THRIFT-3999: Fix debian package set up scripts Client: build Patch: Akira Nakagawa
jfarrell
-
2016/12/19
thrift git commit: THRIFT-4008: broken ci due to upstream dependency versioning break Client: hs Patch: jfarrell
jfarrell
-
2016/12/17
[3/3] thrift git commit: THRIFT-3886 PHP cross test client returns 0 even when failing Client: PHP Patch: Håkon Hitland <hakon.hitl...@zedge.net>
jensg
-
2016/12/17
[1/3] thrift git commit: THRIFT-4006 Added removeEventListener method to TSocket.as Client: AS3 Patch: Romain Théry <rth...@ankama.com>
jensg
-
2016/12/17
[2/3] thrift git commit: updated ignores
jensg
-
2016/12/13
thrift git commit: THRIFT-3981 Enable analyzer strong mode in Dart library Client: Dart Patch: Mark Erickson <merick...@apache.org>
merickson
-
2016/12/11
thrift git commit: THRIFT-4000 Add union example to ThriftTest Client: Test suite Patch: Allen George
jensg
-
2016/12/09
thrift git commit: THRIFT-3998 Document ability to add custom tags to thrift structs Client: Go Patch: Richard Artoul <richardart...@gmail.com>
jensg
-
2016/12/02
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
-
2016/11/17
thrift git commit: THRIFT-3977 PHP extension creates undefined values when deserializing sets Client: PHP Patch: Håkon H. Hitland <haa...@likedan.net>
jensg
-
2016/11/17
thrift git commit: THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bug Client: PHP Patch: Håkon Hitland <hakon.hitl...@zedge.net>
jensg
-
2016/11/14
thrift git commit: THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzo...@gmail.com
jking
-
2016/11/14
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
-
2016/11/14
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
-
2016/11/14
thrift git commit: THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler plugin during configuration Client: C++
jking
-
2016/11/13
svn commit: r1001058 - /websites/production/thrift/content/
jking
-
2016/11/13
svn commit: r1001057 - in /websites/staging/thrift/trunk/content: ./ docs/install/index.html
buildbot
-
2016/11/13
svn commit: r1769527 - /thrift/cms-site/trunk/content/docs/install/index.html
jking
-
2016/11/13
thrift git commit: THRIFT-3038 clean up remaining volatile issues Client: C++
jking
-
2016/11/12
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
-
2016/11/12
thrift git commit: THRIFT-3947 use sockaddr_storage with getsockname for future transport compatibility (ipv6) Client: Lua
jking
-
2016/11/10
thrift git commit: THRIFT-3962 Ant build.xml broken on Windows for Java library Client: Java Patch: Gary Gregory <ggreg...@apache.org>
jensg
-
2016/11/10
thrift git commit: THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on Windows Client: C++
jking
-
2016/11/10
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
-
2016/11/07
[2/3] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
2016/11/07
[3/3] thrift git commit: Fix debian changelog to build Client: release Patch: jfarrell
jfarrell
-
2016/11/07
[1/3] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
2016/10/31
thrift git commit: THRIFT-3954 Enable the usage of structs called "Object" in Java Client: Java Patch: Maximilian Hess <m...@ne0h.de>
jensg
-
2016/10/19
thrift git commit: THRIFT-3949 missing make dist entry for compiler/cpp/test
nsuke
-
2016/10/18
thrift git commit: Fix debian changelog to build Client: release Patch: jfarrell
jfarrell
-
2016/10/18
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
-
2016/10/17
thrift git commit: THRIFT-3946 Java 1.5 compatibility broken for binary fields (java5 option) Client: Java Patch: Philip Hamer
jensg
-
2016/10/14
[1/2] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
2016/10/14
[2/2] thrift git commit: THRIFT-3775: 0.10.0 release Client: release Patch: jfarrell
jfarrell
-
2016/10/13
thrift git commit: THRIFT-3942 Make TSSLSocket honor send and receive timeouts Client: C++ Patch: tpcwang <tpc.w...@gmail.com>
jensg
-
2016/10/13
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
-
2016/10/12
thrift git commit: THRIFT-3546: NodeJS code should not be namespaced Client: js Patch: Benjamin Gould
jfarrell
-
2016/10/07
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
-
2016/10/07
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