summaryrefslogtreecommitdiff
path: root/tutorial/go
Commit message (Collapse)AuthorAgeFilesLines
* Replace git.apache.org imports with github.comD. Can Celasun2018-10-194-7/+7
| | | | Client: go
* THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 ↵John Boiles2018-03-126-170/+4
| | | | | | | | compatibility. Client: go This closes #1459
* THRIFT-4398 Update EXTRA_DIST for "make dist"Jens Geyer2017-12-011-0/+3
| | | | | | | Client: Build process Patch: Jens Geyer This closes #1431
* THRIFT-4285 Move TX/RX methods from gen. code to libraryD. Can Celasun2017-11-031-2/+5
| | | | | | | | | | | This change removes a lot of duplication from generated code and allows the caller to customize how they can read from / write to the transport. Backwards compatible adapters make the change compatible with existing code in use by consuming applications. Client: Go This closes #1382
* configure.ac, Makefile.am: introduce THRIFT variable to support ↵Thomas Petazzoni2017-09-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | cross-compilation The thrift build system currently assumes that the thrift compiler is always available in $(top_builddir)/compiler/cpp/thrift. However, in a cross-compilation context, this location contains the thrift compiler built for the target... which obviously will not run on the build machine. In order to support such cross-compilation situation, we introduce the THRIFT variable as a an argument for the configure script (using AC_ARG_VAR). If not specified, it defaults to the existing value of using compiler/cpp/thrift from the build directory, but it can be overridden when calling ./configure. Note that $(top_builddir) cannot be used within the configure script, so we simply use `pwd`, which is the same as the top_builddir. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> This closes #1336 This closes #1350
* THRIFT-4260 Go context generation issue. Context is parameter in Interface ↵taozle2017-07-254-7/+63
| | | | | | | | | not in implementation Client: Go Patch: taozle <zhangliyang26@gmail.com> This closes #1312
* THRIFT-4236 Support context in go generated codetaozle2017-07-223-12/+123
| | | | | | | Client: Go Patch: taozle <zhangliyang26@gmail.com> This closes #1309
* THRIFT-4215 Golang TTransportFactory Pattern Squelches ErrorsD. Can Celasun2017-06-051-1/+4
| | | | | | | Client: Go Patch: D. Can Celasun <can@dcc.im> This closes #1285
* THRIFT-727 what() method of generated exceptions will provide more informationJens Geyer2015-05-201-2/+2
| | | | | | | Client: Go Patch: Jens Geyer Add-On patch to fix broken Go tutorial
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-19/+19
| | | | | | | Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-19/+19
| | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* go: clean tutorial properlyRoger Meier2014-07-281-1/+1
|
* THRIFT-2325: SSL test certificatesRoger Meier2014-04-072-45/+51
| | | | | | | CN for servername was ssltest instead of localhost + little update of README.md Patch: Roger Meier
* THRIFT-2349: Golang - improve tutorialJens Geyer2014-02-051-6/+12
| | | | Patch: Chris Bannister
* THRIFT-2343 Fix tutotial code and codegen for methods without exceptionsJens Geyer2014-02-043-12/+14
| | | | Patch: Jens Geyer
* THRIFT-2170 Generated Go code should populate all ReadErrors completelyJens Geyer2013-09-081-1/+1
| | | | Patch: Jens Geyer
* Thrift-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test ↵jfarrell2013-08-151-1/+4
| | | | | | | | | and lib/cpp when making DIST Client: build Patch: jfarrell Fixing all the missing files and dist build issues that have been ignored.
* THRIFT-2118 Certificate error handling still incorrectJens Geyer2013-08-141-3/+1
| | | | Patch: Jens Geyer
* THRIFT-2109 Secure connections should be supported in GoJens Geyer2013-08-136-8/+87
| | | | Patch: Justin Judd
* THRIFT-2083 Improve the go lib: Testcase for buffered TransportJens Geyer2013-07-263-7/+16
| | | | Patch: Feng Shen
* THRIFT-2090: Go generator, fix including of other thrift filesJens Geyer2013-07-181-5/+5
| | | | Patch: Emir Habul
* THRIFT-2012: Modernize Go tooling - Fix for "make dist"Jens Geyer2013-06-191-3/+4
| | | | Patch: Jens Geyer
* THRIFT-2012 Modernizing GoJens Geyer2013-06-1812-582/+318
| | | | Patch: Travis Cline
* THRIFT-625: Add support for 'Go'; provided by Aalok Shah.Christian Lavoie2011-02-208-0/+610
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072478 13f79535-47bb-0310-9956-ffa450edef68