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