commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[thrift] branch master updated: THRIFT-5433: Add Counter To Thread Name of TThreadPoolServer
dmollitor
[thrift] branch master updated: THRIFT-5436 Timeout.Infinite is not a good default Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: npm update jsdoc Client: js Patch: Henry Catalini Smith
jensg
[thrift] branch master updated: Android restricts use of AI_V4MAPPED flag. Client: cpp Patch: Ruslan <
[email protected]
>
jensg
[thrift] branch master created (now 58fa7b4)
jensg
[thrift] 01/01: THRIFT-5430: Fix deadlock triggered by FieldMetaData.class.
jensg
[thrift] branch master updated (fcfa341 -> 58fa7b4)
jensg
[thrift-website] branch asf-site updated (11f901b -> 906fdd1)
jensg
[thrift-website] branch main updated: Release 0.14.2
jensg
[thrift] branch master updated (3ccef5c -> fcfa341)
jensg
[thrift] annotated tag v0.14.2 updated (57e24ca -> 6d5292d)
jensg
svn commit: r48406 - /dev/thrift/0.14.2-rc0/ /dev/thrift/0.14.2-rc1/ /release/thrift/0.14.2/
jensg
[thrift] branch master updated: THRIFT-5432 TSaslTransport throw TTransportException of MaxMessageSize reached Client: java Patch: GuangMing Lu
jensg
[thrift] branch master updated: THRIFT-5431 Response should include 'content-type' header Client: netstd Patch: Jens Geyer
jensg
[thrift] branch THRIFT-5431 created (now b48303b)
jensg
[thrift] 01/01: THRIFT-5431 Response should include 'content-type' header Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: Version 0.14.2
jensg
svn commit: r48321 - /dev/thrift/0.14.2-rc1/
jensg
[thrift] branch 0.14.2 updated: THRIFT-5369: Use MaxMessageSize to check container sizes
jensg
svn commit: r48300 - /dev/thrift/0.14.2-rc0/
jensg
[thrift] branch 0.14.2 created (now 63e86ce)
jensg
[thrift] 03/03: Version 0.14.2
jensg
[thrift] 01/03: version 0.14.1
jensg
[thrift] 02/03: THRIFT-5383 TJSONProtocol Java readString throws on bounds check Client: java Patch: Aaron St. George
jensg
[thrift] branch master updated (93a316c -> 43faa2d)
emmenlau
[thrift] branch master updated: THRIFT-5429 build: autotools: add foreign to AM_INIT_AUTOMAKE Patch: Christopher Friedt
jensg
[thrift] branch master updated: Robustness improvements when loading OpenSSL certificates
emmenlau
[thrift] branch master updated: THRIFT-5428 Prevent costly reallocations to improve performance Client: Delphi Patch: Jens Geyer
jensg
[thrift] branch master updated: Minor cleanup of two CMake files, and removed some (unused) boost dependencies
emmenlau
[thrift] branch master updated: THRIFT-5411: Catch SocketTimeoutException in TIOStreamTransport read
yuxuan
[thrift] branch master updated: fix D build, with D lang openssl 2.0.3 Client: d Patch: mingwugmail <
[email protected]
>
jensg
[thrift] branch master updated: THRIFT-5419 Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance Client: netstd Patch: Nathan P Sharp, Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5422 add threadpool server to netstd test suite impl Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: Add Link to Tutorial in Rust Lib Documentation Client: rs Patch: Zicklag
jensg
[thrift] branch master updated: THRIFT-3508 Map optional fields from thrift idl to optional fields in TypeScript. Client: node,js Patch: Axel Jäger
jensg
[thrift] branch master updated: THRIFT-5417 Fix Lua compiler omitting default values in Lua service functions Client: Lua Patch: Jeffrey Han
jensg
[thrift] branch master created (now 8101302)
jensg
[thrift] 01/01: THRIFT-5399: Fix socket leak in abnormal situation
jensg
[thrift] branch master updated (33b7f48 -> 8101302)
jensg
[thrift] branch master updated: consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd Client: cpp Patch: Irelian <
[email protected]
>
jensg
[thrift] branch master updated (348de16 -> bc18a92)
jensg
[thrift] branch master updated: THRIFT-5394 AppVeyor CI tries to download outdated cmake Client: build process Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5413 Int vs String in method get_size required by property size Client: hx Patch: Jens Geyer
jensg
[thrift] branch THRIFT-5410 created (now ede7d3d)
jensg
[thrift] 01/01: Workaround/THRIFT-5410: comment CL tests to get CI green again
jensg
[thrift] branch master updated: THRIFT-5400 Java library does not export the .annotation package Client: java Patch: Antonio García-Domínguez
jensg
[thrift] branch master updated: THRIFT-5407: Minor changes in .NET to support netcoreapp3.1 Client: netstd Patch: Mario Emmenlauer
jensg
[thrift] branch master updated: THRIFT-5408 Support for deprecated/obsolete methods (via annotation) Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5244 Dynamic exception specifications are deprecated in C++11[-Wdeprecated] Client: cpp Patch: Zezeng Wang
jensg
[thrift] branch master updated (80415f0 -> 0f73558)
yuxuan
[thrift] 01/02: THRIFT-5404: Allow other types of TTransportException to be timeouts
yuxuan
[thrift] 02/02: Fix travis CI for NPM
yuxuan
[thrift] branch master updated: commented private code that is definitely never used
jensg
[thrift] branch master updated: THRIFT-5398 ThreadPoolServer not stoppable via CancellationToken Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: added breaking change notice for THRIFT-5396
jensg
[thrift] branch master updated (6583f4e -> 2b2ea62)
jensg
[thrift] 02/02: THRIFT-5396 deprecate "Async" method postfix Client: netstd Patch: Jens Geyer
jensg
[thrift] 01/02: THRIFT-5395 inconsistent treatment of methods ending in "Async" Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5369: Use MaxMessageSize to check container sizes
yuxuan
[thrift] branch master updated: THRIFT-5393 Incorrect namespaces for included types Client: hx Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5391 Named pipes transport hardening Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5390 Named Pipes transport hardening Client: Delphi Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5265 add the zlib transport to c_glib Client: c_glib Patch: Zezeng Wang
jensg
[thrift] branch master updated: THRIFT-5383 TJSONProtocol Java readString throws on bounds check Client: java Patch: Aaron St. George
jensg
[thrift] branch master updated (7e53750 -> 66f9536)
jensg
[thrift] 03/04: THRIFT-5386 XML-HTTP client may throw "max message size reached" incorrectly Client: delphi Patch: Jens Geyer
jensg
[thrift] 04/04: THRIFT-5387 Improved and simplified Delphi test setup Client: Delphi Patch: Jens Geyer
jensg
[thrift] 02/04: THRIFT-5384 Improved error message for HTTP transports Client: Delphi Patch: Jens Geyer
jensg
[thrift] 01/04: THRIFT-5385 XML-HTTP client reports IsOpen=TRUE even if it is not Client: Delphi Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5341 Old-Style-Cast & missing Override Client: cpp Patch: Kashirin Alex
jensg
[thrift] branch master updated (fafcea7 -> 7054b31)
jensg
[thrift] 01/02: Updated languages matrix [skip ci]
jensg
[thrift] 02/02: THRIFT-4303 Update ubuntu-xenial to use D 2.087.0 Client: d Patch: James Lacey
jensg
[thrift] branch master updated: THRIFT-5382 Netstd default list/set enums values are generated incorrectly Client netstd Patch: Thomas Bruggink
jensg
[thrift] branch master updated (638ffbc -> 5bae216)
jensg
[thrift] 02/02: merged 0.14.1 changes into master & added 0.15.0 breaking changes section Patch: Jens Geyer
jensg
[thrift] 01/02: THRIFT-5381 possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets Client: hx Patch: Jens Geyer
jensg
[thrift] branch master updated: Fix netstd test lib build on non windows hosts Client: netstd Patch: Thomas Bruggink & Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5236 THttpTransport.cs still has bad timeout code Client: netstd Patch: Thomas Bruggink
jensg
[thrift] branch master updated: THRIFT-5377 Remove Erlang R16 support Client: erl Patch: Sergey Yelin
jensg
[thrift] branch master updated: Fix lib/go/test/fuzz for oss-fuzz project
yuxuan
[thrift] branch master updated: Remove Erlang R16 support Client: erl Patch: Sergey Yelin
jensg
[thrift] branch master updated: THRIFT-5376 Fix deprecation warnings in D library Client: d Patch: James Lacey
jensg
[thrift] branch master updated: THRIFT-5358: Add go.mod file to root directory
yuxuan
[thrift] branch master updated (66d8976 -> 65ea752)
yuxuan
[thrift] branch master updated (cd2fae0 -> 66d8976)
jensg
[thrift] branch master updated: THRIFT-5373 HTTP status in case of Protocol/Transport exceptions Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZE Client: haxe Patch: Jens Geyer
jensg
[thrift] branch master updated (cc70b4e -> 62beb67)
yuxuan
[thrift] branch master updated: THIRFT-5367 Fix crashes when using Ruby compaction GC Client: rb Patch: Stan Hu
jensg
[thrift] branch master updated: THRIFT-4098 Namespace support for generated Rust code (#2348)
allengeorge
[thrift] branch master updated: added contrib readme [ci skip]
jensg
[thrift-website] branch asf-site updated (67732a1 -> 11f901b)
jensg
[thrift-website] branch main updated: trigger build to reflect THRIFT-5332 Question: list all the reserved words in thrift doc
jensg
[thrift] branch master updated: THRIFT-5332 Question: list all the reserved words in thrift doc
jensg
[thrift-website] branch asf-site updated (b061f30 -> 67732a1)
jensg
[thrift-website] branch main updated: AS3 deprecated in 0.14.0 and removed from master Haskell deprecated in 0.14.1
jensg
Buildbot failure in on jekyll_websites
buildbot
[thrift-website] branch main updated: Release 0.14.1
jensg
svn commit: r46533 - /dev/thrift/0.14.1-rc0/ /release/thrift/0.14.1/
jensg
[thrift] branch master updated: misc. netstd improvements Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5363 Render constant names correctly (#2343)
allengeorge
[thrift] branch master updated: THRIFT-5360 Remove deprecated Error::description() methods (#2342)
allengeorge
[thrift] branch master updated: FIX: added missing ASF header
jensg
[thrift] branch master updated: FIX: added missing ASF header
jensg
[thrift] branch master updated: Enable clippy in all Rust targets and ensure that all existing code is clippy-clean (#2341)
allengeorge
[thrift] annotated tag v0.14.1 updated (f6fa179 -> 0f70a7f)
jensg
svn commit: r46426 - in /dev/thrift: 0.14.1-rc0/ 0.14.1/
jensg
svn commit: r46425 - /dev/thrift/0.14.1/
jensg
[thrift] branch 0.14.1 updated: version 0.14.1
jensg
[thrift] branch 0.14.1 created (now 65291da)
jensg
[thrift] 01/01: version 0.14.1
jensg
[thrift] branch master updated: Move java dependency tomcat-embed to the crossTest configuration to remove outdated unnecessary compile time dependency.
jensg
[thrift] branch master updated: Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)
allengeorge
[thrift] branch master updated: THRIFT-5285 Update http package + update to dart 2 + stylistic changes Client: Dart Patch: aaronstgeorge-wf
jensg
[thrift] branch master updated: [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected values (#2337)
allengeorge
[thrift] branch master updated: THRIFT-4451 Use a shared TcpStream between both Thrift clients in cross-test
allengeorge
[thrift] branch master updated: THRIFT-5334 change version of thrift-maven-plugin to 0.14.0 Client: Java Patch: James Z.M. Gao
jensg
[thrift] branch 0.14.0 updated: THRIFT-5334 change version of thrift-maven-plugin to 0.14.0 Client: Java Patch: James Z.M. Gao
jensg
[thrift] branch 0.14.0 updated: fix to publish haxelib
jensg
[thrift] branch master updated: fix to publish haxelib
jensg
[thrift] branch master updated: fix nullptr exception in publishing.gradle
jensg
[thrift] branch 0.14.0 updated: fix nullptr exception in publishing.gradle
jensg
[thrift] branch 0.14.0 updated (2c0f932 -> e89b3e1)
yuxuan
[thrift] 01/04: THRIFT-5352: Fix construction of Py exceptions with no fields
yuxuan
[thrift] 02/04: THRIFT-4914: Fix name redeclaration bug in compiled go code
yuxuan
[thrift] 04/04: THRIFT-5353: Fix import dedup without explicit go namespace
yuxuan
[thrift] 03/04: Move ConflictingNamesTest to lib/go/test
yuxuan
[thrift] branch master updated: Move ConflictingNamesTest to lib/go/test
yuxuan
[thrift] branch master updated (62f1bd5 -> 6813b19)
allengeorge
[thrift] branch master updated: THRIFT-5355 Do not rely on compiler and check boundaries Client: cpp Patch: Triton <
[email protected]
>
jensg
[thrift] branch master updated: THRIFT-5354 disable IDE0083 warning Client: netstd Patch: Jens Geyer
jensg
[thrift] branch 0.14.0 updated: THRIFT-5347 Deprecate Haskell bindings Client: hs Patch: Jens Geyer
jensg
[thrift] branch master updated: THRIFT-5353: Fix import dedup without explicit go namespace
yuxuan
[thrift] branch master updated: THRIFT-4914: Fix name redeclaration bug in compiled go code
yuxuan
[thrift] branch 0.14.0 updated: THRIFT-5350 char is unsigned on non-x86 arches, use signed char to avoid compiler warning about always true comparisons Patch: Orion Poplawski
jensg
[thrift] branch master updated: THRIFT-5350 char is unsigned on non-x86 arches, use signed char to avoid compiler warning about always true comparisons Patch: Orion Poplawski
jensg
[thrift] branch master updated: THRIFT-5352: Fix construction of Py exceptions with no fields
yuxuan
[thrift] branch master updated: THRIFT-5349 Add net5.0 as supported platform Client: netstd Patch: Jens Geyer
jensg
[thrift] branch master updated (2e7f39f -> 8461365)
jensg
[thrift] 01/01: Merge branch '0.14.0'
jensg
[thrift] branch master updated (b04e39a -> 2e7f39f)
jensg
[thrift] 02/02: Clarify Compact Protocol var int encoding definition Patch: Juan Cruz Viotti
jensg
[thrift] 01/02: Make it clear that strings are not NUL-delimited Patch: Juan Cruz Viotti
jensg
[thrift] branch master updated: THRIFT-5318: Update PHP thrift_protocol extension for PHP 8 Client: php Patch: Tyler Christensen & Rasmus Lerdorf
jensg
[thrift] branch master updated (2af1037 -> b51a62b)
jensg
[thrift] branch master updated: Added nuget package info to csproj, needed to publish the nuget package
jensg
[thrift] branch 0.14.0 updated: Added nuget package info to csproj, needed to publish the nuget package
jensg
[thrift] branch master updated: Added TNonCopyable.h in favor of boost dependency
emmenlau
[thrift] branch master updated: CMake: Added better dependency tracking for external build tools
emmenlau
[thrift] branch master updated (3fc0b8d -> e5e7d1d)
emmenlau
[thrift-website] branch asf-site updated (547c9d7 -> b061f30)
jensg
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch asf-staging updated: Automatic Site Publish by Buildbot
git-site-role
[thrift-website] branch main updated: Release 0.14.0
jensg
[thrift] branch master updated (b5fe1db -> 3fc0b8d)
jensg
[thrift] branch master updated (876aee5 -> b5fe1db)
jensg
[thrift] tag v0.14.0 created (now 8411e18)
jensg
[thrift] tag last-before-0-10 created (now 0c27352)
jensg
[thrift] branch master updated (897652e -> 876aee5)
jensg
[thrift] 02/02: Setup for Visual Studio 2019 + workarounds for some open tickets: - (NO TICKET) fix Haxe warning - Referenzdaten PerfTest Delphi und netstd - "custom build" added to version info - netstd nuget upgrades
jensg
svn commit: r46045 - /dev/thrift/0.14.0-rc0/ /release/thrift/0.14.0/
jensg
[thrift] branch master updated: THRIFT-5348: Update debian/copyright [skip ci] Patch: Jihoon Seo
jensg
[thrift] branch master updated (ebfa771 -> 2ef0113)
jensg
svn commit: r45836 - in /dev/thrift: 0.14.0-rc0/ 0.14.0/
jensg
svn commit: r45835 - /dev/thrift/0.14.0/
jensg
[thrift] branch 0.14.0 updated (2e788b0 -> 8411e18)
jensg
[thrift] 01/01: Version 0.14.0
jensg
[thrift] branch 0.14.0 updated (c8ba9ca -> d888d60)
jensg
[thrift] 01/02: Version 0.14.0
jensg
[thrift] 02/02: Version 0.14.0
jensg
[thrift] branch 0.14.0 updated (edcbe1d -> 705f377)
jensg
[thrift] 01/01: Version 0.14.0
jensg
[thrift] branch master updated: THRIFT-5274: Enforce Java 8 compatibility Client: Java Patch: Christopher Tubbs
jensg
[thrift] branch master updated: Update README.md Patch: Ting Sun
jensg
[thrift] branch 0.14.0 updated: Version 0.14.0
jensg
[thrift] branch 0.14.0 updated: Version 0.14.0
jensg
[thrift] branch 0.14.0 updated: Version 0.14.0
jensg
[thrift] branch master updated: Updated CHANGES to reflect Version 0.14.0
jensg
[thrift] branch 0.14.0 created (now 7ae1ec3)
jensg
[thrift] branch master updated: THRIFT-5297: Improve TThreadPoolServer Handling of Incoming Connections Client: Java Patch: David Mollitor
jensg
[thrift] branch master updated: THRIFT-5345: Allow the ServerContext to be Unwrapped Programmatically
dmollitor
[thrift] branch master updated: THRIFT-5343: TTlsSocketTransport does not resolve IPv4 addresses or validate hostnames correctly Client: netstd Patch: James Lacey
jensg
[thrift] branch master updated: THRIFT-5337 Go set fields write improvement
yuxuan
[thrift] branch THRIFT-5345 created (now 30da56b)
dmollitor
[thrift] 01/01: THRIFT-5345: Allow the ServerContext to be Unwrapped Programmatically
dmollitor
[thrift] branch master updated: THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class (cpp) Client: cpp Patch: Jens Geyer
emmenlau
Earlier messages
Later messages