1. 714c77c THRIFT-4525: add ruby cross test ssl support Client: rb by James E. King III · 7 years ago
  2. e41de0f THRIFT-4489: Add unix domain socket support for nodejs Client: nodejs by Daniel Shih · 7 years ago
  3. 9aaf295 THRIFT-4358: add unix domain socket option to ruby cross tests Client: rb by James E. King III · 7 years ago
  4. 22bd345 THRIFT-4524: .NET Core Server doesn't close properly when cancelled by Stephen Starkie · 7 years ago
  5. e46419b THRIFT-4476: Typecasting problem on double list items, by Ozan Can Altiok · 7 years ago
  6. b496083 THRIFT-4187 Allow dart framed transport to read incomplete frame Client: dart by Allen George · 8 years ago
  7. 859a40c THRIFT-82: move to SBCL 1.4.5 (hopefully will address 1.4.4 sporadic build errors) by James E. King III · 7 years ago
  8. 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 7 years ago
  9. 02fbe0e THRIFT-4523 TStreamTransportImpl.GetOutputStream broken by Jens Geyer · 7 years ago
  10. b7084cb THRIFT-4419: Fix bug where framed messages > 4K could not be read by Allen George · 7 years ago
  11. a9efd1a THRIFT-4516: Fix "go vet" warnings for Go 1.10 by D. Can Celasun · 7 years ago
  12. 68707d9 THRIFT-4474: Use PSR-4 autoloader by default by Robert Lu · 7 years ago
  13. e58f75d THRIFT-4513: Fix thrift compiler to generate constants in stable order. by Roman Soroka · 7 years ago
  14. da9a9ba THRIFT-4429: Make TThreadPoolServer.executorService_ available in by Dmitry Volodin · 7 years ago
  15. 2b09dfe THRIFT-4509: add jslint and fix build script output by James E. King III · 7 years ago
  16. 5066eb4 THRIFT-4509: by Philip Frank · 7 years ago
  17. 8d55c47 THRIFT-4508: remove cygwin64 build in favor of MSVC2013 by James E. King III · 7 years ago
  18. 2bf0327 THRIFT-4337: fix javadoc build error related to changes by James E. King III · 7 years ago
  19. a02ae56 THRIFT-4517: disable ocaml in xenial because it is broken by James E. King III · 7 years ago
  20. 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
  21. 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 7 years ago
  22. 8678dfc THRIFT-4337: Able to set keyStore and trustStore as InputStream in the by Dmitry Volodin · 7 years ago
  23. 8bcb7ac THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issues Client: cpp by Bugra Gedik · 7 years ago
  24. 70b33fb THRIFT-4515: fix up nonblocking options and enable ssl for nonblocking in cpp server cross by James E. King III · 7 years ago
  25. fe50fea THRIFT-4497: Use `map()` field type for Erlang type for map struct fields. by David Hull · 7 years ago
  26. 1918b21 THRIFT-4495: Allow `undefined` for non-required Erlang records fields. by David Hull · 7 years ago
  27. 5086291 THRIFT-4024: Skip() throws TProtocolException.INVALID_DATA on unknown data types by Philip Frank · 7 years ago
  28. 138da20 fix wrong document @param in TBase.h Client: cocoa by yfchen · 7 years ago
  29. b963e28 THRIFT-4509: remove nodejs browser test Client: nodejs by Philip Frank · 7 years ago
  30. b4f22ff THRIFT-4480 - Handle seqid = 0 Client: js by Brian Forbis · 7 years ago
  31. 860a5f1 THRIFT-4508: change windows CI builds to use current MSVC, one cygwin and one mingw build by James E. King III · 7 years ago
  32. a37feaf THRIFT-4508: end trusty CI builds; handle nodejs 4.x LTS EOL; update docs by James E. King III · 7 years ago
  33. 14991f9 THRIFT-4354: fix php socket blocking behavior by James E. King III · 7 years ago
  34. 78755f5 THRIFT-4508: Fix node.js to be the desired version in docker ubuntu-artful image by James E. King III · 7 years ago
  35. 0eb0b77 Minor tweaks to the language matrix markdown documentation. by James E. King III · 7 years ago
  36. fed9935 Updated the languages matrix markdown documentation. by James E. King III · 7 years ago
  37. d973409 THRIFT-4506: fix use of assert for correctness in Java SASL negotiation by James E. King III · 7 years ago
  38. 9e0c927 THRIFT-4505: Fix python build on Vagrant Windows boxes Client: py by Eduardo Arada · 7 years ago
  39. 55ddf19 THRIFT-4436: port nodejs changes from THRIFT-3748 to js lib, by Philip Frank · 7 years ago
  40. 3b87c71 THFIFT-4486: golang: support https from generated clients by John Boiles · 7 years ago
  41. 8de4bb9 THRIFT-4498: add phpcs back Client: php by Robert Lu · 7 years ago
  42. 641b139 THRIFT-4503: fix dlang server logging on client disconnect so it does not report an error for normal operation by James E. King III · 7 years ago
  43. 6aa4c0f THRIFT-82: fix cl test server to return the correct SecondService string and enable multi tests by James E. King III · 7 years ago
  44. bf7f76b THRIFT-82: follow-up to common lisp to stabilize the linux build environment and update some docs by James E. King III · 7 years ago
  45. e93a901 THRIFT-82: Add Common Lisp support Client: cl by Tomek Kurcz · 7 years ago
  46. d907cc9 THRIFT-4352: update artful to use haxe 3.4.4 which fixes a core in haxe by James E. King III · 7 years ago
  47. 35d62ed THRIFT-4492 protected ExceptionType type member of TApplicationException cannot be accessed by Jens Geyer · 7 years ago
  48. 33d30fc THRIFT-4490 Allow a default service as fallback for multiplex processors connected by old clients by Jens Geyer · 7 years ago
  49. 0064516 THRIFT-4485 Possible invalid ptr AV with overlapped read/write on pipes by Jens Geyer · 7 years ago
  50. 5089b0a THRIFT-4454 Large writes/reads may cause range check errors in debug mode by Jens Geyer · 7 years ago
  51. f338d57 THRIFT-4308: re-enable dlang deimos build support for libevent by James E. King III · 7 years ago
  52. 2471efa THRIFT-4477: php TBufferedTransport must have underlying transport Client: php by Robert Lu · 7 years ago
  53. 12f124c THRIFT-4475: PSR-2 support for lib/php/test Client: php by Robert Lu · 7 years ago
  54. 3d55624 THRIFT-4473 Move Thrift.Console.pas out of the Library by Jens Geyer · 7 years ago
  55. 23dde8c THRIFT-4471: add Makefile.PL to Perl CPAN module build script Client: perl by James E. King III · 7 years ago
  56. 7004a61 THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues Client: java by Alex Volanis · 7 years ago
  57. f92493b THRIFT-4470: Include popular IDE file templates to gitignore by Dmitry Volodin · 7 years ago
  58. 00646bb THRIFT-4464: Fix typo in TNonblockingServer.py Client: py by Yubing Dong (Tom) · 7 years ago
  59. e241265 THRIFT-4463: Generated PHP code to match PSR-2 Client: php by Robert Lu · 7 years ago
  60. b03ca01 THRIFT-4460: Use PSR-2 as php library coding standard Client: php by Robert Lu · 7 years ago
  61. 8d96b3b Closing all inactive github pull requests (no activity since 2015). by James E. King III · 7 years ago
  62. 52bf20c THRIFT-4472: fix ruby gemspec license declaration Client: rb by James E. King III · 7 years ago
  63. b636ffb THRIFT-4462 First line in Console duplicated by Jens Geyer · 7 years ago
  64. 36c0b34 THRIFT-4461 Compiler directive should match Delphi XE4 by Jens Geyer · 7 years ago
  65. bfba370 THRIFT-4459: reduce php library directory depth Client: php by Robert Lu · 7 years ago
  66. f64a3fc THRIFT-4456: quiet haxelib the right way by James E. King III · 7 years ago
  67. ad23852 THRIFT-4344: some docker updates for xenial and for trusty to fix build issues by James E. King III · 7 years ago
  68. b56fc70 THRIFT-4434: fixes to delegate all dependency responsibility from make to the dotnet build by James E. King III · 7 years ago
  69. 5499329 THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests by Volodymyr Gotra · 7 years ago
  70. 9a32f8a THRIFT-4456: add --quiet to haxelib install so build log is not as huge by James E. King III · 7 years ago
  71. 1d5113e THRIFT-4455 Missing dispose calls in ThreadedServer & ThreadpoolServer by Jens Geyer · 7 years ago
  72. 8582715 THRIFT-4454 Large writes/reads may cause range check errors in debug mode by Jens Geyer · 7 years ago
  73. 31d5b7b THRIFT-4452: optimize Dockerfile so it runs apt-get update only once by Robert Lu · 7 years ago
  74. cf7ba4c THRIFT-4390: Fix bug where binary/buffered messages > 4K could not be read/written by Allen George · 7 years ago
  75. a15060a THRIFT-4423: migrate to psr-4 Client: php by Robert Lu · 7 years ago
  76. 19a6493 THRIFT-4399 plugin.thrift t_const_value is not used as a union in C++ code -- fix this by Chet Murthy · 7 years ago
  77. 6ae4023 THRIFT-4393: renumber GeneratorInput t_{type,etc...}_id Client: compiler by Chet Murthy · 7 years ago
  78. ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 7 years ago
  79. 91c74b6 THRIFT-4443: Implement skip function in json_protocol Client: node.js by Kerri Devine · 7 years ago
  80. 080e43e THRIFT-4447: Fix panic on p.c.Call when using legacy initializers Client: go by John Boiles · 7 years ago
  81. d066fa8 THRIFT-4446: JSONProtocol Base64 Encoding: Do not trim padding on encode. by Allen Warthen · 7 years ago
  82. d3355af THRIFT-4450: Added "seek" implementation to TCompactInputTransport in Rust by Vadim Chekan · 7 years ago
  83. 1b855d4 Insert files related to eclipse project to gitignore by Dmitry Volodin · 7 years ago
  84. dda41f3 Fix generated maven packaging Client: java by Stephane Landelle · 7 years ago
  85. c72d8dc use dartlang repo for builds Client: dart by Robert Lu · 7 years ago
  86. 8fdd610 THRIFT-4406: Optionally generate ES6 compatible JavaScript where service methods return Promises by Philip Frank · 7 years ago
  87. e669b87 cleanup unused docker *.orig by Robert Lu · 7 years ago
  88. 0a84eae THRIFT-4437: JavaScript WebSocket - fix duplicate callbacks and enable ThriftWS test suite by Philip Frank · 7 years ago
  89. 041c3c7 THRIFT-4421 golang tests rely on gomock, which has changed behaviour, causing tests to fail by Chet Murthy · 7 years ago
  90. 14f5d50 THRIFT-4422 Add Async implementation via IFuture by Jens Geyer · 7 years ago
  91. cea5075 THRIFT-4416: additional CPAN packaging changes Client: perl by James E. King III · 7 years ago
  92. 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
  93. c4af633 THRIFT-4418: evhttp_connection_new is deprecated; use evhttp_connection_base_new by zhouweikang · 7 years ago
  94. 2590988 THRIFT-4417: Fix broken fb303 build, that occurred after conversion to stdcxx::shared_ptr by James E. King, III · 7 years ago
  95. 05a08ce THRIFT-4403: Fix incorrect usage of 'this' Client: js by Philip Frank · 7 years ago
  96. d30a7d1 THRIFT-4400 Visual Studio Compiler project should link runtime statically in release builds by Jens Geyer · 7 years ago
  97. f3a2974 THRIFT-4398 Update EXTRA_DIST for "make dist" by Jens Geyer · 7 years ago
  98. 152d1be THRIFT-4397 Ubuntu install instructions broken on 16.04 by Jens Geyer · 7 years ago
  99. 3c42007 THRIFT-3580 THeader for Haskell Client: hs by Nobuaki Sukegawa · 9 years ago
  100. 2147466 THRIFT-4396 inconsistent (or plain wrong) version numbers in master/trunk by Jens Geyer · 7 years ago