1. e20ab3e THRIFT-4725: Change Return Type Signature of Process Methods by Beluga Behr · 6 years ago
  2. 93e8ec2 THRIFT-4726: Remove SLF4J Logging Guards by Beluga Behr · 6 years ago
  3. d532441 THRIFT-4368: Fix guaranteed NPE in TBaseAsyncProcessor.java by Beluga Behr · 6 years ago
  4. 6503043 THRIFT-4714: optimize java TFramedTransport to call write once per flush by James E. King III · 6 years ago
  5. 88584f8 THRIFT-4712: Improve Performance and Refactor ShortStack by Beluga Behr · 6 years ago
  6. 882d48d THRIFT-4481: TBinaryProtocol.writeMessageEnd does not allow throwable exception by Beluga Behr · 6 years ago
  7. 36ffe1e THRIFT-4469: Make isServing volatile by Beluga Behr · 6 years ago
  8. 5abf58c THRIFT-4709: Use StandardCharsets UTF-8 by Beluga Behr · 6 years ago
  9. 9e813ae THRIFT-4702: Improve AutoExpandingBuffer by Beluga Behr · 6 years ago
  10. 99f673a THRIFT-4694: Upgrade Java to Java 1.8 by Beluga Behr · 6 years ago
  11. 1c6914d THRIFT-4713: Review of TBaseHelper by Beluga Behr · 6 years ago
  12. df9c60d THRIFT-4711: Improve Immutable None Type Instantiation by Beluga Behr · 6 years ago
  13. 138a81d THRIFT-4704: Streamline TDeserializer Implementation by Beluga Behr · 6 years ago
  14. e2109b9 Merge pull request #1653 from jeking3/consume-0.12.0 by James E. King III · 6 years ago
  15. bf51a9f THRIFT-4695: Pre-Size Java Collections in Union by Beluga Behr · 6 years ago
  16. 3671b8b Use case-switch Statement Instead of if-else Clauses by Beluga Behr · 6 years ago
  17. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  18. a139082 THRIFT-4546: replace all git-wip-us.apache.org to github.com by Robert Lu · 6 years ago
  19. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  20. d566da7 THRIFT-4494: Increase Java Socket Buffer Size (#1608) by Naveen Gangam · 6 years ago
  21. eb31a6c THRIFT-4499: Remove Magic Number In TFIleTransport (#1607) by Naveen Gangam · 6 years ago
  22. 7db9077 THRIFT-4566: Pass message to rethrow exception (#1554) by nicaro · 7 years ago
  23. c7aa68b Thrift 4556: Optional rethrow of unhandled exceptions in java processor (#1544) by nicaro · 7 years ago
  24. 33fb1a3 THRIFT-3769 : Fix logic of THRIFT-2268 by Vihang Karajgaonkar · 7 years ago
  25. 50bfc56 THRIFT-4555 Optionally disable copies of binary fields in constructors, getters and setters. by Ben Podgursky · 7 years ago
  26. 9304284 THRIFT-4530: add @Nullable annotations to generated Java code by Manu Sridharan · 7 years ago
  27. e46419b THRIFT-4476: Typecasting problem on double list items, by Ozan Can Altiok · 7 years ago
  28. da9a9ba THRIFT-4429: Make TThreadPoolServer.executorService_ available in by Dmitry Volodin · 7 years ago
  29. 2bf0327 THRIFT-4337: fix javadoc build error related to changes by James E. King III · 7 years ago
  30. 8678dfc THRIFT-4337: Able to set keyStore and trustStore as InputStream in the by Dmitry Volodin · 7 years ago
  31. d973409 THRIFT-4506: fix use of assert for correctness in Java SASL negotiation by James E. King III · 7 years ago
  32. 7004a61 THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues Client: java by Alex Volanis · 7 years ago
  33. dda41f3 Fix generated maven packaging Client: java by Stephane Landelle · 7 years ago
  34. 026c9d0 THRIFT-3686 Java processor should report internal error on uncaught exception by Nobuaki Sukegawa · 9 years ago
  35. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 7 years ago
  36. 847ecf3 THRIFT-4378: add set method for stopTimeoutUnit in TThreadPoolServer java lib by itegel · 7 years ago
  37. 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 7 years ago
  38. a39ba7f THRIFT-4362 check "read length" in readStringBody(int) Client: Java by christianc · 7 years ago
  39. 9ce1fd9 THRIFT-4049, THRIFT-4053: when skipping, if field type is invalid, throw a by James E. King, III · 7 years ago
  40. 28eb9d9 THRIFT-4233: Make THsHaServer.invoker available (get method only) in inherited classes by Dmitry Volodin · 7 years ago
  41. d3cda9c THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums Client: Java by Deniss Afonin · 8 years ago
  42. 9ffb41d THRIFT-4251: Fix JDK Epoll Bug in Thrift of TThreadedSelectorServer model. by Johnny-Liao · 7 years ago
  43. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  44. d862c2f THRIFT-4316: fix read size in TByteBuffer.java Client: java by gx9702 · 8 years ago
  45. 3966a56 THRIFT-4193 Lower the default maxReadBufferBytes for non-blocking servers by Roshan George · 8 years ago
  46. 3311a9b THRIFT-4177 fix java deep copy Client: Java by Deniss Afonin · 8 years ago
  47. 6c08ac7 THRIFT-4130: Release connection back to managed pool. Client: C++ by Jonathan Pearlin · 8 years ago
  48. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 8 years ago
  49. 5038466 THRIFT-1805 Provide option for handling RTEs Client: Java by Christopher Tubbs · 8 years ago
  50. 37aac3b THRIFT-3706: added cross test support for backwards compatible multiplexed server, added c_glib testBinary, fixed a number of glib object reference issues by James E. King, III · 8 years ago
  51. 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
  52. 400b346 THRIFT-2504: Add default processor to java multiplexed processor to handle older clients by Aleksey Pesternikov · 11 years ago
  53. a3d6be9 THRIFT-4068 fix comment in java server socket code by James E. King, III · 8 years ago
  54. 34bd992 THRIFT-4062 Remove debug print from TServiceClient by Tom Davis · 8 years ago
  55. de3e17a THRIFT-3854 add a way in java to clear TFramedTransport read buffers by James E. King, III · 8 years ago
  56. cf25489 Build fails using Java 1.8 with Ant < 1.9 by James E. King, III · 8 years ago
  57. 55f976e THRIFT-4040 Add real cause of TNonblockingServerSocket error to exception by James E. King, III · 8 years ago
  58. 7ab125a THRIFT-3301 Java generated code uses imports that can lead to class name collisions with IDL defined types by BCG · 8 years ago
  59. 84d6af4 THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-dependent charset by Gary Gregory · 8 years ago
  60. fd83224 THRIFT-3962 Ant build.xml broken on Windows for Java library by Gary Gregory · 8 years ago
  61. b0dadbd THRIFT-3902 TFramedTransport.open throws NullPointerException by Nobuaki Sukegawa · 8 years ago
  62. 73d1637 More make dist entries by Nobuaki Sukegawa · 9 years ago
  63. 400ae6e THRIFT-3449 TBaseAsyncProcessor fb.responseReady() never called for oneway functions by Nobuaki Sukegawa · 9 years ago
  64. 1d4a439 THRIFT-3743 Java JSON protocol left in incorrect state when an exception is thrown during read or write operations by Tyler Treat · 9 years ago
  65. b3a42dd THRIFT-3479 Avoid returning a message to a client on TException. by Josh Elser · 9 years ago
  66. a876527 THRIFT-3680 Java async processor fails to notify errors to clients by Nobuaki Sukegawa · 9 years ago
  67. c307222 Follow-up THRIFT-3112: key.cancel when error by Nobuaki Sukegawa · 9 years ago
  68. bd964c7 THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIface by John Sirois · 9 years ago
  69. ce283d5 THRIFT-3679 Add stdout log to testBinary in Java test server by Nobuaki Sukegawa · 9 years ago
  70. 3b4c5fa THRIFT-3678 Fix javadoc errors on JDK 8 Client: Java Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  71. aa7d0d5 THRIFT-3677 Improve CMake Java build by Nobuaki Sukegawa · 9 years ago
  72. 949e242 THRIFT-2877 Generate hashCode using primitives and static utility methods by Roshan George · 10 years ago
  73. 4733c4c THRIFT-3605 Have the compiler complain about invalid arguments and options by Jens Geyer · 9 years ago
  74. 3bf3ebf THRIFT-2157 generated code would cause ClassCastException by Marc Breslow · 9 years ago
  75. fc07084 THRIFT-3542 Add length limit support to Java test server by Nobuaki Sukegawa · 9 years ago
  76. 3ab9f2b THRIFT-3521 : TSimpleJSONProtocolTest is not deterministic (fails when run on JDK 8) by BCG · 9 years ago
  77. 2aaae8a THRIFT-3486 - Java generated `getFieldValue` is incompatible with `setFieldValue` for binary values by BCG · 9 years ago
  78. 4f6138b THRIFT-3484 Consolidate temporary buffers in Java's TCompactProtocol by Tom Lee · 9 years ago
  79. 9d0f752 THRIFT-3432 Add the TByteBuffer transport for Java Client: Java Patch: Tom Lee by Tom Lee · 9 years ago
  80. 3143bfb THRIFT-3478 restore method to THsHaServer by Keith Turner · 9 years ago
  81. 9caf6d6 THRIFT-3435 Separate package for fullcamel thrift by Tom Lee · 9 years ago
  82. b9641e0 THRIFT-3450 NPE when using SSL by Nobuaki Sukegawa · 9 years ago
  83. ca93936 THRIFT-3424 Add CMake android build option Client: Build Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  84. 75d879a THRIFT-3158 Make deepcopy return T Client: Java Patch: Roshan George by Roshan George · 10 years ago
  85. c2d4c77 THRIFT-3157 Make TBase signature more explicit Client: Java Patch: Roshan George by Roshan George · 10 years ago
  86. fe53309 THRIFT-3182 TFramedTransport is in an invalid state after frame size exception by Marshall Scorcio · 10 years ago
  87. 54beb80 THRIFT-2409 UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Phongphan Phuttha · 9 years ago
  88. f593dd3 THRIFT-3392:ZLib does not flush wrapper streams on close by Randy Abernethy · 9 years ago
  89. a175437 THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded. by Nobuaki Sukegawa · 9 years ago
  90. 60aa640 THRIFT-3306: Java: TBinaryProtocol: Use a single temp byte[] buffer by Evan Jones · 9 years ago
  91. 01ede04 THRIFT-3360 Improve cross test servers and clients further by Nobuaki Sukegawa · 9 years ago
  92. b121a58 THRIFT-3345 Clients blocked indefinitely when a java.lang.Error is thrown by Jens Geyer · 9 years ago
  93. a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
  94. 400d02c THRIFT-2269: Can deploy libthrift-source.jar to maven center repository by jfarrell · 9 years ago
  95. f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
  96. 7860ee7 THRIFT-3300:Reimplement TZlibTransport in Java using streams by Randy Abernethy · 9 years ago
  97. bb98e97 THRIFT-3294: Java ZLib transport fix Client: Java Lib Patch: Paul Magrath by Randy Abernethy · 9 years ago
  98. ecc2a6b THRIFT-3242 OSGi Import-Package directive is missing the Apache HTTP packages by Roger Meier · 9 years ago
  99. 2238ada THRIFT-3202: Allow HSHAServer to configure min and max worker threads separately. by jfarrell · 10 years ago
  100. 0b8132d THRIFT-3197: keepAliveTime is hard coded as 60 sec in TThreadPoolServer by jfarrell · 10 years ago