summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix specification to match implementationTriton2021-08-222-14/+16
* Made server optional.Jorge C. Leitao2021-08-222-2/+8
* fix javadoc warningskpandit2021-08-229-17/+68
* Change StringBuffer to StringBuilder for more efficiencyxiexiaoqun2021-08-221-1/+1
* THRIFT-5447: Update supported Go versionsYuxuan 'fishy' Wang2021-08-1911-13/+50
* Merge pull request #2437 from BioDataAnalysis/bda_several_improvementsMario Emmenlauer2021-08-1313-53/+73
|\
| * Added new method isUnixDomainSocket() to check type of socketMario Emmenlauer2021-08-134-26/+48
| * Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__Mario Emmenlauer2021-08-134-4/+7
| * TCompactProtocol.tcc: add missing include cstdlibMario Emmenlauer2021-08-131-0/+1
| * build/cmake/BoostMacros.cmake: Removed 'Boost_NO_BOOST_CMAKE' and minor cleanupMario Emmenlauer2021-08-131-12/+2
| * lib/cpp/test/CMakeLists.txt: Added missing boost::chronoMario Emmenlauer2021-08-131-1/+1
| * build/cmake/DefineOptions.cmake: Minor improvement in logging for 'WITH_MT'Mario Emmenlauer2021-08-131-1/+4
| * TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global errorMario Emmenlauer2021-08-131-0/+1
| * lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changesMario Emmenlauer2021-08-131-9/+9
|/
* Merge pull request #2436 from BioDataAnalysis/bda_disable_one_testMario Emmenlauer2021-08-131-2/+7
|\
| * lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on WindowsMario Emmenlauer2021-08-121-2/+7
|/
* Merge pull request #2429 from BioDataAnalysis/bda_fix_win_buildMario Emmenlauer2021-08-1131-916/+558
|\
| * appveyor.yml: Disabled 'fast_finish'Mario Emmenlauer2021-08-111-2/+4
| * appveyor.yml: Disabled broken Cygwin buildMario Emmenlauer2021-08-111-5/+7
| * Merged AppVeyor scripts for 'install', 'build' and 'test' into oneMario Emmenlauer2021-08-1123-768/+468
| * Separate the cmake 'build' and 'install' targetsMario Emmenlauer2021-08-116-8/+8
| * Removed the 'shortened' profile names in favor of descriptive profile class n...Mario Emmenlauer2021-08-1112-16/+20
| * AppVeyor: larger updates in build configuration and documentationMario Emmenlauer2021-08-119-128/+100
| * Updated MSYS2 install for current AppVeyor and upstream MSYS2Mario Emmenlauer2021-08-113-43/+40
| * Renamed Windows build files from cl-prefix to win-prefixMario Emmenlauer2021-08-1120-56/+31
| * Larger whitespace cleanup of AppVeyor build filesMario Emmenlauer2021-08-1114-84/+74
* | THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.OpenYuxuan 'fishy' Wang2021-08-117-31/+43
|/
* Add missing javadocbhalchandrap2021-08-1011-40/+71
* bump version numberJens Geyer2021-08-0354-67/+66
* THRIFT-4797: Go import improvementsYuxuan 'fishy' Wang2021-08-017-9/+135
* THRIFT-5445 "cancellationToken" cannot be used as argument nameJens Geyer2021-08-013-110/+122
* THRIFT-5444 Netstd generator produces uncompileable code for enums ending wit...Jens Geyer2021-08-016-62/+112
* THRIFT-5389: Fix const generation for optional fieldsYuxuan 'fishy' Wang2021-07-305-11/+361
* Update README for go libraryYuxuan 'fishy' Wang2021-07-261-6/+4
* THRIFT-5442 Separate client service calls into send/recv methods and make the...Jens Geyer2021-07-242-63/+91
* THRIFT-5439 Lua Generator does not support const i64hkb2021-07-171-1/+1
* THRIFT-5421 c_glib:Fix the problem of incorrect setting of errno in some fileslm20482021-07-091-2/+5
* Small bug in Rust generated code for writing container typesAlephAlpha2021-07-091-3/+3
* THRIFT-5440: Allow php8 in composer.jsonWilliam Van Hevelingen2021-07-091-1/+1
* fix isOpen return None, to be consistent with other transportgeehanlin2021-07-091-0/+2
* Rust: Upgrade dependency integer-encoding to 3.0Lewin Bormann2021-07-061-1/+1
* THRIFT-5438 Inconsistent handling of exceptions during message read vs. messa...Jens Geyer2021-07-023-11/+8
* THRIFT-5437 Make TProtocolImpl CTOR virtualJens Geyer2021-07-016-19/+25
* uncaught_exception -> uncaught_exceptionsJens Geyer2021-06-301-0/+4
* Adds support for building C++ codegen on SolarisBenjamin Naecker2021-06-301-0/+3
* THRIFT-5425 Throw an exception when reading TSimpleJson in JavaThomas2021-06-302-35/+44
* THRIFT-5433: Add Counter To Thread Name of TThreadPoolServerbelugabehr2021-06-301-1/+3
* THRIFT-5436 Timeout.Infinite is not a good defaultJens Geyer2021-06-251-3/+4
* npm update jsdocHenry Catalini Smith2021-06-232-47/+53
* Android restricts use of AI_V4MAPPED flag.Ruslan2021-06-231-0/+4