1. 04cc605 Comma after ENUM with no explicit value by Mark Slee · 18 years ago
  2. 6e81b3f Rest definition should not implement interface, the method signatures are different. by Mark Slee · 18 years ago
  3. 5ea94d4 Thrift generates a REST handler for PHP code by Mark Slee · 18 years ago
  4. 19e71c3 All thrift PHP class constructors can take an array as the constructor argument by Mark Slee · 18 years ago
  5. 52cb223 I lied before, now thrift really supports single or double dashes by Mark Slee · 18 years ago
  6. 2329a83 Allow single dash or double dash for thrift flags by Mark Slee · 18 years ago
  7. 32c66e1 Thrift Include Path Specification by Martin Kraemer · 18 years ago
  8. ae2bc3c Do not print ; in thrift parser by Mark Slee · 18 years ago
  9. 8d2b238 Fix C++ skeleton code generator by Mark Slee · 18 years ago
  10. 207cb46 Make commas and/or semicolons both optional in thrift by Mark Slee · 18 years ago
  11. b39dbc5 Iterate python dictionaries with for k,v in dict.items() by Mark Slee · 18 years ago
  12. bc4bc0f Py inherited processor must pass handler to parent constructor by Mark Slee · 18 years ago
  13. 6b4783b Inherited processors must call parent constructor in python by Mark Slee · 18 years ago
  14. 725f9e6 Use AbstractMap instead of HashMap by Mark Slee · 18 years ago
  15. d07ce60 Fix Python indentation for async methods by Mark Slee · 18 years ago
  16. 5ee76f8 Skeletons should use virtual inheritance from the interface base by Mark Slee · 18 years ago
  17. 5f8237d Thrift PHP update for new Protocol wraps Transport style by Mark Slee · 18 years ago
  18. a3f3972 Fix bum Java indentation/scoping for async methods by Mark Slee · 18 years ago
  19. 5946a18 New python operating model code-gen by Mark Slee · 18 years ago
  20. 575fa9a Protocol wraps transport code gen for Thrift Java by Mark Slee · 18 years ago
  21. f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
  22. 65681d0 Generate .cpp files instead of .cc in Thrift by Mark Slee · 18 years ago
  23. 4f8da1d Allow the specification of custom container types in Thrift IDL files by Mark Slee · 18 years ago
  24. f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
  25. 96a6bbe Python remote printing fix by Mark Slee · 18 years ago
  26. 748e576 Python generator to make __str__ and __repr__ methods for generated structs by Mark Slee · 18 years ago
  27. f77ff06 Prefix php names with service_ to avoid naming conflicts and use False not false in python by Mark Slee · 18 years ago
  28. 6979bdb Use vector<> instead of list<> in Thrift-gen'd C++ code by Mark Slee · 18 years ago
  29. fdbee81 Thrift compiler to tokenize args by " " so you can use script files by Mark Slee · 18 years ago
  30. 1c4a559 Change thrift require_once to include_once by Mark Slee · 18 years ago
  31. 9a89f9b Fix typo, missing underscore in thrift compiler variable by Mark Slee · 18 years ago
  32. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  33. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  34. 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
  35. aff9f8e Thrift: generate python dictionaries and STL maps for server side process function lookups by Mark Slee · 18 years ago
  36. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  37. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  38. d265552 Thrift: Change Java/C++ server generation by Mark Slee · 18 years ago
  39. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  40. 4ecbebc Add multiserver generation to C++ Thrift by Mark Slee · 18 years ago
  41. aeac192 Thrift, Make sure gen'd code initializes empty containers in php / python by Mark Slee · 18 years ago
  42. e50b309 Ooops, forgot to svn add the new code gen files by Mark Slee · 18 years ago
  43. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
  44. dafa3cf Thrift C++ code generation improvements by Mark Slee · 18 years ago
  45. b7f58ff More Thfirt code-gen improvements by Mark Slee · 18 years ago
  46. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  47. 9cb7c61 Thrift compiler improvements, two modes for PHP by Mark Slee · 18 years ago
  48. 6e1555f Make separate dirs for CPP and Python versions of Thrift compiler by Mark Slee · 18 years ago