1. c72d8dc use dartlang repo for builds Client: dart by Robert Lu · 7 years ago
  2. 8fdd610 THRIFT-4406: Optionally generate ES6 compatible JavaScript where service methods return Promises by Philip Frank · 7 years ago
  3. e669b87 cleanup unused docker *.orig by Robert Lu · 7 years ago
  4. 0a84eae THRIFT-4437: JavaScript WebSocket - fix duplicate callbacks and enable ThriftWS test suite by Philip Frank · 7 years ago
  5. 041c3c7 THRIFT-4421 golang tests rely on gomock, which has changed behaviour, causing tests to fail by Chet Murthy · 7 years ago
  6. 14f5d50 THRIFT-4422 Add Async implementation via IFuture by Jens Geyer · 7 years ago
  7. cea5075 THRIFT-4416: additional CPAN packaging changes Client: perl by James E. King III · 7 years ago
  8. 8101f00 THRIFT-4416: fixed up CPAN module creation and automated all steps except for upload to CPAN by James E. King, III · 7 years ago
  9. c4af633 THRIFT-4418: evhttp_connection_new is deprecated; use evhttp_connection_base_new by zhouweikang · 7 years ago
  10. 2590988 THRIFT-4417: Fix broken fb303 build, that occurred after conversion to stdcxx::shared_ptr by James E. King, III · 7 years ago
  11. 05a08ce THRIFT-4403: Fix incorrect usage of 'this' Client: js by Philip Frank · 7 years ago
  12. d30a7d1 THRIFT-4400 Visual Studio Compiler project should link runtime statically in release builds by Jens Geyer · 7 years ago
  13. f3a2974 THRIFT-4398 Update EXTRA_DIST for "make dist" by Jens Geyer · 7 years ago
  14. 152d1be THRIFT-4397 Ubuntu install instructions broken on 16.04 by Jens Geyer · 7 years ago
  15. 3c42007 THRIFT-3580 THeader for Haskell Client: hs by Nobuaki Sukegawa · 9 years ago
  16. 2147466 THRIFT-4396 inconsistent (or plain wrong) version numbers in master/trunk by Jens Geyer · 7 years ago
  17. 026c9d0 THRIFT-3686 Java processor should report internal error on uncaught exception by Nobuaki Sukegawa · 9 years ago
  18. 1541f0a THRIFT-3657 D TFileWriterTransport close should use non-priority send Client: D by Nobuaki Sukegawa · 9 years ago
  19. af56286 THRIFT-3610 Streamline exception handling in Python server handler Client: py by Nobuaki Sukegawa · 9 years ago
  20. 66c3dbf THRIFT-3602 Make Tornado server send exception on unexpected handler error by Nobuaki Sukegawa · 9 years ago
  21. 6f82640 THRIFT-3600 Make TTwisted server send exception on unexpected handler error by Nobuaki Sukegawa · 9 years ago
  22. 1ce7a5b THRIFT-2913: fix random CI build failures in lib/rb test by James E. King, III · 7 years ago
  23. 35f987d THRIFT-4392 reorder structs in plugin.thrift by Chet Murthy · 7 years ago
  24. 44426c9 THRIFT-4395: fix rust build on xenial Client: rs by James E. King, III · 7 years ago
  25. 20e16bc THRIFT-2013: add perl crosstest multiplexed client and server logic Client: perl by James E. King, III · 7 years ago
  26. cde4d41 Fix remote client for HTTP transport Client: go by Dylan Trotter · 7 years ago
  27. 39eaae6 THRIFT-2013: update docker for artful (go back to lua 5.2) and enhance by James E. King, III · 7 years ago
  28. 6e883f9 THRIFT-4085: refresh docker for dotnet 2.0.3, add dart 1.24.2 to artful image by James E. King, III · 7 years ago
  29. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 7 years ago
  30. 87ad2bc THRIFT-4329: multiplexed processor, client and server for c_glib Client: c_glib by Gonzalo Aguilar Delgado · 7 years ago
  31. 95d5fb3 update the CONTRIBUTING readme to point to build instructions (third time is a charm) by James E. King, III · 7 years ago
  32. ad2ea3d update the CONTRIBUTING readme to point to build instructions (again) by James E. King, III · 7 years ago
  33. 388738d update the CONTRIBUTING readme to point to build instructions by James E. King, III · 7 years ago
  34. cfb0130 update docker build instructions by James E. King, III · 7 years ago
  35. 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
  36. 847ecf3 THRIFT-4378: add set method for stopTimeoutUnit in TThreadPoolServer java lib by itegel · 7 years ago
  37. a533ea1 THRIFT-4377: more informative error messages on tests by Oleksii Prudkyi · 7 years ago
  38. ac11cf8 THRIFT-4377: close socket after processing request by Oleksii Prudkyi · 7 years ago
  39. 619218c THRIFT-4343: enable nodejs-8.x on ubuntu-artful image and update grunt-jsdoc by James E. King, III · 7 years ago
  40. 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 7 years ago
  41. 375bfee THRIFT-2998: enable cross test for nodejs http transport, by James E. King, III · 7 years ago
  42. 5a4f738 THRIFT-2998: Set Content-Type for HTTP request in Node.js wrapper. by stanevt · 10 years ago
  43. 43f4bf2 THRIFT-4376: fix a few high impact coverity defects: by James E. King, III · 7 years ago
  44. d4df917 THRIFT-4372 Pipe write operations across a network are limited to 65,535 bytes per write by Jens Geyer · 7 years ago
  45. e549455 add stdc++ back for php extension build Client: php by Robert Lu · 7 years ago
  46. 350fe75 THRIFT-4370: build generated code before running static code analysis; by James E. King, III · 7 years ago
  47. 254e86b Close rejected or duplicate PRs by James E. King, III · 7 years ago
  48. 9dff0ef THRIFT-4356: fix segment fault for thrift_protocol by Robert Lu · 7 years ago
  49. 1df2d9b THRIFT-4353: support php ext read data after message begin Client: php by 董菲 · 8 years ago
  50. a39ba7f THRIFT-4362 check "read length" in readStringBody(int) Client: Java by christianc · 7 years ago
  51. e7611d0 THRIFT-4367: Fix missing positional argument in python by James E. King, III · 7 years ago
  52. ba5e065 THRIFT-4305 Doc comments in dlang output Client: d Patch: Neia Neutuladh by dhasenan · 7 years ago
  53. cd5be7b THRIFT-4351: change DOCKER_ env vars for travis integration to work better, by James E. King, III · 7 years ago
  54. 54ce558 THRIFT-4365: Replaced indirect object syntax in perl compiler by James E. King, III · 7 years ago
  55. 44701e8 THRIFT-4306 Thrift imports not replicated to D service output by Jens Geyer · 7 years ago
  56. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  57. 8b8a8ef THRIFT-4355 Fix javascript indentation of default values Client: js by Brian Forbis · 7 years ago
  58. b628736 THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore by James E. King, III · 7 years ago
  59. 9f9e30b THRIFT-4331: C++ TSSLSocket fixes for huge message handling Client: C++ by Martin Haimberger · 7 years ago
  60. 39310da THRIFT-4346: Allow go ZlibTransportFactory to wrap other factories Client: go by Yuri Khrustalev · 7 years ago
  61. e8fbd8c Update the contribution guide, added recipes for handling github issues by James E. King, III · 7 years ago
  62. 65efdff build both ubuntu xenial as well as trusty to get more language level by James E. King, III · 7 years ago
  63. d7720f4 THRIFT-4348 - Allow custom HTTP headers to be set in Perl HTTP client. by Carwyn Moore · 7 years ago
  64. 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
  65. 48ba736 THRIFT-4131: js / WebSocket / fix handling oneway methods by James E. King, III · 7 years ago
  66. a17ef79 THRIFT-4334: Fix perl indentation for default attribute values of by Brian Forbis · 7 years ago
  67. 4bd3682 THRIFT-4309: Python print() function Client: py by cclauss · 7 years ago
  68. 9ce1fd9 THRIFT-4049, THRIFT-4053: when skipping, if field type is invalid, throw a by James E. King, III · 7 years ago
  69. eb7b76d add perl coding standard of perlstyle Client: perl by James E. King, III · 7 years ago
  70. c8e0207 THRIFT-4288: Implement logging levels in node.js properly Client: nodejs by Equim · 7 years ago
  71. aded00b THRIFT-3821: make memory buffer size configurable so unit test does by James E. King, III · 7 years ago
  72. d3013f3 THRIFT-3766: add zlib getUnderlyingTransport method Client: C++ by James E. King, III · 7 years ago
  73. 4a6bff1 THRIFT-4283: fix TNamedPipeServer race condition in interrupt by James E. King, III · 7 years ago
  74. 9462edb THRIFT-4264: Fix PHP tests requiring sockets.so Client: php by Håkon Hitland · 7 years ago
  75. 2d8b178 THRIFT-4340: Fix a crash on client close Client: erl by Anthony Molinaro · 7 years ago
  76. 28eb9d9 THRIFT-4233: Make THsHaServer.invoker available (get method only) in inherited classes by Dmitry Volodin · 7 years ago
  77. d3cda9c THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums Client: Java by Deniss Afonin · 8 years ago
  78. 9ffb41d THRIFT-4251: Fix JDK Epoll Bug in Thrift of TThreadedSelectorServer model. by Johnny-Liao · 7 years ago
  79. 8506121 THRIFT-4287: Add c++ compiler no_skeleton flag option Client: C++ by oryahud · 7 years ago
  80. 6960370 THRIFT-4327: add API to efficiently remove a single timer Client: C++ by Francois Ferrand · 7 years ago
  81. 12fcb0d THRIFT-4232 ./configure does bad ant version check by Nasko Vasilev · 7 years ago
  82. ac61a42 THRIFT-4212: Fix flush on invalid socket Client: c_glib by Gonzalo Aguilar Delgado · 8 years ago
  83. acbb616 THRIFT-4211: Fix logging in c_glib by Gonzalo Aguilar Delgado · 8 years ago
  84. cbd9759 THRIFT-4205: Make sure gobject+glib are correctly linked by Gonzalo Aguilar Delgado · 8 years ago
  85. 5310616 THRIFT-4333 All tutorial examples with port 9090. by walter-weinmann · 7 years ago
  86. faa2a3e THRIFT-4312 Erlang client cannot connect to Python server: exception by walter-weinmann · 7 years ago
  87. 699b5bc THRIFT-4064: update node dependencies by James E. King, III · 7 years ago
  88. 04d983c THRIFT-4330: Allow unused crates in Rust files by Ivan Sadikov · 7 years ago
  89. 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
  90. 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
  91. 81cdcd3 THRIFT-4328: split binary cross tests into their own build job to resolve by James E. King, III · 7 years ago
  92. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  93. cf892d4 Testcase for THRIFT-4323 range check errors or NPE in edge cases by Jens Geyer · 7 years ago
  94. cc2d558 THRIFT-4292: Implement TimerManager::remove() Client: C++ by Francois Ferrand · 7 years ago
  95. 078281d THRIFT-4324 field names can conflict with local vars in generated code by Jens Geyer · 7 years ago
  96. a76e6c7 THRIFT-4323 range check errors or NPE in edge cases by Jens Geyer · 7 years ago
  97. a62efa4 THRIFT-4319 command line switch for "evhttp" incorrectly resolved to anon pipes by Jens Geyer · 7 years ago
  98. 17c3ad9 THRIFT-4318 Delphi performance improvements Client: Delphi Patch: Jens Geyer by Jens Geyer · 7 years ago
  99. f8e62fb THRIFT-4273 erlang:now/0: Deprecated BIF. Client: erlang by walter-weinmann · 7 years ago
  100. 05c672b THRIFT-4290: Fixed csharp:nullable code generation for non-required enum fields with default values by Dirk Sandbrink · 7 years ago