summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update Go versions used in travis and LANGUAGES.mdYuxuan 'fishy' Wang2022-04-252-4/+10
* THRIFT-5548: add kotlin code genJiayu Liu2022-04-203-1/+42
* THRIFT-5521: [java gen] use jdk8 option type in java generator codeJiayu Liu2022-04-165-194/+0
* THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545)tokcum2022-03-304-33/+101
* THRIFT-5536 Fix cross language testsAki Sukegawa2022-03-083-1/+7
* THRIFT-5501 Remove Common Lisp supportJens Geyer2022-03-066-599/+0
* update makefileKevin Wojniak2022-03-051-1/+9
* add testsKevin Wojniak2022-03-053-2/+18
* THRIFT-5519 Java async client loses exceptions in void methodsAlex Kormukhin2022-03-022-0/+14
* THRIFT-5495: close client when shutdown server in go lib郑桐2022-02-161-1/+1
* Merge branch '0.16.0' into masterJens Geyer2022-02-151-0/+1
|\
| * FIX: test left too early on false premiseJens Geyer2022-02-031-1/+5
| * FIX: missing EXTRA_DIST entriesJens Geyer2022-02-021-0/+1
* | THRIFT-5514 netstd test client slow in multithread modeJens Geyer2022-02-121-5/+18
* | THRIFT-5511 Full support for the new net6 "nullability" semanticsJens Geyer2022-02-085-92/+110
* | FIX: test left too early on false premiseJens Geyer2022-02-051-1/+5
* | Fix the travis issueYuxuan 'fishy' Wang2022-01-271-0/+1
* | Release 0.16.0Jens Geyer2022-01-204-4/+4
|/
* THRIFT-5479 Add net 6 supportJens Geyer2022-01-096-50/+55
* Pin clap to 2.33 as 2.34 results in build failuresAli-Akber Saifee2021-12-131-1/+1
* THRIFT-5479 Add net 6 supportJens Geyer2021-12-052-6/+6
* THRIFT-5443: add support for partial Thrift deserializationkpandit2021-11-201-0/+134
* Refactoring test server/client to use async/await more consistentlyJens Geyer2021-11-145-105/+30
* THRIFT-5476 Deprecate Common Lisp supportJens Geyer2021-10-311-2/+4
* THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)Allen George2021-09-111-0/+1
* THRIFT-4868: Golang: Fix compilation for optional set<binary> with default va...Yuri Melnikov2021-09-091-0/+5
* Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-022-17/+17
* go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-279-33/+44
* Minor whitespace cleanup in csproj filesMario Emmenlauer2021-08-252-0/+6
* THRIFT-5447: Update supported Go versionsYuxuan 'fishy' Wang2021-08-191-1/+0
* THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.OpenYuxuan 'fishy' Wang2021-08-113-20/+20
* bump version numberJens Geyer2021-08-034-4/+4
* THRIFT-5444 Netstd generator produces uncompileable code for enums ending wit...Jens Geyer2021-08-011-0/+3
* THRIFT-5422 add threadpool server to netstd test suite implJens Geyer2021-05-261-5/+24
* THRIFT-5407: Minor changes in .NET to support netcoreapp3.1Mario Emmenlauer2021-05-054-7/+7
* THRIFT-5396 deprecate "Async" method postfixJens Geyer2021-04-104-110/+59
* THRIFT-5391 Named pipes transport hardeningJens Geyer2021-04-021-2/+5
* THRIFT-5265 add the zlib transport to c_glibzeshuai0072021-04-012-2/+12
* THRIFT-5377 Remove Erlang R16 supportSergey Yelin2021-03-261-4/+0
* THRIFT-5358: Add go.mod file to root directoryYuxuan 'fishy' Wang2021-03-2411-46/+48
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-2211-1356/+0
* THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZEJens Geyer2021-03-179-36/+43
* Enable clippy in all Rust targets and ensure that all existing code is clippy...Allen George2021-03-061-0/+1
* Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)Allen George2021-03-013-202/+185
* THRIFT-5285 Update http package + update to dart 2 + stylistic changesaaronstgeorge-wf2021-03-011-2/+0
* [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected valu...Allen George2021-03-012-10/+10
* THRIFT-4451 Use a shared TcpStream between both Thrift clients in cross-testAllen George2021-02-282-41/+18
* Move ConflictingNamesTest to lib/go/testYuxuan 'fishy' Wang2021-02-221-14/+0
* THRIFT-4914: Fix name redeclaration bug in compiled go codeYuxuan 'fishy' Wang2021-02-171-0/+14
* THRIFT-5352: Fix construction of Py exceptions with no fieldsNeil Williams2021-02-162-1/+6