summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* THRIFT-5416: Allow UDP SocketsBrian Forbis2021-10-181-2/+2
* FIX for "error: malformed HTML" broken by 91be87a76f747b9069bb07357483b2d8a19...Jens Geyer2021-10-181-1/+1
* THRIFT-5237: FOLLOWUP: Add a new constructor for TSocketYuming Wang2021-10-181-0/+12
* Fix Rust formatting errorAllen George2021-10-151-4/+1
* THRIFT-5470 Error: Constraint check failure for haxe.ds.ObjectMap.KJens Geyer2021-10-151-1/+1
* THRIFT-5448: map binary to typescript BufferOpportunity2021-10-141-1/+1
* THRIFT-5471 Introduce delimiter and app_prefix options to erl generatorSergey Yelin2021-10-141-3/+23
* fix javadoc warningskpandit2021-10-149-11/+18
* fix perl packaging issueJames E. King III2021-09-261-1/+1
* minor changes to make pypi distribution look better (long desc)James E. King III2021-09-252-1/+17
* Modified build tags to allow js/wasm targetBalázs Grill2021-09-202-4/+6
* Merge branch '0.15.0' into upstreamJens Geyer2021-09-113-41/+192
|\
| * Branch 0.15.0v0.15.00.15.0Jens Geyer2021-09-041-91/+91
| * THRIFT-5459: Fix breaking issue when adding a new exceptionYuxuan 'fishy' Wang2021-09-032-1/+18
| * go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-2733-293/+197
| * THRIFT-5447: Update supported Go versionsYuxuan 'fishy' Wang2021-08-1911-13/+50
| * THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.OpenYuxuan 'fishy' Wang2021-08-117-31/+44
| * Version 0.15.0Jens Geyer2021-08-033-5/+153
* | THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)Allen George2021-09-113-0/+3
* | THRIFT-4868: Golang: Fix compilation for optional set<binary> with default va...Yuri Melnikov2021-09-092-2/+7
* | Remove redundant `format!(..)` macro calls (#2443)xiexiaoqun2021-09-081-2/+2
* | THRIFT-5459: Fix breaking issue when adding a new exceptionYuxuan 'fishy' Wang2021-09-032-1/+18
* | Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanupMario Emmenlauer2021-09-0210-112/+111
|\ \
| * | Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-0210-112/+111
* | | Merge pull request #2450 from BioDataAnalysis/bda_slim_windows_hMario Emmenlauer2021-09-024-4/+7
|\ \ \ | |/ / |/| |
| * | Reduce the usage of Windows.h, and add macros to slim Windows.hMario Emmenlauer2021-09-024-4/+7
|/ /
* | Merge pull request #2449 from BioDataAnalysis/bda_unify_nonblockingserversocketMario Emmenlauer2021-09-023-50/+104
|\ \
| * | Updated TNonblockingServerSocket to better match TServerSocketMario Emmenlauer2021-09-013-50/+104
|/ /
* | Merge pull request #2327 from BioDataAnalysis/bda_add_domain_sockets_for_windowsMario Emmenlauer2021-09-015-65/+69
|\ \
| * | Added support for Unix domain sockets on WindowsMario Emmenlauer2021-08-315-65/+69
|/ /
* | Merge pull request #2447 from BioDataAnalysis/bda_use_cmake_config_on_msvcMario Emmenlauer2021-08-314-6/+21
|\ \
| * | Use the cmake-generated thrift config also on MSVCMario Emmenlauer2021-08-303-5/+20
| * | TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable)Mario Emmenlauer2021-08-301-1/+1
|/ /
* | Merge pull request #2448 from BioDataAnalysis/bda_fix_dotnet_dockerMario Emmenlauer2021-08-305-8/+23
|\ \
| * | build/docker/*/Dockerfile: Added dotnet additional dependenciesMario Emmenlauer2021-08-305-8/+23
|/ /
* | go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-2733-293/+197
* | Merge pull request #2445 from BioDataAnalysis/bda_add_dotnet_docsMario Emmenlauer2021-08-257-36/+44
|\ \
| * | lib/netstd/Thrift/Thrift.csproj: Generate documentation for .NETMario Emmenlauer2021-08-251-0/+1
| * | Minor whitespace cleanup in csproj filesMario Emmenlauer2021-08-257-36/+43
|/ /
* | 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