summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* go: Use sync.Pool for gzip in HTTP transportDuru Can Celasun2020-09-301-2/+13
* add the test case into cmakezeshuai0072020-09-281-0/+24
* THRIFT-5279: Go serializer/deserializer cleanupsYuxuan 'fishy' Wang2020-09-232-9/+54
* THRIFT-5278: Allow set protoID in go THeader transport/protocolYuxuan 'fishy' Wang2020-09-224-17/+128
* Merge pull request #2235 from deiv/fix-abstract-unix-socket-nameZezeng Wang2020-09-227-69/+158
|\
| * Fix abstract unix socket nameDavid Suárez2020-09-217-69/+158
* | THRIFT-5203: Remove Unused toString Method in TSerializerDavid Mollitor2020-09-201-17/+0
* | Merge pull request #2221 from zeshuai007/THRIFT-5249Zezeng Wang2020-09-191-0/+1
|\ \
| * | test ci fixzeshuai0072020-09-191-0/+1
* | | Merge pull request #2191 from zeshuai007/Implements_TConfigZezeng Wang2020-09-1861-327/+1210
|\ \ \
| * | | Implements TConfiguration for javazeshuai0072020-09-1661-327/+1210
* | | | THRIFT-4272: warnings in glibc libraryzeshuai0072020-09-172-0/+35
|/ / /
* | | TServerSocket.cpp: Ensure the server is really listening (via helper variable...Mario Emmenlauer2020-09-151-2/+8
* | | Added getter and setter for domain socket path, and minor fix for printing ab...Mario Emmenlauer2020-09-152-2/+29
* | | THRIFT-5217 Deprecated boost headerzeshuai0072020-09-1211-11/+11
* | | THRIFT-5260 Fix the thrift compiler generate problematic lua code for the one...longzhiri2020-09-121-1/+9
* | | Deprecated WinXP and Server2003 methodsMario Emmenlauer2020-09-123-70/+4
| |/ |/|
* | THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...Allen George2020-09-0222-325/+337
* | THRIFT-5136: Fix memory leak in thrift_multiplexed_processor_process_impl()wangyunjian2020-09-022-7/+3
* | THRIFT-5255: Fix stack overflow in framed transportwangyunjian2020-09-021-3/+4
* | THRIFT-5259 Fix "Transport endpoint is not connected " error when running lua...Zero2020-08-311-6/+0
* | THRIFT-5262 Fix a encoding struct bug in the compact protocol implementation ...longzhiri2020-08-311-1/+1
* | THRIFT-5268 Fix some file loss ")" in definezeshuai0072020-08-313-3/+3
* | THRIFT-5270: Fix wrong int to string conversionsYuxuan 'fishy' Wang2020-08-295-84/+4
* | THRIFT-5132 Warning in TSocket when using ssl connectionpanivko2020-08-251-2/+3
|/
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-08-0727-40/+2607
* THRIFT-5248: Python: Make TSocket.isOpen check if server still connectedNeil Williams2020-08-063-1/+83
* THRIFT-5261 Support for deprecated methods (via annotation)Jens Geyer2020-08-054-2/+15
* THRIFT-5214: Use peek to implement socket connectivity checkYuxuan 'fishy' Wang2020-08-033-27/+8
* THRIFT-5257: Fix Go THeaderTransport endOfFrame handlingYuxuan 'fishy' Wang2020-07-292-2/+77
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-07-2546-151/+1004
* THRIFT-5254 Member name cannot be Isset (unless it is an "required" member)Jens Geyer2020-07-161-4/+5
* THRIFT-5253 using Result in result name generates wrong IAsync interfaceJens Geyer2020-07-163-0/+107
* THRIFT-5252 Make CreateHttpClientHandler() method virtualJens Geyer2020-07-141-1/+1
* THRIFT-5251 StringUtils<T>.ToString() raises an exception for enum values out...Jens Geyer2020-07-134-47/+209
* THRIFT-5247 Avoiding meaningless System.copyzeshuai0072020-07-071-3/+4
* Fix FrameWriter.java typodugenkui2020-07-031-1/+1
* THRIFT-5329: Add THttpTransport constructor with HttpClientResDiaryLewis2020-07-011-12/+61
* THRIFT-5240: Do connectivity check in Go serverYuxuan 'fishy' Wang2020-07-012-0/+52
* THRIFT-5152: Separate timeout in TSSLSocketYuxuan 'fishy' Wang2020-06-302-19/+42
* THRIFT-5190: StringUtils haven't take `(offset + length) > bytes.length` into...dugenkui2020-06-282-0/+28
* THRIFT-5238 GetHashCode can throw NullReferenceExceptionJens Geyer2020-06-251-0/+101
* THRIFT-5233: Handle I/O timeouts in go library (#2181)Duru Can Celasun2020-06-1826-1186/+1270
|\
| * THRIFT-5233: Handle I/O timeouts in go libraryYuxuan 'fishy' Wang2020-06-1526-1186/+1270
* | THRIFT-5221: Fix stack overflow when reading bufferwangyunjian2020-06-181-2/+5
* | Thrift.csproj: Stop writing AssemblyAttributes.cs to /tmpMarco Schroeter2020-06-151-0/+5
* | THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-1430-131/+131
|/
* THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocketmax ulidtko2020-06-096-266/+451
* THRIFT-5214: Reset read deadline in socketConnYuxuan 'fishy' Wang2020-06-094-25/+23
* THRIFT-5214: Push read deadline in socketConnYuxuan 'fishy' Wang2020-06-084-7/+31