index
:
delta/thrift.git
0.1.x
0.10.0
0.11.0
0.11.0-rc0
0.12.0
0.13.0
0.14.0
0.14.1
0.14.2
0.15.0
0.16.0
0.17.0
0.18.0
0.18.1
0.2.x
0.3.x
0.4.x
0.5.x
0.6.x
0.7.x
0.8.x
0.9.1
0.9.2
0.9.3
0.9.3.1
0.9.3.2
0.9.x
Jens-G-enable-GitHub-code-scanning
THRIFT-5288
THRIFT-5292
THRIFT-5345
ci/pypi-automation
dependabot/gradle/lib/java/com.bmuschko-gradle-clover-plugin-3.0.3
dependabot/gradle/lib/kotlin/com.bmuschko-gradle-clover-plugin-3.0.3
dependabot/gradle/lib/kotlin/com.ncorti.ktfmt.gradle-0.12.0
follow-up-python-github-workflow
master
py-compiler
rel/0.10.0
git.apache.org: repos/asf/thrift.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
java
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
THRIFT-4857: Made Java TField class hash code consistent with equals.
Garret Wilson
2019-05-13
1
-2
/
+1
*
THRIFT-4851: Remove All Calls To printStackTrace
Beluga Behr
2019-05-03
3
-4
/
+9
*
THRIFT-4779: fix exception type in TMultiplexedProcessor
James E. King III
2019-02-08
1
-6
/
+9
*
THRIFT-4773: Provide root cause for sasl negotiation failure
Qinghui Xu
2019-02-06
1
-1
/
+1
*
THRIFT-4725: Change Return Type Signature of Process Methods
Beluga Behr
2019-01-14
7
-24
/
+25
*
THRIFT-4726: Remove SLF4J Logging Guards
Beluga Behr
2019-01-06
2
-12
/
+8
*
THRIFT-4368: Fix guaranteed NPE in TBaseAsyncProcessor.java
Beluga Behr
2019-01-04
1
-3
/
+13
*
THRIFT-4714: optimize java TFramedTransport to call write once per flush
James E. King III
2019-01-03
3
-13
/
+47
*
THRIFT-4712: Improve Performance and Refactor ShortStack
Beluga Behr
2019-01-03
2
-25
/
+19
*
THRIFT-4481: TBinaryProtocol.writeMessageEnd does not allow throwable exception
Beluga Behr
2019-01-03
3
-23
/
+107
*
THRIFT-4469: Make isServing volatile
Beluga Behr
2019-01-03
1
-1
/
+1
*
THRIFT-4709: Use StandardCharsets UTF-8
Beluga Behr
2019-01-03
9
-136
/
+72
*
THRIFT-4702: Improve AutoExpandingBuffer
Beluga Behr
2019-01-03
4
-21
/
+19
*
THRIFT-4713: Review of TBaseHelper
Beluga Behr
2019-01-02
1
-86
/
+46
*
THRIFT-4711: Improve Immutable None Type Instantiation
Beluga Behr
2019-01-02
1
-4
/
+8
*
THRIFT-4704: Streamline TDeserializer Implementation
Beluga Behr
2018-12-31
1
-39
/
+20
*
THRIFT-4695: Pre-Size Java Collections in Union
Beluga Behr
2018-12-30
1
-2
/
+2
*
Use case-switch Statement Instead of if-else Clauses
Beluga Behr
2018-12-30
1
-5
/
+11
*
THRIFT-4494: Increase Java Socket Buffer Size (#1608)
Naveen Gangam
2018-10-05
1
-4
/
+4
*
THRIFT-4499: Remove Magic Number In TFIleTransport (#1607)
Naveen Gangam
2018-10-05
1
-1
/
+1
*
THRIFT-4566: Pass message to rethrow exception (#1554)
nicaro
2018-05-09
1
-1
/
+1
*
Thrift 4556: Optional rethrow of unhandled exceptions in java processor (#1544)
nicaro
2018-05-01
1
-1
/
+2
*
THRIFT-3769 : Fix logic of THRIFT-2268
Vihang Karajgaonkar
2018-05-01
1
-5
/
+15
*
THRIFT-4530: add @Nullable annotations to generated Java code
Manu Sridharan
2018-03-29
1
-0
/
+33
*
THRIFT-4429: Make TThreadPoolServer.executorService_ available in
Dmitry Volodin
2018-03-13
4
-18
/
+28
*
THRIFT-4337: fix javadoc build error related to changes
James E. King III
2018-03-12
1
-2
/
+2
*
THRIFT-4337: Able to set keyStore and trustStore as InputStream in the
Dmitry Volodin
2018-03-12
1
-6
/
+62
*
THRIFT-4506: fix use of assert for correctness in Java SASL negotiation
James E. King III
2018-03-05
1
-3
/
+1
*
THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues
Alex Volanis
2018-01-24
1
-3
/
+3
*
THRIFT-3686 Java processor should report internal error on uncaught exception
Nobuaki Sukegawa
2017-11-30
1
-11
/
+17
*
THRIFT-4378: add set method for stopTimeoutUnit in TThreadPoolServer java lib
itegel
2017-11-02
1
-3
/
+8
*
THRIFT-4362 check "read length" in readStringBody(int)
christianc
2017-10-25
1
-0
/
+1
*
THRIFT-4049, THRIFT-4053: when skipping, if field type is invalid, throw a
James E. King, III
2017-09-24
1
-1
/
+2
*
THRIFT-4233: Make THsHaServer.invoker available (get method only) in inherite...
Dmitry Volodin
2017-09-21
1
-0
/
+3
*
THRIFT-4251: Fix JDK Epoll Bug in Thrift of TThreadedSelectorServer model.
Johnny-Liao
2017-09-21
2
-39
/
+115
*
THRIFT-4316: fix read size in TByteBuffer.java
gx9702
2017-09-05
1
-1
/
+1
*
THRIFT-4193 Lower the default maxReadBufferBytes for non-blocking servers
Roshan George
2017-05-11
1
-1
/
+1
*
THRIFT-4130: Release connection back to managed pool.
Jonathan Pearlin
2017-03-22
1
-0
/
+3
*
THRIFT-1805 Provide option for handling RTEs
Christopher Tubbs
2017-02-27
1
-10
/
+21
*
THRIFT-2504: Add default processor to java multiplexed processor to handle ol...
Aleksey Pesternikov
2017-02-18
1
-3
/
+14
*
THRIFT-4068 fix comment in java server socket code
James E. King, III
2017-02-04
1
-1
/
+1
*
THRIFT-4062 Remove debug print from TServiceClient
Tom Davis
2017-01-31
1
-1
/
+0
*
THRIFT-3854 add a way in java to clear TFramedTransport read buffers
James E. King, III
2017-01-27
2
-7
/
+16
*
THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception
James E. King, III
2017-01-23
1
-1
/
+1
*
THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-...
Gary Gregory
2016-11-19
3
-3
/
+16
*
THRIFT-3902 TFramedTransport.open throws NullPointerException
Nobuaki Sukegawa
2016-10-03
1
-8
/
+8
*
THRIFT-3449 TBaseAsyncProcessor fb.responseReady() never called for oneway fu...
Nobuaki Sukegawa
2016-03-18
1
-11
/
+18
*
THRIFT-3743 Java JSON protocol left in incorrect state when an exception is t...
Tyler Treat
2016-03-18
2
-0
/
+19
*
THRIFT-3479 Avoid returning a message to a client on TException.
Josh Elser
2016-03-18
1
-6
/
+8
*
THRIFT-3680 Java async processor fails to notify errors to clients
Nobuaki Sukegawa
2016-03-18
8
-7
/
+15
[prev]
[next]