- 3031394 THRIFT-5509: Suppress noisy log from go's TSimpleServer by Yuxuan 'fishy' Wang · 3 years ago
- f18a8f3 Update changelog for 0.16.0 by Jens Geyer · 3 years ago
- 56a840a THRIFT-5509: Close connection in IsOpen by Yuxuan 'fishy' Wang · 3 years ago
- b9fe9c2 FIX: test left too early on false premise by Jens Geyer · 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
- f99375e THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
- d68f03c Updated changes.md for 0.16.0 by Jens Geyer · 3 years ago
- 1ef362c THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
- fb87b44 Updated changes.md for 0.16.0 by Jens Geyer · 3 years ago
- fa5c37a Fixes #5500, uncompilable code when a .thirft struct named 'System' is present by Jonas Marty · 3 years ago
- 7a68295 2022 we have by Jens Geyer · 3 years ago
- b1dc2ae Merge pull request #2505 from dsandbrink/patch-1 by Mario Emmenlauer · 3 years ago
- 11dc245 Merge pull request #2504 from dsandbrink/bugfix/thrift_5418 by Mario Emmenlauer · 3 years ago
- d3f13f0 THRIFT-5418: Fix missing implementation for enum functions by Dirk Sandbrink · 3 years ago
- b3cf198 Fix warning C4515: 'protocol': namespace uses itself by Dirk Sandbrink · 3 years ago
- 16b490c Merge pull request #2506 from BioDataAnalysis/bda_remove_jcenter by Mario Emmenlauer · 3 years ago
- e07cdcc lib/java/build.gradle: Removed jcenter() after repeated errors by Mario Emmenlauer · 3 years ago
- bbc7c5f Bump the versions of Go used in Travis by Yuxuan 'fishy' Wang · 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
- 2c09278 *.local deleted by Jens Geyer · 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
- 7156940 Refactoring test server/client to use async/await more consistently 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, 2 months ago
- 007b99b THRIFT-5408 Support for deprecated methods - follow_up fix 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
- e5c636d THRIFT-5448: map binary to typescript Buffer Client: js Author: OpportunityLiu by Opportunity · 3 years, 5 months ago
- e394cb4 THRIFT-5471 Introduce delimiter and app_prefix options to erl generator by Sergey Yelin · 3 years, 4 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
- e3be321 Merge branch '0.15.0' into upstream by Jens Geyer · 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
- 38bd636 THRIFT-4868: Golang: Fix compilation for optional set<binary> with default values by Yuri Melnikov · 3 years, 4 months ago
- 0cc0650 Remove redundant `format!(..)` macro calls (#2443) by xiexiaoqun · 3 years, 4 months ago
- 8317ec4 Branch 0.15.0 by Jens Geyer · 3 years, 4 months ago 0.15.0 v0.15.0
- 67bf304 THRIFT-5459: Fix breaking issue when adding a new exception by Yuxuan 'fishy' Wang · 3 years, 4 months ago
- cdbcff9 THRIFT-5459: Fix breaking issue when adding a new exception by Yuxuan 'fishy' Wang · 3 years, 4 months ago
- f83ebea Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanup by Mario Emmenlauer · 3 years, 4 months ago
- e66814e Merge pull request #2450 from BioDataAnalysis/bda_slim_windows_h 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
- b8069cb Merge pull request #2449 from BioDataAnalysis/bda_unify_nonblockingserversocket by Mario Emmenlauer · 3 years, 4 months ago
- dd0bf89 Updated TNonblockingServerSocket to better match TServerSocket by Mario Emmenlauer · 3 years, 4 months ago
- 0f5aebb Merge pull request #2327 from BioDataAnalysis/bda_add_domain_sockets_for_windows 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
- 5b25b99 Merge pull request #2447 from BioDataAnalysis/bda_use_cmake_config_on_msvc by Mario Emmenlauer · 3 years, 4 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, 4 months ago
- 6762a90 Merge pull request #2448 from BioDataAnalysis/bda_fix_dotnet_docker by Mario Emmenlauer · 3 years, 4 months ago
- 96ed727 build/docker/*/Dockerfile: Added dotnet additional dependencies by Mario Emmenlauer · 3 years, 4 months ago
- 5f829f1 go: Fix things staticcheck complains about by Yuxuan 'fishy' Wang · 3 years, 5 months ago
- 17373a3 go: Fix things staticcheck complains about by Yuxuan 'fishy' Wang · 3 years, 5 months ago
- d53f056 Merge pull request #2445 from BioDataAnalysis/bda_add_dotnet_docs by Mario Emmenlauer · 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
- ace8613 Fix specification to match implementation by Triton · 3 years, 6 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
- 57b9aa0 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
- a265236 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
- a142709 Merge pull request #2437 from BioDataAnalysis/bda_several_improvements by Mario Emmenlauer · 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
- 464339d build/cmake/BoostMacros.cmake: Removed 'Boost_NO_BOOST_CMAKE' and minor cleanup by Mario Emmenlauer · 3 years, 5 months ago
- b013681 lib/cpp/test/CMakeLists.txt: Added missing boost::chrono by Mario Emmenlauer · 3 years, 5 months ago
- 654968a build/cmake/DefineOptions.cmake: Minor improvement in logging for 'WITH_MT' 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
- 82504b3 Merge pull request #2436 from BioDataAnalysis/bda_disable_one_test by Mario Emmenlauer · 3 years, 5 months ago