summaryrefslogtreecommitdiff
path: root/lib/java/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* THRIFT-4714: optimize java TFramedTransport to call write once per flushJames E. King III2019-01-033-13/+47
* THRIFT-4712: Improve Performance and Refactor ShortStackBeluga Behr2019-01-032-25/+19
* THRIFT-4481: TBinaryProtocol.writeMessageEnd does not allow throwable exceptionBeluga Behr2019-01-033-23/+107
* THRIFT-4469: Make isServing volatileBeluga Behr2019-01-031-1/+1
* THRIFT-4709: Use StandardCharsets UTF-8Beluga Behr2019-01-039-136/+72
* THRIFT-4702: Improve AutoExpandingBufferBeluga Behr2019-01-034-21/+19
* THRIFT-4713: Review of TBaseHelperBeluga Behr2019-01-021-86/+46
* THRIFT-4711: Improve Immutable None Type InstantiationBeluga Behr2019-01-021-4/+8
* THRIFT-4704: Streamline TDeserializer ImplementationBeluga Behr2018-12-311-39/+20
* THRIFT-4695: Pre-Size Java Collections in UnionBeluga Behr2018-12-301-2/+2
* Use case-switch Statement Instead of if-else ClausesBeluga Behr2018-12-301-5/+11
* THRIFT-4494: Increase Java Socket Buffer Size (#1608)Naveen Gangam2018-10-051-4/+4
* THRIFT-4499: Remove Magic Number In TFIleTransport (#1607)Naveen Gangam2018-10-051-1/+1
* THRIFT-4566: Pass message to rethrow exception (#1554)nicaro2018-05-091-1/+1
* Thrift 4556: Optional rethrow of unhandled exceptions in java processor (#1544)nicaro2018-05-011-1/+2
* THRIFT-3769 : Fix logic of THRIFT-2268Vihang Karajgaonkar2018-05-011-5/+15
* THRIFT-4530: add @Nullable annotations to generated Java codeManu Sridharan2018-03-291-0/+33
* THRIFT-4429: Make TThreadPoolServer.executorService_ available inDmitry Volodin2018-03-134-18/+28
* THRIFT-4337: fix javadoc build error related to changesJames E. King III2018-03-121-2/+2
* THRIFT-4337: Able to set keyStore and trustStore as InputStream in theDmitry Volodin2018-03-121-6/+62
* THRIFT-4506: fix use of assert for correctness in Java SASL negotiationJames E. King III2018-03-051-3/+1
* THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issuesAlex Volanis2018-01-241-3/+3
* THRIFT-3686 Java processor should report internal error on uncaught exceptionNobuaki Sukegawa2017-11-301-11/+17
* THRIFT-4378: add set method for stopTimeoutUnit in TThreadPoolServer java libitegel2017-11-021-3/+8
* THRIFT-4362 check "read length" in readStringBody(int)christianc2017-10-251-0/+1
* THRIFT-4049, THRIFT-4053: when skipping, if field type is invalid, throw aJames E. King, III2017-09-241-1/+2
* THRIFT-4233: Make THsHaServer.invoker available (get method only) in inherite...Dmitry Volodin2017-09-211-0/+3
* THRIFT-4251: Fix JDK Epoll Bug in Thrift of TThreadedSelectorServer model.Johnny-Liao2017-09-212-39/+115
* THRIFT-4316: fix read size in TByteBuffer.javagx97022017-09-051-1/+1
* THRIFT-4193 Lower the default maxReadBufferBytes for non-blocking serversRoshan George2017-05-111-1/+1
* THRIFT-4130: Release connection back to managed pool.Jonathan Pearlin2017-03-221-0/+3
* THRIFT-1805 Provide option for handling RTEsChristopher Tubbs2017-02-271-10/+21
* THRIFT-2504: Add default processor to java multiplexed processor to handle ol...Aleksey Pesternikov2017-02-181-3/+14
* THRIFT-4068 fix comment in java server socket codeJames E. King, III2017-02-041-1/+1
* THRIFT-4062 Remove debug print from TServiceClientTom Davis2017-01-311-1/+0
* THRIFT-3854 add a way in java to clear TFramedTransport read buffersJames E. King, III2017-01-272-7/+16
* THRIFT-4040 Add real cause of TNonblockingServerSocket error to exceptionJames E. King, III2017-01-231-1/+1
* THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-...Gary Gregory2016-11-193-3/+16
* THRIFT-3902 TFramedTransport.open throws NullPointerExceptionNobuaki Sukegawa2016-10-031-8/+8
* THRIFT-3449 TBaseAsyncProcessor fb.responseReady() never called for oneway fu...Nobuaki Sukegawa2016-03-181-11/+18
* THRIFT-3743 Java JSON protocol left in incorrect state when an exception is t...Tyler Treat2016-03-182-0/+19
* THRIFT-3479 Avoid returning a message to a client on TException.Josh Elser2016-03-181-6/+8
* THRIFT-3680 Java async processor fails to notify errors to clientsNobuaki Sukegawa2016-03-188-7/+15