Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
8615fee798be60dc94adaaa6b31b1db8566a2ead
/
lib
/
java
/
test
bc0082e
THRIFT-3706: Implement multiplexed protocol client and test client for c_glib; test server for java; integrate into crosstest
by Gonzalo Aguilar Delgado
· 9 years ago
400b346
THRIFT-2504: Add default processor to java multiplexed processor to handle older clients
by Aleksey Pesternikov
· 11 years ago
de3e17a
THRIFT-3854 add a way in java to clear TFramedTransport read buffers
by James E. King, III
· 8 years ago
7ab125a
THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types
by BCG
· 8 years ago
400ae6e
THRIFT-3449 TBaseAsyncProcessor fb.responseReady() never called for oneway functions
by Nobuaki Sukegawa
· 9 years ago
a876527
THRIFT-3680 Java async processor fails to notify errors to clients
by Nobuaki Sukegawa
· 9 years ago
bd964c7
THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIface
by John Sirois
· 9 years ago
ce283d5
THRIFT-3679 Add stdout log to testBinary in Java test server
by Nobuaki Sukegawa
· 9 years ago
fc07084
THRIFT-3542 Add length limit support to Java test server
by Nobuaki Sukegawa
· 9 years ago
3ab9f2b
THRIFT-3521 : TSimpleJSONProtocolTest is not deterministic (fails when run on JDK 8)
by BCG
· 9 years ago
2aaae8a
THRIFT-3486 - Java generated `getFieldValue` is incompatible with `setFieldValue` for binary values
by BCG
· 9 years ago
9d0f752
THRIFT-3432 Add the TByteBuffer transport for Java Client: Java Patch: Tom Lee
by Tom Lee
· 9 years ago
9caf6d6
THRIFT-3435 Separate package for fullcamel thrift
by Tom Lee
· 9 years ago
fe53309
THRIFT-3182 TFramedTransport is in an invalid state after frame size exception
by Marshall Scorcio
· 10 years ago
54beb80
THRIFT-2409 UTF-8 sent by PHP as JSON is not understood by TJsonProtocol
by Phongphan Phuttha
· 9 years ago
f593dd3
THRIFT-3392:ZLib does not flush wrapper streams on close
by Randy Abernethy
· 9 years ago
01ede04
THRIFT-3360 Improve cross test servers and clients further
by Nobuaki Sukegawa
· 9 years ago
a649e74
THRIFT-3337 Add testBool method to cross tests
by Nobuaki Sukegawa
· 9 years ago
7860ee7
THRIFT-3300:Reimplement TZlibTransport in Java using streams
by Randy Abernethy
· 10 years ago
bb98e97
THRIFT-3294: Java ZLib transport fix Client: Java Lib Patch: Paul Magrath
by Randy Abernethy
· 10 years ago
e678948
THRIFT-1909 Java: Add compiler flag to use the "option pattern" for optional fields
by Roger Meier
· 10 years ago
8bcfdd9
THRIFT-2886 Integrate binary type in standard Thrift cross test
by Jens Geyer
· 10 years ago
3b5dacb
THRIFT-2849: spelling errors fixed using codespell tool
by Konrad Grochowski
· 10 years ago
5f841df
THRIFT-2660 Validate the bytes received in TSaslTransport
by Roger Meier
· 11 years ago
c983250
THRIFT-2660 Validate the bytes received in TSaslTransport
by Roger Meier
· 11 years ago
54c0d2e
THRIFT-2122 NPE in TSSLTransportFactory.createClient when no truststore password is passed in custom SSL params
by Roger Meier
· 11 years ago
84d1188
THRIFT-2637 "java:fullcamel_service_methods" option to automatically camel-case Java service methods
by Roger Meier
· 11 years ago
5c97603
THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names
by Roger Meier
· 11 years ago
a6415bc
THRIFT-2325: SSL test certificates
by Roger Meier
· 11 years ago
6b10271
THRIFT-1868:Make the TPC backlog configurable in the Java servers
by jfarrell
· 11 years ago
d7902bf
THRIFT-2368 New option: reuse-objects for Java generator Patch: adam-aph
by henrique
· 11 years ago
48555c5
THRIFT-2325 SSL-test-certificates.patch
by Roger Meier
· 11 years ago
38b453b
THRIFT-2210: lib/java TSimpleJSONProtocol can emit invalid JSON
by jfarrell
· 11 years ago
2897d48
THRIFT-2054:TSimpleFileTransport - Java Lib has no straight forward TTransport based file transport
by jfarrell
· 12 years ago
5c1e599
Thrift-2133: java TestTBinaryProtocol.java test failing
by jfarrell
· 12 years ago
36af4d3
THRIFT-1972 Add async server processors to Java
by Jake Luciani
· 12 years ago
f42ce2a
THRIFT-847 Test Framework harmonization across all languages
by Roger Meier
· 12 years ago
8ebe0d9
THRIFT-1594 Java test clients should have a return codes that reflect whether it succeeds or not.
by Roger Meier
· 12 years ago
435e1c4
THRIFT-1643:Denial of Service attack in TBinaryProtocol.readString
by Jake Farrell
· 12 years ago
cefdca6
THRIFT-1195 Allow users to act on client connects/disconnects
by Roger Meier
· 13 years ago
e25db16
THRIFT-1613. Add code back into empty source file ToStringTest.java
by Bryan Duxbury
· 13 years ago
4cb8e40
THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox
by Roger Meier
· 13 years ago
83042b9
THRIFT-1613 Add code back into empty source file ToStringTest.java
by Roger Meier
· 13 years ago
970c86a
Thrift-1607:Incorrect file modes for several source files
by Jake Farrell
· 13 years ago
99b3672
THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages
by Roger Meier
· 13 years ago
f50df7f
THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages
by Roger Meier
· 13 years ago
95b1bd7
THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages
by Roger Meier
· 13 years ago
ca620e3
THRIFT-1429:The nonblocking servers is supposed to use TransportFactory to read the data
by Jake Farrell
· 13 years ago
a3df547
THRIFT-317. java: Issues with Java struct validation
by Bryan Duxbury
· 13 years ago
1e79cb4
THRIFT-1469. java: Java isset space optimization
by Bryan Duxbury
· 13 years ago
21f8dc9
Thrift-1090: Document the generation of a file called "Constants.java"
by Jake Farrell
· 13 years ago
df971da
THRIFT-1420. java: Nonblocking and HsHa server should make sure to close all their socket connections when the selector exits
by Bryan Duxbury
· 13 years ago
9a1d2f0
add utility for benchmarking protocols against each other
by Bryan Duxbury
· 13 years ago
40d51a2
THRIFT-1365. java: TupleProtocol#writeBitSet unintentionally writes a variable length byte array
by Bryan Duxbury
· 13 years ago
18784d7
THRIFT-1339. java: Extend Tuple Protocol to TUnions
by Bryan Duxbury
· 13 years ago
f099873
THRIFT-1328. java: TBaseHelper.toString(...) appends ByteBuffer data outside of valid buffer range
by Bryan Duxbury
· 14 years ago
adaf826
THRIFT-1319. java: Mismatch between how a union reads and writes a container
by Bryan Duxbury
· 14 years ago
b8c8e0b
THRIFT-1298. java: Standard scheme doesn't read or write metadata along with field values
by Bryan Duxbury
· 14 years ago
5fc71fd
THRIFT-1167. java: Java nonblocking server with more than one thread for select and handling IO
by Bryan Duxbury
· 14 years ago
1121b47
THRIFT-169. java: Pluggable Serializers
by Bryan Duxbury
· 14 years ago
a35944b
THRIFT-1238 Thrift JS client cannot read map of structures(TestCase)
by Roger Meier
· 14 years ago
9d8e8f8
THRIFT-1202 Malformed JSON for map<string,type> services parameters
by Roger Meier
· 14 years ago
63c2d37
THRIFT-1199. java: Union structs should have generated methods to test whether a specific field is currently set
by Bryan Duxbury
· 14 years ago
177b52a
THRIFT-1101. java: bytebuffer length calculation in TBinaryProtocol writeBinary
by Bryan Duxbury
· 14 years ago
3f067a8
THRIFT-1084 Typo fixes Patch: Bruce Mitchener
by Roger Meier
· 14 years ago
d992498
THRIFT-863 JavaScript fix Map Type Patch: Henrique Mendonca
by Roger Meier
· 14 years ago
a8738b5
THRIFT-1065 Unexpected exceptions not proper handled on JS
by Roger Meier
· 14 years ago
c8d533b
THRIFT-1038. java: Generated Java code for structures containing binary fields (or collections thereof) are not serializable (in the Java sense) even though they implement java.io.Serializable
by Bryan Duxbury
· 14 years ago
22903cb
THRIFT-1015. java: TUnion does not handle ByteBuffer in toString
by Bryan Duxbury
· 14 years ago
7089713
THRIFT-1009. java: TUnion does not correctly deep copy a ByteBuffer
by Bryan Duxbury
· 14 years ago
a5eb848
THRIFT-1008. java: byte[] accessors throw NPE on unset field
by Bryan Duxbury
· 14 years ago
fea49cb
THRIFT-1008. java: byte[] accessors throw NPE on unset field
by Bryan Duxbury
· 14 years ago
a6ce164
THRIFT-949. java: Modify the TEnum interface so it defines a method similar to findByValue
by Bryan Duxbury
· 14 years ago
2067c1f
THRIFT-960 switch back to TThreadPoolServer with AbstractServerArgs
by Roger Meier
· 14 years ago
5ad70a1
THRIFT-960 update to use AbstractServerArgs
by Roger Meier
· 14 years ago
62b7cfb
THRIFT-960 Java: add TestServer, TestNonblockingServer and TestClient again
by Roger Meier
· 14 years ago
e703ed2
THRIFT-745. java: Make it easier to instantiate servers
by Bryan Duxbury
· 14 years ago
206c0dc
THRIFT-947. java: Provide a helper method to determine the TProtocol used to serialize some data.
by Bryan Duxbury
· 14 years ago
1b13083
THRIFT-106. java: TSSLServerSocket
by Bryan Duxbury
· 14 years ago
8684df9
clear a bunch of java warnings, unused code and imports, etc
by Bryan Duxbury
· 14 years ago
f969bcb
THRIFT-862. java: Async client issues / improvements
by Bryan Duxbury
· 14 years ago
b3d0aa0
THRIFT-946. java: Augment FieldValueMetaData so it differentiates 'string' and 'binary' fields.
by Bryan Duxbury
· 14 years ago
1df96ce
THRIFT-945. java: TAsyncClient class's currentMethod is never set, hence a second call on the same client will fail if a previous call is ongoing.
by Bryan Duxbury
· 14 years ago
5bb525c
THRIFT-939. java: optional binary fields throw NPE on default byte[] getters
by Bryan Duxbury
· 14 years ago
b1a283f
THRIFT-912. java: Fix some bugs in SASL implementation, update protocol spec slightly
by Todd Lipcon
· 14 years ago
84a7c2a
THRIFT-931. java: Add log4j.properties missing from previous commit
by Todd Lipcon
· 14 years ago
d920765
THRIFT-882. java: deep copy of binary fields does not copy ByteBuffer characteristics (arrayOffset, position)
by Bryan Duxbury
· 15 years ago
a7420b6
THRIFT-894. java: Make default accessors for binary fields return byte[]; provide new accessors to get ByteBuffer version
by Bryan Duxbury
· 15 years ago
a4c6d64
java: tiny improvement to async client manager test, for real this time
by Bryan Duxbury
· 15 years ago
a974146
java: tiny improvement to async client manager test
by Bryan Duxbury
· 15 years ago
13ad873
THRIFT-896. java: TNonblockingSocket.isOpen() returns true even after close()
by Bryan Duxbury
· 15 years ago
855294b
THRIFT-888. java: async client should also have nonblocking connect
by Bryan Duxbury
· 15 years ago
d483712
THRIFT-876. java: Add SASL support
by Bryan Duxbury
· 15 years ago
90ec5bf
THRIFT-873. java: Java tests fail due to Too many open files
by Todd Lipcon
· 15 years ago
66467a7
THRIFT-693. java: Thrift compiler generated java code that throws compiler warnings about deprecated methods.
by Bryan Duxbury
· 15 years ago
3adf8aa
THRIFT-845. java: async client does not respect timeout
by Bryan Duxbury
· 15 years ago
0bb0340
THRIFT-831. java: FramedTransport implementation that reuses its buffers
by Bryan Duxbury
· 15 years ago
f5abd26
THRIFT-830. java: Switch binary field implementation from byte[] to ByteBuffer
by Bryan Duxbury
· 15 years ago
067a7be
THRIFT-836. java: Race condition causes CancelledKeyException in TAsyncClientManager
by Bryan Duxbury
· 15 years ago
dc4a871
add license headers to a smattering of files
by Bryan Duxbury
· 15 years ago
Next »