summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* THRIFT-5430: Fix deadlock triggered by FieldMetaData.class.Divye Kapoor2021-06-232-12/+54
* THRIFT-5432 TSaslTransport throw TTransportException of MaxMessageSize reachedl005082822021-06-161-1/+3
* THRIFT-5431 Response should include 'content-type' headerJens Geyer2021-06-161-4/+6
* Merge pull request #2401 from aaronmjones/THRIFT-3840Mario Emmenlauer2021-06-092-0/+26
|\
| * Add better unit tests and imbue C locale in floating point to_stringubuntu2021-06-073-24/+24
| * Add unit test for system locale with thousands separator commaubuntu2021-05-312-0/+26
* | Merge pull request #2382 from BioDataAnalysis/bda_add_openssl_membuffer_loadingMario Emmenlauer2021-06-042-9/+25
|\ \
| * | Robustness improvements when loading OpenSSL certificatesMarco Schroeter2021-06-042-9/+25
* | | THRIFT-5428 Prevent costly reallocations to improve performanceJens Geyer2021-06-047-48/+87
|/ /
* | Merge pull request #2383 from BioDataAnalysis/bda_minor_cmake_cleanupMario Emmenlauer2021-06-042-57/+54
|\ \
| * | Minor cleanup of two CMake files, and removed some (unused) boost dependenciesMario Emmenlauer2021-05-052-57/+54
* | | THRIFT-5411: Catch SocketTimeoutException in TIOStreamTransport readDavid Mollitor2021-06-031-0/+3
| |/ |/|
* | fix D build, with D lang openssl 2.0.3mingwugmail2021-05-272-4/+19
* | THRIFT-5419 Incorrect usage of thread pool in TThreadPoolAsyncServer may lead...phxnsharp2021-05-261-8/+8
* | THRIFT-5422 add threadpool server to netstd test suite implJens Geyer2021-05-261-5/+7
* | Add Link to Tutorial in Rust Lib DocumentationZicklag2021-05-201-0/+7
* | THRIFT-5399: Fix socket leak in abnormal situationlm20482021-05-171-2/+9
* | consume remaining MessageSize but never reset, we should reset remainin Mes...Irelian2021-05-151-0/+1
* | THRIFT-5413 Int vs String in method get_size required by property sizeJens Geyer2021-05-131-1/+1
* | THRIFT-5400 Java library does not export the .annotation packageAntonio García-Domínguez2021-05-061-1/+1
* | THRIFT-5408 Support for deprecated/obsolete methods (via annotation)Jens Geyer2021-05-051-0/+8
|/
* THRIFT-5244 Dynamic exception specifications are deprecated in C++11[-Wdeprec...zeshuai0072021-04-291-2/+2
* THRIFT-5404: Allow other types of TTransportException to be timeoutsYuxuan 'fishy' Wang2021-04-283-4/+16
* commented private code that is definitely never usedJens Geyer2021-04-161-2/+6
* THRIFT-5398 ThreadPoolServer not stoppable via CancellationTokenJens Geyer2021-04-153-15/+12
* THRIFT-5396 deprecate "Async" method postfixJens Geyer2021-04-102-8/+18
* THRIFT-5395 inconsistent treatment of methods ending in "Async"Jens Geyer2021-04-102-0/+14
* THRIFT-5369: Use MaxMessageSize to check container sizesYuxuan 'fishy' Wang2021-04-094-32/+83
* THRIFT-5391 Named pipes transport hardeningJens Geyer2021-04-022-11/+35
* THRIFT-5390 Named Pipes transport hardeningJens Geyer2021-04-022-20/+77
* THRIFT-5265 add the zlib transport to c_glibzeshuai0072021-04-0110-4/+1957
* THRIFT-5383 TJSONProtocol Java readString throws on bounds checkaaronstgeorge-wf2021-03-302-3/+15
* THRIFT-5387 Improved and simplified Delphi test setupJens Geyer2021-03-2920-118/+1345