summaryrefslogtreecommitdiff
path: root/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* Thrift-2600: 0.9.2 release0.9.20.9.2jfarrell2014-11-041-1/+1
| | | | | | | client: release patch: jfarrell Versioning for 0.9.2 release rc1.
* cpp: fix automake dependencies and make ProcessorTest.cpp compilable againRoger Meier2014-10-221-1/+1
|
* THRIFT-2602 fix missing dist filesRoger Meier2014-10-222-4/+4
| | | | | | | - add automake 1.13 dependency to configure.ac and doc - use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829) Patch: Roger Meier
* THRIFT-2786 Cpp Tutorial: Make TThreadPoolServer / TThreadedServer a bit ↵Jens Geyer2014-10-141-0/+3
| | | | | | | easier to use Client: C++ Patch: Brian Brooks
* THRIFT-1462 add more strict compiler flagsRoger Meier2014-10-131-1/+1
| | | | Patch: Roger Meier
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-0312-143/+143
| | | | | | | Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-0312-143/+143
| | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-039-720/+720
| | | | | Client: C#, Delphi Patch: Jens Geyer
* THRIFT-2716 - removed warnings from some Makefile.amsKonrad Grochowski2014-09-291-4/+1
|
* THRIFT-976 c_glib tutorialRoger Meier2014-09-293-34/+573
| | | | Patch: Simon South
* THRIFT-2691 - C++ tutorial: printfs removed, generated operator<< usedKonrad Grochowski2014-09-082-24/+21
|
* THRIFT-2677 haskell library and tutorial: build with network > 2.5John Chee2014-09-011-2/+10
|
* THRIFT-2641 Improvements to Haskell Compiler/LibrariesNoam Zilberstein2014-08-103-25/+22
| | | | | | | | | - test/test.sh integration - add json and compact protocol This closes #175 Signed-off-by: Roger Meier <roger@apache.org>
* THRIFT-976 c_glib tutorialRoger Meier2014-07-293-0/+260
| | | | | Patch: Simon South Signed-off-by: Roger Meier <roger@apache.org>
* go: clean tutorial properlyRoger Meier2014-07-281-1/+1
|
* THRIFT-2638 travis: build with Haskellhenrique2014-07-261-3/+2
| | | | Patch: John Chee
* Thrift-2602:Fix missing dist filesjfarrell2014-07-101-1/+0
| | | | | | | | Client: build process Patch: jfarrell Introduced a bug in 8fd8c63 adding gen files to the dist, removing those files from the EXTRA_DIST.
* THRIFT-2602:Fix missing dist filesjfarrell2014-07-102-2/+5
| | | | | | | Client: build process Patch: jfarrell Add all missing files to the dist package.
* format tutorial Java README.mdHenrique Mendonça2014-06-241-7/+11
|
* THRIFT-2401 Haskell tutorial compilesRoger Meier2014-05-146-20/+107
| | | | | | | Patch: John Chee & Roger Meier includes minifix from: THRIFT-2453 haskell tutorial: fix up division by 0 example
* 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
* js tutorial add missing semicolonRoger Meier2014-03-261-1/+1
|
* THRIFT-2407 use markdown (rename README => README.md)Roger Meier2014-03-194-1/+1
| | | | Patch: Roger Meier
* THRIFT-2392: Actionscript tutorialjfarrell2014-03-112-0/+192
| | | | | | | Client: tutorial Patch: dima levchenko Adds an AS3 tutorial
* THRIFT-2376 nodejs: allow Promise style calls for client and serverhenrique2014-02-254-2/+173
| | | | patch: Pierre Lamot
* THRIFT-2367 Build failure: stdlib and boost both define uint64_tRoger Meier2014-02-192-4/+0
| | | | | Fix: remove "using namespace boost;" 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-2334 nodejs: add a tutorial for node JSRoger Meier2014-01-274-2/+208
| | | | Patch: Pierre Lamot
* THRIFT-2229 thrift failed to build on OSX 10.9 GMRoger Meier2013-11-162-11/+11
|
* adopt new thrift.js location within tutorial.htmlRoger Meier2013-09-211-1/+1
| | | | | | changed by THRIFT-2190 Patch: Roger Meier
* 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-155-16/+31
| | | | | | | | | 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-2032 C# client leaks sockets/handlesJens Geyer2013-06-251-31/+36
| | | | Patch: Jens Geyer
* THRIFT-2012: Modernize Go tooling - Fix for "make dist"Jens Geyer2013-06-191-3/+4
| | | | Patch: Jens Geyer
* THRIFT-2012 Modernizing GoJens Geyer2013-06-1813-582/+322
| | | | Patch: Travis Cline
* THRIFT-1735 integrate tutorial into regular buildRoger Meier2013-06-094-3/+41
| | | | THRIFT-1811 ruby tutorial as part of the regular build
* THRIFT-1906 ocaml: add tutorial example to parallel that for other languagesRoger Meier2013-04-274-0/+210
| | | | Patch: Chet Murthy
* subversion, thanks and good byeRoger Meier2013-03-221-1/+1
| | | | ;-r
* THRIFT-1704: Tornado support (Python)Chris Piro2013-03-074-1/+260
|
* THRIFT-1829 cpp unit tests fail to build using multiple make jobsRoger Meier2013-01-151-0/+1
| | | | Patch: David Rennalls and Roger Meier
* THRIFT-1735 remove generated files with make cleanRoger Meier2012-11-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404820 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1735 remove generated files with make cleanRoger Meier2012-11-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404816 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1735 integrate tutorial into regular buildRoger Meier2012-10-268-12/+87
| | | | | | | python and python twisted git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402680 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1735 do nothing when building with MINGWRoger Meier2012-10-241-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401897 13f79535-47bb-0310-9956-ffa450edef68
* remove unused variableRoger Meier2012-10-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401884 13f79535-47bb-0310-9956-ffa450edef68