1. 1f1c206 THRIFT-3310 lib/erl/README.md has incorrect formatting by Jens Geyer · 9 years ago
  2. e2e5e22 THRIFT-3308: Fix broken test cases for 0.9.3 release candidate by jfarrell · 9 years ago
  3. 400d02c THRIFT-2269: Can deploy libthrift-source.jar to maven center repository by jfarrell · 9 years ago
  4. f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
  5. 7860ee7 THRIFT-3300:Reimplement TZlibTransport in Java using streams by Randy Abernethy · 9 years ago
  6. 738143c THRIFT-3293 JavaScript: null values turn into empty structs in constructor by Henrique Mendonça · 9 years ago
  7. bb98e97 THRIFT-3294: Java ZLib transport fix Client: Java Lib Patch: Paul Magrath by Randy Abernethy · 9 years ago
  8. 4fed1af THRIFT-3178 glib C does not compile by Jens Geyer · 9 years ago
  9. c6b991f THRIFT-3292 Integrate new Zlib transport for Go into test suite by Jens Geyer · 9 years ago
  10. 8dbe5f6 THRIFT-2199:Remove dense protocol by Randy Abernethy · 9 years ago
  11. 54f392b THRIFT-2832 c_glib: Handle string lists correctly by Jens Geyer · 9 years ago
  12. 38e7155 THRIFT-3288 c_glib: Build unit tests without compiler warnings by Simon South · 9 years ago
  13. db3646f THRIFT-3288 c_glib: Unit tests: Enable warnings, improve automake-variable use by Simon South · 9 years ago
  14. 89e65de THRIFT-3285 c_glib: Library: Build without compiler warnings by Simon South · 9 years ago
  15. b62093d THRIFT-3285 c_glib: Library: Build with all warnings enabled by Simon South · 9 years ago
  16. 31186c4 THRIFT-3285 c_glib: Library: Use AM_CPPFLAGS for include paths, not AM_CFLAGS by Simon South · 9 years ago
  17. a2e0c50 THRIFT-3260 multiple warnings in c_glib tutorial by Jens Geyer · 9 years ago
  18. 4ed2b85 THRIFT-3279 Fix a bug in retry_max_delay by Itay Duvdevani · 9 years ago
  19. 5445e3f THRIFT-3280 Initialize retry variables on construction by Itay Duvdevani · 9 years ago
  20. b0b710a THRIFT-3164: disable insecure SSLv3 protocol in cpp lib unless SSLv3 is specifically asked for to make the defaults more secure; added a matrix security unit test for SSL in the cpp lib by Jim King · 9 years ago
  21. 7505118 THRIFT-3277 THttpClient leaks connections if it's used for multiple requests by Jens Geyer · 9 years ago
  22. 5e0f775 THRIFT-3278 NodeJS: Fix exception stack traces and names by Andrew de Andrade · 9 years ago
  23. f5f1b35 THRIFT-3053: Added perl SSL Socket support, split SSLSocket and SSLServerSocket out from their base classes, fixed THRIFT-3191 generated perl compiler exception handling code, added perl to make cross, fixed THRIFT-3189 allowing perl to listen on a specific interface through construction arguments. Did not add support in the perl client SSLSocket to verify server certificate authenticity at this time. by Jim King · 10 years ago
  24. 4a1e886 Deleting a duplicate TPipe ctor declaration that snuck in by Ben Craig · 9 years ago
  25. 6515aad THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket by Ben Craig · 9 years ago
  26. 482da72 THRIFT-3267 c_glib: "Critical" failure during unit tests by Jens Geyer · 9 years ago
  27. 1c19027 THRIFT-3266 c_glib: Multiple compiler warnings building unit tests by Jens Geyer · 9 years ago
  28. 57ac33e THRIFT-3264 Fix Erlang 16 namespaced types by Jens Geyer · 9 years ago
  29. 8c5fce9 THRIFT-2917 "make clean" breaks test/c_glib Client: c_glib Patch: Simon South by Jens Geyer · 9 years ago
  30. 8677719 THRIFT-2957 warning: source file %s is in a subdirectory, but option 'subdir-objects' is disabled by Jens Geyer · 9 years ago
  31. ca8469e THRIFT-3241 fatal error: runtime: cannot map pages in arena address space by Jens Geyer · 9 years ago
  32. bf0b483 THRIFT-3256 Some D test timings are too aggressive for slow machines by Jens Geyer · 9 years ago
  33. b141fd0 THRIFT-3257 warning: extra tokens at end of #endif directive by Jens Geyer · 9 years ago
  34. de78b54 THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't by Ben Craig · 9 years ago
  35. bcb17bc THRIFT-3229 unexpected Timeout exception when desired bytes are only partially available by Jens Geyer · 9 years ago
  36. 02bade1 THRIFT-3247 Generate a C++ thread-safe client by ben-craig · 9 years ago
  37. ecc2a6b THRIFT-3242 OSGi Import-Package directive is missing the Apache HTTP packages by Roger Meier · 9 years ago
  38. af2d9c8 THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept by ben-craig · 9 years ago
  39. fae08e7 THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake builds by ben-craig · 9 years ago
  40. 1abcbc7 THRIFT-2858 Enable header field case insensitive match in THttpServer by ben-craig · 9 years ago
  41. 90c60e3 THRIFT-3239 Limit recursion depth Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  42. 0104da5 THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill buffer by Claudius Heine · 10 years ago
  43. 254b458 THRIFT-2858 Enable header field case insensitive match in THttpServer by Roger Meier · 10 years ago
  44. 3ea26be THRIFT-3236 MaxSkipDepth never checked Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
  45. 4018036 THRIFT-3235 C#: Limit recursion depth to 64 Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  46. d47fcdd THRIFT-3234 Delphi: Limit recursion depth to 64 Client: Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  47. cfaadcc THRIFT-3231 CPP: Limit recursion depth to 64 by Ben Craig · 10 years ago
  48. 384f976 THRIFT-3217 Provide a little endian variant of the binary protocol in C++ by Ben Craig · 10 years ago
  49. 33f3f01 THRIFT-1844: Overwrite password string after passing it to openssl. by Claudius Heine · 10 years ago
  50. 8f11f52 THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase) by Claudius Heine · 10 years ago
  51. 1704456 Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close" by Jens Geyer · 10 years ago
  52. f48588f THRIFT-3225 Fix TPipeServer unpredictable behavior on close by Jens Geyer · 10 years ago
  53. 7207c22 THRIFT-2850 CMake for Apache Thrift Client: Cpp Patch: Ben Craig by Ben Craig · 10 years ago
  54. 2fadc8d THRIFT-2872 Fix dead lock when all tasks are expired by Qiao Mu · 10 years ago
  55. 5cf9d77 THRIFT-3214 Add Erlang option for using maps instead of dicts by Jens Geyer · 10 years ago
  56. 5ef662b THRIFT-406 Convert C++ Test to Boost::Test by Claudius Heine · 10 years ago
  57. 3f2e710 THRIFT-3205 TCompactProtocol return a wrong error when the io.EOF happens by Jens Geyer · 10 years ago
  58. 2238ada THRIFT-3202: Allow HSHAServer to configure min and max worker threads separately. by jfarrell · 10 years ago
  59. 15d9042 THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
  60. 0b8132d THRIFT-3197: keepAliveTime is hard coded as 60 sec in TThreadPoolServer by jfarrell · 10 years ago
  61. 417b631 THRIFT-3198 Allow construction of TTransportFactory with a specified maxLength by Jens Geyer · 10 years ago
  62. 42b9be1 THRIFT-3196: Fix a typo in the lua TBinaryProtocol by Phillipp Röll · 10 years ago
  63. 56a03be THRIFT-3192 Go import paths changed in 1.4, and expired June 1 by Jens Geyer · 10 years ago
  64. 0856273 fix whitespaces detected by .editorconfig by Roger Meier · 10 years ago
  65. 4e1ea11 THRIFT-3179 should not bind to localhost when try to connect by zzn · 10 years ago
  66. 9815c19 THRIFT-3180 fix framed transport by zzn · 10 years ago
  67. 9b3b8d4 THRIFT-3184 Thrift Go leaves file descriptors open by Jens Geyer · 10 years ago
  68. 7daf00c THRIFT-3175 python: fastbinary.c python deserialize can cause huge allocations from garbage by Roger Meier · 10 years ago
  69. 56d38fb THRIFT-3176 ruby: Union incorrectly implements == by Roger Meier · 10 years ago
  70. 401d399 THRIFT-3177 Fails to run rake test by Roger Meier · 10 years ago
  71. 86a51e7 THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go by Jens Geyer · 10 years ago
  72. c0e4a8d Revert "THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments" by Henrique Mendonça · 10 years ago
  73. bbd6fd7 THRIFT-3076 Compatibility with Haxe 3.2.0 Client: Haxe Patch: Jens Geyer by Jens Geyer · 10 years ago
  74. b3b7d04 THRIFT-3174: Modify initialism code in Go compiler to check first word by Jens Geyer · 10 years ago
  75. 1568aef THRIFT-3122 Javascript struct constructor should properly initialize struct and container members from plain js arguments by Henrique Mendonça · 10 years ago
  76. 549a9e1 THRIFT-3160 go: make generated enum types implement TextMarshaler and TextUnmarshaler by Jens Geyer · 10 years ago
  77. 70219e1 THRIFT-3150 Add an option to make Read and Write methods private by Jens Geyer · 10 years ago
  78. 8606271 THRIFT-3169 go: do not export thrift.TestEnum and thrift.TestStruct by Jens Geyer · 10 years ago
  79. 0b09887 THRIFT-2842 Erlang thrift client has infinite timeout by Jens Geyer · 10 years ago
  80. e84c582 THRIFT-2916 Add default toHash method to 'class' and 'struct' to meet D's associative arrays requirement. by Jens Geyer · 10 years ago
  81. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  82. 3b115df THRIFT-727 - C++: what() method of generated exceptions will provide more information by Konrad Grochowski · 10 years ago
  83. 83cd3e8 THRIFT-3162 Rename the 'format' parameter to disambiguate from std.format's format. by Jens Geyer · 10 years ago
  84. fc8a6a5 THRIFT-3131 fix path for "go get" by Jens Geyer · 10 years ago
  85. b7138ac THRIFT-3149 go: make generated readFieldN methods private by Jens Geyer · 10 years ago
  86. a6b6633 THRIFT-2850 CMake: Windows improvements, doc, TMemoryBufferTest fix by Roger Meier · 10 years ago
  87. 516e28a THRIFT-3152 Compiler error on Mac OSX (missing #include <cstdlib>) by Roger Meier · 10 years ago
  88. 04488dd THRIFT-3151 Fix links to git-wip* - should be git.apache.org by Jens Geyer · 10 years ago
  89. 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
  90. 77a7103 THRIFT-3144 make String representation of enums in generated go code less verbose by Jens Geyer · 10 years ago
  91. ef0a8fa THRIFT-3138 "make check" parallel execution is underministic by Nobuaki Sukegawa · 10 years ago
  92. 03f0e18 THRIFT-3133 Allow "make cross" and "make precross" to run without building all languages by Nobuaki Sukegawa · 10 years ago
  93. 72f8809 THRIFT-3141 Improve logging of JavaScript test by Nobuaki Sukegawa · 10 years ago
  94. 63b5120 THRIFT-3142 Make JavaScript use downloaded libraries by Nobuaki Sukegawa · 10 years ago
  95. fbc6977 THRIFT-3140 ConcurrentModificationException is thrown by JavaScript test server by Nobuaki Sukegawa · 10 years ago
  96. 42bc88c THRIFT-3139 JS library test is flaky by Nobuaki Sukegawa · 10 years ago
  97. 2c4edd8 THRIFT-3134 Remove use of deprecated "phantom.args" by Nobuaki Sukegawa · 10 years ago
  98. 6077481 THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit test by Jim King · 10 years ago
  99. 9f85468 THRIFT-1642 pull in patch from Jira to fix signedness issue in timeout calculation by Jim King · 10 years ago
  100. 9dfe7b8 THRIFT-2474 complete the ntohll precompile conditionals by Jim King · 10 years ago