summaryrefslogtreecommitdiff
path: root/tutorial
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-3020-2/+359
* cpp: Eliminate a buffer overflow in the tutorial serverDavid Reiss2009-03-261-2/+2
* THRIFT-405. php: Create a tutorial serverDavid Reiss2009-03-263-1/+132
* Fix the arguments in tutorial/READMEDavid Reiss2009-03-261-1/+1
* Update tutorial/README now that Thrift files don't support shebangDavid Reiss2009-03-251-2/+3
* THRIFT-136. s/async/oneway/ in the Thrift IDLDavid Reiss2009-03-241-1/+1
* THRIFT-136. s/async/oneway/ in commentsDavid Reiss2009-03-241-2/+2
* Make .thrift files non-executable since we removed the shebangsDavid Reiss2009-03-142-0/+0
* THRIFT-325. Remove a bunch of uses of the old command line formatDavid Reiss2009-02-172-4/+0
* Make the PHP generator use non-hardcoded namespaces.David Reiss2009-02-171-1/+1
* THRIFT-299. doc: binary type isn't documented nor demonstrated in the tutorialBryan Duxbury2009-02-011-0/+1
* THRIFT-270: change cpp namespaces from facebook::thrift to apache::thriftT Jake Luciani2009-01-312-7/+7
* THRIFT-284. python: Update tutorial files to use reprDavid Reiss2009-01-242-2/+2
* THRIFT-34 Java libraries should be namespaced under org.apache.thrift, not co...Bryan Duxbury2009-01-152-13/+13
* THRIFT-193: Patch for proper namespace support in perl compilerT Jake Luciani2008-12-231-6/+6
* THRIFT-85. Include an example of an optional field in tutorial.thriftDavid Reiss2008-07-241-1/+6
* Update the tutorial files to stop using deprecated namesKevin Clark2008-06-182-9/+9
* Fix the shebangs for the tutorial thrift filesKevin Clark2008-06-182-2/+2
* Ensure the ruby tutorial uses the current library instead of the installed oneKevin Clark2008-06-182-0/+2
* rb: Add more classes/modules to the Thrift namespace. Provide backwards compa...Kevin Clark2008-06-181-4/+4
* Rename "alterl" to "erl".David Reiss2008-06-114-1/+1
* Remove all of the old Erlang stuff in preparation for renaming alterl.David Reiss2008-06-115-196/+0
* Oops - dont' use server.config anymore for alterl tutorialDavid Reiss2008-06-111-1/+1
* New tutorial for alterl bindings - include working client + serverDavid Reiss2008-06-114-0/+137
* Make the Perl generator use non-hardcoded namespaces.David Reiss2008-03-272-2/+2
* Make the Smalltalk generator use non-hardcoded namespaces.David Reiss2008-03-271-1/+1
* Make the Java generator use non-hardcoded namespaces.David Reiss2008-02-272-2/+2
* Make the C++ generator use non-hardcoded namespaces.David Reiss2008-02-272-2/+2
* Make "make clean" rules a bit more standard.David Reiss2008-02-241-1/+1
* Thrift: Whitespace cleanup.David Reiss2008-02-067-24/+24
* [thrift] flesh out thrift Erlang tutorial clientChristopher Piro2008-01-152-53/+59
* [thrift] preliminary tthrift tutorial client for ErlangChristopher Piro2008-01-151-0/+68
* [thrift] add a configuration file to the Erlang server tutorialChristopher Piro2008-01-152-1/+29
* [thrift] update thrift_logger bits in Erlang server tutorialChristopher Piro2008-01-151-7/+1
* Remove bogus Iface inclusion from Ruby tutorialMark Slee2008-01-071-3/+1
* Merging in some Smalltalk changes from Patrick CollisonMark Slee2007-11-211-0/+1
* made tutorial.thrift executablepkeyani2007-10-101-0/+0
* OO perl accessors for Thrift objectsMark Slee2007-09-191-8/+8
* [thrift] spruce up Erlang binding for tonight's releaseChristopher Piro2007-09-184-52/+21
* Merging Jake Luciani's latest perl code gen fixesMark Slee2007-08-163-2/+4
* [thrift] improved error logging and handling for Erlang bindingsChristopher Piro2007-08-011-10/+21
* [thrift] maps, lists, sets, and service inheritance for ErlangChristopher Piro2007-07-252-34/+46
* [thrift] highly concurrent Erlang goodnessChristopher Piro2007-07-182-68/+66
* [thrift] preliminary Erlang support (initial import)Christopher Piro2007-06-292-0/+117
* typo in tutorial/rb/RubyServer.rbChristopher Piro2007-06-281-1/+1
* Perl tutorial codeMark Slee2007-05-163-2/+65
* sprintf fix on C++ tutorial serverMark Slee2007-04-111-1/+3
* Forgot to add Java tutorials to thriftMark Slee2007-04-105-0/+199
* Various Thrift fixes, including Application Exception support in Ruby, better...Mark Slee2007-03-144-101/+118
* Thrift TutorialMark Slee2007-03-0711-0/+705