Messages by Thread
-
[jira] [Created] (THRIFT-6240) Go client does not compile when a service function has an argument named p
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6244) TNonblockingServerTest intermittently crashes or hangs in bad_alloc_does_not_end_the_process
Jens Geyer (Jira)
-
[jira] [Resolved] (THRIFT-6235) Compiler unit tests fail to link when the Go generator is disabled
Jens Geyer (Jira)
-
[PR] THRIFT-6242: Honour the transport configuration in the C++ TNonblockingServer [thrift]
via GitHub
-
[jira] [Created] (THRIFT-6239) Go -remote tool does not compile for functions inherited from a file that is not included directly
Jens Geyer (Jira)
-
[jira] [Resolved] (THRIFT-6242) Honour the transport configuration in the C++ TNonblockingServer
Jens Geyer (Jira)
-
[jira] [Resolved] (THRIFT-6241) Use the library-wide default frame size in TNonblockingServer in the D library
Jens Geyer (Jira)
-
[jira] [Assigned] (THRIFT-6241) Use the library-wide default frame size in TNonblockingServer in the D library
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6242) Honour the transport configuration in the C++ TNonblockingServer
Jens Geyer (Jira)
-
[PR] THRIFT-6237: Shrink the MSVC Docker image [thrift]
via GitHub
-
[jira] [Resolved] (THRIFT-5566) migrate java tutorial from ant to gradle
Jens Geyer (Jira)
-
[PR] THRIFT-6235: Let the compiler tests link when the Go generator is disabled [thrift]
via GitHub
-
[PR] THRIFT-6243: Grow the TNonblockingServer read buffer as the payload arrives [thrift]
via GitHub
-
[PR] THRIFT-6241: Use the library-wide default frame size in the D TNonblockingServer [thrift]
via GitHub
-
[jira] [Created] (THRIFT-6241) Use the library-wide default frame size in TNonblockingServer in the D library
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6243) Grow the TNonblockingServer read buffer as the payload arrives, not on the frame header
Jens Geyer (Jira)
-
[jira] [Resolved] (THRIFT-6212) Compiler loops forever on an unterminated comment at end of file
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6238) Compiler crashes on a doc comment that is blank or has a NUL byte near its start
Jens Geyer (Jira)
-
[jira] [Updated] (THRIFT-6237) Shrink the MSVC Docker image: drop the unused .NET Framework base and JDK, prune Boost, pin tool versions
Sylwester Lachiewicz (Jira)
-
[PR] THRIFT-4244: Document the string literal syntax in tutorial.thrift and idl.md [thrift]
via GitHub
-
[jira] [Created] (THRIFT-6237) Shrink the MSVC Docker image: drop the unused .NET Framework base and JDK, prune Boost, pin tool versions
Sylwester Lachiewicz (Jira)
-
[jira] [Created] (THRIFT-6236) Generated string constants are not escaped correctly in several target languages
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6235) Compiler unit tests fail to link when the Go generator is disabled
Jens Geyer (Jira)
-
[PR] THRIFT-6234: Configure apt retries and timeouts in GitHub Actions workflows [thrift]
via GitHub
-
[jira] [Updated] (THRIFT-6234) Configure apt retries and timeouts in GitHub Actions workflows
Sylwester Lachiewicz (Jira)
-
[jira] [Closed] (THRIFT-4244) PHP compiler errors out if escape character is part in string constant
Volodymyr Panivko (Jira)
-
[jira] [Created] (THRIFT-6234) Configure apt retries and timeouts in GitHub Actions workflows
Sylwester Lachiewicz (Jira)
-
[jira] [Closed] (THRIFT-5090) error "TConnectedClient processing exception: Expected control char, got '/'" when a string argument contains a slash and JSON is used
Volodymyr Panivko (Jira)
-
[jira] [Closed] (THRIFT-2151) PHP Thrift library provides persistent socket option that cannot be recovered from network failure
Volodymyr Panivko (Jira)
-
[PR] THRIFT-6212: Terminate comment scanning at end of input [thrift]
via GitHub
-
[jira] [Resolved] (THRIFT-4244) PHP compiler errors out if escape character is part in string constant
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6233) Make the peer-address check on TSSLServerSocket opt-in
Sylwester Lachiewicz (Jira)
-
[PR] THRIFT-6233: Make the peer-address check on TSSLServerSocket opt-in [thrift]
via GitHub
-
[jira] [Resolved] (THRIFT-6205) Remove the stale MIT attribution for the removed Erlang makefile from LICENSE
Jens Geyer (Jira)
-
[PR] Break after the operator in a Python test to satisfy flake8 [thrift]
via GitHub
-
[jira] [Created] (THRIFT-6226) C++: TServerSocket::listen() tries only the first resolved address unless a retry limit is set
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6232) Twisted SASL client protocol raises TypeError on Python 3 (mixes str and bytes)
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6224) CMake: zlib and libevent are only detected when WITH_CPP is on, so a c_glib-only build fails
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6220) make style rewrites the whole tree with codespell, and its skip list names CHANGES rather than CHANGES.md
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6216) C++: TNonblockingServer sends no reply when a call fails before anything is written
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6229) c_glib: thrift_multiplexed_processor_process() is declared in the public header but never defined
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6219) C++ library sources do not match the checked-in .clang-format, and nothing checks it
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6231) C++ and D WebSocket servers take a frame header that arrives in more than one read for the end of the stream
Jens Geyer (Jira)
-
[PR] Resolve config.h.in relative to ConfigureChecks.cmake [thrift]
via GitHub
-
[jira] [Created] (THRIFT-6230) Port the WebSocket frame reading fixes of THRIFT-6178, THRIFT-6179 and THRIFT-6180 to the D library
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6222) D: the HTTP transport returns a truncated body without an error when the connection ends early
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6217) Four test programs are built and run only by the autotools build, never by CMake/ctest
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6215) C++: TServerIntegrationTest's stress test ends the whole test binary when a client cannot connect
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6223) c_glib: thrift_transport_countConsumedMessageBytes refuses a read that uses exactly the remaining budget
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6225) Java: TZlibTransport counts decompressed bytes against a message budget that only flush() resets
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6221) D: lib/d/index.html generated by dmd is not ignored by git
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6227) C++: TServerSocket::listen() leaks a socket for every failed bind attempt when retries are enabled
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6218) C++: document that TSSLSocket::open() does not perform the TLS handshake
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6228) C++: TFramedTransport::DEFAULT_MAX_FRAME_SIZE is unused and disagrees with TConfiguration
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6213) C++: TConfiguration's default constants are odr-used without a definition, so unoptimised builds of UnitTests and TTransportFactoryConfigTest do not link
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6214) C++: TSSLSocketMatchNameTest is killed by SIGPIPE in about a third of runs
Jens Geyer (Jira)
-
[PR] THRIFT-6191: Resolve server bind addresses with the same flags TSocket uses [thrift]
via GitHub
-
[jira] [Created] (THRIFT-6212) Compiler loops forever on an unterminated comment at end of file
Jens Geyer (Jira)
-
[jira] [Assigned] (THRIFT-6191) C++ server sockets and TSocket resolve the same host with different getaddrinfo flags
Jens Geyer (Jira)
-
[jira] [Commented] (THRIFT-6191) C++ server sockets and TSocket resolve the same host with different getaddrinfo flags
Jens Geyer (Jira)
-
[jira] [Assigned] (THRIFT-6212) Compiler loops forever on an unterminated comment at end of file
Jens Geyer (Jira)
-
[jira] [Resolved] (THRIFT-6211) Go: add native go test -fuzz targets and a committed seed corpus that runs in CI
Jens Geyer (Jira)
-
[PR] THRIFT-6211: Add native Go fuzz targets that run their seed corpus in CI [thrift]
via GitHub
-
[jira] [Commented] (THRIFT-6211) Go: add native go test -fuzz targets and a committed seed corpus that runs in CI
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6211) Go: add native go test -fuzz targets and a committed seed corpus that runs in CI
Jens Geyer (Jira)
-
[jira] [Created] (THRIFT-6210) Go: an unrecovered panic in a handler ends the whole server process
Jens Geyer (Jira)
-
[PR] Correct LANGUAGES.md entries flagged after the matrix update [thrift]
via GitHub
-
[jira] [Resolved] (THRIFT-5415) Github Project should link Thrift Website in About section for easier Onboarding
Sylwester Lachiewicz (Jira)
-
[jira] [Commented] (THRIFT-5415) Github Project should link Thrift Website in About section for easier Onboarding
Sylwester Lachiewicz (Jira)
-
[jira] [Assigned] (THRIFT-6202) Drop netstandard2.0 and netstandard2.1 targets from ApacheThrift.AspNetCore
Jens Geyer (Jira)
-
[jira] [Reopened] (THRIFT-6202) Drop netstandard2.0 and netstandard2.1 targets from ApacheThrift.AspNetCore
Jens Geyer (Jira)
-
[PR] Bump js-yaml from 3.15.1 to 3.15.2 in /lib/js [thrift]
via GitHub
-
[PR] THRIFT-6202: Drop the netstandard targets from ApacheThrift.AspNetCore [thrift]
via GitHub
-
[jira] [Comment Edited] (THRIFT-6202) Drop netstandard2.0 and netstandard2.1 targets from ApacheThrift.AspNetCore
Jens Geyer (Jira)
-
[jira] [Resolved] (THRIFT-6202) Drop netstandard2.0 and netstandard2.1 targets from ApacheThrift.AspNetCore
Jens Geyer (Jira)
-
[jira] [Commented] (THRIFT-6202) Drop netstandard2.0 and netstandard2.1 targets from ApacheThrift.AspNetCore
Jens Geyer (Jira)
-
[jira] [Commented] (THRIFT-740) Visual Studio 2008 .thrift file complete integration
Jens Geyer (Jira)
-
[PR] Use the client certificate with subjectAltNames in the SSL cross-test clients [thrift]
via GitHub
-
[jira] [Resolved] (THRIFT-6185) lib/d does not build against OpenSSL 3.x
Jens Geyer (Jira)
-
[jira] [Resolved] (THRIFT-630) Add SSL support for Thrift NIO server
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-5056) Netstd Generated GetHashCode() returns same value in many common cases
Sylwester Lachiewicz (Jira)
-
[jira] [Comment Edited] (THRIFT-5149) Limit container byte size
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-345) Make it possible to turn validation off
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-2075) C++ async client project
Sylwester Lachiewicz (Jira)
-
[jira] [Comment Edited] (THRIFT-1580) thrift type i64 java to php serialize/deserealize not working
Sylwester Lachiewicz (Jira)
-
[jira] [Comment Edited] (THRIFT-5017) Code gen of Generated annotation should work with Java 9+
Sylwester Lachiewicz (Jira)
-
[jira] [Comment Edited] (THRIFT-5056) Netstd Generated GetHashCode() returns same value in many common cases
Sylwester Lachiewicz (Jira)
-
[jira] [Comment Edited] (THRIFT-4139) warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-4488) Performance impact of Nagle disabled
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-1039) Java codegen makes byte[] get/set for binary field, List<ByteBuffer> get/set for list<binary> field
Sylwester Lachiewicz (Jira)
-
[PR] THRIFT-6205: Remove the stale MIT attribution for the removed Erlang makefile [thrift]
via GitHub
-
[PR] THRIFT-3606: Fix TSaslClientTransport constructor `props` parameter type. [thrift]
via GitHub
-
[jira] [Comment Edited] (THRIFT-182) Compiler should check for name collisions
Sylwester Lachiewicz (Jira)
-
[jira] [Assigned] (THRIFT-3606) TSaslClientTransport props typed too strongly
John Sirois (Jira)
-
[jira] [Comment Edited] (THRIFT-5062) Rawgit reached EOL, still used in AppVeyor builds
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-3163) Build failure due to ylwrap being called with wrong arguments
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-5062) Rawgit reached EOL, still used in AppVeyor builds
Sylwester Lachiewicz (Jira)
-
[PR] THRIFT-6185: Build the D OpenSSL modules against OpenSSL 3.x [thrift]
via GitHub
-
[jira] [Resolved] (THRIFT-2509) Uncompileable Python code due to language keywords in IDL
Sylwester Lachiewicz (Jira)
-
[jira] [Created] (THRIFT-6201) Python peer address matcher does not reduce IPv4-mapped IPv6 addresses
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-1836) Java compiler does not generate constructor with all fields
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-5379) fix cmake support to build cpp server without OPENSSL
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-1324) TFramedTransport should enforce frame size limits on writes
Sylwester Lachiewicz (Jira)
-
[jira] [Commented] (THRIFT-5329) Shorten names of inner classes in Java code generated by the compiler
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-2188) allow java servers to bind to a random port, and get that port back out of the transport
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-3912) TNonblockingServer crashes when file descriptor numbers > FD_SETSIZE
Sylwester Lachiewicz (Jira)
-
[jira] [Updated] (THRIFT-5379) fix cmake support to build cpp server without OPENSSL
Sylwester Lachiewicz (Jira)
-
[jira] [Created] (THRIFT-6208) Go: Support server connection limiting and admission control middleware
Sylwester Lachiewicz (Jira)
-
[jira] [Created] (THRIFT-6207) Go: Add thread-safe client connection pool (TClientPool)
Sylwester Lachiewicz (Jira)
-
[jira] [Created] (THRIFT-6209) Go: Provide standard Retry and Circuit Breaker client middlewares
Sylwester Lachiewicz (Jira)
-
[jira] [Updated] (THRIFT-6206) Go: Add SASL / Kerberos Authentication Transport support (TSaslTransport)
Sylwester Lachiewicz (Jira)
-
[jira] [Created] (THRIFT-6206) Go: Add SASL / Kerberos Authentication Transport support (TSaslTransport)
Sylwester Lachiewicz (Jira)
-
[jira] [Comment Edited] (THRIFT-5427) Thrift v0.14.1 contains dependecy to vulnerable `ws` module
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-2820) Implement an alternative Transport for JS using the AngularJS $http-service
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-2975) Graceful handing of unexpected errors
Sylwester Lachiewicz (Jira)
-
[jira] [Updated] (THRIFT-4551) Add prettier for consistent JS code formatting
Sylwester Lachiewicz (Jira)
-
[jira] [Commented] (THRIFT-4551) Add prettier for consistent JS code formatting
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-3500) Protocols in Python 2 do not treat Strings as unicode.
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-4309) All Python files should be compatible with Python 3
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-3916) Errors thrown from JavaScript client is strings and not errors
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-3876) haxe js/nodejs client
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-2938) Add headers to Ajax calls in TXHRTransport
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-4152) HTML Documentation doesn't link correctly structs
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-4000) Add union test to Test Suite
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-2850) Have the cmake build system run make cross
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-3972) C++ Library NoStarveReadWriteMutex helgrind identified race
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-4025) Use the cmake generated config.h on windows
Sylwester Lachiewicz (Jira)
-
[jira] [Updated] (THRIFT-4901) Go fails to compile when a struct field is a typedef to a struct
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-1870) Enhance TPipe / TPipeServer transport to support both Windows 64-bit and cross-platform *NIX support
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-5801) Go does not handle the default value of list type correctly
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-1307) Add compression transport wrapper to Thrift (Java) Runtime
Sylwester Lachiewicz (Jira)
-
[jira] [Comment Edited] (THRIFT-2242) Generate C++11 code (THRIFT-4720 made us C++11, rename this)
Sylwester Lachiewicz (Jira)
-
[jira] [Comment Edited] (THRIFT-4360) Had to disable python, py3 in the ubuntu artful ubsan scan
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-2242) Generate C++11 code (THRIFT-4720 made us C++11, rename this)
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-3606) TSaslClientTransport props typed too strongly
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-5017) Code gen of Generated annotation should work with Java 9+
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-680) Document "unions"
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-1364) Fully separate CompactProtocol and TupleProtocol
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-2361) TNonBlockingServer: Provide ability to specify libevent priority
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-5149) Limit container byte size
Antoine Pitrou (Jira)
-
[jira] [Commented] (THRIFT-5149) Limit container byte size
Antoine Pitrou (Jira)
-
[jira] [Resolved] (THRIFT-2661) Binary Data in Java requires byte array backed byte-buffers
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-4710) Move all ASF CMS website content to GitHub
Sylwester Lachiewicz (Jira)
-
[jira] [Updated] (THRIFT-4833) warning CS0114 "Xception.Message" hides inherited member "Exception.Message"
Sylwester Lachiewicz (Jira)
-
[jira] [Reopened] (THRIFT-1580) thrift type i64 java to php serialize/deserealize not working
Sylwester Lachiewicz (Jira)
-
[jira] [Commented] (THRIFT-6205) Remove the stale MIT attribution for the removed Erlang makefile from LICENSE
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-3410) Support for 'use strict' in generated javascript code
Sylwester Lachiewicz (Jira)
-
[jira] [Created] (THRIFT-6205) Remove the stale MIT attribution for the removed Erlang makefile from LICENSE
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-5204) Use JDK Concurrent HashMap in FieldMetaData
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-4867) C++ operator< implementation is not generated on structs
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-3282) In Travis CI, make all CMake based builds also run unit tests
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-1802) Java: Remove consume from THttpClient
Sylwester Lachiewicz (Jira)
-
[jira] [Updated] (THRIFT-5161) Can not combine C++ server with netstd client for binary protocol
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-5301) Add aarch64 jobs in travis CI.
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-1834) Support dynamic linking against the thrift C++ library on windows
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-740) Visual Studio 2008 .thrift file complete integration
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-5222) Manage memory with smart pointer
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-4442) release 0.11.0 to https://bintray.com/apache/thrift (RHEL)
Sylwester Lachiewicz (Jira)
-
[jira] [Updated] (THRIFT-5105) Very minor issue: why are the values for "unlimited" different between Java and cpp?
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-2324) Transport and Protocol JavaScript Implementations for Google Chrome Packaged Applications (js:chrome)
Sylwester Lachiewicz (Jira)
-
[jira] [Resolved] (THRIFT-1697) Generate *explicit* relative imports in Python, rather than implicit ones
Sylwester Lachiewicz (Jira)