1. 5f829f1 go: Fix things staticcheck complains about by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  2. 57b9aa0 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  3. efff4a2 THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  4. 2c78047 THRIFT-4797: Go import improvements by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  5. f695535 THRIFT-5389: Fix const generation for optional fields by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  6. 68c0272 Update README for go library by Yuxuan 'fishy' Wang · 3 years, 6 months ago
  7. fe3f8a1 THRIFT-5404: Allow other types of TTransportException to be timeouts by Yuxuan 'fishy' Wang · 3 years, 9 months ago
  8. 6583f4e THRIFT-5369: Use MaxMessageSize to check container sizes by Yuxuan 'fishy' Wang · 3 years, 10 months ago
  9. 3761f00 Fix lib/go/test/fuzz for oss-fuzz project by Yuxuan 'fishy' Wang · 3 years, 10 months ago
  10. b71f11e THRIFT-5358: Add go.mod file to root directory by Yuxuan 'fishy' Wang · 3 years, 10 months ago
  11. 65ea752 Adds fuzz target for oss-fuzz integration by Philippe Antoine · 3 years, 10 months ago
  12. 62beb67 Early error check in golang struct reading by Philippe Antoine · 3 years, 10 months ago
  13. b0b3531 Move ConflictingNamesTest to lib/go/test by Yuxuan 'fishy' Wang · 3 years, 11 months ago
  14. 2ef0113 Consolidated gitignore & added missing EXTRA_DISTs by Jens Geyer · 4 years ago
  15. 4aaef75 THRIFT-5337 Go set fields write improvement by wangtieju · 4 years ago
  16. c2ddaf0 THRIFT-4914: Make TClient.Call to return the response meta by Yuxuan 'fishy' Wang · 4 years ago
  17. 8dd04f4 THRIFT-5322: THeaderTransport protocol id fix by Yuxuan 'fishy' Wang · 4 years ago
  18. d9fcdd3 THRIFT-5338: Remove lib/go/thrift/go.mod by Yuxuan 'fishy' Wang · 4 years ago
  19. e27e82c THRIFT-5338: Raise minimal supported go version to 1.14.14 by Yuxuan 'fishy' Wang · 4 years ago
  20. 0e68e8c THRIFT-5326: Make PrependError more unwrap-able by Yuxuan 'fishy' Wang · 4 years ago
  21. d831230 THRIFT-5326: Expand TException interface in go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
  22. c4d1c0d THRIFT-5322: Implement TConfiguration in Go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
  23. 37c2ceb THRIFT-5322: Guard against large string/binary lengths in Go by Yuxuan 'fishy' Wang · 4 years, 1 month ago
  24. dda8054 THRIFT-5324: Create new req buffer for every http request by Yuxuan 'fishy' Wang · 4 years, 1 month ago
  25. 4461728 THRIFT-5324: reset http client buffer after flush by Morozov · 4 years, 1 month ago
  26. 2676327 Add DuplicateTo protocol to go's TDebugProtocol by Yuxuan 'fishy' Wang · 4 years, 3 months ago
  27. 64c2a4b THRIFT-5294: Fix panic in go TSimpleJSONProtocol by Yuxuan 'fishy' Wang · 4 years, 3 months ago
  28. daf6209 THRIFT-5240: Tweak the default go server connectivity check interval by Yuxuan 'fishy' Wang · 4 years, 3 months ago
  29. 077b5fc go: Use sync.Pool for gzip in HTTP transport by Duru Can Celasun · 4 years, 3 months ago
  30. 6dcd64e THRIFT-5279: Go serializer/deserializer cleanups by Yuxuan 'fishy' Wang · 4 years, 4 months ago
  31. a2c4466 THRIFT-5278: Allow set protoID in go THeader transport/protocol by Yuxuan 'fishy' Wang · 4 years, 4 months ago
  32. 22b6c0c THRIFT-5270: Fix wrong int to string conversions by Yuxuan 'fishy' Wang · 4 years, 4 months ago
  33. b93fafd THRIFT-5214: Use peek to implement socket connectivity check by Yuxuan 'fishy' Wang · 4 years, 5 months ago
  34. 64f419b THRIFT-5257: Fix Go THeaderTransport endOfFrame handling by Yuxuan 'fishy' Wang · 4 years, 5 months ago
  35. 4db7a0a THRIFT-5240: Do connectivity check in Go server by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  36. 5dc1d26 THRIFT-5152: Separate timeout in TSSLSocket by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  37. e79f764 THRIFT-5233: Handle I/O timeouts in go library by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  38. cfbb905 THRIFT-5214: Reset read deadline in socketConn by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  39. e382275 THRIFT-5214: Push read deadline in socketConn by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  40. c9890cb THRIFT-5214: Partial rewrite of TFramedTransport by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  41. 9fd134f Use io.CopyN to simplify THeaderTransport code by Yuxuan 'fishy' Wang · 4 years, 7 months ago
  42. 05023e8 THRIFT-5214: Connectivity check on go's TSocket by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  43. be3f732 Make TTransportException unwrappable on Go 1.13+ by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  44. 0c173bf THRIFT-5164: Small cleanup on example code by Yuxuan 'fishy' Wang · 4 years, 8 months ago
  45. 5cffef9 THRIFT-5164: Add middleware framework for Go clients by Andrew Boyle · 4 years, 9 months ago
  46. 00c039a THRIFT-5164: Add middleware framework for Go servers by Andrew Boyle · 4 years, 9 months ago
  47. e98ba9c THRIFT-5183: Don't try to read next frame in THeaderTransport.Read by Yuxuan 'fishy' Wang · 4 years, 9 months ago
  48. 9e864d5 Add UnsetHeader to go library by Yuxuan 'fishy' Wang · 4 years, 9 months ago
  49. 81334cd THRIFT-5152: introduce connect timeout and socket timeout by lvqian · 4 years, 10 months ago
  50. aa9e7e8 THRIFT-5092: Return an error instead of causing a panic when attempting to write to a closed client. by Renan I. Del Valle · 5 years ago
  51. 397645a THRIFT-5069: Make TDeserializer resource pool friendly by Yuxuan 'fishy' Wang · 5 years ago
  52. b374ce3 THRIFT-5046: Better struct tag overrides by Duru Can Celasun · 5 years ago
  53. f4475ff THRIFT-5019: Duplicate imports from multiple includes from a namespace by Duru Can Celasun · 5 years ago
  54. 24fa9d0 THRIFT-4914: Add GetResponseHeadersFromClient helper function by Yuxuan 'fishy' Wang · 5 years ago
  55. 59694a7 THRIFT-5002: Fix argument containers for inherited functions by John Boiles · 5 years ago
  56. 4c27181 THRIFT-4914: Add TResponseHelper by Yuxuan 'fishy' Wang · 5 years ago
  57. 963812a THRIFT-4984: Handle wrapped io.EOF errors by Yuxuan 'fishy' Wang · 5 years ago
  58. 4653009 THRIFT-4984: Ignore EOF errors in TSimpleServer, take 2 by Yuxuan 'fishy' Wang · 5 years ago
  59. bc75467 Fix "thruth" typo Client: Go Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  60. e4870a3 THRIFT-4985: Refactor logging in Go library by Yuxuan 'fishy' Wang · 5 years ago
  61. c03e2aa THRIFT-4984: Ignore EOF error in TSimpleServer ReadFrame call by Yuxuan 'fishy' Wang · 5 years ago
  62. 26ef904 THRIFT-4914: Send context THeaders for client writes by Yuxuan 'fishy' Wang · 5 years ago
  63. b1002a7 THRIFT-4914: Add THeader to context for server reads by Yuxuan 'fishy' Wang · 5 years ago
  64. 6ae2b18 THRIFT-4612: Avoid double wrapping THeaderTransport by Yuxuan 'fishy' Wang · 5 years ago
  65. bb311a7 Add pointer helpers for missing types by Craig Wickesser · 5 years ago
  66. ebb6b2e THRIFT-4612: Add THeaderTransportFactory to go library by Yuxuan 'fishy' Wang · 5 years ago
  67. 4c84737 THRIFT-4908: remove reader&writer in Golang's TBinaryProtocol by guozhu cheng · 5 years ago
  68. d9019fc THRIFT-4797: Fix import collisions in Go by John Boiles · 6 years ago
  69. 4d46c11 THRIFT-4612: THeader support in go library by Yuxuan 'fishy' Wang · 6 years ago
  70. 370d751 spelling mistake, perhaps (#1803) [ci skip by timestee · 6 years ago
  71. 264a3f3 additional test for TSimpleJSONProtocol by Jens Geyer · 6 years ago
  72. dbc1f8d THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) by James E. King III · 6 years ago
  73. c28a739 THRIFT-4747: The 'omitempty' tag should not be appended to optional fields that have a default value by Renan Cakirerk · 6 years ago
  74. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  75. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  76. 2b7365c THRIFT-4659: Fix race when closing server socket (#1645) by Jay Gheewala · 6 years ago
  77. 9ee2951 Replace git.apache.org imports with github.com by D. Can Celasun · 6 years ago
  78. 5c1ecb6 THRIFT-4650: fix required fields incorrectly being marked as set by Craig Wickesser · 6 years ago
  79. 6e29b19 Remove checking of remaining bytes in the Go library. by Vyacheslav Kulakov · 6 years ago
  80. 88591e3 THRIFT-4573 Support binary fields in union counts by D. Can Celasun · 7 years ago
  81. 8a83b04 THRIFT-4537: TSimpleServer can exit AcceptLoop() without releasing lock by Matthew Pound · 7 years ago
  82. a9efd1a THRIFT-4516: Fix "go vet" warnings for Go 1.10 by D. Can Celasun · 7 years ago
  83. 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
  84. 041c3c7 THRIFT-4421 golang tests rely on gomock, which has changed behaviour, causing tests to fail by Chet Murthy · 7 years ago
  85. 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
  86. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  87. 39310da THRIFT-4346: Allow go ZlibTransportFactory to wrap other factories Client: go by Yuri Khrustalev · 7 years ago
  88. 65efdff build both ubuntu xenial as well as trusty to get more language level by James E. King, III · 7 years ago
  89. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  90. 1b20b18 Add default message for TApplicationException since some implementations may not set message field by damnever · 7 years ago
  91. 78b7185 THRIFT-4307: Make ssl-open timeout effective in golang client Client: go by tudyzhb · 7 years ago
  92. 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
  93. c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
  94. 0dd8235 THRIFT-4219 remove http GET functions, Thrift only uses POST by D. Can Celasun · 8 years ago
  95. 5e9209f THRIFT-4237 Fix effective deadlock introduced by original patch by Zachary Wasserman · 8 years ago
  96. 49e5103 THRIFT-4245 Golang TFramedTransport's writeBuffer increases if writes to transport failed by liduo04 · 8 years ago
  97. 5b4c6bf THRIFT-4236: Add context support for go server. by taozle · 8 years ago
  98. c0a7050 THRIFT-4237 Fix data races in Go TServerSocket by Zachary Wasserman · 8 years ago
  99. c179435 THRIFT-4243 Fix Go TSimpleServer race on wait in Stop() method by Zachary Wasserman · 8 years ago
  100. b771cbe THRIFT-4240 Fix use of sync.Once in Go TSimpleServer Stop() method by Zachary Wasserman · 8 years ago