summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5292: No Need to Explicitly Print NullTHRIFT-5292David Mollitor2020-10-072-11/+10
* 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
* markdown compiler addedKashirin Alex2020-10-025-0/+1116
* Rust compiler generates invalid code when using typedef with unionguanjialin2020-10-011-0/+4
* 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
* Fix typoTom Wieczorek2020-09-301-1/+1
* 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-4942 Set PHP struct generated field values as private with getters and...Dedipyaman Das2020-09-271-1/+2
* THRIFT-4942 Set PHP struct generated field values as private with getters and...Dedipyaman Das2020-09-251-1/+94
* 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
* | THRIFT-5203: Remove Unused toString Method in TSerializerDavid Mollitor2020-09-201-17/+0
* | fix CI: add Erlang crashes to known failuresJens Geyer2020-09-201-12/+12
* | Merge pull request #2221 from zeshuai007/THRIFT-5249Zezeng Wang2020-09-191-0/+1
|\ \
| * | test ci fixzeshuai0072020-09-191-0/+1
* | | Merge pull request #2191 from zeshuai007/Implements_TConfigZezeng Wang2020-09-1862-335/+1217
|\ \ \
| * | | Implements TConfiguration for javazeshuai0072020-09-1662-335/+1217
* | | | THRIFT-5134: Fix memory leak when the handler method return FALSEwangyunjian2020-09-171-42/+41
* | | | THRIFT-4272: warnings in glibc libraryzeshuai0072020-09-172-0/+35
* | | | fix CI: add Erlang crashes to known failuresJens Geyer2020-09-171-12/+12
|/ / /
* | | TServerSocket.cpp: Ensure the server is really listening (via helper variable...Mario Emmenlauer2020-09-151-2/+8
* | | Added getter and setter for domain socket path, and minor fix for printing ab...Mario Emmenlauer2020-09-152-2/+29
* | | Fixed double newline at end of generated python service files (#2236)Jonathan Mackenzie2020-09-141-1/+1
* | | fix CI: add Erlang crashes to known failuresJens Geyer2020-09-121-323/+335
* | | THRIFT-5217 Deprecated boost headerzeshuai0072020-09-1211-11/+11
* | | THRIFT-5260 Fix the thrift compiler generate problematic lua code for the one...longzhiri2020-09-124-26/+55
* | | Deprecated WinXP and Server2003 methodsMario Emmenlauer2020-09-124-70/+5
| |/ |/|
* | THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...Allen George2020-09-0235-353/+355
* | THRIFT-5136: Fix memory leak in thrift_multiplexed_processor_process_impl()wangyunjian2020-09-022-7/+3
* | THRIFT-5255: Fix stack overflow in framed transportwangyunjian2020-09-021-3/+4
* | THRIFT-5259 Fix "Transport endpoint is not connected " error when running lua...Zero2020-08-311-6/+0
* | THRIFT-5262 Fix a encoding struct bug in the compact protocol implementation ...longzhiri2020-08-311-1/+1
* | Fix appveryor checkzeshuai0072020-08-311-1/+1
* | THRIFT-5268 Fix some file loss ")" in definezeshuai0072020-08-313-3/+3
* | THRIFT-5270: Fix wrong int to string conversionsYuxuan 'fishy' Wang2020-08-295-84/+4
* | THRIFT-5132 Warning in TSocket when using ssl connectionpanivko2020-08-251-2/+3
|/
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-08-0727-40/+2607
* THRIFT-5248: Python: Make TSocket.isOpen check if server still connectedNeil Williams2020-08-063-1/+83
* THRIFT-5261 Support for deprecated methods (via annotation)Jens Geyer2020-08-056-14/+76
* THRIFT-5214: Use peek to implement socket connectivity checkYuxuan 'fishy' Wang2020-08-033-27/+8
* THRIFT-5257: Fix Go THeaderTransport endOfFrame handlingYuxuan 'fishy' Wang2020-07-292-2/+77
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-07-2546-151/+1004
* THRIFT-5254 Member name cannot be Isset (unless it is an "required" member)Jens Geyer2020-07-163-17/+24
* THRIFT-5253 using Result in result name generates wrong IAsync interfaceJens Geyer2020-07-164-9/+124