summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5472: Retract bad go module version under lib/go/thriftlib/go/thrift/v0.0.1-do-not-useYuxuan 'fishy' Wang2021-10-181-0/+6
* Fix `processing` typo in TSocketServer.swiftKevin Wojniak2021-10-181-1/+1
* 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
* 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
* THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454)Allen George2021-09-111-0/+1
* Remove redundant `format!(..)` macro calls (#2443)xiexiaoqun2021-09-081-2/+2
* Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanupMario Emmenlauer2021-09-026-74/+88
|\
| * Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-026-74/+88
* | Reduce the usage of Windows.h, and add macros to slim Windows.hMario Emmenlauer2021-09-024-4/+7
|/
* Updated TNonblockingServerSocket to better match TServerSocketMario Emmenlauer2021-09-013-50/+104
* Added support for Unix domain sockets on WindowsMario Emmenlauer2021-08-315-65/+69
* Use the cmake-generated thrift config also on MSVCMario Emmenlauer2021-08-301-2/+1
* TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable)Mario Emmenlauer2021-08-301-1/+1
* go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-2718-230/+126
* lib/netstd/Thrift/Thrift.csproj: Generate documentation for .NETMario Emmenlauer2021-08-251-0/+1
* Minor whitespace cleanup in csproj filesMario Emmenlauer2021-08-252-33/+37
* 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-193-1/+41
* 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
* lib/cpp/test/CMakeLists.txt: Added missing boost::chronoMario Emmenlauer2021-08-131-1/+1
* 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
* lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on WindowsMario Emmenlauer2021-08-121-2/+7
* THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.OpenYuxuan 'fishy' Wang2021-08-112-11/+18
* Add missing javadocbhalchandrap2021-08-1010-34/+64
* bump version numberJens Geyer2021-08-0325-28/+28
* THRIFT-4797: Go import improvementsYuxuan 'fishy' Wang2021-08-015-1/+90
* THRIFT-5445 "cancellationToken" cannot be used as argument nameJens Geyer2021-08-011-1/+5
* THRIFT-5444 Netstd generator produces uncompileable code for enums ending wit...Jens Geyer2021-08-013-0/+83
* THRIFT-5389: Fix const generation for optional fieldsYuxuan 'fishy' Wang2021-07-304-1/+303
* Update README for go libraryYuxuan 'fishy' Wang2021-07-261-6/+4
* THRIFT-5421 c_glib:Fix the problem of incorrect setting of errno in some fileslm20482021-07-091-2/+5
* 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-022-4/+1
* 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