summaryrefslogtreecommitdiff
path: root/lib/java/src/org/apache/thrift
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5545: use gradle convention in organizing java projectJiayu Liu2022-04-20144-22257/+0
* THRIFT-5563: fix deprecation and enable xlint for java library (#2575)Jiayu Liu2022-04-184-108/+100
* add interface generationJiayu Liu2022-04-131-0/+35
* add support for converting to java optionalJiayu Liu2022-03-091-0/+15
* THRIFT-5494 fix cpu full caused by infinite select() when frameSize < maxRead...wangfan2022-03-064-5/+36
* THRIFT-5486 : fix issues found by spotbugskpandit2021-12-133-27/+4
* [skip ci] updated README.md to reflect final merged changes (THRIFT-5443)kpandit2021-11-231-15/+15
* THRIFT-5443: add support for partial Thrift deserializationkpandit2021-11-2013-10/+2600
* FIX for "error: malformed HTML" broken by 91be87a76f747b9069bb07357483b2d8a19...Jens Geyer2021-10-181-1/+1
* THRIFT-5237: FOLLOWUP: Add a new constructor for TSocketYuming Wang2021-10-181-0/+12
* fix javadoc warningskpandit2021-10-149-11/+18
* fix javadoc warningskpandit2021-08-229-17/+68
* Change StringBuffer to StringBuilder for more efficiencyxiexiaoqun2021-08-221-1/+1
* Add missing javadocbhalchandrap2021-08-1010-34/+64
* THRIFT-5425 Throw an exception when reading TSimpleJson in JavaThomas2021-06-301-35/+31
* THRIFT-5433: Add Counter To Thread Name of TThreadPoolServerbelugabehr2021-06-301-1/+3
* THRIFT-5430: Fix deadlock triggered by FieldMetaData.class.Divye Kapoor2021-06-231-5/+23
* THRIFT-5432 TSaslTransport throw TTransportException of MaxMessageSize reachedl005082822021-06-161-1/+3
* THRIFT-5411: Catch SocketTimeoutException in TIOStreamTransport readDavid Mollitor2021-06-031-0/+3
* THRIFT-5383 TJSONProtocol Java readString throws on bounds checkaaronstgeorge-wf2021-03-301-3/+1
* THRIFT-5297: Improve TThreadPoolServer Handling of Incoming ConnectionsDavid Mollitor2021-02-041-126/+54
* THRIFT-5345: Allow the ServerContext to be Unwrapped Programmaticallybelugabehr2021-02-041-3/+26
* THRIFT-5288: Move Support for ByteBuffer into TTransportDavid Mollitor2020-11-198-44/+80
* 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-1641-247/+930
* 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-281-0/+3
* 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-4252: Close sockets when shut down server (#1905)Duru Can Celasun2019-12-121-15/+21
|\
| * Fix indentationQinghui Xu2019-11-041-1/+1
| * THRIFT-4252: Close sockets when shut down serverQinghui Xu2019-10-231-15/+21
* | THRIFT-4889 Nonblocking server with sasl supportQinghui Xu2019-12-1033-75/+2489
* | 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-251-13/+16
|/
* 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
* THRIFT-4849: Do not Ignore InterruptedExceptionBeluga Behr2019-07-081-2/+2
* THRIFT-4805: Suppress excessive logging of SASL TTransportExceptions in case ...Mithun RK2019-07-083-61/+35
* 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-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-4725: Change Return Type Signature of Process MethodsBeluga Behr2019-01-147-24/+25
* THRIFT-4726: Remove SLF4J Logging GuardsBeluga Behr2019-01-062-12/+8
* THRIFT-4368: Fix guaranteed NPE in TBaseAsyncProcessor.javaBeluga Behr2019-01-041-3/+13