- 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, 6 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, 9 months ago
- 5cffef9 THRIFT-5164: Add middleware framework for Go clients by Andrew Boyle · 4 years, 9 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
- 54f49f8 THRIFT-3931 TSimpleServer: If process request encounter UNKNOWN_METHOD, don't close transport. by zhangxin · 8 years ago
- 47f9b9d THRIFT-3855 In the go simple server, if Stop() is called multiple times it hangs by ZhiyuYin · 9 years ago
- f384076 THRIFT-3851 Golang thrift continually adds the x/thrift content type by Connor Gorman · 9 years ago
- 5f06802 THRIFT-3805 Golang server susceptible to memory spike from malformed message by Michael Scott Leuthaeuser · 9 years ago
- eed6613 THRIFT-3809 wrong/unused BINARY type code Client: Go Patch: Jens Geyer by Jens Geyer · 9 years ago
- 7c3eac3 THRIFT-3808 Missing `DOUBLE` in thrift type enumeration by Mahendran Kathirvel · 9 years ago
- 3aa461b Revert "THRIFT-3746 JSON protocol left in incorrect state on read errors" by Nobuaki Sukegawa · 9 years ago
- ca714c4 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} by creker · 9 years ago
- 51850ab THRIFT-3746 JSON protocol left in incorrect state on read errors by Tyler Treat · 9 years ago
- cdc8333 THRIFT-3771 TBufferedTransport gets in invalid state on read/write errors by Tyler Treat · 9 years ago
- 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
- f8ca055 THRIFT-3251 Add http transport for server to Go lib by claudemiro · 9 years ago
- 8b5e2e7 THRIFT-3428 go test fail on busy_machine by Roger Meier · 9 years ago
- bbb8f5c THRIFT-3430 Go THttpClient does not read HTTP response body to completion when closing by Justin Larrabee · 9 years ago
- 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
- a6b1203 THRIFT-3422 Fixed Go's TServerSocket not closing socket on Interrupt. by Mark Sonnabaum · 9 years ago
- 9b93661 THRIFT-3379 Potential out of range panic in Go JSON protocols by Nobuaki Sukegawa · 9 years ago
- a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
- 614a670 THRIFT-3324 - Update `go get` command to include all packages by jfarrell · 9 years ago
- 0f17e15 THRIFT-3051 Go Thrift generator creates bad go code by Jens Geyer · 9 years ago
- 5bc8b5a THRIFT-3302 Go JSON protocol should encode Thrift byte type as signed integer string by Jens Geyer · 9 years ago