summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* FIX: Log errors in processor via standard logger -> errors to write into Cons...Jens Geyer2020-11-211-1/+1
* silenced few warningsJens Geyer2020-11-211-14/+8
* Log errors in processor via standard logger #2284Konstantin Pozdniakov2020-11-211-3/+13
* upgrade msys try get the softzeshuai0072020-11-202-8/+11
* try update the package to download the softwarezeshuai0072020-11-201-1/+2
* FixDownLoadErrorInAppveyorCizeshuai0072020-11-202-1/+5
* rollbackzeshuai0072020-11-201-1/+1
* FixDownLoadErrorInCizeshuai0072020-11-201-1/+1
* THRIFT-5288: Move Support for ByteBuffer into TTransportDavid Mollitor2020-11-199-45/+81
* Minor whitespace changes for netstdMario Emmenlauer2020-11-192-18/+17
* Merge pull request #2273 from allengeorge/allen/clippy_cleanAllen George2020-11-1828-180/+146
|\
| * THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-1228-180/+146
* | Grammatical/Typo changesPoojaChandak2020-11-1010-39/+39
* | THRIFT-5303 Fix missing error handling in using PyUnicode_DecodeUTF8stiga-huang2020-11-011-1/+1
* | THRIFT-5302 Add recursive function name uniqueness checkwangliming072020-11-012-4/+50
* | THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538Jens Geyer2020-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-063-11/+20
* 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