summaryrefslogtreecommitdiff
path: root/lib/go
Commit message (Expand)AuthorAgeFilesLines
* Fix NewTZlibTransportFactoryWithFactory commentRobert Pająk2023-05-151-1/+1
* THRIFT-5685: Revert "THRIFT-5601: Fix forward typedef in go compiler"Yuxuan 'fishy' Wang2023-03-013-9/+48
* go: Use new atomic types introduced in go1.19Yuxuan 'fishy' Wang2023-02-023-10/+10
* Update supported go versionsYuxuan 'fishy' Wang2023-02-022-2/+2
* THRIFT-5601: Fix forward typedef in go compilerYuxuan 'fishy' Wang2023-01-032-2/+38
* Use multi-module to cleanup top level go.modYuxuan 'fishy' Wang2022-11-026-13/+48
* THRIFT-5650: Implement UUID in Go compilerYuxuan 'fishy' Wang2022-10-263-7/+51
* THRIFT-5650: Implement UUID in Go libraryYuxuan 'fishy' Wang2022-10-2114-213/+964
* THRIFT-5423: IDL parameter validation for GoSimon Wang2022-09-114-4/+651
* fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-114-0/+76
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-051-1/+1
* Add a generic sync.Pool wrapper to go libraryYuxuan 'fishy' Wang2022-08-0910-100/+149
* THRIFT-5609: Make TJSONProtocol safe to be used in deserializer poolYuxuan 'fishy' Wang2022-08-064-2/+92
* Update supported go version to 1.18.* and 1.19.*Yuxuan 'fishy' Wang2022-08-022-1/+7
* THRIFT-5605: Client middleware to extract exceptionsYuxuan 'fishy' Wang2022-08-025-3/+316
* Minor tweak to ErrAbandonRequest in go libraryYuxuan 'fishy' Wang2022-05-212-11/+37
* THRIFT-5569: Fix size check in TCompactProtocol.ReadListBeginYuxuan 'fishy' Wang2022-05-121-1/+1
* THRIFT-5583: Add skip_remote arg to go compilerYuxuan 'fishy' Wang2022-05-101-2/+6
* Update Go versions used in travis and LANGUAGES.mdYuxuan 'fishy' Wang2022-04-256-7/+22
* THRIFT-5539: Decouple TDuplicateToProtocol out of TDebugProtocolYuxuan 'fishy' Wang2022-03-152-0/+313
* THRIFT-5527: Don't swallow idl exceptions in Process functionYuxuan 'fishy' Wang2022-02-233-2/+146
* THRIFT-5495: close client when shutdown server in go lib郑桐2022-02-163-6/+209
* THRIFT-5509: Suppress noisy log from go's TSimpleServerYuxuan 'fishy' Wang2022-02-081-2/+6
* THRIFT-5509: Close connection in IsOpenYuxuan 'fishy' Wang2022-02-031-1/+12
* FIX: missing EXTRA_DIST entriesJens Geyer2022-02-022-0/+7
* go: Make socketConn.Close thread-safeYuxuan 'fishy' Wang2022-01-083-19/+14
* Use iotest.OneByteReader instead of self implemented oneYuxuan 'fishy' Wang2022-01-062-19/+8
* THRIFT-5490: Use pooled buffer for TFramedTransportYuxuan 'fishy' Wang2022-01-053-23/+150
* THRIFT-5490: Use pooled buffer for THeaderTransportYuxuan 'fishy' Wang2021-12-173-20/+133
* skip map value with depth limit郑桐2021-10-181-1/+5
* Modified build tags to allow js/wasm targetBalázs Grill2021-09-202-4/+6
* go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-2718-230/+126
* THRIFT-5447: Update supported Go versionsYuxuan 'fishy' Wang2021-08-193-1/+41
* THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.OpenYuxuan 'fishy' Wang2021-08-112-11/+18
* THRIFT-4797: Go import improvementsYuxuan 'fishy' Wang2021-08-015-1/+90
* THRIFT-5389: Fix const generation for optional fieldsYuxuan 'fishy' Wang2021-07-304-1/+303
* Update README for go libraryYuxuan 'fishy' Wang2021-07-261-6/+4
* THRIFT-5404: Allow other types of TTransportException to be timeoutsYuxuan 'fishy' Wang2021-04-283-4/+16
* THRIFT-5369: Use MaxMessageSize to check container sizesYuxuan 'fishy' Wang2021-04-094-32/+83
* Fix lib/go/test/fuzz for oss-fuzz projectYuxuan 'fishy' Wang2021-03-263-3/+15
* THRIFT-5358: Add go.mod file to root directoryYuxuan 'fishy' Wang2021-03-2424-70/+77
* Adds fuzz target for oss-fuzz integrationPhilippe Antoine2021-03-244-1/+211
* Early error check in golang struct readingPhilippe Antoine2021-03-151-2/+5
* Move ConflictingNamesTest to lib/go/testYuxuan 'fishy' Wang2021-02-225-3/+105
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-051-15/+17
* THRIFT-5337 Go set fields write improvementwangtieju2021-02-033-2/+357
* THRIFT-4914: Make TClient.Call to return the response metaYuxuan 'fishy' Wang2021-01-225-27/+27
* THRIFT-5322: THeaderTransport protocol id fixYuxuan 'fishy' Wang2021-01-222-12/+29
* THRIFT-5338: Remove lib/go/thrift/go.modYuxuan 'fishy' Wang2021-01-201-3/+0
* THRIFT-5338: Raise minimal supported go version to 1.14.14Yuxuan 'fishy' Wang2021-01-2012-57/+63