1. c28a739 THRIFT-4747: The 'omitempty' tag should not be appended to optional fields that have a default value by Renan Cakirerk · 6 years ago
  2. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  3. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  4. 2b7365c THRIFT-4659: Fix race when closing server socket (#1645) by Jay Gheewala · 6 years ago
  5. 9ee2951 Replace git.apache.org imports with github.com by D. Can Celasun · 6 years ago
  6. 5c1ecb6 THRIFT-4650: fix required fields incorrectly being marked as set by Craig Wickesser · 6 years ago
  7. 6e29b19 Remove checking of remaining bytes in the Go library. by Vyacheslav Kulakov · 6 years ago
  8. 88591e3 THRIFT-4573 Support binary fields in union counts by D. Can Celasun · 7 years ago
  9. 8a83b04 THRIFT-4537: TSimpleServer can exit AcceptLoop() without releasing lock by Matthew Pound · 7 years ago
  10. a9efd1a THRIFT-4516: Fix "go vet" warnings for Go 1.10 by D. Can Celasun · 7 years ago
  11. 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
  12. 041c3c7 THRIFT-4421 golang tests rely on gomock, which has changed behaviour, causing tests to fail by Chet Murthy · 7 years ago
  13. 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
  14. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  15. 39310da THRIFT-4346: Allow go ZlibTransportFactory to wrap other factories Client: go by Yuri Khrustalev · 7 years ago
  16. 65efdff build both ubuntu xenial as well as trusty to get more language level by James E. King, III · 7 years ago
  17. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  18. 1b20b18 Add default message for TApplicationException since some implementations may not set message field by damnever · 7 years ago
  19. 78b7185 THRIFT-4307: Make ssl-open timeout effective in golang client Client: go by tudyzhb · 7 years ago
  20. 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
  21. c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
  22. 0dd8235 THRIFT-4219 remove http GET functions, Thrift only uses POST by D. Can Celasun · 8 years ago
  23. 5e9209f THRIFT-4237 Fix effective deadlock introduced by original patch by Zachary Wasserman · 8 years ago
  24. 49e5103 THRIFT-4245 Golang TFramedTransport's writeBuffer increases if writes to transport failed by liduo04 · 8 years ago
  25. 5b4c6bf THRIFT-4236: Add context support for go server. by taozle · 8 years ago
  26. c0a7050 THRIFT-4237 Fix data races in Go TServerSocket by Zachary Wasserman · 8 years ago
  27. c179435 THRIFT-4243 Fix Go TSimpleServer race on wait in Stop() method by Zachary Wasserman · 8 years ago
  28. b771cbe THRIFT-4240 Fix use of sync.Once in Go TSimpleServer Stop() method by Zachary Wasserman · 8 years ago
  29. b8ee72d THRIFT-4222 Support Unix Domain Sockets in Golang TServerSocket by Zachary Wasserman · 8 years ago
  30. 8da0e72 THRIFT-4215 Golang TTransportFactory Pattern Squelches Errors by D. Can Celasun · 8 years ago
  31. a576896 THRIFT-4203 thrift server stop gracefully by libinbin · 8 years ago
  32. b67cad4 THRIFT-4197 Implement transparent gzip compression for HTTP transport by D. Can Celasun · 8 years ago
  33. d5536d1 THRIFT-3730: go server errors are logged twice by James E. King, III · 8 years ago
  34. 847fae9 THRIFT-3959: document that the go simple server is not simple by James E. King, III · 8 years ago
  35. 43fb34d THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON by D. Can Celasun · 8 years ago
  36. 0619087 THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted. by James E. King, III · 8 years ago
  37. 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
  38. c3a3f65 THRIFT-3998 Document ability to add custom tags to thrift structs by Richard Artoul · 8 years ago
  39. 2df9c20 THRIFT-3855 Replaced complex CompareAndSwapInt64 with syncOnce. by Paul · 8 years ago
  40. 54f49f8 THRIFT-3931 TSimpleServer: If process request encounter UNKNOWN_METHOD, don't close transport. by zhangxin · 8 years ago
  41. 47f9b9d THRIFT-3855 In the go simple server, if Stop() is called multiple times it hangs by ZhiyuYin · 9 years ago
  42. f384076 THRIFT-3851 Golang thrift continually adds the x/thrift content type by Connor Gorman · 9 years ago
  43. 5f06802 THRIFT-3805 Golang server susceptible to memory spike from malformed message by Michael Scott Leuthaeuser · 9 years ago
  44. eed6613 THRIFT-3809 wrong/unused BINARY type code Client: Go Patch: Jens Geyer by Jens Geyer · 9 years ago
  45. 7c3eac3 THRIFT-3808 Missing `DOUBLE` in thrift type enumeration by Mahendran Kathirvel · 9 years ago
  46. 3aa461b Revert "THRIFT-3746 JSON protocol left in incorrect state on read errors" by Nobuaki Sukegawa · 9 years ago
  47. ca714c4 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} by creker · 9 years ago
  48. 51850ab THRIFT-3746 JSON protocol left in incorrect state on read errors by Tyler Treat · 9 years ago
  49. cdc8333 THRIFT-3771 TBufferedTransport gets in invalid state on read/write errors by Tyler Treat · 9 years ago
  50. 5025a30 THRIFT-3735 JSON protocol left in incorrect state when an exception is thrown during read or write operations by Tyler Treat · 9 years ago
  51. f8ca055 THRIFT-3251 Add http transport for server to Go lib by claudemiro · 9 years ago
  52. 8b5e2e7 THRIFT-3428 go test fail on busy_machine by Roger Meier · 9 years ago
  53. bbb8f5c THRIFT-3430 Go THttpClient does not read HTTP response body to completion when closing by Justin Larrabee · 9 years ago
  54. 13ac77d THttpClient now utilizes a package level shared HTTP client and optionally allows users of the library to specify one. by Justin Larrabee · 9 years ago
  55. a6b1203 THRIFT-3422 Fixed Go's TServerSocket not closing socket on Interrupt. by Mark Sonnabaum · 9 years ago
  56. 9b93661 THRIFT-3379 Potential out of range panic in Go JSON protocols by Nobuaki Sukegawa · 9 years ago
  57. a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
  58. 614a670 THRIFT-3324 - Update `go get` command to include all packages by jfarrell · 9 years ago
  59. 0f17e15 THRIFT-3051 Go Thrift generator creates bad go code by Jens Geyer · 9 years ago
  60. 5bc8b5a THRIFT-3302 Go JSON protocol should encode Thrift byte type as signed integer string by Jens Geyer · 9 years ago
  61. f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
  62. c6b991f THRIFT-3292 Integrate new Zlib transport for Go into test suite by Jens Geyer · 9 years ago
  63. 7505118 THRIFT-3277 THttpClient leaks connections if it's used for multiple requests by Jens Geyer · 9 years ago
  64. ca8469e THRIFT-3241 fatal error: runtime: cannot map pages in arena address space by Jens Geyer · 9 years ago
  65. 3ea26be THRIFT-3236 MaxSkipDepth never checked Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
  66. 3f2e710 THRIFT-3205 TCompactProtocol return a wrong error when the io.EOF happens by Jens Geyer · 10 years ago
  67. 417b631 THRIFT-3198 Allow construction of TTransportFactory with a specified maxLength by Jens Geyer · 10 years ago
  68. 56a03be THRIFT-3192 Go import paths changed in 1.4, and expired June 1 by Jens Geyer · 10 years ago
  69. 9b3b8d4 THRIFT-3184 Thrift Go leaves file descriptors open by Jens Geyer · 10 years ago
  70. 86a51e7 THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go by Jens Geyer · 10 years ago
  71. b3b7d04 THRIFT-3174: Modify initialism code in Go compiler to check first word by Jens Geyer · 10 years ago
  72. 549a9e1 THRIFT-3160 go: make generated enum types implement TextMarshaler and TextUnmarshaler by Jens Geyer · 10 years ago
  73. 70219e1 THRIFT-3150 Add an option to make Read and Write methods private by Jens Geyer · 10 years ago
  74. 8606271 THRIFT-3169 go: do not export thrift.TestEnum and thrift.TestStruct by Jens Geyer · 10 years ago
  75. fc8a6a5 THRIFT-3131 fix path for "go get" by Jens Geyer · 10 years ago
  76. b7138ac THRIFT-3149 go: make generated readFieldN methods private by Jens Geyer · 10 years ago
  77. 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
  78. 77a7103 THRIFT-3144 make String representation of enums in generated go code less verbose by Jens Geyer · 10 years ago
  79. dfc22ad THRIFT-3128 Go generated code produces name collisions between services by Jens Geyer · 10 years ago
  80. 9f74f32 THRIFT-3102 could not make check for Go Library Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
  81. 41ad434 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 10 years ago
  82. 1d1bca2 THRIFT-3027 Go compiler does not ensure common initialisms have consistent case by Jens Geyer · 10 years ago
  83. 28c1c19 THRIFT-3023 Go compiler is a little overly conservative with names of attributes by Jens Geyer · 10 years ago
  84. 00a4e3e THRIFT-3009 TSSLSocket does not use the correct hostname (breaks certificate checks) by Jens Geyer · 10 years ago
  85. 962e410 THRIFT-3006 Attach 'omitempty' json tag for optional fields in Go by Jens Geyer · 10 years ago
  86. 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
  87. 307144a THRIFT-2878 Go validation support of required fields by Jens Geyer · 10 years ago
  88. 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
  89. 6af074e THRIFT-2880 Read the network address from the listener if available. by Jens Geyer · 10 years ago
  90. 3bb34df THRIFT-2904 json_protocol_test.go fails Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
  91. 15fe1cb THRIFT-2891 binary data may cause a failure with JSON transport under specific circumstances by Jens Geyer · 10 years ago
  92. 0a37870 THRIFT-2884 Map does not serialize correctly for JSON protocol in Go library by Jens Geyer · 10 years ago
  93. 1f42d31 THRIFT-2868 Enhance error handling in the Go client by Jens Geyer · 10 years ago
  94. 57cd421 THRIFT-2881 Handle errors from Accept() correctly by Jens Geyer · 10 years ago
  95. dae6d3c 'make style' applied by Konrad Grochowski · 10 years ago
  96. 527b6d9 THRIFT-2854 Go Struct writer and reader looses important error information by Jens Geyer · 10 years ago
  97. 1e7971c THRIFT-2851 Remove strange public Peek() from Go transports by Jens Geyer · 10 years ago
  98. 740db54 THRIFT-2853 Adjust comments that doesn't apply anymore because of THRIFT-2852 by Jens Geyer · 10 years ago
  99. cb0afcc THRIFT-2852 Better Open/IsOpen/Close behavior for StreamTransport. by Jens Geyer · 10 years ago
  100. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago