- 9a4802a THRIFT-5419 Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance by phxnsharp · 3 years, 8 months ago
- 63d114d THRIFT-5422 add threadpool server to netstd test suite impl by Jens Geyer · 3 years, 8 months ago
- 70992f1 Add Link to Tutorial in Rust Lib Documentation Client: rs Patch: Zicklag by Zicklag · 3 years, 8 months ago
- 8101302 THRIFT-5399: Fix socket leak in abnormal situation by lm2048 · 3 years, 9 months ago
- 33b7f48 consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd by Irelian · 3 years, 8 months ago
- 728ba7f THRIFT-5413 Int vs String in method get_size required by property size by Jens Geyer · 3 years, 8 months ago
- 32f5466 THRIFT-5400 Java library does not export the .annotation package by Antonio García-Domínguez · 3 years, 9 months ago
- ecf273f THRIFT-5408 Support for deprecated/obsolete methods (via annotation) by Jens Geyer · 3 years, 8 months ago
- c821d25 THRIFT-5244 Dynamic exception specifications are deprecated in C++11[-Wdeprecated] by zeshuai007 · 4 years, 5 months ago
- fe3f8a1 THRIFT-5404: Allow other types of TTransportException to be timeouts by Yuxuan 'fishy' Wang · 3 years, 9 months ago
- 80415f0 commented private code that is definitely never used by Jens Geyer · 3 years, 9 months ago
- d4e1eb9 THRIFT-5398 ThreadPoolServer not stoppable via CancellationToken by Jens Geyer · 3 years, 9 months ago
- 2b2ea62 THRIFT-5396 deprecate "Async" method postfix Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
- 6228b90 THRIFT-5395 inconsistent treatment of methods ending in "Async" by Jens Geyer · 3 years, 9 months ago
- 6583f4e THRIFT-5369: Use MaxMessageSize to check container sizes by Yuxuan 'fishy' Wang · 3 years, 10 months ago
- ef0cb01 THRIFT-5391 Named pipes transport hardening Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
- 20a86d6 THRIFT-5390 Named Pipes transport hardening Client: Delphi Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
- 037753e THRIFT-5265 add the zlib transport to c_glib Client: c_glib Patch: Zezeng Wang by zeshuai007 · 4 years, 1 month ago
- fa87d0e THRIFT-5383 TJSONProtocol Java readString throws on bounds check by aaronstgeorge-wf · 3 years, 10 months ago
- 66f9536 THRIFT-5387 Improved and simplified Delphi test setup by Jens Geyer · 3 years, 10 months ago
- 036665e THRIFT-5386 XML-HTTP client may throw "max message size reached" incorrectly by Jens Geyer · 3 years, 10 months ago
- 589ee5b THRIFT-5384 Improved error message for HTTP transports by Jens Geyer · 3 years, 10 months ago
- cc8c2c6 THRIFT-5385 XML-HTTP client reports IsOpen=TRUE even if it is not by Jens Geyer · 3 years, 10 months ago
- fafcea7 THRIFT-5382 Netstd default list/set enums values are generated incorrectly by Thomas · 3 years, 10 months ago
- e1eb1dc THRIFT-5381 possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets by Jens Geyer · 3 years, 10 months ago
- 638ffbc Fix netstd test lib build on non windows hosts by Thomas · 3 years, 10 months ago
- 2f15843 THRIFT-5236 THttpTransport.cs still has bad timeout code by Thomas · 3 years, 10 months ago
- 3761f00 Fix lib/go/test/fuzz for oss-fuzz project by Yuxuan 'fishy' Wang · 3 years, 10 months ago
- b878732 Remove Erlang R16 support Client: erl Patch: Sergey Yelin by Sergey Yelin · 3 years, 10 months ago
- 149c8d0 THRIFT-5376 Fix deprecation warnings in D library Client: d Patch: James Lacey by James Lacey · 3 years, 10 months ago
- b71f11e THRIFT-5358: Add go.mod file to root directory by Yuxuan 'fishy' Wang · 3 years, 10 months ago
- 65ea752 Adds fuzz target for oss-fuzz integration by Philippe Antoine · 3 years, 10 months ago
- 66d8976 THRIFT-5347 Remove deprecated Haskell bindings Client: hs Patch: Jens Geyer by Jens Geyer · 3 years, 10 months ago
- cd2fae0 THRIFT-5373 HTTP status in case of Protocol/Transport exceptions by Jens Geyer · 3 years, 10 months ago
- 2dcefad THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZE by Jens Geyer · 3 years, 11 months ago
- 62beb67 Early error check in golang struct reading by Philippe Antoine · 3 years, 10 months ago
- cc70b4e THIRFT-5367 Fix crashes when using Ruby compaction GC Client: rb Patch: Stan Hu by Stan Hu · 3 years, 10 months ago
- de6f61a THRIFT-4098 Namespace support for generated Rust code (#2348) by Allen George · 3 years, 10 months ago
- 0d12832 misc. netstd improvements Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 11 months ago
- a194276 THRIFT-5360 Remove deprecated Error::description() methods (#2342) by Allen George · 3 years, 10 months ago
- 7482f11 FIX: added missing ASF header by Jens Geyer · 3 years, 10 months ago
- b4d108d FIX: added missing ASF header by Jens Geyer · 3 years, 10 months ago
- 99c3aa2 Enable clippy in all Rust targets and ensure that all existing code is clippy-clean (#2341) by Allen George · 3 years, 10 months ago
- a8c041d Move java dependency tomcat-embed to the crossTest configuration to remove outdated unnecessary compile time dependency. by iadcode · 3 years, 11 months ago
- 55c3e4c Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339) by Allen George · 3 years, 11 months ago
- 1ab156a THRIFT-5285 Update http package + update to dart 2 + stylistic changes by aaronstgeorge-wf · 4 years, 3 months ago
- 2e90ef5 [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected values (#2337) by Allen George · 3 years, 11 months ago
- 6140fb2 fix to publish haxelib by Jens Geyer · 3 years, 11 months ago
- e254b21 fix nullptr exception in publishing.gradle by Jens Geyer · 3 years, 11 months ago
- b0b3531 Move ConflictingNamesTest to lib/go/test by Yuxuan 'fishy' Wang · 3 years, 11 months ago
- 4890510 Avoid custom non-zigzag read/write functions by Allen George · 3 years, 11 months ago
- 8a1743d THRIFT-5299: Encode sequence numbers as non-zigzag varint by Allen George · 4 years, 1 month ago
- 62f1bd5 THRIFT-5355 Do not rely on compiler and check boundaries by Triton · 4 years ago
- 055fe67 THRIFT-5352: Fix construction of Py exceptions with no fields by Neil Williams · 3 years, 11 months ago
- 526a1ac THRIFT-5349 Add net5.0 as supported platform Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years ago
- b04e39a THRIFT-5318: Update PHP thrift_protocol extension for PHP 8 by Tyler Christensen · 4 years, 1 month ago
- cb094b8 THRIFT-5229 remove AS3 support Client: AS3 Patch: Jens Geyer by Jens Geyer · 4 years ago
- 2af1037 Added nuget package info to csproj, needed to publish the nuget package by Jens Geyer · 4 years ago
- d270b35 Added TNonCopyable.h in favor of boost dependency by Mario Emmenlauer · 4 years, 2 months ago
- 037916b CMake: Added better dependency tracking for external build tools by Mario Emmenlauer · 4 years, 8 months ago
- 7553fc5 CMake: Pass linker dependencies transitively to downstream projects by Mario Emmenlauer · 4 years, 2 months ago
- 3fc0b8d Version number aligned to 0.15.0 by Jens Geyer · 4 years ago
- b5fe1db Reverted wrongly pushed commits. by Jens Geyer · 4 years ago
- 876aee5 Setup for Visual Studio 2019 + workarounds for some open tickets: by Jens Geyer · 10 years ago
- b89316d Revert "THRIFT-4982 Remove deprecated C# bindings from the code base" by Jens Geyer · 4 years, 11 months ago
- 2ef0113 Consolidated gitignore & added missing EXTRA_DISTs by Jens Geyer · 4 years ago
- ebfa771 THRIFT-5274: Enforce Java 8 compatibility Client: Java Patch: Christopher Tubbs by Christopher Tubbs · 4 years ago
- 7ae1ec3 THRIFT-5297: Improve TThreadPoolServer Handling of Incoming Connections by David Mollitor · 4 years, 3 months ago
- ebc2ab5 THRIFT-5345: Allow the ServerContext to be Unwrapped Programmatically by belugabehr · 4 years ago
- 55016bf THRIFT-5343: TTlsSocketTransport does not resolve IPv4 addresses or validate hostnames correctly by James Lacey · 4 years ago
- 4aaef75 THRIFT-5337 Go set fields write improvement by wangtieju · 4 years ago
- 1f73455 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class (cpp) by Jens Geyer · 4 years ago
- 0f21e39 THRIFT-5336 Add possibility to setup connection timeout in TCurlClient by vladimir.panivko · 4 years ago
- c2ddaf0 THRIFT-4914: Make TClient.Call to return the response meta by Yuxuan 'fishy' Wang · 4 years ago
- 8dd04f4 THRIFT-5322: THeaderTransport protocol id fix by Yuxuan 'fishy' Wang · 4 years ago
- d9fcdd3 THRIFT-5338: Remove lib/go/thrift/go.mod by Yuxuan 'fishy' Wang · 4 years ago
- e27e82c THRIFT-5338: Raise minimal supported go version to 1.14.14 by Yuxuan 'fishy' Wang · 4 years ago
- 0e68e8c THRIFT-5326: Make PrependError more unwrap-able by Yuxuan 'fishy' Wang · 4 years ago
- d831230 THRIFT-5326: Expand TException interface in go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- c4d1c0d THRIFT-5322: Implement TConfiguration in Go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- 1c35d6b THRIFT-5331: Py: make THeader subprotocol configurable (#2302) by Neil Williams · 4 years ago
- 13662dd THRIFT-5325: Fix Lua library writeStructEnd() in TCompactProtocol by Jeffrey Han · 4 years, 1 month ago
- 3b9259d TServerSocket.cpp::isOpen(): Check that a domain socket file already exists by Mario Emmenlauer · 4 years, 2 months ago
- 37c2ceb THRIFT-5322: Guard against large string/binary lengths in Go by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- dda8054 THRIFT-5324: Create new req buffer for every http request by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- e872b35 THRIFT-5282: Add IPv6 client support to Lua library by Jeffrey Han · 4 years, 4 months ago
- 4461728 THRIFT-5324: reset http client buffer after flush by Morozov · 4 years, 1 month ago
- 70792f2 Add useful links in Rust client's metadata Client: Rust Patch: Dirkjan Ochtman by Dirkjan Ochtman · 4 years, 1 month ago
- 10f2556 THRIFT-5295 makeThread and ThreadFactory extensible by rglarix · 4 years, 3 months ago
- fb4b5aa Fix Missed check in c_glib for frame max message size check by zeshuai007 · 4 years, 2 months ago
- 12f6c31 THRIFT-5320: Usage of "Task" as IDL identifier generates uncompileable code by Jens Geyer · 4 years, 1 month ago
- 66777ad Fix Erlang CI: Add gen-erl into test's path Client: erl Patch: Sergey Yelin by Sergey Yelin · 4 years, 1 month ago
- c061923 Make ~TException() virtual Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 4 years, 9 months ago
- 6e6bb84 THRIFT-5288: Move Support for ByteBuffer into TTransport by David Mollitor · 4 years, 3 months ago
- 6cd5366 Merge pull request #2273 from allengeorge/allen/clippy_clean by Allen George · 4 years, 2 months ago
- 7ddbcc0 THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust 1.40) by Allen George · 4 years, 2 months ago
- 05bb551 THRIFT-5303 Fix missing error handling in using PyUnicode_DecodeUTF8 by stiga-huang · 4 years, 2 months ago
- 997e2d4 fix warning in c_glib from add max_message_size code by zeshuai007 · 4 years, 3 months ago
- 6762cad THRIFT-5304 TWinHTTPClientImpl may incorrectly report that the message size is reached by Jens Geyer · 4 years, 2 months ago
- 22671db Add an Automatic-Module-Name entry by Mark Raynsford · 4 years, 3 months ago