summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* addition to THRIFT-5185: Support for using WebSockets as a server transportJens Geyer2020-05-221-0/+16
* THRIFT-5147: Add uninstall functionzeshuai0072020-05-213-4/+58
* THRIFT-5201: Use Apache Parent Pom for Thrift Maven PluginDavid Mollitor2020-05-211-13/+14
* When I use --with-zlib args for cross-compiling, it failed without "$(ZLIB_LD...rel1ve2020-05-211-1/+1
* THRIFT-5202: TNonblockingMultiFetchClient Use SLF4J Parameterized LoggingDavid Mollitor2020-05-201-37/+21
* Added breaking change notice for "THRIFT-5138 Swift keywords may be used as i...Jens Geyer2020-05-201-3/+4
* THRIFT-5138 Swift keywords may be used as identifiers if escapedJano Svitok2020-05-204-5/+24
* THRIFT-5128 Swift TFramedTransport does not work using present codeJano Svitok2020-05-206-15/+204
* THRIFT-5125: Swift server does not work using present codeJano Svitok2020-05-202-16/+81
* FIX: CI error at ./test/py/TestServer.py:178:26: F507 '...' % ... has 1 place...Jens Geyer2020-05-192-4/+4