- 649dcfd update to gradle 6.9, jdk 15, update findbugs by Jiayu Liu · 2 years, 11 months ago
- 20e2ceb lib/rs/Cargo.toml: Update ordered-float by Mike Cronce · 2 years, 10 months ago
- aa27cda add support for converting to java optional by Jiayu Liu · 2 years, 11 months ago
- d88d4f9 THRIFT-5501 Remove Common Lisp support Client: cl Patch: Jens Geyer by Jens Geyer · 2 years, 10 months ago
- 66ac7b4 THRIFT-5494 fix cpu full caused by infinite select() when frameSize < maxReadBufferBytes but readBufferBytesAllocated.get() + frameSize always greater than MAX_READ_BUFFER_BYTES by wangfan · 2 years, 11 months ago
- 5a44db8 THRIFT-5525 use "reuse_objects" instead of "reuse-objects" as a consistent param casing by Jiayu Liu · 2 years, 11 months ago
- c9b7bd7 THRIFT-5519 Java async client loses exceptions in void methods Client: java by Alex Kormukhin · 2 years, 11 months ago
- 8ab86c3 Fix headers bug in Thrift/HttpClient.pm by Finn Colman · 2 years, 11 months ago
- 79f89e0 FIX: remove duplicate constant decls Client: Delphi Patch: Jens Geyer by Jens Geyer · 2 years, 11 months ago
- 9bee877 THRIFT-5527: Don't swallow idl exceptions in Process function by Yuxuan 'fishy' Wang · 2 years, 11 months ago
- 103a11c THRIFT-5467 Python: fix CannotSendHeader exception by Márton Csordás · 3 years, 1 month ago
- 2fa907e THRIFT-5495: close client when shutdown server in go lib Client: go by 郑桐 · 3 years ago
- d8ed398 Merge branch '0.16.0' into master by Jens Geyer · 2 years, 11 months ago
- 52d263e THRIFT-5499: Use blocking Read/Write calls to make sure the Receive/SendTimeout is checked. by TeinRnD · 3 years ago
- a8e3b75 THRIFT-5512: Update java dependencies by Yuxuan 'fishy' Wang · 3 years ago
- 0b29261 THRIFT-5512: Update java dependencies by Yuxuan 'fishy' Wang · 3 years ago
- 3031394 THRIFT-5509: Suppress noisy log from go's TSimpleServer by Yuxuan 'fishy' Wang · 3 years ago
- acd19a8 THRIFT-5509: Suppress noisy log from go's TSimpleServer by Yuxuan 'fishy' Wang · 3 years ago
- 50819ce Fix winsock capitalization for case sensitive cross-compilation by Jeremiah · 3 years ago
- 3cac320 THRIFT-5511 Full support for the new net6 "nullability" semantics by Jens Geyer · 3 years ago
- cbb6530 [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if set before by Dirk Sandbrink · 3 years ago
- 56a840a THRIFT-5509: Close connection in IsOpen by Yuxuan 'fishy' Wang · 3 years ago
- 6f33b04 THRIFT-5509: Close connection in IsOpen by Yuxuan 'fishy' Wang · 3 years ago
- f087ec4 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
- 48d1a70 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
- a10d401 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
- eadbd9c Fix travis issue caused by 5f16344311 by Yuxuan 'fishy' Wang · 3 years ago
- 1ef362c THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
- 561bc9a THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
- bf09675 Fixed proxy related bugs by くらげ · 3 years, 6 months ago
- 5f16344 fix wrong thrift strict header comparing by ihciah · 3 years, 6 months ago
- 6868ebb Release 0.16.0 by Jens Geyer · 3 years ago
- 7a68295 2022 we have by Jens Geyer · 3 years ago
- b3cf198 Fix warning C4515: 'protocol': namespace uses itself by Dirk Sandbrink · 3 years ago
- e07cdcc lib/java/build.gradle: Removed jcenter() after repeated errors by Mario Emmenlauer · 3 years ago
- 98a2325 THRIFT-5479 Add net 6 support by Jens Geyer · 3 years ago
- 39d7278 go: Make socketConn.Close thread-safe by Yuxuan 'fishy' Wang · 3 years ago
- 9d7d627 Remove excess assertions by Ali-Akber Saifee · 3 years ago
- e12fbe8 Use iotest.OneByteReader instead of self implemented one by Yuxuan 'fishy' Wang · 3 years ago
- 999e6e3 THRIFT-5490: Use pooled buffer for TFramedTransport by Yuxuan 'fishy' Wang · 3 years, 1 month ago
- d582a86 THRIFT-5490: Use pooled buffer for THeaderTransport by Yuxuan 'fishy' Wang · 3 years, 1 month ago
- b724787 Define PY_SSIZE_T_CLEAN to use PyObject_CallFunction by Ali-Akber Saifee · 3 years, 1 month ago
- c6c5a05 THRIFT-5486 : fix issues found by spotbugs by kpandit · 3 years, 1 month ago
- b597043 Pin clap to 2.33 as 2.34 results in build failures by Ali-Akber Saifee · 3 years, 1 month ago
- 98be76f THRIFT-5482: Fix memory leak during SSL handshake in C++ library Client: C++ by Anshul M Gupta · 3 years, 1 month ago
- 2853af2 Compile TWebSocketServer with CMake only when OpenSSL is found by Kevin Wojniak · 3 years, 3 months ago
- 4c7b9fd THRIFT-5479 Add net 6 support Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 1 month ago
- 4637f6d [skip ci] updated README.md to reflect final merged changes (THRIFT-5443) by kpandit · 3 years, 2 months ago
- 5a9d139 THRIFT-5443: add support for partial Thrift deserialization by kpandit · 3 years, 2 months ago
- 443a03c FIX: Python code style / flake8: TProcessPoolServer.py:46:14: E225 missing whitespace around operator by Jens Geyer · 3 years, 2 months ago
- 50f9713 FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0 by Jens Geyer · 3 years, 2 months ago
- ea1e8ff THRIFT-5481 consolidate netstd server implementation details into one common model by Jens Geyer · 3 years, 2 months ago
- da1e19b THRIFT-5454: add __setState__ function to TProcessPoolServer to enable correct multiprocessing behavior related to pickling by Yiyang Zhou · 3 years, 5 months ago
- ea39a14 THRIFT-5480 TThreadPoolAsyncServer using TFramedTransport mistakenly drops client by Jens Geyer · 3 years, 2 months ago
- 591575a THRIFT-5476 Deprecate Common Lisp support Client: cl Patch: Jens Geyer by Jens Geyer · 3 years, 2 months ago
- 3f1fd59 - Fixed a few XML comments and ArgumentException arguments by Jens Geyer · 3 years, 3 months ago
- 2b8be51 ran `npm audit fix` to fix several reported issues by Jens Geyer · 3 years, 3 months ago
- 839a1da THRIFT-5456 Disable SIGPIPE on TSocketServer CLient: cpp Patch: Kevin Wojniak by Kevin Wojniak · 3 years, 5 months ago
- 0f76053 skip map value with depth limit by 郑桐 · 3 years, 3 months ago
- 6a7278b Fix `processing` typo in TSocketServer.swift by Kevin Wojniak · 3 years, 3 months ago
- 50dd262 THRIFT-5416: Allow UDP Sockets by Brian Forbis · 3 years, 8 months ago
- 2145741 FIX for "error: malformed HTML" broken by 91be87a76f747b9069bb07357483b2d8a19addcf by Jens Geyer · 3 years, 3 months ago
- 152dab9 THRIFT-5237: FOLLOWUP: Add a new constructor for TSocket by Yuming Wang · 3 years, 3 months ago
- 2b691ee Fix Rust formatting error by Allen George · 3 years, 3 months ago
- 353e810 THRIFT-5470 Error: Constraint check failure for haxe.ds.ObjectMap.K by Jens Geyer · 3 years, 3 months ago
- 91be87a fix javadoc warnings Client: java Patch: Bhalchandra Pandit by kpandit · 3 years, 5 months ago
- cb808fc fix perl packaging issue by James E. King III · 3 years, 4 months ago
- 7ecc9ef minor changes to make pypi distribution look better (long desc) by James E. King III · 3 years, 4 months ago
- ab2f23a Modified build tags to allow js/wasm target by Balázs Grill · 3 years, 4 months ago
- 7e07267 THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454) by Allen George · 3 years, 4 months ago
- 0cc0650 Remove redundant `format!(..)` macro calls (#2443) by xiexiaoqun · 3 years, 4 months ago
- f83ebea Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanup by Mario Emmenlauer · 3 years, 4 months ago
- bdb54bc Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup by Mario Emmenlauer · 3 years, 4 months ago
- 034c935 Reduce the usage of Windows.h, and add macros to slim Windows.h by Mario Emmenlauer · 4 years, 8 months ago
- dd0bf89 Updated TNonblockingServerSocket to better match TServerSocket by Mario Emmenlauer · 3 years, 4 months ago
- 18bf591 Added support for Unix domain sockets on Windows by Mario Emmenlauer · 4 years, 2 months ago
- 5a64c71 Use the cmake-generated thrift config also on MSVC by Mario Emmenlauer · 4 years, 4 months ago
- ee65215 TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable) by Mario Emmenlauer · 3 years, 5 months ago
- 17373a3 go: Fix things staticcheck complains about by Yuxuan 'fishy' Wang · 3 years, 5 months ago
- 70ef984 lib/netstd/Thrift/Thrift.csproj: Generate documentation for .NET by Mario Emmenlauer · 3 years, 5 months ago
- db997bd Minor whitespace cleanup in csproj files by Mario Emmenlauer · 3 years, 5 months ago
- 77afa01 Made server optional. by Jorge C. Leitao · 3 years, 5 months ago
- db7ad5b fix javadoc warnings by kpandit · 3 years, 5 months ago
- 72f04b4 Change StringBuffer to StringBuilder for more efficiency by xiexiaoqun · 3 years, 5 months ago
- a265236 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
- a484b5c Added new method isUnixDomainSocket() to check type of socket by Mario Emmenlauer · 4 years, 2 months ago
- 29b083e Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__ by Mario Emmenlauer · 7 years ago
- 04aabcb TCompactProtocol.tcc: add missing include cstdlib by Mario Emmenlauer · 7 years ago
- b013681 lib/cpp/test/CMakeLists.txt: Added missing boost::chrono by Mario Emmenlauer · 3 years, 5 months ago
- b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error by Mario Emmenlauer · 4 years, 8 months ago
- 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes by Mario Emmenlauer · 3 years, 6 months ago
- e664ac4 lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on Windows by Mario Emmenlauer · 3 years, 5 months ago
- fb539ae THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open by Yuxuan 'fishy' Wang · 3 years, 5 months ago
- 82a9c67 Add missing javadoc by bhalchandrap · 3 years, 5 months ago
- f7e6c65 bump version number by Jens Geyer · 3 years, 5 months ago
- 2c78047 THRIFT-4797: Go import improvements by Yuxuan 'fishy' Wang · 3 years, 5 months ago
- c8ae621 THRIFT-5445 "cancellationToken" cannot be used as argument name by Jens Geyer · 3 years, 5 months ago
- 273607d THRIFT-5444 Netstd generator produces uncompileable code for enums ending with "_result" or "_args" by Jens Geyer · 3 years, 5 months ago
- f695535 THRIFT-5389: Fix const generation for optional fields by Yuxuan 'fishy' Wang · 3 years, 6 months ago
- 68c0272 Update README for go library by Yuxuan 'fishy' Wang · 3 years, 6 months ago