- 417b631 THRIFT-3198 Allow construction of TTransportFactory with a specified maxLength by Jens Geyer · 10 years ago
- 56a03be THRIFT-3192 Go import paths changed in 1.4, and expired June 1 by Jens Geyer · 10 years ago
- 9b3b8d4 THRIFT-3184 Thrift Go leaves file descriptors open by Jens Geyer · 10 years ago
- 86a51e7 THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go by Jens Geyer · 10 years ago
- b3b7d04 THRIFT-3174: Modify initialism code in Go compiler to check first word by Jens Geyer · 10 years ago
- 549a9e1 THRIFT-3160 go: make generated enum types implement TextMarshaler and TextUnmarshaler by Jens Geyer · 10 years ago
- 70219e1 THRIFT-3150 Add an option to make Read and Write methods private by Jens Geyer · 10 years ago
- 8606271 THRIFT-3169 go: do not export thrift.TestEnum and thrift.TestStruct by Jens Geyer · 10 years ago
- fc8a6a5 THRIFT-3131 fix path for "go get" by Jens Geyer · 10 years ago
- b7138ac THRIFT-3149 go: make generated readFieldN methods private by Jens Geyer · 10 years ago
- 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
- 77a7103 THRIFT-3144 make String representation of enums in generated go code less verbose by Jens Geyer · 10 years ago
- dfc22ad THRIFT-3128 Go generated code produces name collisions between services by Jens Geyer · 10 years ago
- 9f74f32 THRIFT-3102 could not make check for Go Library Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
- 41ad434 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 10 years ago
- 1d1bca2 THRIFT-3027 Go compiler does not ensure common initialisms have consistent case by Jens Geyer · 10 years ago
- 28c1c19 THRIFT-3023 Go compiler is a little overly conservative with names of attributes by Jens Geyer · 10 years ago
- 00a4e3e THRIFT-3009 TSSLSocket does not use the correct hostname (breaks certificate checks) by Jens Geyer · 10 years ago
- 962e410 THRIFT-3006 Attach 'omitempty' json tag for optional fields in Go by Jens Geyer · 10 years ago
- 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
- 307144a THRIFT-2878 Go validation support of required fields by Jens Geyer · 10 years ago
- 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
- 6af074e THRIFT-2880 Read the network address from the listener if available. by Jens Geyer · 10 years ago
- 3bb34df THRIFT-2904 json_protocol_test.go fails Client: Go Patch: Jens Geyer by Jens Geyer · 10 years ago
- 15fe1cb THRIFT-2891 binary data may cause a failure with JSON transport under specific circumstances by Jens Geyer · 10 years ago
- 0a37870 THRIFT-2884 Map does not serialize correctly for JSON protocol in Go library by Jens Geyer · 10 years ago
- 1f42d31 THRIFT-2868 Enhance error handling in the Go client by Jens Geyer · 10 years ago
- 57cd421 THRIFT-2881 Handle errors from Accept() correctly by Jens Geyer · 10 years ago
- dae6d3c 'make style' applied by Konrad Grochowski · 10 years ago
- 527b6d9 THRIFT-2854 Go Struct writer and reader looses important error information by Jens Geyer · 10 years ago
- 1e7971c THRIFT-2851 Remove strange public Peek() from Go transports by Jens Geyer · 10 years ago
- 740db54 THRIFT-2853 Adjust comments that doesn't apply anymore because of THRIFT-2852 by Jens Geyer · 10 years ago
- cb0afcc THRIFT-2852 Better Open/IsOpen/Close behavior for StreamTransport. by Jens Geyer · 10 years ago
- 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
- 5f9bdff THRIFT-2841 Add comprehensive integration tests for the whole Go stack by Jens Geyer · 10 years ago
- 0dd4801 THRIFT-2839 TFramedTransport read bug by Jens Geyer · 10 years ago
- 2f971e8 THRIFT-2817 Smarter buffer peeking for json protocols by Jens Geyer · 10 years ago
- 6794c62 THRIFT-2812 Go server adding redundant buffering layer by Jens Geyer · 10 years ago
- 4c33094 THRIFT-2811 Make remote socket address accessible by Jens Geyer · 10 years ago
- cc15dff THRIFT-2791 Allowing use of buffered sockets in go server by Jens Geyer · 10 years ago
- 157691f THRIFT-2785 Wrap errors in iostream_transport.go by Jens Geyer · 10 years ago
- 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
- aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
- a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
- f04d9f4 make clean should remove gen-go folder by Jens Geyer · 10 years ago
- ce9cf13 THRIFT-2619 Go lib http transport does not handle EOF correctly by Roger Meier · 10 years ago
- 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
- 104ecb6 FIX broken test by Jens Geyer · 11 years ago
- c0d126f THRIFT-2549 Generate json tag for struct members. use go.tag annotation to override the default generated tag. by Jens Geyer · 11 years ago
- 4f073d8 THRIFT-2505 fix apache license header by henrique · 11 years ago
- 91cfb99 THRIFT-2500 sending random data crashes thrift(golang) service by Jens Geyer · 11 years ago
- b7cb945 THRIFT-2537 Path for "go get" does not work Client: Go Patch: Jens Geyer by Jens Geyer · 11 years ago
- facc8dc THRIFT-2505 go struct should always be a pointer to avoid copying of potentially size-unbounded structs by Jens Geyer · 11 years ago
- f459868 THRIFT-2497 server and client for test/go, also several fixes and improvements by Jens Geyer · 11 years ago
- 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
- e52c046 THRIFT-2491 unable to import generated ThriftTest service by Jens Geyer · 11 years ago
- 0997250 THRIFT-2502 Optimize go implementations of binary and compact protocols for speed by Jens Geyer · 11 years ago
- 731975a THRIFT-2451: Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped to go map or slice. generate Get accessors by Jens Geyer · 11 years ago
- 2bc4b13 THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server by henrique · 11 years ago
- 751c97c THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 11 years ago
- 20bcf38 Added some more missing ASF headers, fixed go/test makefile structure by Jens Geyer · 11 years ago
- 2335b96 Added missing ASF header by Jens Geyer · 11 years ago
- a6c63de THRIFT-2458 Generated golang server code for "oneway" methods is incorrect by Jens Geyer · 11 years ago
- c2ccca8 THRIFT-2458 Generated golang server code for "oneway" methods is incorrect by Jens Geyer · 11 years ago
- 4568792 THRIFT-2445 (code generation for go maps with binary keys) should be tested by Jens Geyer · 11 years ago
- 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
- 706cb4e THRIFT-2377 Allow addition of custom HTTP Headers to an HTTP Transport by Jens Geyer · 11 years ago
- c975bbc THRIFT-2388 GoLang - Fix data races in simple_server and server_socket by Jens Geyer · 11 years ago
- 3fa14a3 THRIFT-2372:thrift/json_protocol.go:160: function ends without a return statement by jfarrell · 11 years ago
- 54a6636 THRIFT-2337 Golang does not report TIMED_OUT exceptions by Jens Geyer · 11 years ago
- d9c80e2 THRIFT-2322: serializer testcase helper file regenerated with most recent Thrift compiler by Jens Geyer · 11 years ago
- bf3a19d THRIFT-2288 Go impl of Thrift JSON protocol wrongly writes/expects true/false for bools by Jens Geyer · 11 years ago
- 0853ab6 THRIFT-2232 IsSet* broken in Go by Jens Geyer · 11 years ago
- ce8d518 THRIFT-2280 TJSONProtocol.Flush() does not really flush the transport by Jens Geyer · 11 years ago
- a596038 THRIFT-2278 Buffered transport doesn't support writes > buffer size by Jens Geyer · 11 years ago
- 7949447 THRIFT-2279 TSerializer only returns the first 1024 bytes serialized by Jens Geyer · 11 years ago
- f322d91 THRIFT-2275 Fix memory leak in golang compact_protocol. by Jens Geyer · 11 years ago
- 9957d30 THRIFT-2158 Compact, JSON, and SimpleJSON protocols are not working correctly by Jens Geyer · 11 years ago
- 31aebbe THRIFT-2251 go test for compact protocol is not running by Jens Geyer · 11 years ago
- 376d817 Temporarily commented out the Compact protocol test in Go, it's known to be broken (see THRIFT-2158) by Jens Geyer · 11 years ago
- 4ba1160 THRIFT-2176 TSimpleJSONProtocol.ReadFieldBegin() does not return field type and ID by Jens Geyer · 11 years ago
- 901d555 THRIFT-2175 Wrong field type set for binary by Jens Geyer · 11 years ago
- 8a0f8d1 THRIFT-2174 Deserializing JSON fails in specific cases by Jens Geyer · 11 years ago
- b0d3c3f Added missing ASF headers by Jens Geyer · 11 years ago
- 7a09483 THRIFT-2159 Serializer/Deserializer for Go by Jens Geyer · 11 years ago
- a395655 THRIFT-2135:GO lib leaves behind test files that are auto generated by jfarrell · 11 years ago
- 32d323e THRIFT-2123: go lib missing files in dist Client: go Patch: jfarrell by jfarrell · 11 years ago
- 2ca9c20 THRIFT-820 Remove readLength attribute from BinaryProtocol by Carl Yeksigian · 11 years ago
- 4c83595 THRIFT-2109 Secure connections should be supported in Go by Jens Geyer · 11 years ago
- 656a173 THRIFT-2112 Error in Go generator when using typedefs in map keys by Jens Geyer · 11 years ago
- d1257de THRIFT-2106 Fix support for namespaces in GO generator by Jens Geyer · 11 years ago
- 7b07fbc THRIFT-2100 typedefs are not correctly referenced when including from other thrift files by Jens Geyer · 11 years ago
- 44b19df THRIFT-2083 Improve the go lib: Testcase for buffered Transport by Jens Geyer · 11 years ago
- 7d95246 THRIFT-2083 Improve the go lib: buffered Transport, save memory allocation, handle concurrent request by Jens Geyer · 11 years ago
- 11430df THRIFT-2102 constants are not referencing to correct type when included from another thrift file by Jens Geyer · 11 years ago
- 7757ce7 THRIFT-2090 Go generator, fix including of other thrift files by Jens Geyer · 11 years ago
- a7da488 THRIFT-2090: Go generator, fix including of other thrift files by Jens Geyer · 11 years ago
- 0e87c46 THRIFT-2012 Modernizing Go by Jens Geyer · 12 years ago
- 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
- 7e3b866 THRIFT-1350: Go library code does not build against latest release by Jake Farrell · 13 years ago