1. 588e452 Fix bad implode call with nonexistant class variable in PHP SocketPool by Mark Slee · 18 years ago
  2. 04cc605 Comma after ENUM with no explicit value by Mark Slee · 18 years ago
  3. 6e81b3f Rest definition should not implement interface, the method signatures are different. by Mark Slee · 18 years ago
  4. 5ea94d4 Thrift generates a REST handler for PHP code by Mark Slee · 18 years ago
  5. 19e71c3 All thrift PHP class constructors can take an array as the constructor argument by Mark Slee · 18 years ago
  6. 52cb223 I lied before, now thrift really supports single or double dashes by Mark Slee · 18 years ago
  7. 2329a83 Allow single dash or double dash for thrift flags by Mark Slee · 18 years ago
  8. 32c66e1 Thrift Include Path Specification by Martin Kraemer · 18 years ago
  9. ae2bc3c Do not print ; in thrift parser by Mark Slee · 18 years ago
  10. 9683f77 Fix TType.php problem by Mark Slee · 18 years ago
  11. 8d2b238 Fix C++ skeleton code generator by Mark Slee · 18 years ago
  12. 207cb46 Make commas and/or semicolons both optional in thrift by Mark Slee · 18 years ago
  13. b39dbc5 Iterate python dictionaries with for k,v in dict.items() by Mark Slee · 18 years ago
  14. bc4bc0f Py inherited processor must pass handler to parent constructor by Mark Slee · 18 years ago
  15. 6b4783b Inherited processors must call parent constructor in python by Mark Slee · 18 years ago
  16. e2bd58d Add python scons rules by Mark Slee · 18 years ago
  17. 725f9e6 Use AbstractMap instead of HashMap by Mark Slee · 18 years ago
  18. 0f70d77 Mutex was missing from libthrift build by Mark Slee · 18 years ago
  19. d07ce60 Fix Python indentation for async methods by Mark Slee · 18 years ago
  20. 5ee76f8 Skeletons should use virtual inheritance from the interface base by Mark Slee · 18 years ago
  21. 63608e8 Include <time.h> not "time.h" by Mark Slee · 18 years ago
  22. 5f8237d Thrift PHP update for new Protocol wraps Transport style by Mark Slee · 18 years ago
  23. bb31d0a Let Python server take protocolFactory argument by Mark Slee · 18 years ago
  24. 1dd819c Bring Thrift test code up to date by Mark Slee · 18 years ago
  25. 35ae1c7 -- Change thrift logging macros to have a T_ prefix by Aditya Agarwal · 18 years ago
  26. a3f3972 Fix bum Java indentation/scoping for async methods by Mark Slee · 18 years ago
  27. 4ac459f Fix python server bugs and go to new protocol wraps transport model by Mark Slee · 18 years ago
  28. 5946a18 New python operating model code-gen by Mark Slee · 18 years ago
  29. 575fa9a Protocol wraps transport code gen for Thrift Java by Mark Slee · 18 years ago
  30. 456b7a8 New protocol wrapping transport model for Thrift Java by Mark Slee · 18 years ago
  31. b6f10d1 Clean up Java Thrift transport code by Mark Slee · 18 years ago
  32. 1b87070 Typo in thrift readme by Mark Slee · 18 years ago
  33. 60275c7 Give options for one-way or two-way buffering in PHP Thrift transports by Mark Slee · 18 years ago
  34. fe30c5f Improve python thrift transport, readAll, buffering, framing by Mark Slee · 18 years ago
  35. d717347 Stresstest onto new Thrift C++ model by Mark Slee · 18 years ago
  36. f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
  37. a330265 Fix broken thrift test code for new model by Mark Slee · 18 years ago
  38. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  39. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago
  40. 83303e1 Allow optional framing of input/output in FramedTransport by Mark Slee · 18 years ago
  41. 92f00fb Framing option for non blocking server by Mark Slee · 18 years ago
  42. 9a695ba self.clients instead of self.client by Mark Slee · 18 years ago
  43. 4ce787f Missing self argument in server method by Mark Slee · 18 years ago
  44. b90aa7c Python threadpool server for Thrift by Mark Slee · 18 years ago
  45. 9a07927 Change thrift stress test to .cpp file extension by Mark Slee · 18 years ago
  46. a6b48ea Rename test files to .cpp instead of .cc by Mark Slee · 18 years ago
  47. 65681d0 Generate .cpp files instead of .cc in Thrift by Mark Slee · 18 years ago
  48. 4f8da1d Allow the specification of custom container types in Thrift IDL files by Mark Slee · 18 years ago
  49. 3950f47 -- Thrift testing changes by Aditya Agarwal · 18 years ago
  50. e528c76 -- Thrift Log File by Aditya Agarwal · 18 years ago
  51. be3f8d8 -- Adding TLogging.h by Aditya Agarwal · 18 years ago
  52. d622e96 -- Thrift fixes by Aditya Agarwal · 18 years ago
  53. b9acf98 Test code updates by Mark Slee · 18 years ago
  54. f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
  55. 99e2b26 PHP Thrift improvements, Binary code skipping, etc by Mark Slee · 18 years ago
  56. 7d5da16 Thrift Java HTTP client by Mark Slee · 18 years ago
  57. 97b47df Python framed thrift transports by Mark Slee · 18 years ago
  58. 2f6404d C++ Thrift coding style changes by Mark Slee · 18 years ago
  59. 96a6bbe Python remote printing fix by Mark Slee · 18 years ago
  60. 748e576 Python generator to make __str__ and __repr__ methods for generated structs by Mark Slee · 18 years ago
  61. 3f11b7a Better randomization in socketpoool by Mark Slee · 18 years ago
  62. d7cc1c4 Suppress php errors in TSocket by Mark Slee · 18 years ago
  63. 3c4d7fd Thrift missing python threading import by Mark Slee · 18 years ago
  64. 4f0fed6 Python basic threaded server by Mark Slee · 18 years ago
  65. f77ff06 Prefix php names with service_ to avoid naming conflicts and use False not false in python by Mark Slee · 18 years ago
  66. 2905078 Better socket timeout and options support for Thrift C++ by Mark Slee · 18 years ago
  67. 29f5f67 Check for empty buf on socket read by Mark Slee · 18 years ago
  68. 6979bdb Use vector<> instead of list<> in Thrift-gen'd C++ code by Mark Slee · 18 years ago
  69. 845fe3d Add better socket linger, tcp_nodelay and timeout handling to thrift by Mark Slee · 18 years ago
  70. 9ffe9d4 Set linger off and nodelay true on accepted ServerSockets by Mark Slee · 18 years ago
  71. fdbee81 Thrift compiler to tokenize args by " " so you can use script files by Mark Slee · 18 years ago
  72. 5bcde6e Add socket and server socket timeout support to thrift java by Mark Slee · 18 years ago
  73. 1c4a559 Change thrift require_once to include_once by Mark Slee · 18 years ago
  74. c2e8ff5 Fix potential multithreading protocol issue in Thrift Java by Mark Slee · 18 years ago
  75. 20c70a6 Ooops function __construct not just __construct by Mark Slee · 18 years ago
  76. 9a89f9b Fix typo, missing underscore in thrift compiler variable by Mark Slee · 18 years ago
  77. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  78. dc8a2a2 Use GNU Net implementation of htnoll and ntohll by Mark Slee · 18 years ago
  79. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  80. 9e7734d Thrift: Rename chunked to framed transports by Mark Slee · 18 years ago
  81. ade2c83 Thrift PHP TSocketPool client by Mark Slee · 18 years ago
  82. 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
  83. aff9f8e Thrift: generate python dictionaries and STL maps for server side process function lookups by Mark Slee · 18 years ago
  84. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  85. ffcddd6 Thrift multithreaded Java server by Mark Slee · 18 years ago
  86. 450585b -- search per-user lib dir first by Aditya Agarwal · 18 years ago
  87. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  88. 68db166 -- more thrift Makefile changes by Aditya Agarwal · 18 years ago
  89. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  90. 0cc0c0a -- generalize Makefile by Aditya Agarwal · 18 years ago
  91. d265552 Thrift: Change Java/C++ server generation by Mark Slee · 18 years ago
  92. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  93. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  94. 4ecbebc Add multiserver generation to C++ Thrift by Mark Slee · 18 years ago
  95. aeac192 Thrift, Make sure gen'd code initializes empty containers in php / python by Mark Slee · 18 years ago
  96. e50b309 Ooops, forgot to svn add the new code gen files by Mark Slee · 18 years ago
  97. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
  98. cde2b61 Implementation of the basic Thrift stack in Python by Mark Slee · 18 years ago
  99. dafa3cf Thrift C++ code generation improvements by Mark Slee · 18 years ago
  100. b7f58ff More Thfirt code-gen improvements by Mark Slee · 18 years ago