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