summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove excess assertionsAli-Akber Saifee2022-01-081-4/+0
* Use iotest.OneByteReader instead of self implemented oneYuxuan 'fishy' Wang2022-01-062-19/+8
* THRIFT-5490: Use pooled buffer for TFramedTransportYuxuan 'fishy' Wang2022-01-053-23/+150
* THRIFT-5490: Use pooled buffer for THeaderTransportYuxuan 'fishy' Wang2021-12-173-20/+133
* Define PY_SSIZE_T_CLEAN to use PyObject_CallFunctionAli-Akber Saifee2021-12-165-1/+93
* THRIFT-5486 : fix issues found by spotbugskpandit2021-12-133-27/+4
* Pin clap to 2.33 as 2.34 results in build failuresAli-Akber Saifee2021-12-131-1/+1
* THRIFT-5482: Fix memory leak during SSL handshake in C++ libraryAnshul M Gupta2021-12-061-0/+16
* Compile TWebSocketServer with CMake only when OpenSSL is foundKevin Wojniak2021-12-061-2/+2
* THRIFT-5479 Add net 6 supportJens Geyer2021-12-057-34/+44
* [skip ci] updated README.md to reflect final merged changes (THRIFT-5443)kpandit2021-11-231-15/+15
* THRIFT-5443: add support for partial Thrift deserializationkpandit2021-11-2028-10/+5037
* FIX: Python code style / flake8: TProcessPoolServer.py:46:14: E225 missing wh...Jens Geyer2021-11-151-1/+1
* FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0Jens Geyer2021-11-141-0/+1
* THRIFT-5481 consolidate netstd server implementation details into one common ...Jens Geyer2021-11-142-80/+81
* THRIFT-5454: add __setState__ function to TProcessPoolServer to enable correc...Yiyang Zhou2021-11-141-0/+5
* THRIFT-5480 TThreadPoolAsyncServer using TFramedTransport mistakenly drops cl...Jens Geyer2021-11-141-0/+1
* THRIFT-5476 Deprecate Common Lisp supportJens Geyer2021-10-311-2/+4
* - Fixed a few XML comments and ArgumentException argumentsJens Geyer2021-10-284-7/+14
* ran `npm audit fix` to fix several reported issuesJens Geyer2021-10-234-2797/+825
* THRIFT-5456 Disable SIGPIPE on TSocketServerKevin Wojniak2021-10-212-0/+22
* skip map value with depth limit郑桐2021-10-181-1/+5
* Fix `processing` typo in TSocketServer.swiftKevin Wojniak2021-10-181-1/+1
* THRIFT-5416: Allow UDP SocketsBrian Forbis2021-10-181-2/+2
* FIX for "error: malformed HTML" broken by 91be87a76f747b9069bb07357483b2d8a19...Jens Geyer2021-10-181-1/+1
* THRIFT-5237: FOLLOWUP: Add a new constructor for TSocketYuming Wang2021-10-181-0/+12
* Fix Rust formatting errorAllen George2021-10-151-4/+1
* THRIFT-5470 Error: Constraint check failure for haxe.ds.ObjectMap.KJens Geyer2021-10-151-1/+1
* fix javadoc warningskpandit2021-10-149-11/+18
* fix perl packaging issueJames E. King III2021-09-261-1/+1
* minor changes to make pypi distribution look better (long desc)James E. King III2021-09-252-1/+17
* Modified build tags to allow js/wasm targetBalázs Grill2021-09-202-4/+6
* THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)Allen George2021-09-111-0/+1
* Remove redundant `format!(..)` macro calls (#2443)xiexiaoqun2021-09-081-2/+2
* Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanupMario Emmenlauer2021-09-026-74/+88
|\
| * Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-026-74/+88
* | Reduce the usage of Windows.h, and add macros to slim Windows.hMario Emmenlauer2021-09-024-4/+7
|/
* Updated TNonblockingServerSocket to better match TServerSocketMario Emmenlauer2021-09-013-50/+104
* Added support for Unix domain sockets on WindowsMario Emmenlauer2021-08-315-65/+69
* Use the cmake-generated thrift config also on MSVCMario Emmenlauer2021-08-301-2/+1
* TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable)Mario Emmenlauer2021-08-301-1/+1
* go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-2718-230/+126
* lib/netstd/Thrift/Thrift.csproj: Generate documentation for .NETMario Emmenlauer2021-08-251-0/+1
* Minor whitespace cleanup in csproj filesMario Emmenlauer2021-08-252-33/+37
* Made server optional.Jorge C. Leitao2021-08-222-2/+8
* fix javadoc warningskpandit2021-08-229-17/+68
* Change StringBuffer to StringBuilder for more efficiencyxiexiaoqun2021-08-221-1/+1
* THRIFT-5447: Update supported Go versionsYuxuan 'fishy' Wang2021-08-193-1/+41
* Added new method isUnixDomainSocket() to check type of socketMario Emmenlauer2021-08-134-26/+48
* Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__Mario Emmenlauer2021-08-134-4/+7