summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Version 0.14.0v0.14.0Jens Geyer2021-02-058-104/+115
* THRIFT-5274: Enforce Java 8 compatibilityChristopher Tubbs2021-02-042-0/+12
* THRIFT-5297: Improve TThreadPoolServer Handling of Incoming ConnectionsDavid Mollitor2021-02-042-130/+64
* THRIFT-5345: Allow the ServerContext to be Unwrapped Programmaticallybelugabehr2021-02-042-5/+46
* THRIFT-5343: TTlsSocketTransport does not resolve IPv4 addresses or validate ...James Lacey2021-02-041-4/+5
* THRIFT-5337 Go set fields write improvementwangtieju2021-02-033-2/+357
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...Jens Geyer2021-02-032-21/+21
* THRIFT-5336 Add possibility to setup connection timeout in TCurlClientvladimir.panivko2021-01-241-0/+26
* THRIFT-4914: Make TClient.Call to return the response metaYuxuan 'fishy' Wang2021-01-225-27/+27
* THRIFT-5322: THeaderTransport protocol id fixYuxuan 'fishy' Wang2021-01-222-12/+29
* THRIFT-5338: Remove lib/go/thrift/go.modYuxuan 'fishy' Wang2021-01-201-3/+0
* THRIFT-5338: Raise minimal supported go version to 1.14.14Yuxuan 'fishy' Wang2021-01-2012-57/+63
* THRIFT-5326: Make PrependError more unwrap-ableYuxuan 'fishy' Wang2021-01-193-24/+50
* THRIFT-5326: Expand TException interface in go libraryYuxuan 'fishy' Wang2021-01-179-25/+141
* THRIFT-5322: Implement TConfiguration in Go libraryYuxuan 'fishy' Wang2021-01-1717-182/+1233
* THRIFT-5331: Py: make THeader subprotocol configurable (#2302)Neil Williams2021-01-042-7/+14
* THRIFT-5325: Fix Lua library writeStructEnd() in TCompactProtocolJeffrey Han2020-12-221-1/+1
* TServerSocket.cpp::isOpen(): Check that a domain socket file already existsMario Emmenlauer2020-12-191-0/+32
* THRIFT-5322: Guard against large string/binary lengths in GoYuxuan 'fishy' Wang2020-12-163-42/+184
* THRIFT-5324: Create new req buffer for every http requestYuxuan 'fishy' Wang2020-12-161-9/+5
* THRIFT-5282: Add IPv6 client support to Lua libraryJeffrey Han2020-12-153-16/+78
* THRIFT-5324: reset http client buffer after flushMorozov2020-12-152-5/+63
* Add useful links in Rust client's metadataDirkjan Ochtman2020-12-091-1/+2
* THRIFT-5295 makeThread and ThreadFactory extensiblerglarix2020-12-082-8/+15
* Fix Missed check in c_glib for frame max message size checkzeshuai0072020-12-052-0/+14
* THRIFT-5320: Usage of "Task" as IDL identifier generates uncompileable codeJens Geyer2020-12-045-0/+121
* Fix Erlang CI: Add gen-erl into test's pathSergey Yelin2020-12-041-1/+9
* Make ~TException() virtualMario Emmenlauer2020-12-031-1/+1
* THRIFT-5288: Move Support for ByteBuffer into TTransportDavid Mollitor2020-11-199-45/+81
* Merge pull request #2273 from allengeorge/allen/clippy_cleanAllen George2020-11-1817-88/+86
|\
| * THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-1217-88/+86
* | THRIFT-5303 Fix missing error handling in using PyUnicode_DecodeUTF8stiga-huang2020-11-011-1/+1
* | fix warning in c_glib from add max_message_size codezeshuai0072020-10-319-34/+35
* | THRIFT-5304 TWinHTTPClientImpl may incorrectly report that the message size i...Jens Geyer2020-10-302-1/+3
|/
* Add an Automatic-Module-Name entryMark Raynsford2020-10-241-0/+1
* Add DuplicateTo protocol to go's TDebugProtocolYuxuan 'fishy' Wang2020-10-191-2/+149
* THRIFT-5294: Fix panic in go TSimpleJSONProtocolYuxuan 'fishy' Wang2020-10-146-61/+261
* THRIFT-5240: Tweak the default go server connectivity check intervalYuxuan 'fishy' Wang2020-10-072-1/+6
* THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538Jens Geyer2020-10-062-8/+15
* THRIFT-5287: Log When Client Connections are DroppedDavid Mollitor2020-10-042-0/+3
* THRIFT-5286: Fix Lua library readBool() in TCompactProtocolJeffrey Han2020-10-021-9/+11
* THRIFT-5103: Fix for PHP7.4 deprecated syntaxStoyan Markov2020-10-012-2/+2
* THRIFT-5256: Fix some compile warningswangyunjian2020-10-012-3/+3
* Fix c_glib implicit function declarationsChristopher Chavez2020-10-012-0/+8
* go: Use sync.Pool for gzip in HTTP transportDuru Can Celasun2020-09-301-2/+13
* add the test case into cmakezeshuai0072020-09-281-0/+24
* THRIFT-5279: Go serializer/deserializer cleanupsYuxuan 'fishy' Wang2020-09-232-9/+54
* THRIFT-5278: Allow set protoID in go THeader transport/protocolYuxuan 'fishy' Wang2020-09-224-17/+128
* Merge pull request #2235 from deiv/fix-abstract-unix-socket-nameZezeng Wang2020-09-227-69/+158
|\
| * Fix abstract unix socket nameDavid Suárez2020-09-217-69/+158