summaryrefslogtreecommitdiff
path: root/lib/go/thrift/simple_json_protocol.go
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5369: Use MaxMessageSize to check container sizesv0.14.20.14.2Yuxuan 'fishy' Wang2021-06-121-8/+55
* THRIFT-5322: Implement TConfiguration in Go libraryYuxuan 'fishy' Wang2021-01-171-0/+7
* THRIFT-5294: Fix panic in go TSimpleJSONProtocolYuxuan 'fishy' Wang2020-10-141-59/+104
* THRIFT-5233: Handle I/O timeouts in go libraryYuxuan 'fishy' Wang2020-06-151-82/+65
* additional test for TSimpleJSONProtocolJens Geyer2019-02-241-2/+2
* 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-1/+2
* Revert "THRIFT-3746 JSON protocol left in incorrect state on read errors"Nobuaki Sukegawa2016-04-101-14/+21
* THRIFT-3746 JSON protocol left in incorrect state on read errorsTyler Treat2016-04-061-21/+14
* THRIFT-3735 JSON protocol left in incorrect state when an exception is thrown...Tyler Treat2016-03-111-10/+27
* THRIFT-3379 Potential out of range panic in Go JSON protocolsNobuaki Sukegawa2015-10-141-2/+2
* THRIFT-3302 Go JSON protocol should encode Thrift byte type as signed integer...Jens Geyer2015-09-051-7/+7
* THRIFT-2904 json_protocol_test.go failsJens Geyer2014-12-181-7/+8
* THRIFT-2891 binary data may cause a failure with JSON transport under specifi...Jens Geyer2014-12-141-0/+6
* THRIFT-2817 Smarter buffer peeking for json protocolsJens Geyer2014-11-181-38/+74
* THRIFT-2176 TSimpleJSONProtocol.ReadFieldBegin() does not return field type a...Jens Geyer2013-09-101-0/+3
* THRIFT-2174 Deserializing JSON fails in specific casesJens Geyer2013-09-101-29/+5
* THRIFT-2012 Modernizing GoJens Geyer2013-06-181-0/+1298