1. 585b7b8 remove unused variable by Roger Meier · 12 years ago
  2. 18a90d1 THRIFT-1735 integrate tutorial into regular build - cpp support - cleanup stuff by Roger Meier · 12 years ago
  3. fa89932 THRIFT-1735 integrate tutorial into regular build Patch: Roger Meier by Roger Meier · 12 years ago
  4. ca0d2f9 ignores by Roger Meier · 12 years ago
  5. 21c0a85 THRIFT-1615 PHP Namespace (was Thrift for Symfony 2) Patch: Xavier HAUSHERR by Roger Meier · 12 years ago
  6. 860b8c9 fix tutorial python server by Christopher Piro · 13 years ago
  7. b70e04c THRIFT-1586 Two small D issues Patch: David Nadlinger by Roger Meier · 13 years ago
  8. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  9. 5c85461 THRIFT-1555 Delphi version of the tutorial code Patch: Jens Geyer by Roger Meier · 13 years ago
  10. b95b0ff THRIFT-1500: d programming language support Client: D Patch: David Nadlinger by Jake Farrell · 13 years ago
  11. 2a266cb Thrift-1428: shared.thrft does not include namespace for php, so thrift compiler generate incorrect name by Jake Farrell · 13 years ago
  12. a653067 THRIFT-1227 - erlang implementation of thrift json protocol by Anthony F. Molinaro · 13 years ago
  13. 47f5ab3 Thrift-1303: Twisted tutorial client does not include correct generated path by Jake Farrell · 13 years ago
  14. 9623fc5 updating java tutorial readme by Jake Farrell · 13 years ago
  15. 5fc6973 THRIFT-1133 Java and JavaScript tutorial is broken since we have Java maven deployment by Roger Meier · 14 years ago
  16. 3f067a8 THRIFT-1084 Typo fixes Patch: Bruce Mitchener by Roger Meier · 14 years ago
  17. afc6d8f THRIFT-625: Add support for 'Go'; provided by Aalok Shah. by Christian Lavoie · 14 years ago
  18. f8bf0d6 add a little README by Anthony F. Molinaro · 14 years ago
  19. 10a8743 Fix the erlang tutorial by Anthony F. Molinaro · 14 years ago
  20. cd9bc46 THRIFT-1024 Add Python Twisted example to the Tutorial by Roger Meier · 14 years ago
  21. 5aaa021 change URL's to TLP by Roger Meier · 14 years ago
  22. e5e50de THRIFT-893 JavaScript Tutorial: dynamic part by Roger Meier · 14 years ago
  23. b942d57 THRIFT-969 Java Tutorial broken, move CalculatorHandler to a separate file by Roger Meier · 14 years ago
  24. 1b13083 THRIFT-106. java: TSSLServerSocket by Bryan Duxbury · 14 years ago
  25. f04cfca THRIFT-893 add JavaScript to the tutorial example (html only) by Roger Meier · 14 years ago
  26. 4abfb28 THRIFT-890. java: Add README missing from previous commit by Todd Lipcon · 14 years ago
  27. 515c238 THRIFT-890. java: Fix tutorial to build and run in trunk by Todd Lipcon · 14 years ago
  28. 833ae49 THRIFT-920. cpp: C++ Test and Tutorial does not compile anymore due to the change within Enum handling by Bryan Duxbury · 14 years ago
  29. 96b2ccc THRIFT-881. csharp: add csharp to the tutorial by Bryan Duxbury · 14 years ago
  30. 3f660a4 erlang: Client refactor, part 1 by David Reiss · 14 years ago
  31. f32d0fb Rollback a few recent Erlang changes to fix blame data by David Reiss · 14 years ago
  32. d3879f8 THRIFT-599. erl: Don't use unnecessary processes in the Erlang transports and clients by Bryan Duxbury · 14 years ago
  33. 23f2348 add ASL to a handful of files by Bryan Duxbury · 14 years ago
  34. 68f8c38 THRIFT-560. haskell: Add tutorial by David Reiss · 15 years ago
  35. 7834ccb THRIFT-592. php: Make the tutorial work properly after r815878 by David Reiss · 15 years ago
  36. 0c5c234 THRIFT-619: Perl server and example by T Jake Luciani · 15 years ago
  37. b7b8af9 THRIFT-486. rb: ruby tutorial needs updated require statements by Bryan Duxbury · 16 years ago
  38. def30a6 THRIFT-387. Add appropriate Apache header to all code files by Bryan Duxbury · 16 years ago
  39. 07f38ff THRIFT-430. rb: ruby tutorials and ruby tests require deprecated files and class names by Bryan Duxbury · 16 years ago
  40. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  41. f33c7c6 cpp: Eliminate a buffer overflow in the tutorial server by David Reiss · 16 years ago
  42. 755c815 THRIFT-405. php: Create a tutorial server by David Reiss · 16 years ago
  43. 4438ca5 Fix the arguments in tutorial/README by David Reiss · 16 years ago
  44. d1c8682 Update tutorial/README now that Thrift files don't support shebang by David Reiss · 16 years ago
  45. cecbed8 THRIFT-136. s/async/oneway/ in the Thrift IDL by David Reiss · 16 years ago
  46. c51986f THRIFT-136. s/async/oneway/ in comments by David Reiss · 16 years ago
  47. e0a11c4 Make .thrift files non-executable since we removed the shebangs by David Reiss · 16 years ago
  48. b139f64 THRIFT-325. Remove a bunch of uses of the old command line format by David Reiss · 16 years ago
  49. 554ea6f Make the PHP generator use non-hardcoded namespaces. by David Reiss · 16 years ago
  50. 7003f87 THRIFT-299. doc: binary type isn't documented nor demonstrated in the tutorial by Bryan Duxbury · 16 years ago
  51. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  52. 8bb593e THRIFT-284. python: Update tutorial files to use repr by David Reiss · 16 years ago
  53. afa80ea THRIFT-34 Java libraries should be namespaced under org.apache.thrift, not com.facebook.thrift by Bryan Duxbury · 16 years ago
  54. 41687fc THRIFT-193: Patch for proper namespace support in perl compiler by T Jake Luciani · 16 years ago
  55. 5ff21a4 THRIFT-85. Include an example of an optional field in tutorial.thrift by David Reiss · 16 years ago
  56. 2141153 Update the tutorial files to stop using deprecated names by Kevin Clark · 17 years ago
  57. 7618fb4 Fix the shebangs for the tutorial thrift files by Kevin Clark · 17 years ago
  58. 2b1e10b Ensure the ruby tutorial uses the current library instead of the installed one by Kevin Clark · 17 years ago
  59. 2960044 rb: Add more classes/modules to the Thrift namespace. Provide backwards compatable mappings. by Kevin Clark · 17 years ago
  60. 9f2a5d7 Rename "alterl" to "erl". by David Reiss · 17 years ago
  61. f2e66c1 Remove all of the old Erlang stuff in preparation for renaming alterl. by David Reiss · 17 years ago
  62. 086c279 Oops - dont' use server.config anymore for alterl tutorial by David Reiss · 17 years ago
  63. 8a162a5 New tutorial for alterl bindings - include working client + server by David Reiss · 17 years ago
  64. 07ef3a9 Make the Perl generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  65. 3b45501 Make the Smalltalk generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  66. 771f8c7 Make the Java generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  67. 9a08dc6 Make the C++ generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  68. 2ca456a Make "make clean" rules a bit more standard. by David Reiss · 17 years ago
  69. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  70. 3f1d8c7 [thrift] flesh out thrift Erlang tutorial client by Christopher Piro · 17 years ago
  71. 8ba8157 [thrift] preliminary tthrift tutorial client for Erlang by Christopher Piro · 17 years ago
  72. 5165f3e [thrift] add a configuration file to the Erlang server tutorial by Christopher Piro · 17 years ago
  73. 8ca66b8 [thrift] update thrift_logger bits in Erlang server tutorial by Christopher Piro · 17 years ago
  74. 8ec70e8 Remove bogus Iface inclusion from Ruby tutorial by Mark Slee · 17 years ago
  75. bd58822 Merging in some Smalltalk changes from Patrick Collison by Mark Slee · 17 years ago
  76. b92e316 made tutorial.thrift executable by pkeyani · 17 years ago
  77. 8266443 OO perl accessors for Thrift objects by Mark Slee · 17 years ago
  78. 93a0664 [thrift] spruce up Erlang binding for tonight's release by Christopher Piro · 17 years ago
  79. 27ed6ec Merging Jake Luciani's latest perl code gen fixes by Mark Slee · 17 years ago
  80. 5b3a8f7 [thrift] improved error logging and handling for Erlang bindings by Christopher Piro · 17 years ago
  81. 5f5fdf3 [thrift] maps, lists, sets, and service inheritance for Erlang by Christopher Piro · 17 years ago
  82. 094823a [thrift] highly concurrent Erlang goodness by Christopher Piro · 17 years ago
  83. 2f5afce [thrift] preliminary Erlang support (initial import) by Christopher Piro · 18 years ago
  84. d795b9d typo in tutorial/rb/RubyServer.rb by Christopher Piro · 18 years ago
  85. 738ad31 Perl tutorial code by Mark Slee · 18 years ago
  86. 0f2916c sprintf fix on C++ tutorial server by Mark Slee · 18 years ago
  87. cb39f08 Forgot to add Java tutorials to thrift by Mark Slee · 18 years ago
  88. 7679196 Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. by Mark Slee · 18 years ago
  89. 07a3aab Thrift Tutorial by Mark Slee · 18 years ago