summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5345: Allow the ServerContext to be Unwrapped ProgrammaticallyTHRIFT-5345David Mollitor2021-02-032-5/+46
* THRIFT-5336 Add possibility to setup connection timeout in TCurlClientvladimir.panivko2021-01-241-0/+26
* netstd fix IDE warningJens Geyer2021-01-241-1/+1
* THRIFT-4914: Make TClient.Call to return the response metaYuxuan 'fishy' Wang2021-01-227-34/+60
* THRIFT-5322: THeaderTransport protocol id fixYuxuan 'fishy' Wang2021-01-222-12/+29
* THRIFT-5338: Remove lib/go/thrift/go.modYuxuan 'fishy' Wang2021-01-201-3/+0
* THRIFT-5338: Raise minimal supported go version to 1.14.14Yuxuan 'fishy' Wang2021-01-2017-65/+71
* THRIFT-5326: Make PrependError more unwrap-ableYuxuan 'fishy' Wang2021-01-193-24/+50
* build/cmake/DefinePlatformSpecifc.cmake: Ensure ClangCl on MSVC is recognized...Mario Emmenlauer2021-01-181-7/+7
* THRIFT-5326: Expand TException interface in go libraryYuxuan 'fishy' Wang2021-01-1711-38/+162
* THRIFT-5322: Implement TConfiguration in Go libraryYuxuan 'fishy' Wang2021-01-1718-182/+1234
* try fix appveyor cizeshuai0072021-01-091-1/+1
* THRIFT-5331: Py: make THeader subprotocol configurable (#2302)Neil Williams2021-01-042-7/+14
* THRIFT-5325: Fix Lua library writeStructEnd() in TCompactProtocolJeffrey Han2020-12-221-1/+1
* TServerSocket.cpp::isOpen(): Check that a domain socket file already existsMario Emmenlauer2020-12-191-0/+32
* THRIFT-5322: Guard against large string/binary lengths in GoYuxuan 'fishy' Wang2020-12-163-42/+184
* THRIFT-5324: Create new req buffer for every http requestYuxuan 'fishy' Wang2020-12-161-9/+5
* build/cmake/DefineOptions.cmake: Fixed the logic of BUILD_SHARED_LIBSMario Emmenlauer2020-12-161-1/+6
* THRIFT-5282: Add IPv6 client support to Lua libraryJeffrey Han2020-12-153-16/+78
* THRIFT-5324: reset http client buffer after flushMorozov2020-12-152-5/+63
* Add useful links in Rust client's metadataDirkjan Ochtman2020-12-091-1/+2
* THRIFT-5198 Fix certain Visual Studio hints in generated netstd codeJens Geyer2020-12-091-2/+4
* THRIFT-5295 makeThread and ThreadFactory extensiblerglarix2020-12-082-8/+15
* Fix Missed check in c_glib for frame max message size checkzeshuai0072020-12-052-0/+14
* THRIFT-5320: Usage of "Task" as IDL identifier generates uncompileable codeJens Geyer2020-12-046-9/+130
* Fix Erlang CI: Add gen-erl into test's pathSergey Yelin2020-12-041-1/+9
* Make ~TException() virtualMario Emmenlauer2020-12-031-1/+1
* THRIFT-5317 netstd compiler does not escape keywordsJens Geyer2020-12-011-2/+2
* Removed symbolic link tutorial/cl/ensure-externals.shMario Emmenlauer2020-11-282-3/+2
* FIX: Log errors in processor via standard logger -> errors to write into Cons...Jens Geyer2020-11-211-1/+1
* silenced few warningsJens Geyer2020-11-211-14/+8
* Log errors in processor via standard logger #2284Konstantin Pozdniakov2020-11-211-3/+13
* upgrade msys try get the softzeshuai0072020-11-202-8/+11
* try update the package to download the softwarezeshuai0072020-11-201-1/+2
* FixDownLoadErrorInAppveyorCizeshuai0072020-11-202-1/+5
* rollbackzeshuai0072020-11-201-1/+1
* FixDownLoadErrorInCizeshuai0072020-11-201-1/+1
* THRIFT-5288: Move Support for ByteBuffer into TTransportDavid Mollitor2020-11-199-45/+81
* Minor whitespace changes for netstdMario Emmenlauer2020-11-192-18/+17
* Merge pull request #2273 from allengeorge/allen/clippy_cleanAllen George2020-11-1828-180/+146
|\
| * THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-1228-180/+146
* | Grammatical/Typo changesPoojaChandak2020-11-1010-39/+39
* | THRIFT-5303 Fix missing error handling in using PyUnicode_DecodeUTF8stiga-huang2020-11-011-1/+1
* | THRIFT-5302 Add recursive function name uniqueness checkwangliming072020-11-012-4/+50
* | THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538Jens Geyer2020-11-011-1/+1
* | fix warning in c_glib from add max_message_size codezeshuai0072020-10-319-34/+35
* | THRIFT-5304 TWinHTTPClientImpl may incorrectly report that the message size i...Jens Geyer2020-10-302-1/+3
|/
* Add an Automatic-Module-Name entryMark Raynsford2020-10-241-0/+1
* Add DuplicateTo protocol to go's TDebugProtocolYuxuan 'fishy' Wang2020-10-191-2/+149
* THRIFT-5294: Fix panic in go TSimpleJSONProtocolYuxuan 'fishy' Wang2020-10-146-61/+261