1. e98d6b1 go: Fix cross test server by Yuxuan 'fishy' Wang · 5 months ago
  2. 91565d4 Update supported go versions by Yuxuan 'fishy' Wang · 5 months ago
  3. 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
  4. 0d0ac75 Preparing 0.20.0 by Jens Geyer · 10 months ago v0.20.0
  5. ab6f3ef THRIFT-5744: Switch to slog for go library by Yuxuan 'fishy' Wang · 1 year, 2 months ago
  6. dc733fa Update supported go versions to 1.20 and 1.21 by Yuxuan 'fishy' Wang · 1 year, 7 months ago
  7. 12ab079 Bump test/go dependency by Yuxuan 'fishy' Wang · 1 year, 9 months ago
  8. 5cdf890 Fix github actions error on go tests by Yuxuan 'fishy' Wang · 1 year, 9 months ago
  9. bb80ef4 Bump golang.org/x/sys in /test/go by dependabot[bot] · 1 year, 11 months ago
  10. b94eac7 Update supported go versions by Yuxuan 'fishy' Wang · 2 years ago
  11. e8353cb Use multi-module to cleanup top level go.mod by Yuxuan 'fishy' Wang · 2 years, 2 months ago
  12. 2acfe0f THRIFT-5650: Implement UUID in Go compiler by Yuxuan 'fishy' Wang · 2 years, 3 months ago
  13. f066d84 Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging the partially completed uuid implementation to master by Jens Geyer · 2 years, 7 months ago
  14. 8045d82 Update Go versions used in travis and LANGUAGES.md by Yuxuan 'fishy' Wang · 2 years, 9 months ago
  15. 7594da8 THRIFT-5536 Fix cross language tests by Aki Sukegawa · 2 years, 10 months ago
  16. 2fa907e THRIFT-5495: close client when shutdown server in go lib Client: go by 郑桐 · 3 years ago
  17. 17373a3 go: Fix things staticcheck complains about by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  18. a265236 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  19. fb539ae THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  20. b71f11e THRIFT-5358: Add go.mod file to root directory by Yuxuan 'fishy' Wang · 3 years, 10 months ago
  21. 2ef0113 Consolidated gitignore & added missing EXTRA_DISTs by Jens Geyer · 4 years ago
  22. 4d46c11 THRIFT-4612: THeader support in go library by Yuxuan 'fishy' Wang · 6 years ago
  23. e0e1a08 THRIFT-4855: Pin golang/mock to 1.2.0 by D. Can Celasun · 6 years ago
  24. b2b767e THRIFT-4620: add crosstest support for zlib (buffered) to cpp, enable cpp,go,py,py3 tests by James E. King III · 6 years ago
  25. a9efd1a THRIFT-4516: Fix "go vet" warnings for Go 1.10 by D. Can Celasun · 7 years ago
  26. 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
  27. 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
  28. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  29. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  30. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  31. 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
  32. c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
  33. 43fb34d THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON by D. Can Celasun · 8 years ago
  34. fd02a30 THRIFT-3883 Go TestAllConnection fails with port 9090 collision by Nobuaki Sukegawa · 8 years ago
  35. ca714c4 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} by creker · 9 years ago
  36. f7d4979 THRIFT-3597 `make check` hangs in go tests Client: Test (Go) Patch: John Sirois by John Sirois · 9 years ago
  37. f8ca055 THRIFT-3251 Add http transport for server to Go lib by claudemiro · 9 years ago
  38. 9b35a7c THRIFT-3495 Minor enhancements and fixes for cross test by Nobuaki Sukegawa · 9 years ago
  39. fa0796d THRIFT-3391 Wrong bool formatting in test server Client: Go Patch: Jens Geyer by Jens Geyer · 9 years ago
  40. a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
  41. 2fab3de THRIFT-3296 - Go cross test does not conform to spec by Nobuaki Sukegawa · 9 years ago
  42. c6b991f THRIFT-3292 Integrate new Zlib transport for Go into test suite by Jens Geyer · 9 years ago
  43. 8b47002 THRIFT-3194 Can't build with go enabled. gomock SCC path incorrect. by Jens Geyer · 10 years ago
  44. 56a03be THRIFT-3192 Go import paths changed in 1.4, and expired June 1 by Jens Geyer · 10 years ago
  45. ef0a8fa THRIFT-3138 "make check" parallel execution is underministic by Nobuaki Sukegawa · 10 years ago
  46. 41ad434 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 10 years ago
  47. 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
  48. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  49. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  50. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  51. 557d6ea make clean should rm src/gen instead of emptying by Jens Geyer · 10 years ago
  52. 2591be2 test/go: use mkdir -p by Roger Meier · 10 years ago
  53. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  54. a47cf90 Fixed broken build: "thrift -out <dir>" expects that <dir> already exists by Jens Geyer · 11 years ago
  55. 6ff1dfb Fixed broken build (superfluous EXTRA_DIST section) by Jens Geyer · 11 years ago
  56. 91cfb99 THRIFT-2500 sending random data crashes thrift(golang) service by Jens Geyer · 11 years ago
  57. f459868 THRIFT-2497 server and client for test/go, also several fixes and improvements by Jens Geyer · 11 years ago