summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5545: use gradle convention in organizing java projectJiayu Liu2022-04-20244-38/+7
* THRIFT-5569: add negative size checks in Go generator when reading maps, sets...Andreas Krennmair2022-04-201-0/+9
* THRIFT-5093: lib: cpp: test: clarify effect of MemoryPolicy on TMemoryBufferChristopher Friedt2022-04-191-3/+249
* THRIFT-5562: remove gradle wrapper and use installed gradle 6.9Jiayu Liu2022-04-1914-359/+51
* travis ci to use xenial as base imageJiayu Liu2022-04-191-2/+3
* change the java gen @SuppressWarnings locationJiayu Liu2022-04-191-5/+8
* Bump cached-path-relative from 1.0.2 to 1.1.0 in /lib/jsdependabot[bot]2022-04-191-3/+3
* THRIFT-5563: fix deprecation and enable xlint for java library (#2575)Jiayu Liu2022-04-187-114/+115
* Bump ajv from 6.7.0 to 6.12.6 in /lib/tsdependabot[bot]2022-04-161-10/+12
* Bump minimist from 1.2.5 to 1.2.6 in /lib/tsdependabot[bot]2022-04-161-27/+3
* THRIFT-5521: [java gen] use jdk8 option type in java generator codeJiayu Liu2022-04-1617-28/+214
* THRIFT-4100: Extract Rust read/write struct methods into a traitZachary Kuhn2022-04-142-11/+33
* Bump minimist from 1.2.5 to 1.2.6 in /lib/jsdependabot[bot]2022-04-141-24/+6
* Bump ajv from 6.5.4 to 6.12.6dependabot[bot]2022-04-141-24/+12
* Bump ansi-regex from 3.0.0 to 3.0.1dependabot[bot]2022-04-141-3/+3
* Bump cached-path-relative from 1.0.2 to 1.1.0 in /lib/tsdependabot[bot]2022-04-141-16/+16
* THRIFT-5551: java generator to add @Override where possibleJiayu Liu2022-04-131-34/+67
* Bump async from 3.2.1 to 3.2.3 in /lib/jsdependabot[bot]2022-04-131-15/+15
* add interface generationJiayu Liu2022-04-133-2/+127
* THRIFT-5552 apply clang-format to java generatorJiayu Liu2022-04-111-293/+373
* json gen should indent while printing include stringsJiayu Liu2022-04-111-0/+1
* fix binary protocol's first byte value.Blacker12302022-04-011-1/+1
* THRIFT-5541: Clarify on THeader key/value format in the specYuxuan 'fishy' Wang2022-03-311-1/+2
* THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545)tokcum2022-03-309-69/+256
* Revert SHA-1: 52d263e77c48bbf7cbabd03161107557d1e410b1Jens Geyer2022-03-191-4/+10
* Pass cancellation token to AcceptTcpClientAsync() in net6Jens Geyer2022-03-191-0/+4
* THRIFT-5540 Can't use a typedef for a container type containing enums in a co...Jens Geyer2022-03-172-0/+17
* FIX: error C4244: conversion from "int64_t" to "int", possible data lossJens Geyer2022-03-161-1/+1
* THRIFT-5539: Decouple TDuplicateToProtocol out of TDebugProtocolYuxuan 'fishy' Wang2022-03-153-0/+319
* THRIFT-5515: TConnection::workSocket reads all pending oneway requests.Tamas Kovacs2022-03-141-122/+129
* feat: support creating connection on OpenHarmonyOSkonpeki6222022-03-132-0/+265
* workaround MSVC compiler bugLeon Scharnowski2022-03-121-1/+3
* update to gradle 6.9, jdk 15, update findbugsJiayu Liu2022-03-103-12/+8
* lib/rs/Cargo.toml: Update ordered-floatMike Cronce2022-03-101-1/+1
* add support for converting to java optionalJiayu Liu2022-03-091-0/+15
* THRIFT-5536 Fix cross language testsAki Sukegawa2022-03-087-29/+43
* THRIFT-5501 Remove Common Lisp supportJens Geyer2022-03-0633-1913/+1
* THRIFT-5494 fix cpu full caused by infinite select() when frameSize < maxRead...wangfan2022-03-064-5/+36
* update makefileKevin Wojniak2022-03-051-1/+9
* add testsKevin Wojniak2022-03-053-2/+18
* don't output empty import line if old style enums are usedKevin Wojniak2022-03-051-3/+3
* match existing style for setting default value of gen_enum_Kevin Wojniak2022-03-051-1/+2
* fix broken syntax for old style enumKevin Wojniak2022-03-051-3/+3
* clean up formattingKevin Wojniak2022-03-051-1/+2
* init gen_enum_ to falseKevin Wojniak2022-03-051-1/+1
* Support for Python and enumsConstantinos Dimitriou2022-03-051-11/+47
* THRIFT-5525 use "reuse_objects" instead of "reuse-objects" as a consistent pa...Jiayu Liu2022-03-022-3/+5
* THRIFT-5526 to use "private_members" instead of "private-members" as a consis...Jiayu Liu2022-03-022-3/+5
* THRIFT-5519 Java async client loses exceptions in void methodsAlex Kormukhin2022-03-028-0/+769
* Fix headers bug in Thrift/HttpClient.pmFinn Colman2022-03-011-1/+2