summaryrefslogtreecommitdiff
path: root/lib/go/thrift/compact_protocol.go
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5369: Use MaxMessageSize to check container sizesv0.14.20.14.2Yuxuan 'fishy' Wang2021-06-121-6/+6
* THRIFT-5326: Expand TException interface in go libraryYuxuan 'fishy' Wang2021-01-171-1/+1
* THRIFT-5322: Implement TConfiguration in Go libraryYuxuan 'fishy' Wang2021-01-171-11/+50
* THRIFT-5322: Guard against large string/binary lengths in GoYuxuan 'fishy' Wang2020-12-161-9/+8
* THRIFT-5294: Fix panic in go TSimpleJSONProtocolYuxuan 'fishy' Wang2020-10-141-0/+7
* THRIFT-5270: Fix wrong int to string conversionsYuxuan 'fishy' Wang2020-08-291-1/+0
* THRIFT-5233: Handle I/O timeouts in go libraryYuxuan 'fishy' Wang2020-06-151-53/+64
* Remove checking of remaining bytes in the Go library.Vyacheslav Kulakov2018-09-021-6/+0
* THRIFT-4516: Fix "go vet" warnings for Go 1.10D. Can Celasun2018-03-151-1/+1
* THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatib...John Boiles2018-03-121-2/+3
* THRIFT-3302 Go JSON protocol should encode Thrift byte type as signed integer...Jens Geyer2015-09-051-12/+17
* THRIFT-3241 fatal error: runtime: cannot map pages in arena address spaceJens Geyer2015-07-261-0/+6
* THRIFT-3205 TCompactProtocol return a wrong error when the io.EOF happensJens Geyer2015-06-261-2/+9
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-3/+3
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-1/+2
* THRIFT-2500 sending random data crashes thrift(golang) serviceJens Geyer2014-05-171-2/+18
* THRIFT-2502 Optimize go implementations of binary and compact protocols for s...Jens Geyer2014-05-021-46/+74
* THRIFT-2275 Fix memory leak in golang compact_protocol.Jens Geyer2013-11-281-0/+1
* THRIFT-2158 Compact, JSON, and SimpleJSON protocols are not working correctlyJens Geyer2013-11-041-2/+1
* THRIFT-2012 Modernizing GoJens Geyer2013-06-181-0/+752