- 57e24ca THRIFT-5369: Use MaxMessageSize to check container sizes by Yuxuan 'fishy' Wang · 3 years, 10 months ago 0.14.2 v0.14.2
- bb8fec7 Move ConflictingNamesTest to lib/go/test by Yuxuan 'fishy' Wang · 3 years, 11 months ago
- 8411e18 Version 0.14.0 by Jens Geyer · 4 years ago v0.14.0
- 4aaef75 THRIFT-5337 Go set fields write improvement by wangtieju · 4 years ago
- c2ddaf0 THRIFT-4914: Make TClient.Call to return the response meta by Yuxuan 'fishy' Wang · 4 years ago
- 8dd04f4 THRIFT-5322: THeaderTransport protocol id fix by Yuxuan 'fishy' Wang · 4 years ago
- d9fcdd3 THRIFT-5338: Remove lib/go/thrift/go.mod by Yuxuan 'fishy' Wang · 4 years ago
- e27e82c THRIFT-5338: Raise minimal supported go version to 1.14.14 by Yuxuan 'fishy' Wang · 4 years ago
- 0e68e8c THRIFT-5326: Make PrependError more unwrap-able by Yuxuan 'fishy' Wang · 4 years ago
- d831230 THRIFT-5326: Expand TException interface in go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- c4d1c0d THRIFT-5322: Implement TConfiguration in Go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- 37c2ceb THRIFT-5322: Guard against large string/binary lengths in Go by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- dda8054 THRIFT-5324: Create new req buffer for every http request by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- 4461728 THRIFT-5324: reset http client buffer after flush by Morozov · 4 years, 1 month ago
- 2676327 Add DuplicateTo protocol to go's TDebugProtocol by Yuxuan 'fishy' Wang · 4 years, 3 months ago
- 64c2a4b THRIFT-5294: Fix panic in go TSimpleJSONProtocol by Yuxuan 'fishy' Wang · 4 years, 3 months ago
- daf6209 THRIFT-5240: Tweak the default go server connectivity check interval by Yuxuan 'fishy' Wang · 4 years, 3 months ago
- 077b5fc go: Use sync.Pool for gzip in HTTP transport by Duru Can Celasun · 4 years, 3 months ago
- 6dcd64e THRIFT-5279: Go serializer/deserializer cleanups by Yuxuan 'fishy' Wang · 4 years, 4 months ago
- a2c4466 THRIFT-5278: Allow set protoID in go THeader transport/protocol by Yuxuan 'fishy' Wang · 4 years, 4 months ago
- 22b6c0c THRIFT-5270: Fix wrong int to string conversions by Yuxuan 'fishy' Wang · 4 years, 4 months ago
- b93fafd THRIFT-5214: Use peek to implement socket connectivity check by Yuxuan 'fishy' Wang · 4 years, 5 months ago
- 64f419b THRIFT-5257: Fix Go THeaderTransport endOfFrame handling by Yuxuan 'fishy' Wang · 4 years, 5 months ago
- 4db7a0a THRIFT-5240: Do connectivity check in Go server by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- 5dc1d26 THRIFT-5152: Separate timeout in TSSLSocket by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- e79f764 THRIFT-5233: Handle I/O timeouts in go library by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- cfbb905 THRIFT-5214: Reset read deadline in socketConn by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- e382275 THRIFT-5214: Push read deadline in socketConn by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- c9890cb THRIFT-5214: Partial rewrite of TFramedTransport by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- 9fd134f Use io.CopyN to simplify THeaderTransport code by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- 05023e8 THRIFT-5214: Connectivity check on go's TSocket by Yuxuan 'fishy' Wang · 4 years, 8 months ago
- be3f732 Make TTransportException unwrappable on Go 1.13+ by Yuxuan 'fishy' Wang · 4 years, 8 months ago
- 0c173bf THRIFT-5164: Small cleanup on example code by Yuxuan 'fishy' Wang · 4 years, 8 months ago
- 5cffef9 THRIFT-5164: Add middleware framework for Go clients by Andrew Boyle · 4 years, 8 months ago
- 00c039a THRIFT-5164: Add middleware framework for Go servers by Andrew Boyle · 4 years, 9 months ago
- e98ba9c THRIFT-5183: Don't try to read next frame in THeaderTransport.Read by Yuxuan 'fishy' Wang · 4 years, 9 months ago
- 9e864d5 Add UnsetHeader to go library by Yuxuan 'fishy' Wang · 4 years, 9 months ago
- 81334cd THRIFT-5152: introduce connect timeout and socket timeout by lvqian · 4 years, 10 months ago
- 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
- 397645a THRIFT-5069: Make TDeserializer resource pool friendly by Yuxuan 'fishy' Wang · 5 years ago
- b374ce3 THRIFT-5046: Better struct tag overrides by Duru Can Celasun · 5 years ago
- f4475ff THRIFT-5019: Duplicate imports from multiple includes from a namespace by Duru Can Celasun · 5 years ago
- 24fa9d0 THRIFT-4914: Add GetResponseHeadersFromClient helper function by Yuxuan 'fishy' Wang · 5 years ago
- 59694a7 THRIFT-5002: Fix argument containers for inherited functions by John Boiles · 5 years ago
- 4c27181 THRIFT-4914: Add TResponseHelper by Yuxuan 'fishy' Wang · 5 years ago
- 963812a THRIFT-4984: Handle wrapped io.EOF errors by Yuxuan 'fishy' Wang · 5 years ago
- 4653009 THRIFT-4984: Ignore EOF errors in TSimpleServer, take 2 by Yuxuan 'fishy' Wang · 5 years ago
- bc75467 Fix "thruth" typo Client: Go Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
- e4870a3 THRIFT-4985: Refactor logging in Go library by Yuxuan 'fishy' Wang · 5 years ago
- c03e2aa THRIFT-4984: Ignore EOF error in TSimpleServer ReadFrame call by Yuxuan 'fishy' Wang · 5 years ago
- 26ef904 THRIFT-4914: Send context THeaders for client writes by Yuxuan 'fishy' Wang · 5 years ago
- b1002a7 THRIFT-4914: Add THeader to context for server reads by Yuxuan 'fishy' Wang · 5 years ago
- 6ae2b18 THRIFT-4612: Avoid double wrapping THeaderTransport by Yuxuan 'fishy' Wang · 5 years ago
- bb311a7 Add pointer helpers for missing types by Craig Wickesser · 5 years ago
- ebb6b2e THRIFT-4612: Add THeaderTransportFactory to go library by Yuxuan 'fishy' Wang · 5 years ago
- 4c84737 THRIFT-4908: remove reader&writer in Golang's TBinaryProtocol by guozhu cheng · 5 years ago
- d9019fc THRIFT-4797: Fix import collisions in Go by John Boiles · 6 years ago
- 4d46c11 THRIFT-4612: THeader support in go library by Yuxuan 'fishy' Wang · 6 years ago
- 370d751 spelling mistake, perhaps (#1803) [ci skip by timestee · 6 years ago
- 264a3f3 additional test for TSimpleJSONProtocol by Jens Geyer · 6 years ago
- dbc1f8d THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) by James E. King III · 6 years ago
- c28a739 THRIFT-4747: The 'omitempty' tag should not be appended to optional fields that have a default value by Renan Cakirerk · 6 years ago
- c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
- 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
- 2b7365c THRIFT-4659: Fix race when closing server socket (#1645) by Jay Gheewala · 6 years ago
- 9ee2951 Replace git.apache.org imports with github.com by D. Can Celasun · 6 years ago
- 5c1ecb6 THRIFT-4650: fix required fields incorrectly being marked as set by Craig Wickesser · 6 years ago
- 6e29b19 Remove checking of remaining bytes in the Go library. by Vyacheslav Kulakov · 6 years ago
- 88591e3 THRIFT-4573 Support binary fields in union counts by D. Can Celasun · 7 years ago
- 8a83b04 THRIFT-4537: TSimpleServer can exit AcceptLoop() without releasing lock by Matthew Pound · 7 years ago
- a9efd1a THRIFT-4516: Fix "go vet" warnings for Go 1.10 by D. Can Celasun · 7 years ago
- 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
- 041c3c7 THRIFT-4421 golang tests rely on gomock, which has changed behaviour, causing tests to fail by Chet Murthy · 7 years ago
- 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
- 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
- 39310da THRIFT-4346: Allow go ZlibTransportFactory to wrap other factories Client: go by Yuri Khrustalev · 7 years ago
- 65efdff build both ubuntu xenial as well as trusty to get more language level by James E. King, III · 7 years ago
- 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
- 1b20b18 Add default message for TApplicationException since some implementations may not set message field by damnever · 7 years ago
- 78b7185 THRIFT-4307: Make ssl-open timeout effective in golang client Client: go by tudyzhb · 7 years ago
- 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
- c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
- 0dd8235 THRIFT-4219 remove http GET functions, Thrift only uses POST by D. Can Celasun · 8 years ago
- 5e9209f THRIFT-4237 Fix effective deadlock introduced by original patch by Zachary Wasserman · 8 years ago
- 49e5103 THRIFT-4245 Golang TFramedTransport's writeBuffer increases if writes to transport failed by liduo04 · 8 years ago
- 5b4c6bf THRIFT-4236: Add context support for go server. by taozle · 8 years ago
- c0a7050 THRIFT-4237 Fix data races in Go TServerSocket by Zachary Wasserman · 8 years ago
- c179435 THRIFT-4243 Fix Go TSimpleServer race on wait in Stop() method by Zachary Wasserman · 8 years ago
- b771cbe THRIFT-4240 Fix use of sync.Once in Go TSimpleServer Stop() method by Zachary Wasserman · 8 years ago
- b8ee72d THRIFT-4222 Support Unix Domain Sockets in Golang TServerSocket by Zachary Wasserman · 8 years ago
- 8da0e72 THRIFT-4215 Golang TTransportFactory Pattern Squelches Errors by D. Can Celasun · 8 years ago
- a576896 THRIFT-4203 thrift server stop gracefully by libinbin · 8 years ago
- b67cad4 THRIFT-4197 Implement transparent gzip compression for HTTP transport by D. Can Celasun · 8 years ago
- d5536d1 THRIFT-3730: go server errors are logged twice by James E. King, III · 8 years ago
- 847fae9 THRIFT-3959: document that the go simple server is not simple by James E. King, III · 8 years ago
- 43fb34d THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON by D. Can Celasun · 8 years ago
- 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
- 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
- c3a3f65 THRIFT-3998 Document ability to add custom tags to thrift structs by Richard Artoul · 8 years ago
- 2df9c20 THRIFT-3855 Replaced complex CompareAndSwapInt64 with syncOnce. by Paul · 8 years ago