summaryrefslogtreecommitdiff
path: root/lib/go
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2812 Go server adding redundant buffering layerJens Geyer2014-11-111-11/+2
* THRIFT-2811 Make remote socket address accessibleJens Geyer2014-11-101-0/+5
* THRIFT-2791 Allowing use of buffered sockets in go serverJens Geyer2014-10-291-2/+11
* THRIFT-2785 Wrap errors in iostream_transport.goJens Geyer2014-10-131-7/+38
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-032-52/+52
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-036-114/+114
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-1/+2
* make clean should remove gen-go folderJens Geyer2014-07-271-1/+1
* THRIFT-2619 Go lib http transport does not handle EOF correctlyRoger Meier2014-07-254-6/+54
* THRIFT-2602:Fix missing dist filesjfarrell2014-07-102-3/+15
* FIX broken testJens Geyer2014-06-191-1/+1
* THRIFT-2549 Generate json tag for struct members. use go.tag annotation to ov...Jens Geyer2014-06-193-0/+69
* THRIFT-2505 fix apache license headerhenrique2014-05-191-18/+18
* THRIFT-2500 sending random data crashes thrift(golang) serviceJens Geyer2014-05-173-8/+56
* THRIFT-2537 Path for "go get" does not workJens Geyer2014-05-171-3/+3
* THRIFT-2505 go struct should always be a pointer to avoid copying of potentia...Jens Geyer2014-05-092-0/+38
* THRIFT-2497 server and client for test/go, also several fixes and improvementsJens Geyer2014-05-082-8/+283
* THRIFT-2506 Update TProtocolException error codes to be used consistently thr...Jens Geyer2014-05-031-0/+1
* THRIFT-2491 unable to import generated ThriftTest serviceJens Geyer2014-05-026-35/+35
* THRIFT-2502 Optimize go implementations of binary and compact protocols for s...Jens Geyer2014-05-0212-205/+758
* THRIFT-2451: Do not use pointers for optional fields with defaults. Do not wr...Jens Geyer2014-05-028-3/+1059
* THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol ...henrique2014-04-301-16/+10
* THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol ...Jens Geyer2014-04-224-0/+361
* Added some more missing ASF headers, fixed go/test makefile structureJens Geyer2014-04-163-1/+42
* Added missing ASF headerJens Geyer2014-04-141-0/+19
* THRIFT-2458 Generated golang server code for "oneway" methods is incorrectJens Geyer2014-04-141-0/+19
* THRIFT-2458 Generated golang server code for "oneway" methods is incorrectJens Geyer2014-04-143-1/+96
* THRIFT-2445 (code generation for go maps with binary keys) should be testedJens Geyer2014-04-073-8/+44
* THRIFT-2407 use markdown (rename README => README.md)Roger Meier2014-03-192-2/+2
* THRIFT-2377 Allow addition of custom HTTP Headers to an HTTP TransportJens Geyer2014-03-194-10/+144
* THRIFT-2388 GoLang - Fix data races in simple_server and server_socketJens Geyer2014-03-062-7/+27
* THRIFT-2372:thrift/json_protocol.go:160: function ends without a return state...jfarrell2014-02-211-3/+1
* THRIFT-2337 Golang does not report TIMED_OUT exceptionsJens Geyer2014-01-302-7/+70
* THRIFT-2322: serializer testcase helper file regenerated with most recent Thr...Jens Geyer2013-12-211-56/+54
* THRIFT-2288 Go impl of Thrift JSON protocol wrongly writes/expects true/false...Jens Geyer2013-12-172-48/+23
* THRIFT-2232 IsSet* broken in GoJens Geyer2013-12-172-2/+85
* THRIFT-2280 TJSONProtocol.Flush() does not really flush the transportJens Geyer2013-12-071-1/+5
* THRIFT-2278 Buffered transport doesn't support writes > buffer sizeJens Geyer2013-12-032-6/+15
* THRIFT-2279 TSerializer only returns the first 1024 bytes serializedJens Geyer2013-12-031-24/+6
* 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-042-3/+2
* THRIFT-2251 go test for compact protocol is not runningJens Geyer2013-11-041-2/+1
* Temporarily commented out the Compact protocol test in Go, it's known to be b...Jens Geyer2013-09-211-1/+1
* THRIFT-2176 TSimpleJSONProtocol.ReadFieldBegin() does not return field type a...Jens Geyer2013-09-102-1/+4
* THRIFT-2175 Wrong field type set for binaryJens Geyer2013-09-101-1/+1
* THRIFT-2174 Deserializing JSON fails in specific casesJens Geyer2013-09-102-81/+83
* Added missing ASF headersJens Geyer2013-09-093-0/+57
* THRIFT-2159 Serializer/Deserializer for GoJens Geyer2013-09-084-0/+841
* THRIFT-2135:GO lib leaves behind test files that are auto generatedjfarrell2013-08-171-1/+1
* THRIFT-2123: go lib missing files in distjfarrell2013-08-152-0/+6