summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch '0.17.0' into upstreamJens Geyer2022-09-181-1/+8
|\ \ | |/
| * fixing missing EXTRA_DISTsv0.17.0Jens Geyer2022-08-311-1/+8
* | Call ResetConsumedMessageSize from ReadMessageEndAsyncPhilip Lee2022-09-159-3/+26
* | Add TSocketTransport ctorPhilip Lee2022-09-141-1/+74
* | Merge pull request #2644 from lorteddie/use-openssl-zlib-targetsMario Emmenlauer2022-09-122-5/+17
|\ \
| * | prefer openssl and zlib targets over library pathsTobias Weihs2022-09-112-5/+17
* | | THRIFT-5423: IDL parameter validation for GoSimon Wang2022-09-114-4/+651
* | | fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-1125-153/+449
* | | THRIFT-5626 Parser should not confuse data types and field namesJens Geyer2022-09-101-1/+1
* | | Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptrMario Emmenlauer2022-09-104-10/+7
|\ \ \
| * | | THRIFT-5602: Use std::unique_ptr instead of boost::scoped_arraySutou Kouhei2022-09-094-10/+7
| |/ /
* | | Merge pull request #2654 from BioDataAnalysis/bda_minor_improvementsMario Emmenlauer2022-09-102-4/+2
|\ \ \
| * | | lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' i...Mario Emmenlauer2022-09-091-2/+0
| * | | lib/cpp/test/CMakeLists.txt: Trivial whitespace changeMario Emmenlauer2022-09-091-2/+2
| |/ /
* | | THRIFT-5625 SysUtils.TGuidHelper collides with ThriftUtils.TGuidHelperJens Geyer2022-09-103-13/+19
* | | THRIFT-5624 suboptimal performance of the c# named pipe server transport in m...Jens Geyer2022-09-092-69/+172
|/ /
* | THRIFT-5623 ref to disposed instance should be set to nullJens Geyer2022-09-081-1/+2
* | THRIFT-5622 Garbled test output with multithreaded clientsJens Geyer2022-09-082-64/+119
* | update gradle version to 7.5.1 and update hashesJiayu Liu2022-09-071-3/+3
* | THRIFT-5600: rust lib to upgrade to edition 2021Jiayu Liu2022-09-054-21/+21
* | Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-0523-47/+48
* | THRIFT-5587 add uuid support for java and kotlinJiayu Liu2022-09-0516-14/+224
* | THRIFT-5593 Implement uuid for HaxeJens Geyer2022-09-0520-33/+139
* | Add uuid type to XSDJens Geyer2022-09-051-0/+1
* | THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved sel...Jens Geyer2022-09-0523-106/+490
* | Follow-Up fix for THRIFT-5618 More consistent naming of container classesJens Geyer2022-09-054-26/+26
* | THRIFT-5620 Option to force usage of COM types to allow for cross-module refe...Jens Geyer2022-09-049-29/+460
* | THRIFT-5619 make sure CheckReadBytesAvailable() and CountConsumedMessageBytes...Jens Geyer2022-09-041-2/+2
* | THRIFT-5618 More consistent naming of container classesJens Geyer2022-09-032-14/+26
* | THRIFT-5617: T(SSL)Socket TCP keep-alive incorrectly applies SO_KEEPALIVE to ...Nick Withers2022-09-021-2/+2
* | disable ssl test of DTdxdxoz2022-09-011-1/+4
* | THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021Tdxdxoz2022-09-017-12/+8
* | fix typo60062022-09-011-1/+1
* | THRIFT-5410 CL build broken: Component :NET.DIDIERVERNA.CLON.TERMIO not foundMax-Gerd Retzlaff2022-08-301-0/+4
* | Revert "THRIFT-5501 Remove Common Lisp support"Max-Gerd Retzlaff2022-08-307-0/+431
* | version bumpJens Geyer2022-08-3025-28/+28
|/
* If the amount of data transmitted is large, an error will be reported.TianMaiChengGhostRidder2022-08-301-1/+18
* Revert "Update thrift_socket_transport.erl"Jens Geyer2022-08-301-18/+1
* Update thrift_socket_transport.erlTianMaiChengGhostRidder2022-08-301-1/+18
* THRIFT-5502 Log SocketException at WARN level only + Fix formattingSylwester Lachiewicz2022-08-251-15/+20
* THRIFT-4086: Add missing calls to get_true_type when generating validator + m...Hernan Silberman2022-08-254-0/+97
* Add a generic sync.Pool wrapper to go libraryYuxuan 'fishy' Wang2022-08-0910-100/+149
* THRIFT-5609: Make TJSONProtocol safe to be used in deserializer poolYuxuan 'fishy' Wang2022-08-064-2/+92
* Update supported go version to 1.18.* and 1.19.*Yuxuan 'fishy' Wang2022-08-022-1/+7
* THRIFT-5605: Client middleware to extract exceptionsYuxuan 'fishy' Wang2022-08-025-3/+316
* fix typoPikachuHy2022-07-311-1/+1
* Pin integer-encoding to 3.0.3 (#2627)Jiayu Liu2022-07-011-1/+1
* Bump shell-quote from 1.7.2 to 1.7.3 in /lib/jsdependabot[bot]2022-06-221-3/+3
* THRIFT-5590 Haxe complex initsJens Geyer2022-06-1315-5/+127
* THRIFT-5595: Handle peek request error with SSLSocketMichael Smith2022-06-103-0/+6