Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
5ec805b22b81001b1b785cd7f85eb8647fde60df
/
lib
/
java
a242c28
THRIFT-227 Pretty print binary collections
by Roger Meier
· 10 years ago
8f27189
THRIFT-3090 cmake build is broken (set CMake version to 2.8.12)
by Roger Meier
· 10 years ago
5af78c8
Revert "THRIFT-3014 AppVeyor support - fix format"
by Roger Meier
· 10 years ago
81b3c44
THRIFT-3014 AppVeyor support - fix format
by Roger Meier
· 10 years ago
b1a35da
THRIFT-3088 TThreadPoolServer with Sasl auth may leak CLOSE_WAIT socket
by Winger Pun
· 10 years ago
7110ab2
THRIFT-3079 java: TNonblockingServerSocket's logger is not named after TNonblockingServerSocket
by Roger Meier
· 10 years ago
9226590
THRIFT-3065 java: Update libthrift dependencies (slf4j, httpcore, httpclient)
by Roger Meier
· 10 years ago
664dd0a
THRIFT-123: TZlibTransport for Java
by Randy Abernethy
· 10 years ago
41ad434
THRIFT-847 Test Framework harmonization across all languages
by Roger Meier
· 10 years ago
2bb6f51
THRIFT-3031 Java: migrate "shouldStop" flag to TServer
by Roger Meier
· 10 years ago
e678948
THRIFT-1909 Java: Add compiler flag to use the "option pattern" for optional fields
by Roger Meier
· 10 years ago
3bc6424
THRIFT-2724 - Coding standards template added all over project
by Konrad Grochowski
· 10 years ago
9d8c1bf
THRIFT-2850 CMake: Fixed Java lib build enable - Ant required to build java part of Thrift
by Sergei Nikulov
· 10 years ago
4a78c6e
THRIFT-1618: synchronize access to hashtable in FieldMetaData
by David Helder
· 10 years ago
8bcfdd9
THRIFT-2886 Integrate binary type in standard Thrift cross test
by Jens Geyer
· 10 years ago
d5f87e1
CMake: Add CMake support for Thrift libraries
by Pascal Bach
· 10 years ago
3b5dacb
THRIFT-2849: spelling errors fixed using codespell tool
by Konrad Grochowski
· 10 years ago
1cf9612
THRIFT-2810: java - clean-up resources on error in TServerSocket constructor
by Konrad Grochowski
· 10 years ago
fed887f
THRIFT-2804: java - TAsyncProcessor interface extracted from TBaseAsyncProcessor
by Konrad Grochowski
· 10 years ago
cc092b3
THRIFT-2773: java - fixed oneway support while using TServiceClient
by Konrad Grochowski
· 10 years ago
5b02960
THRIFT-2046:The worktask can be timed out in TThreadPoolServer (Java) when the max# thrift thread is reached
by jfarrell
· 10 years ago
b006a50
THRIFT-2788: enable TCP keep alive for sockets in java lib.
by Lei Feiwei
· 10 years ago
f231945
THRIFT-2269: Can deploy libthrift-source.jar to maven center repository
by jfarrell
· 10 years ago
79f988c
THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer
by Jens Geyer
· 10 years ago
aaa8947
THRIFT-2768: Whitespace Fixup
by Jens Geyer
· 10 years ago
63ad5f6
Thrift-2715:Wrong Import-Package directive in MANIFEST Client: Java Patch: Zlika
by jfarrell
· 10 years ago
a86886e
THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL
by Jens Geyer
· 10 years ago
5f841df
THRIFT-2660 Validate the bytes received in TSaslTransport
by Roger Meier
· 10 years ago
c983250
THRIFT-2660 Validate the bytes received in TSaslTransport
by Roger Meier
· 10 years ago
7fd0640
THRIFT-2649 TAsyncClientManager leaks the selector
by Roger Meier
· 10 years ago
57e68b2
THRIFT-2643 Introduce additional deserialize() variant with offset/length
by Charles O'Farrell
· 10 years ago
54c0d2e
THRIFT-2122 NPE in TSSLTransportFactory.createClient when no truststore password is passed in custom SSL params
by Roger Meier
· 10 years ago
fcd062d
THRIFT-2173 Move FrameBuffer creation to a factory method for cusomization
by Roger Meier
· 10 years ago
84d1188
THRIFT-2637 "java:fullcamel_service_methods" option to automatically camel-case Java service methods
by Roger Meier
· 10 years ago
dfdc008
THRIFT-1944 Binding to zero port
by Roger Meier
· 10 years ago
9a93fe0
THRIFT-2612 Java TCompactProtocol.readBinary zero copying
by Jens Geyer
· 11 years ago
8fd8c63
THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell
by jfarrell
· 11 years ago
cd9dd51
THRIFT-2572 Add string/collection length limit checks (from C++) to java protocol readers
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
e86428c
THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names
by Roger Meier
· 11 years ago
80a44f8
THRIFT-2551 OutOfMemoryError "unable to create new native thread" kills serve thread
by Roger Meier
· 11 years ago
97243a7
THRIFT-2239 Address FindBugs errors
by Roger Meier
· 11 years ago
816790b
Thrift-2535:TJSONProtocol when serialized yields TField ids rather than names
by jfarrell
· 11 years ago
6d1a83a
THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library
by Jens Geyer
· 11 years ago
d17f1c9
THRIFT-847 Test Framework harmonization across all languages
by henrique
· 11 years ago
a6415bc
THRIFT-2325: SSL test certificates
by Roger Meier
· 11 years ago
bdbf428
THRIFT-2402: byte count of FrameBuffer in AWAITING_CLOSE state is not subtracted from readBufferBytesAllocated
by jfarrell
· 11 years ago
607355e
THRIFT-2268:Modify TSaslTransport to ignore TCP health checks from loadbalancers
by jfarrell
· 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
16fcad0
THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier
by Roger Meier
· 11 years ago
98d9ef2
THRIFT-2328: Java eliminate all compiler warnings Client: java Patch: jfarrell
by jfarrell
· 11 years ago
48555c5
THRIFT-2325 SSL-test-certificates.patch
by Roger Meier
· 11 years ago
567df43
THRIFT-2328: Java eliminate all compiler warnings Client: Java Patch: jfarrell
by jfarrell
· 11 years ago
213ea25
THRIFT-1457 java: Capacity of TframedTransport write buffer is never reset
by Roger Meier
· 11 years ago
194f011
THRIFT-2108 java: Fix TAsyncClientManager timeout race Patch: Vadim Spivak
by Roger Meier
· 11 years ago
77369a0
THRIFT-2322 Correctly show the number of times ExecutorService (java) has rejected the client.
by Jens Geyer
· 11 years ago
7975950
THRIFT-2285 TJsonProtocol implementation for Java/JavaMe/PHP doesn't allow a slash (/) to be escaped (\/)
by Jens Geyer
· 11 years ago
53db7cc
THRIFT-2293 java: TSSLTransportFactory.createSSLContext() leaves files open
by Roger Meier
· 11 years ago
4f00134
THRIFT-2274 java: TNonblockingServer and TThreadedSelectorServer do not close their channel selectors on exit and leak file descriptors
by Roger Meier
· 11 years ago
f35975b
THRIFT-2261 java: error: unmappable character for encoding ASCII
by Roger Meier
· 11 years ago
3da1c90
THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3
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
· 11 years ago
d9120c9
THRIFT-2148:TNonblockingMultiFetchClient imports log4j
by jfarrell
· 11 years ago
c9f4a35
THRIFT-1533:Make TTransport should be Closeable Client: java Patch: carl
by Carl Yeksigian
· 11 years ago
5c1e599
Thrift-2133: java TestTBinaryProtocol.java test failing
by jfarrell
· 11 years ago
2ca9c20
THRIFT-820 Remove readLength attribute from BinaryProtocol
by Carl Yeksigian
· 11 years ago
0f0558a
Thrift-1919:libthrift depends on httpcore-4.1.3 (directly) and httpcore-4.1.4 (transitively)
by jfarrell
· 12 years ago
89be183
Thrift-1951:libthrift.jar has source files in it
by Jake Farrell
· 12 years ago
111d8f2
Add jensg to dev list
by Jens Geyer
· 12 years ago
350860f
Add carl to developer list
by Carl Yeksigian
· 12 years ago
36af4d3
THRIFT-1972 Add async server processors to Java
by Jake Luciani
· 12 years ago
1552272
THRIFT-1034 Java: Add a TNonblockingMultiFetchClient Patch: Xing Jin
by Roger Meier
· 12 years ago
0fd47da
THRIFT-1956: Switch to Apache Commons Lang 3
by Jake Farrell
· 12 years ago
cac2c57
THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server
by Jens Geyer
· 12 years ago
9cda788
THRIFT-1864 java: implement event handler for non-blocking server
by Roger Meier
· 12 years ago
ce6d1d7
THRIFT-1869 TThreadPoolServer (java) dies when threadpool is consumed
by Roger Meier
· 12 years ago
3661867
THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server
by Jens Geyer
· 12 years ago
565517a
subversion, thanks and good bye ;-r
by Roger Meier
· 12 years ago
7b96b22
THRIFT-1805 Thrift should not swallow ALL exceptions Patch: Diwaker Gupta
by Roger Meier
· 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
f089f8e
remove unused import
by Roger Meier
· 12 years ago
5d06db6
THRIFT-1795 Race condition in TThreadedServerPool java implementation
by Roger Meier
· 12 years ago
0193149
THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations
by Roger Meier
· 12 years ago
8fa8aea
THRIFT-1641 Thrift 0.8 not compatible with Android HttpClient Patch: Darin Tay
by Roger Meier
· 12 years ago
e242a96
add -Xlint:unchecked to improve quality
by Roger Meier
· 12 years ago
a0bd523
Thrift-1728:Upgradation of httpcomponents Client: java Patch: Karthik K
by Jake Farrell
· 12 years ago
435e1c4
THRIFT-1643:Denial of Service attack in TBinaryProtocol.readString
by Jake Farrell
· 12 years ago
6fcecd4
Updating Thrift trunk version to 1.0.0-dev
by Jake Farrell
· 12 years ago
f1ede79
THRIFT-1643 Denial of Service attack in TBinaryProtocol.readString
by Roger Meier
· 12 years ago
e2ef317
Thrift-1693:libthrift has dependency on two different versions of httpcore
by Jake Farrell
· 12 years ago
630ce09
THRIFT-1655. java: TBinaryProtocol: exceeded message length raises generic TException
by Bryan Duxbury
· 12 years ago
2853cc0
Thrift-1658:Java thrift server is not throwing TApplicationException
by Jake Farrell
· 12 years ago
3fcdb09
Thrift-1652: TSaslTransport does not log the error when kerberos auth fails
by Jake Farrell
· 13 years ago
ee22939
THRIFT-1608 add license header
by Roger Meier
· 13 years ago
e64b129
THRIFT-1608 Allow servlet to be supplied TProcessor and TProtocolFactory after the init() method has finished
by Roger Meier
· 13 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
Next »