1. 8b8a8ef THRIFT-4355 Fix javascript indentation of default values Client: js by Brian Forbis · 7 years ago
  2. b628736 THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore by James E. King, III · 7 years ago
  3. 9f9e30b THRIFT-4331: C++ TSSLSocket fixes for huge message handling Client: C++ by Martin Haimberger · 7 years ago
  4. 39310da THRIFT-4346: Allow go ZlibTransportFactory to wrap other factories Client: go by Yuri Khrustalev · 7 years ago
  5. e8fbd8c Update the contribution guide, added recipes for handling github issues by James E. King, III · 7 years ago
  6. 65efdff build both ubuntu xenial as well as trusty to get more language level by James E. King, III · 7 years ago
  7. d7720f4 THRIFT-4348 - Allow custom HTTP headers to be set in Perl HTTP client. by Carwyn Moore · 7 years ago
  8. 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
  9. 48ba736 THRIFT-4131: js / WebSocket / fix handling oneway methods by James E. King, III · 7 years ago
  10. a17ef79 THRIFT-4334: Fix perl indentation for default attribute values of by Brian Forbis · 7 years ago
  11. 4bd3682 THRIFT-4309: Python print() function Client: py by cclauss · 7 years ago
  12. 9ce1fd9 THRIFT-4049, THRIFT-4053: when skipping, if field type is invalid, throw a by James E. King, III · 7 years ago
  13. eb7b76d add perl coding standard of perlstyle Client: perl by James E. King, III · 7 years ago
  14. c8e0207 THRIFT-4288: Implement logging levels in node.js properly Client: nodejs by Equim · 7 years ago
  15. aded00b THRIFT-3821: make memory buffer size configurable so unit test does by James E. King, III · 7 years ago
  16. d3013f3 THRIFT-3766: add zlib getUnderlyingTransport method Client: C++ by James E. King, III · 7 years ago
  17. 4a6bff1 THRIFT-4283: fix TNamedPipeServer race condition in interrupt by James E. King, III · 7 years ago
  18. 9462edb THRIFT-4264: Fix PHP tests requiring sockets.so Client: php by Håkon Hitland · 7 years ago
  19. 2d8b178 THRIFT-4340: Fix a crash on client close Client: erl by Anthony Molinaro · 7 years ago
  20. 28eb9d9 THRIFT-4233: Make THsHaServer.invoker available (get method only) in inherited classes by Dmitry Volodin · 7 years ago
  21. d3cda9c THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums Client: Java by Deniss Afonin · 8 years ago
  22. 9ffb41d THRIFT-4251: Fix JDK Epoll Bug in Thrift of TThreadedSelectorServer model. by Johnny-Liao · 7 years ago
  23. 8506121 THRIFT-4287: Add c++ compiler no_skeleton flag option Client: C++ by oryahud · 7 years ago
  24. 6960370 THRIFT-4327: add API to efficiently remove a single timer Client: C++ by Francois Ferrand · 7 years ago
  25. 12fcb0d THRIFT-4232 ./configure does bad ant version check by Nasko Vasilev · 7 years ago
  26. ac61a42 THRIFT-4212: Fix flush on invalid socket Client: c_glib by Gonzalo Aguilar Delgado · 8 years ago
  27. acbb616 THRIFT-4211: Fix logging in c_glib by Gonzalo Aguilar Delgado · 8 years ago
  28. cbd9759 THRIFT-4205: Make sure gobject+glib are correctly linked by Gonzalo Aguilar Delgado · 8 years ago
  29. 5310616 THRIFT-4333 All tutorial examples with port 9090. by walter-weinmann · 7 years ago
  30. faa2a3e THRIFT-4312 Erlang client cannot connect to Python server: exception by walter-weinmann · 7 years ago
  31. 699b5bc THRIFT-4064: update node dependencies by James E. King, III · 7 years ago
  32. 04d983c THRIFT-4330: Allow unused crates in Rust files by Ivan Sadikov · 7 years ago
  33. 4c30c15 THRIFT-4328: disable centos-7.3 build jobs which appear to be unstable/hang in jenkins by James E. King, III · 7 years ago
  34. f26ce76 THRIFT-4328: undo tweak to build jobs 3 and 4, putting nodejs back where it was to stabilize Travis by James E. King, III · 7 years ago
  35. 81cdcd3 THRIFT-4328: split binary cross tests into their own build job to resolve by James E. King, III · 7 years ago
  36. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  37. cf892d4 Testcase for THRIFT-4323 range check errors or NPE in edge cases by Jens Geyer · 7 years ago
  38. cc2d558 THRIFT-4292: Implement TimerManager::remove() Client: C++ by Francois Ferrand · 7 years ago
  39. 078281d THRIFT-4324 field names can conflict with local vars in generated code by Jens Geyer · 7 years ago
  40. a76e6c7 THRIFT-4323 range check errors or NPE in edge cases by Jens Geyer · 7 years ago
  41. a62efa4 THRIFT-4319 command line switch for "evhttp" incorrectly resolved to anon pipes by Jens Geyer · 7 years ago
  42. 17c3ad9 THRIFT-4318 Delphi performance improvements Client: Delphi Patch: Jens Geyer by Jens Geyer · 7 years ago
  43. f8e62fb THRIFT-4273 erlang:now/0: Deprecated BIF. Client: erlang by walter-weinmann · 7 years ago
  44. 05c672b THRIFT-4290: Fixed csharp:nullable code generation for non-required enum fields with default values by Dirk Sandbrink · 7 years ago
  45. 811f73a THRIFT-2733 Erlang coding standards Client: erlang by walter-weinmann · 7 years ago
  46. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 7 years ago
  47. e9ede89 THRIFT-4275: add support for zope.interface exclusively when generating code for python by Charlie Zhang · 7 years ago
  48. d862c2f THRIFT-4316: fix read size in TByteBuffer.java Client: java by gx9702 · 8 years ago
  49. 1b20b18 Add default message for TApplicationException since some implementations may not set message field by damnever · 7 years ago
  50. fcb2f5a THRIFT-4313: Program code of the Erlang tutorial files contain syntax errors. by walter-weinmann · 7 years ago
  51. 78b7185 THRIFT-4307: Make ssl-open timeout effective in golang client Client: go by tudyzhb · 7 years ago
  52. 9235bec THRIFT-4246 Multiplexed clients sequence id fix Client: nodejs by Victor Boivie · 8 years ago
  53. 113614b fix flex syntax in compiler readme Patch: Zhaopin <daishun9@gmail.com> by James E. King, III · 7 years ago
  54. 722f8e9 THRIFT-4247: Fix compilation with OpenSSL 1.1 Client: c_glib by Josip Sokcevic · 8 years ago
  55. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  56. f454369 THRIFT-4298: fix ubuntu1604 docker image for golang by James E. King, III · 7 years ago
  57. b66b66f added Ubuntu Xenial docker image named ubuntu1604 by James E. King, III · 7 years ago
  58. ec64f23 THRIFT-4263: Fix use after free bug for thrown exceptions Client: php by Roy Sindre Norangshol · 7 years ago
  59. 20116c6 THRIFT-3821 Check for overflow on buffer resize in TMemoryBuffer Client: C++ by Alex Şuhan · 7 years ago
  60. de112fb change js generator for simple using in object params Client: node.js by jiangq · 8 years ago
  61. c60b69b THRIFT-4284: remove extraneous character Client: js by James E. King, III · 7 years ago
  62. 237a394 THRIFT-3974: fix ThreadSanitizer identified issues Client: C++ by James E. King, III · 7 years ago
  63. a718ad4 Renames Thrift.cabal to fix THRIFT-3963 Client: hs by Gregor Reitzenstein · 8 years ago
  64. 3f07967 THRIFT-4248: Import cstring in TSSLSocket Client: C++ by Josip Sokcevic · 8 years ago
  65. 2f03618 THRIFT-4274: Catch OSError in TSSLServerSocket.accept() Client: py by Håkon Hitland · 7 years ago
  66. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  67. 0a8c34c THRIFT-4279 Wrong path in include directive in generated Thrift sources by David Hull · 7 years ago
  68. 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 7 years ago
  69. e544a89 THRIFT-4266 Erlang library throws during skipping fields of composite type (maps, lists, structs, sets) by David Hull · 7 years ago
  70. 0eda909 THRIFT-4270 Generate Erlang mapping functions for const maps and lists by David Hull · 7 years ago
  71. ec2a252 THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. by David Hull · 7 years ago
  72. 3ba4ecf THRIFT-4257 Typescript async callbacks do not provide the correct types by Mike Morton · 7 years ago
  73. ed9e75f THRIFT-4268 Erlang library emits debugging output in transport layer by David Hull · 7 years ago
  74. f790445 THRIFT-4262 Invalid binding to InterlockedCompareExchange64() with 64-bit targets Client: Delphi Patch: Jens Geyer by Jens Geyer · 7 years ago
  75. 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
  76. c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
  77. 0dd8235 THRIFT-4219 remove http GET functions, Thrift only uses POST by D. Can Celasun · 8 years ago
  78. 5e9209f THRIFT-4237 Fix effective deadlock introduced by original patch by Zachary Wasserman · 8 years ago
  79. b56ead3 THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  80. c34653f THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  81. 49e5103 THRIFT-4245 Golang TFramedTransport's writeBuffer increases if writes to transport failed by liduo04 · 8 years ago
  82. 5b4c6bf THRIFT-4236: Add context support for go server. by taozle · 8 years ago
  83. c0a7050 THRIFT-4237 Fix data races in Go TServerSocket by Zachary Wasserman · 8 years ago
  84. c179435 THRIFT-4243 Fix Go TSimpleServer race on wait in Stop() method by Zachary Wasserman · 8 years ago
  85. b771cbe THRIFT-4240 Fix use of sync.Once in Go TSimpleServer Stop() method by Zachary Wasserman · 8 years ago
  86. c0e3535 THRIFT-4238 JSON generator: make annotation-aware by Stig Bakken · 8 years ago
  87. 4aaa92e THRIFT-4234 Travis build fails cross language tests with "Unsupported security protocol type" by Eric Conner · 8 years ago
  88. 2b1975a THRIFT-4213 Travis build fails at curl -sSL https://www.npmjs.com/install.sh | sh by Eric Conner · 8 years ago
  89. c55fdb9 THRIFT-4231 TJSONProtocol throws unexpected non-Thrift-exception on null strings by Jens Geyer · 8 years ago
  90. b8ee72d THRIFT-4222 Support Unix Domain Sockets in Golang TServerSocket by Zachary Wasserman · 8 years ago
  91. 48ea3cd THRIFT-4218: Set TCP_NODELAY for PHP client socket by Klaus Trainer · 8 years ago
  92. 8da0e72 THRIFT-4215 Golang TTransportFactory Pattern Squelches Errors by D. Can Celasun · 8 years ago
  93. 2b1b32c THRIFT-3703 Unions Field Count Does Not Consider Map/Set/List Fields by D. Can Celasun · 8 years ago
  94. 197b062 THRIFT-4217 HttpClient should support gzip and deflate by Jens Geyer · 8 years ago
  95. 6951159 THRIFT-4217 HttpClient should support gzip and deflate by Jens Geyer · 8 years ago
  96. 72ca60d THRIFT-4213 Travis build fails at curl -sSL https://www.npmjs.com/install.sh | sh by Jens Geyer · 8 years ago
  97. c71bdf8 THRIFT-4210 include Thrift.45.csproj into CI runs Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  98. 5608e43 THRIFT-4208 C# NamedPipesServer not really working in some scenarios Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  99. 888b577 THRIFT-4209 warning CS0414 in T[TLS]ServerSocket.cs Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  100. e41e47c THRIFT-4204 typo in compact spec Client: Documentaion Patch: Klaus Trainer by Klaus Trainer · 8 years ago