summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5369: Use MaxMessageSize to check container sizesv0.14.20.14.2Yuxuan 'fishy' Wang2021-06-125-32/+87
* Version 0.14.2Jens Geyer2021-06-1151-60/+78
* THRIFT-5383 TJSONProtocol Java readString throws on bounds checkaaronstgeorge-wf2021-06-112-3/+15
* version 0.14.1Jens Geyer2021-03-031-0/+33
* version 0.14.1Jens Geyer2021-03-0251-66/+71
* THRIFT-5334 change version of thrift-maven-plugin to 0.14.00.14.0James Z.M. Gao2021-02-262-2/+15
* fix to publish haxelibJens Geyer2021-02-241-1/+1
* fix nullptr exception in publishing.gradleJens Geyer2021-02-241-2/+4
* THRIFT-5353: Fix import dedup without explicit go namespaceYuxuan 'fishy' Wang2021-02-221-3/+4
* Move ConflictingNamesTest to lib/go/testYuxuan 'fishy' Wang2021-02-226-17/+105
* THRIFT-4914: Fix name redeclaration bug in compiled go codeYuxuan 'fishy' Wang2021-02-222-8/+23
* THRIFT-5352: Fix construction of Py exceptions with no fieldsNeil Williams2021-02-223-2/+7
* THRIFT-5347 Deprecate Haskell bindingsJens Geyer2021-02-191-0/+3
* THRIFT-5350 char is unsigned on non-x86 arches, use signed char to avoid comp...Orion Poplawski2021-02-171-1/+1
* 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
* 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
* 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