summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5525 use "reuse_objects" instead of "reuse-objects" as a consistent pa...Jiayu Liu2022-03-021-1/+1
* THRIFT-5519 Java async client loses exceptions in void methodsAlex Kormukhin2022-03-025-0/+751
* Fix headers bug in Thrift/HttpClient.pmFinn Colman2022-03-011-1/+2
* FIX: remove duplicate constant declsJens Geyer2022-02-261-4/+0
* THRIFT-5527: Don't swallow idl exceptions in Process functionYuxuan 'fishy' Wang2022-02-233-2/+146
* THRIFT-5467 Python: fix CannotSendHeader exceptionMárton Csordás2022-02-211-4/+7
* THRIFT-5495: close client when shutdown server in go lib郑桐2022-02-163-6/+209
* Merge branch '0.16.0' into masterJens Geyer2022-02-159-0/+17
|\
| * THRIFT-5512: Update java dependenciesYuxuan 'fishy' Wang2022-02-091-5/+5
| * THRIFT-5509: Suppress noisy log from go's TSimpleServerYuxuan 'fishy' Wang2022-02-081-2/+6
| * THRIFT-5509: Close connection in IsOpenYuxuan 'fishy' Wang2022-02-031-1/+12
| * FIX: missing EXTRA_DIST entriesJens Geyer2022-02-021-1/+1
| * FIX: missing EXTRA_DIST entriesJens Geyer2022-02-021-1/+1
| * FIX: missing EXTRA_DIST entriesJens Geyer2022-02-029-0/+17
| * THRIFT-5504 CA2254 Message template should be compile time constantJens Geyer2022-01-2717-40/+62
* | THRIFT-5499: Use blocking Read/Write calls to make sure the Receive/SendTimeo...TeinRnD2022-02-101-10/+4
* | THRIFT-5512: Update java dependenciesYuxuan 'fishy' Wang2022-02-091-5/+5
* | THRIFT-5509: Suppress noisy log from go's TSimpleServerYuxuan 'fishy' Wang2022-02-081-2/+6
* | Fix winsock capitalization for case sensitive cross-compilationJeremiah2022-02-087-7/+7
* | THRIFT-5511 Full support for the new net6 "nullability" semanticsJens Geyer2022-02-087-123/+106
* | [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if s...Dirk Sandbrink2022-02-041-0/+12
* | THRIFT-5509: Close connection in IsOpenYuxuan 'fishy' Wang2022-02-031-1/+12
* | Fix travis issue caused by 5f16344311Yuxuan 'fishy' Wang2022-01-291-1/+1
* | THRIFT-5504 CA2254 Message template should be compile time constantJens Geyer2022-01-2717-40/+62
* | Fixed proxy related bugsくらげ2022-01-261-1/+1
* | fix wrong thrift strict header comparingihciah2022-01-261-1/+1
* | Release 0.16.0Jens Geyer2022-01-2025-28/+28
|/
* 2022 we haveJens Geyer2022-01-201-1/+1
* Fix warning C4515: 'protocol': namespace uses itselfDirk Sandbrink2022-01-173-6/+0
* lib/java/build.gradle: Removed jcenter() after repeated errorsMario Emmenlauer2022-01-171-1/+0
* THRIFT-5479 Add net 6 supportJens Geyer2022-01-098-27/+40
* go: Make socketConn.Close thread-safeYuxuan 'fishy' Wang2022-01-083-19/+14
* 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