summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* THRIFT-5122: Fix memory leak on accept error in thrift_simple_server_serve()wangyunjian2020-06-041-1/+4
* Added IsOpen() and GetPort() for netstd transportsMario Emmenlauer2020-06-044-11/+69
* THRIFT-5114 Simplified reallocation of TMemoryBufferMario Emmenlauer2020-06-031-8/+11
* Use correct platform executable suffix for thrift compilerMario Emmenlauer2020-06-021-1/+1
* Fix STRERROR_R_CHAR_P cxx check (remove unused variable warning->error)Anton Filippov2020-05-301-1/+1
* Make named pipe security configurable by security descriptor stringNathan Breakwell2020-05-302-63/+72
* THRIFT-5220 DeepCopy() extension methods not generated when the IDL contains ...Jens Geyer2020-05-281-3/+2
* Updated LICENSE fileJens Geyer2020-05-281-0/+66
* THRIFT-5216 generate DeepCopy methodsJens Geyer2020-05-2712-92/+1435
* THRIFT-5214: Connectivity check on go's TSocketYuxuan 'fishy' Wang2020-05-267-25/+483
* THRIFT-5129: Fix swift TSocketTransport on MacEric Chen2020-05-261-1/+1
* THRIFT-5195: Handle Thrift union type sending for SwiftEric Chen2020-05-261-3/+3
* Supplement TNonblockingServer.py testcasezeshuai0072020-05-264-0/+130
* THRIFT-5215: Remove portable_endian.hJames Lacey2020-05-264-156/+8