summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5349 Add net5.0 as supported platformJens Geyer2021-02-1529-71/+223
* Merge branch '0.14.0'Jens Geyer2021-02-153-0/+12
|\
| * Added nuget package info to csproj, needed to publish the nuget packageJens Geyer2021-02-131-22/+33
| * Version 0.14.0v0.14.0Jens Geyer2021-02-0521-115/+155
| * Version 0.14.0Jens Geyer2021-02-041-0/+1
| * Version 0.14.0Jens Geyer2021-02-042-0/+11
* | Clarify Compact Protocol var int encoding definitionJuan Cruz Viotti2021-02-141-3/+15
* | Make it clear that strings are not NUL-delimitedJuan Cruz Viotti2021-02-141-1/+2
* | THRIFT-5318: Update PHP thrift_protocol extension for PHP 8Tyler Christensen2021-02-144-17/+101
* | THRIFT-5229 remove AS3 supportJens Geyer2021-02-1460-5776/+10
* | THRIFT-5347 Deprecate Haskell bindingsJens Geyer2021-02-131-0/+3
* | Added nuget package info to csproj, needed to publish the nuget packageJens Geyer2021-02-131-22/+33
* | Merge pull request #2276 from BioDataAnalysis/bda_add_noncopyable_baseMario Emmenlauer2021-02-1211-24/+69
|\ \
| * | Added TNonCopyable.h in favor of boost dependencyMario Emmenlauer2021-02-1211-24/+69
|/ /
* | Merge pull request #2141 from BioDataAnalysis/bda_better_external_source_depsMario Emmenlauer2021-02-122-10/+21
|\ \
| * | CMake: Added better dependency tracking for external build toolsMario Emmenlauer2021-02-122-10/+21
|/ /
* | Merge pull request #2283 from BioDataAnalysis/bda_cmake_improvementsMario Emmenlauer2021-02-127-29/+45
|\ \
| * | CMake: Pass linker dependencies transitively to downstream projectsMario Emmenlauer2021-02-126-24/+20
| * | Added support for thriftz to ThriftConfig.cmake.inMario Emmenlauer2021-02-121-2/+7
| * | Added c++ dependencies to ThriftConfig.cmake.inMario Emmenlauer2021-02-121-3/+18
|/ /
* | Version number aligned to 0.15.0Jens Geyer2021-02-1156-64/+73
* | Reverted wrongly pushed commits.Jens Geyer2021-02-11137-17857/+29
* | Setup for Visual Studio 2019 + workarounds for some open tickets:Jens Geyer2021-02-1016-28/+261
* | Revert "THRIFT-4982 Remove deprecated C# bindings from the code base"Jens Geyer2021-02-10122-1/+17596
* | THRIFT-5348: Update debian/copyright [skip ci]Jihoon Seo2021-02-101-88/+51
* | Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-0521-115/+156
|/
* THRIFT-5274: Enforce Java 8 compatibilityChristopher Tubbs2021-02-042-0/+12
* Update README.mdTing Sun2021-02-041-2/+2
* Updated CHANGES to reflect Version 0.14.0Jens Geyer2021-02-041-6/+298
* THRIFT-5297: Improve TThreadPoolServer Handling of Incoming ConnectionsDavid Mollitor2021-02-042-130/+64
* THRIFT-5345: Allow the ServerContext to be Unwrapped Programmaticallybelugabehr2021-02-042-5/+46
* THRIFT-5343: TTlsSocketTransport does not resolve IPv4 addresses or validate ...James Lacey2021-02-041-4/+5
* THRIFT-5337 Go set fields write improvementwangtieju2021-02-034-9/+549
* Merge pull request #2320 from BioDataAnalysis/THRIFT-5237Mario Emmenlauer2021-02-032-21/+21
|\
| * THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...Jens Geyer2021-02-032-21/+21
|/
* 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