1. 1cf9612 THRIFT-2810: java - clean-up resources on error in TServerSocket constructor by Konrad Grochowski · 10 years ago
  2. fed887f THRIFT-2804: java - TAsyncProcessor interface extracted from TBaseAsyncProcessor by Konrad Grochowski · 10 years ago
  3. cc092b3 THRIFT-2773: java - fixed oneway support while using TServiceClient by Konrad Grochowski · 10 years ago
  4. 5b02960 THRIFT-2046:The worktask can be timed out in TThreadPoolServer (Java) when the max# thrift thread is reached by jfarrell · 10 years ago
  5. b006a50 THRIFT-2788: enable TCP keep alive for sockets in java lib. by Lei Feiwei · 10 years ago
  6. f231945 THRIFT-2269: Can deploy libthrift-source.jar to maven center repository by jfarrell · 10 years ago
  7. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  8. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  9. 63ad5f6 Thrift-2715:Wrong Import-Package directive in MANIFEST Client: Java Patch: Zlika by jfarrell · 10 years ago
  10. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  11. 5f841df THRIFT-2660 Validate the bytes received in TSaslTransport by Roger Meier · 10 years ago
  12. c983250 THRIFT-2660 Validate the bytes received in TSaslTransport by Roger Meier · 10 years ago
  13. 7fd0640 THRIFT-2649 TAsyncClientManager leaks the selector by Roger Meier · 10 years ago
  14. 57e68b2 THRIFT-2643 Introduce additional deserialize() variant with offset/length by Charles O'Farrell · 10 years ago
  15. 54c0d2e THRIFT-2122 NPE in TSSLTransportFactory.createClient when no truststore password is passed in custom SSL params by Roger Meier · 10 years ago
  16. fcd062d THRIFT-2173 Move FrameBuffer creation to a factory method for cusomization by Roger Meier · 10 years ago
  17. 84d1188 THRIFT-2637 "java:fullcamel_service_methods" option to automatically camel-case Java service methods by Roger Meier · 10 years ago
  18. dfdc008 THRIFT-1944 Binding to zero port by Roger Meier · 10 years ago
  19. 9a93fe0 THRIFT-2612 Java TCompactProtocol.readBinary zero copying by Jens Geyer · 11 years ago
  20. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  21. cd9dd51 THRIFT-2572 Add string/collection length limit checks (from C++) to java protocol readers by Roger Meier · 11 years ago
  22. 5c97603 THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names by Roger Meier · 11 years ago
  23. e86428c THRIFT-2469 "java:fullcamel" option to automatically camel-case underscored attribute names by Roger Meier · 11 years ago
  24. 80a44f8 THRIFT-2551 OutOfMemoryError "unable to create new native thread" kills serve thread by Roger Meier · 11 years ago
  25. 97243a7 THRIFT-2239 Address FindBugs errors by Roger Meier · 11 years ago
  26. 816790b Thrift-2535:TJSONProtocol when serialized yields TField ids rather than names by jfarrell · 11 years ago
  27. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  28. d17f1c9 THRIFT-847 Test Framework harmonization across all languages by henrique · 11 years ago
  29. a6415bc THRIFT-2325: SSL test certificates by Roger Meier · 11 years ago
  30. bdbf428 THRIFT-2402: byte count of FrameBuffer in AWAITING_CLOSE state is not subtracted from readBufferBytesAllocated by jfarrell · 11 years ago
  31. 607355e THRIFT-2268:Modify TSaslTransport to ignore TCP health checks from loadbalancers by jfarrell · 11 years ago
  32. 6b10271 THRIFT-1868:Make the TPC backlog configurable in the Java servers by jfarrell · 11 years ago
  33. d7902bf THRIFT-2368 New option: reuse-objects for Java generator Patch: adam-aph by henrique · 11 years ago
  34. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  35. 98d9ef2 THRIFT-2328: Java eliminate all compiler warnings Client: java Patch: jfarrell by jfarrell · 11 years ago
  36. 48555c5 THRIFT-2325 SSL-test-certificates.patch by Roger Meier · 11 years ago
  37. 567df43 THRIFT-2328: Java eliminate all compiler warnings Client: Java Patch: jfarrell by jfarrell · 11 years ago
  38. 213ea25 THRIFT-1457 java: Capacity of TframedTransport write buffer is never reset by Roger Meier · 11 years ago
  39. 194f011 THRIFT-2108 java: Fix TAsyncClientManager timeout race Patch: Vadim Spivak by Roger Meier · 11 years ago
  40. 77369a0 THRIFT-2322 Correctly show the number of times ExecutorService (java) has rejected the client. by Jens Geyer · 11 years ago
  41. 7975950 THRIFT-2285 TJsonProtocol implementation for Java/JavaMe/PHP doesn't allow a slash (/) to be escaped (\/) by Jens Geyer · 11 years ago
  42. 53db7cc THRIFT-2293 java: TSSLTransportFactory.createSSLContext() leaves files open by Roger Meier · 11 years ago
  43. 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
  44. f35975b THRIFT-2261 java: error: unmappable character for encoding ASCII by Roger Meier · 11 years ago
  45. 3da1c90 THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3 by Roger Meier · 11 years ago
  46. 38b453b THRIFT-2210: lib/java TSimpleJSONProtocol can emit invalid JSON by jfarrell · 11 years ago
  47. 2897d48 THRIFT-2054:TSimpleFileTransport - Java Lib has no straight forward TTransport based file transport by jfarrell · 11 years ago
  48. d9120c9 THRIFT-2148:TNonblockingMultiFetchClient imports log4j by jfarrell · 11 years ago
  49. c9f4a35 THRIFT-1533:Make TTransport should be Closeable Client: java Patch: carl by Carl Yeksigian · 11 years ago
  50. 5c1e599 Thrift-2133: java TestTBinaryProtocol.java test failing by jfarrell · 11 years ago
  51. 2ca9c20 THRIFT-820 Remove readLength attribute from BinaryProtocol by Carl Yeksigian · 11 years ago
  52. 0f0558a Thrift-1919:libthrift depends on httpcore-4.1.3 (directly) and httpcore-4.1.4 (transitively) by jfarrell · 12 years ago
  53. 89be183 Thrift-1951:libthrift.jar has source files in it by Jake Farrell · 12 years ago
  54. 111d8f2 Add jensg to dev list by Jens Geyer · 12 years ago
  55. 350860f Add carl to developer list by Carl Yeksigian · 12 years ago
  56. 36af4d3 THRIFT-1972 Add async server processors to Java by Jake Luciani · 12 years ago
  57. 1552272 THRIFT-1034 Java: Add a TNonblockingMultiFetchClient Patch: Xing Jin by Roger Meier · 12 years ago
  58. 0fd47da THRIFT-1956: Switch to Apache Commons Lang 3 by Jake Farrell · 12 years ago
  59. cac2c57 THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
  60. 9cda788 THRIFT-1864 java: implement event handler for non-blocking server by Roger Meier · 12 years ago
  61. ce6d1d7 THRIFT-1869 TThreadPoolServer (java) dies when threadpool is consumed by Roger Meier · 12 years ago
  62. 3661867 THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
  63. 565517a subversion, thanks and good bye ;-r by Roger Meier · 12 years ago
  64. 7b96b22 THRIFT-1805 Thrift should not swallow ALL exceptions Patch: Diwaker Gupta by Roger Meier · 12 years ago
  65. f42ce2a THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 12 years ago
  66. 8ebe0d9 THRIFT-1594 Java test clients should have a return codes that reflect whether it succeeds or not. by Roger Meier · 12 years ago
  67. f089f8e remove unused import by Roger Meier · 12 years ago
  68. 5d06db6 THRIFT-1795 Race condition in TThreadedServerPool java implementation by Roger Meier · 12 years ago
  69. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  70. 8fa8aea THRIFT-1641 Thrift 0.8 not compatible with Android HttpClient Patch: Darin Tay by Roger Meier · 12 years ago
  71. e242a96 add -Xlint:unchecked to improve quality by Roger Meier · 12 years ago
  72. a0bd523 Thrift-1728:Upgradation of httpcomponents Client: java Patch: Karthik K by Jake Farrell · 12 years ago
  73. 435e1c4 THRIFT-1643:Denial of Service attack in TBinaryProtocol.readString by Jake Farrell · 12 years ago
  74. 6fcecd4 Updating Thrift trunk version to 1.0.0-dev by Jake Farrell · 12 years ago
  75. f1ede79 THRIFT-1643 Denial of Service attack in TBinaryProtocol.readString by Roger Meier · 12 years ago
  76. e2ef317 Thrift-1693:libthrift has dependency on two different versions of httpcore by Jake Farrell · 12 years ago
  77. 630ce09 THRIFT-1655. java: TBinaryProtocol: exceeded message length raises generic TException by Bryan Duxbury · 12 years ago
  78. 2853cc0 Thrift-1658:Java thrift server is not throwing TApplicationException by Jake Farrell · 12 years ago
  79. 3fcdb09 Thrift-1652: TSaslTransport does not log the error when kerberos auth fails by Jake Farrell · 13 years ago
  80. ee22939 THRIFT-1608 add license header by Roger Meier · 13 years ago
  81. e64b129 THRIFT-1608 Allow servlet to be supplied TProcessor and TProtocolFactory after the init() method has finished by Roger Meier · 13 years ago
  82. cefdca6 THRIFT-1195 Allow users to act on client connects/disconnects by Roger Meier · 13 years ago
  83. e25db16 THRIFT-1613. Add code back into empty source file ToStringTest.java by Bryan Duxbury · 13 years ago
  84. 4cb8e40 THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox by Roger Meier · 13 years ago
  85. 83042b9 THRIFT-1613 Add code back into empty source file ToStringTest.java by Roger Meier · 13 years ago
  86. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  87. 99b3672 THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  88. f50df7f THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  89. 95b1bd7 THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
  90. ca620e3 THRIFT-1429:The nonblocking servers is supposed to use TransportFactory to read the data by Jake Farrell · 13 years ago
  91. 4ca8c3b THRIFT-1523: clientTimeout not worked as expected in TServerSocket created by TSSLTransportFactory by Jake Farrell · 13 years ago
  92. 3808770 THRIFT-1529. java: TupleProtocol can unintentionally include an extra byte in bit vectors when number of optional fields is an integral of 8 by Bryan Duxbury · 13 years ago
  93. f85ad51 THRIFT-1526. java: Union TupleSchemeFactory returns StandardSchemes by Bryan Duxbury · 13 years ago
  94. b405ca6 THRIFT-1447. java: NullpointerException in ProcessFunction.class :in 'oneway' method by Bryan Duxbury · 13 years ago
  95. b2c4952 Thrift-1465:Visibility of methods in generated java code by Jake Farrell · 13 years ago
  96. 100f616 THRIFT-1498:Allow TThreadedPoolServer.Args to pass a ExecutorService by Jake Farrell · 13 years ago
  97. 6823b6d add info on proxy usage by Roger Meier · 13 years ago
  98. a3df547 THRIFT-317. java: Issues with Java struct validation by Bryan Duxbury · 13 years ago
  99. e7bec40 THRIFT-1468. java: Memory leak in TSaslServerTransport by Bryan Duxbury · 13 years ago
  100. 1e79cb4 THRIFT-1469. java: Java isset space optimization by Bryan Duxbury · 13 years ago