1. bbc7c5f Bump the versions of Go used in Travis by Yuxuan 'fishy' Wang · 3 years ago
  2. 4c7b9fd THRIFT-5479 Add net 6 support Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 1 month ago
  3. 96ed727 build/docker/*/Dockerfile: Added dotnet additional dependencies by Mario Emmenlauer · 3 years, 5 months ago
  4. a265236 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  5. ad76a18 Add better unit tests and imbue C locale in floating point to_string by ubuntu · 3 years, 7 months ago
  6. 323f032 Add unit test for system locale with thousands separator comma by ubuntu · 3 years, 8 months ago
  7. 0f73558 Fix travis CI for NPM by Yuxuan 'fishy' Wang · 3 years, 9 months ago
  8. 7054b31 THRIFT-4303 Update ubuntu-xenial to use D 2.087.0 Client: d Patch: James Lacey by James Lacey · 3 years, 10 months ago
  9. b71f11e THRIFT-5358: Add go.mod file to root directory by Yuxuan 'fishy' Wang · 3 years, 10 months ago
  10. 66d8976 THRIFT-5347 Remove deprecated Haskell bindings Client: hs Patch: Jens Geyer by Jens Geyer · 3 years, 10 months ago
  11. 1ab156a THRIFT-5285 Update http package + update to dart 2 + stylistic changes by aaronstgeorge-wf · 4 years, 4 months ago
  12. 526a1ac THRIFT-5349 Add net5.0 as supported platform Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years ago
  13. e27e82c THRIFT-5338: Raise minimal supported go version to 1.14.14 by Yuxuan 'fishy' Wang · 4 years ago
  14. b0d1413 THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support 2018 edition by Allen George · 4 years, 10 months ago
  15. 55680af Update NodeJS to oldest supported version on Ubuntu Xenial by Mario Emmenlauer · 4 years, 8 months ago
  16. 299b68e THRIFT-5100: Upgrade ruby to 2.4 Client: Ruby Patch: Jano Svitok by Jano Svitok · 4 years, 10 months ago
  17. b1f755a THRIFT-5120: Use nodejs 8.x Client: node Patch: Jano Svitok by Jano Svitok · 4 years, 10 months ago
  18. 56700e4 THRIFT-4982 Remove deprecated C# bindings from the code base by Jens Geyer · 5 years ago
  19. cb4c31a THRIFT-5050 Fix MemoryBuffer.pm to raise a proper exception if no data is available by Kengo Seki · 5 years ago
  20. ffb97e1 THRIFT-4990 Upgrade to .NET Core 3.1 (LTS) Client: netstd Patch: Jens Geyer by Jens Geyer · 5 years ago
  21. ec43954 THRIFT-4990 Switch to .NET core 3.0 Client: netstsd Patch: Jens Geyer by Jens Geyer · 5 years ago
  22. 93ff9b0 Update language levels, fix erlang and rust in CI by James E. King III · 6 years ago
  23. c2c1e1d Change docker builds to include specific version of Rust (1.35.0) by Allen George · 6 years ago
  24. 181d900 THRIFT 4536: Rust 1.34.0 by Danny Browning · 6 years ago
  25. 3b77982 fix xenial and bump go version on bionic by James E. King III · 6 years ago
  26. e53d23c THRIFT-4794: finish php json cross test by James E. King III · 6 years ago
  27. f1eadad THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) (#1617) by Rob Becker · 6 years ago
  28. b5d6ea3 THRIFT-4625: Use let/const variable decorators in ES6 Javascript by Brian Forbis · 6 years ago
  29. 98acf18 fix Ubuntu Xenial docker build environment (lock deimos for openssl to older version) by James E. King III · 6 years ago
  30. f74bc7b THRIFT-4634: work around cabal 1.22 dependency bug breaking CI job for Xenial by James E. King III · 6 years ago
  31. b92ca5f THRIFT-4582: Fix Xenial CI build issues (#1563) by James E. King III · 7 years ago
  32. 2724707 THRIFT-4342: update ruby tests to use rspec 3, updated all dependencies for ruby by James E. King III · 7 years ago
  33. a02ae56 THRIFT-4517: disable ocaml in xenial because it is broken by James E. King III · 7 years ago
  34. 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
  35. a37feaf THRIFT-4508: end trusty CI builds; handle nodejs 4.x LTS EOL; update docs by James E. King III · 7 years ago
  36. f338d57 THRIFT-4308: re-enable dlang deimos build support for libevent by James E. King III · 7 years ago
  37. f64a3fc THRIFT-4456: quiet haxelib the right way by James E. King III · 7 years ago
  38. ad23852 THRIFT-4344: some docker updates for xenial and for trusty to fix build issues by James E. King III · 7 years ago
  39. 9a32f8a THRIFT-4456: add --quiet to haxelib install so build log is not as huge by James E. King III · 7 years ago
  40. 31d5b7b THRIFT-4452: optimize Dockerfile so it runs apt-get update only once by Robert Lu · 7 years ago
  41. a15060a THRIFT-4423: migrate to psr-4 Client: php by Robert Lu · 7 years ago
  42. 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
  43. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  44. b628736 THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore by James E. King, III · 7 years ago
  45. 699b5bc THRIFT-4064: update node dependencies by James E. King, III · 7 years ago
  46. 81cdcd3 THRIFT-4328: split binary cross tests into their own build job to resolve by James E. King, III · 7 years ago
  47. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 7 years ago
  48. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago