summaryrefslogtreecommitdiff
path: root/lib/java
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5292: No Need to Explicitly Print NullTHRIFT-5292David Mollitor2020-10-071-0/+10
* THRIFT-5287: Log When Client Connections are DroppedDavid Mollitor2020-10-042-0/+3
* THRIFT-5203: Remove Unused toString Method in TSerializerDavid Mollitor2020-09-201-17/+0
* Implements TConfiguration for javazeshuai0072020-09-1661-327/+1210
* THRIFT-5247 Avoiding meaningless System.copyzeshuai0072020-07-071-3/+4
* Fix FrameWriter.java typodugenkui2020-07-031-1/+1
* THRIFT-5190: StringUtils haven't take `(offset + length) > bytes.length` into...dugenkui2020-06-282-0/+28
* THRIFT-5202: TNonblockingMultiFetchClient Use SLF4J Parameterized LoggingDavid Mollitor2020-05-201-37/+21
* THRIFT-5197: TSSLTransportFactory Do Not Wrap NOT_OPEN Exception Type for ClientDavid Mollitor2020-05-111-3/+5
* THRIFT-5115 PR #2022 Updated gradle to 6.2 broke CIMario Emmenlauer2020-02-251-1/+1
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-02-231-5/+6
* Updated gradle to 6.2Mario Emmenlauer2020-02-231-1/+1
* THRIFT-5060: Add cross tests for TZlibTransport in JavaKengo Seki2020-01-192-7/+28
* Use HTTPS for repo1.maven.orgD. Can Celasun2020-01-151-2/+2
* THRIFT-4252: Close sockets when shut down server (#1905)Duru Can Celasun2019-12-122-15/+83
|\
| * Fix indentationQinghui Xu2019-11-041-1/+1
| * THRIFT-4252: Close sockets when shut down serverQinghui Xu2019-10-232-15/+83
* | THRIFT-4889 Nonblocking server with sasl supportQinghui Xu2019-12-1042-86/+3013
* | THRIFT-5008: Improve TSaslTransport loggingQinghui Xu2019-12-101-4/+2
* | THRIFT-5031: Fix TIOStreamTransport javadocwineandcheeze2019-11-251-5/+5
* | THRIFT-5022: Fix TIOStreamTransport.isOpen for input or output only useAndy Seaborne2019-11-252-13/+78
|/
* THRIFT-4949: Improve HTTP/1 server test casepengzhouhu2019-10-217-6/+146
* Update Java dependenciesD. Can Celasun2019-10-183-8/+19
* bump versionJens Geyer2019-10-171-1/+1
* THRIFT-2530: Fix TIOStreamTransport#isOpenwineandcheeze2019-10-101-4/+2
* THRIFT-4858: Add error message to TTransportExceptionwineandcheeze2019-10-091-1/+1
* THRIFT-4945: Fix non-standard log outputpengzhouhu2019-10-081-9/+12
* Upgrade to Gradle 5.6.2Ben Evans2019-10-084-5/+37
* THRIFT-4932: Using a default string on a binary field results in invalid Java...Ewan Higgs2019-09-201-0/+1
* Prevent "Log file size too large" messages during CI testsJens Geyer2019-09-111-1/+5
* THRIFT-4957 testSanePartsOfCompactProtoTestStruct FAILEDJens Geyer2019-09-111-1/+1
* THRIFT-4865:Replace expired Charsets with StandardCharsetsIssacpeng2019-08-241-8/+8
* THRIFT-4849: Do not Ignore InterruptedExceptionBeluga Behr2019-07-081-2/+2
* THRIFT-4805: Fixed readme filesJames E. King III2019-07-081-2/+2
* THRIFT-4805: Suppress excessive logging of SASL TTransportExceptions in case ...Mithun RK2019-07-084-62/+39
* THRIFT-4857: [java] added a unit test for TFieldJames E. King III2019-05-131-0/+60
* THRIFT-4857: Made Java TField class hash code consistent with equals.Garret Wilson2019-05-131-2/+1
* THRIFT-4851: Remove All Calls To printStackTraceBeluga Behr2019-05-033-4/+9
* THRIFT-3877: fix py/py3 server, java client with http transportJames E. King III2019-02-111-3/+8
* THRIFT-4779: fix exception type in TMultiplexedProcessorJames E. King III2019-02-081-6/+9
* THRIFT-4773: Provide root cause for sasl negotiation failureQinghui Xu2019-02-061-1/+1
* THRIFT-4766: Fix JDK11 build (#1723)Fokko Driesprong2019-02-012-0/+3
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
* THRIFT-4746: changes for publishing java library to maven; fix java debug vs....James E. King III2019-01-236-18/+28
* THRIFT-4725: Change Return Type Signature of Process MethodsBeluga Behr2019-01-149-26/+31
* THRIFT-4726: Remove SLF4J Logging GuardsBeluga Behr2019-01-062-12/+8
* THRIFT-4368: Fix guaranteed NPE in TBaseAsyncProcessor.javaBeluga Behr2019-01-041-3/+13
* THRIFT-4714: optimize java TFramedTransport to call write once per flushJames E. King III2019-01-035-22/+81
* THRIFT-4712: Improve Performance and Refactor ShortStackBeluga Behr2019-01-035-141/+65
* THRIFT-4481: TBinaryProtocol.writeMessageEnd does not allow throwable exceptionBeluga Behr2019-01-033-23/+107