summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed double newline at end of generated python service files (#2236)Jonathan Mackenzie2020-09-141-1/+1
* | | fix CI: add Erlang crashes to known failuresJens Geyer2020-09-121-323/+335
* | | THRIFT-5217 Deprecated boost headerzeshuai0072020-09-1211-11/+11
* | | THRIFT-5260 Fix the thrift compiler generate problematic lua code for the one...longzhiri2020-09-124-26/+55
* | | Deprecated WinXP and Server2003 methodsMario Emmenlauer2020-09-124-70/+5
| |/ |/|
* | THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...Allen George2020-09-0235-353/+355
* | 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
* | Fix appveryor checkzeshuai0072020-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-056-14/+76
* 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-163-17/+24
* THRIFT-5253 using Result in result name generates wrong IAsync interfaceJens Geyer2020-07-164-9/+124
* 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-5118: Fix memory leak when the handler method return a exceptionwangyunjian2020-07-011-0/+1
* THRIFT-5329: Add THttpTransport constructor with HttpClientResDiaryLewis2020-07-011-12/+61
* THRIFT-5240: Do connectivity check in Go serverYuxuan 'fishy' Wang2020-07-014-4/+118
* THRIFT-5152: Separate timeout in TSSLSocketYuxuan 'fishy' Wang2020-06-303-19/+43
* THRIFT-5190: StringUtils haven't take `(offset + length) > bytes.length` into...dugenkui2020-06-282-0/+28
* THRIFT-5144: Fix memory leak when generate deserialize list elementwangyunjian2020-06-271-0/+1
* Fix README.md typoSalah Ghanim2020-06-251-1/+1
* THRIFT-5238 GetHashCode can throw NullReferenceExceptionJens Geyer2020-06-253-72/+158
* THRIFT-2087 Python compiler replace non utf-8 char with defaultEmmanuel Brard2020-06-221-1/+1
* THRIFT-5233: Handle I/O timeouts in go library (#2181)Duru Can Celasun2020-06-1828-1256/+1342
|\
| * THRIFT-5233: Handle I/O timeouts in go libraryYuxuan 'fishy' Wang2020-06-1528-1256/+1342
* | THRIFT-5221: Fix stack overflow when reading bufferwangyunjian2020-06-181-2/+5
* | THRIFT-5235 Add property setter for isset flagsJens Geyer2020-06-181-8/+19
* | THRIFT-5234 Fix a number of js/ts generation issuesPhil Price2020-06-181-16/+59
* | THRIFT-5229 Deprecate as3 supportJens Geyer2020-06-162-8/+7
* | Thrift.csproj: Stop writing AssemblyAttributes.cs to /tmpMarco Schroeter2020-06-151-0/+5
* | THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-1473-511/+511
|/
* THRIFT-5082 Add a Class reference for PHP enum $_TSPECStanislav Markevic2020-06-091-2/+2
* THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocketmax ulidtko2020-06-097-266/+452
* 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
* THRIFT-5214: Partial rewrite of TFramedTransportYuxuan 'fishy' Wang2020-06-081-64/+44
* Use io.CopyN to simplify THeaderTransport codeYuxuan 'fishy' Wang2020-06-081-5/+2
* THRIFT-5200 Thrift compiler will generate incorrect code when add 'cob_style'...zeshuai0072020-06-041-3/+38