1. b9acf98 Test code updates by Mark Slee · 18 years ago
  2. f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
  3. 99e2b26 PHP Thrift improvements, Binary code skipping, etc by Mark Slee · 18 years ago
  4. 7d5da16 Thrift Java HTTP client by Mark Slee · 18 years ago
  5. 97b47df Python framed thrift transports by Mark Slee · 18 years ago
  6. 2f6404d C++ Thrift coding style changes by Mark Slee · 18 years ago
  7. 96a6bbe Python remote printing fix by Mark Slee · 18 years ago
  8. 748e576 Python generator to make __str__ and __repr__ methods for generated structs by Mark Slee · 18 years ago
  9. 3f11b7a Better randomization in socketpoool by Mark Slee · 18 years ago
  10. d7cc1c4 Suppress php errors in TSocket by Mark Slee · 18 years ago
  11. 3c4d7fd Thrift missing python threading import by Mark Slee · 18 years ago
  12. 4f0fed6 Python basic threaded server by Mark Slee · 18 years ago
  13. f77ff06 Prefix php names with service_ to avoid naming conflicts and use False not false in python by Mark Slee · 18 years ago
  14. 2905078 Better socket timeout and options support for Thrift C++ by Mark Slee · 18 years ago
  15. 29f5f67 Check for empty buf on socket read by Mark Slee · 18 years ago
  16. 6979bdb Use vector<> instead of list<> in Thrift-gen'd C++ code by Mark Slee · 18 years ago
  17. 845fe3d Add better socket linger, tcp_nodelay and timeout handling to thrift by Mark Slee · 18 years ago
  18. 9ffe9d4 Set linger off and nodelay true on accepted ServerSockets by Mark Slee · 18 years ago
  19. fdbee81 Thrift compiler to tokenize args by " " so you can use script files by Mark Slee · 18 years ago
  20. 5bcde6e Add socket and server socket timeout support to thrift java by Mark Slee · 18 years ago
  21. 1c4a559 Change thrift require_once to include_once by Mark Slee · 18 years ago
  22. c2e8ff5 Fix potential multithreading protocol issue in Thrift Java by Mark Slee · 18 years ago
  23. 20c70a6 Ooops function __construct not just __construct by Mark Slee · 18 years ago
  24. 9a89f9b Fix typo, missing underscore in thrift compiler variable by Mark Slee · 18 years ago
  25. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  26. dc8a2a2 Use GNU Net implementation of htnoll and ntohll by Mark Slee · 18 years ago
  27. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  28. 9e7734d Thrift: Rename chunked to framed transports by Mark Slee · 18 years ago
  29. ade2c83 Thrift PHP TSocketPool client by Mark Slee · 18 years ago
  30. 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
  31. aff9f8e Thrift: generate python dictionaries and STL maps for server side process function lookups by Mark Slee · 18 years ago
  32. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  33. ffcddd6 Thrift multithreaded Java server by Mark Slee · 18 years ago
  34. 450585b -- search per-user lib dir first by Aditya Agarwal · 18 years ago
  35. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  36. 68db166 -- more thrift Makefile changes by Aditya Agarwal · 18 years ago
  37. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  38. 0cc0c0a -- generalize Makefile by Aditya Agarwal · 18 years ago
  39. d265552 Thrift: Change Java/C++ server generation by Mark Slee · 18 years ago
  40. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  41. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  42. 4ecbebc Add multiserver generation to C++ Thrift by Mark Slee · 18 years ago
  43. aeac192 Thrift, Make sure gen'd code initializes empty containers in php / python by Mark Slee · 18 years ago
  44. e50b309 Ooops, forgot to svn add the new code gen files by Mark Slee · 18 years ago
  45. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
  46. cde2b61 Implementation of the basic Thrift stack in Python by Mark Slee · 18 years ago
  47. dafa3cf Thrift C++ code generation improvements by Mark Slee · 18 years ago
  48. b7f58ff More Thfirt code-gen improvements by Mark Slee · 18 years ago
  49. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  50. c29613f Point Thrift bootrapping code to compiler/py instead of compiler by Mark Slee · 18 years ago
  51. d3d733a Thrift test improvements, tests for both inline and normal PHP code gen by Mark Slee · 18 years ago
  52. cfc0193 Thrift library updates, remove unsigned types by Mark Slee · 18 years ago
  53. 9cb7c61 Thrift compiler improvements, two modes for PHP by Mark Slee · 18 years ago
  54. 632f323 Move Thrift StressTest code into test top-level folder by Mark Slee · 18 years ago
  55. 6e1555f Make separate dirs for CPP and Python versions of Thrift compiler by Mark Slee · 18 years ago
  56. d97eb61 Fixed handling of signed 64bit integers to support 32bit and 64bit architectures by Marc Slemko · 18 years ago
  57. 9de5a5c Basic README with build instructions by Marc Slemko · 18 years ago
  58. b09f588 Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler by Marc Slemko · 18 years ago
  59. c693640 Thrift php generator in python. Cleaned up parser and cpp generator by Marc Slemko · 18 years ago
  60. 056f9ba Print out results of stress test by Marc Slemko · 18 years ago
  61. e18890f straggler by Marc Slemko · 18 years ago
  62. 26253b2 straggler by Marc Slemko · 18 years ago
  63. 1ab2878 thrift.py => /usr/local/bin/thrift by Marc Slemko · 18 years ago
  64. 53027fc Python installer for thrift idl compiler by Marc Slemko · 18 years ago
  65. 3ea0033 Added stress test for thrift benchmarks by Marc Slemko · 18 years ago
  66. 71d4e47 Cleaned up test code for thrift exception throwing by Marc Slemko · 18 years ago
  67. bf4fd19 Modified C++ code-gen to create default constructors for all non-string primitives so that auto variable instances of structs aren't populated with by Marc Slemko · 18 years ago
  68. aeb36f8 Added namespace declaration by Marc Slemko · 18 years ago
  69. 1785985 Added namespace declaration by Marc Slemko · 18 years ago
  70. d8b1051 You scream, I scream, We all scream for exceptions by Marc Slemko · 18 years ago
  71. e6889de Fixed a few typos - test client and server samples now working with new code generation by Marc Slemko · 18 years ago
  72. 91f6748 Added function name to read/writeMessageBegin args by Marc Slemko · 18 years ago
  73. 66d67d8 Groundwork for exception support: by Marc Slemko · 18 years ago
  74. 5b126d6 Groundwork for exception support: by Marc Slemko · 18 years ago
  75. 0b4ffa9 Added read/write I16, U16 and Bool methods to TProtocol by Marc Slemko · 18 years ago
  76. 27340eb Fixed parser to ensure that map key-type and set value-type are comparable (ie primivitive or a typedef that resolves to a primitive) at parse-time by Marc Slemko · 18 years ago
  77. d42a2c2 Rationalized include-directory schema by Marc Slemko · 18 years ago
  78. c4eb9e8 Fixed serialization logic for collections containing typedefs or enums by Marc Slemko · 18 years ago
  79. db14e17 Modified cpp code generation to build read/write methods for each non-primitive type rather than inlining all serialization in client/server function handlers by Marc Slemko · 18 years ago
  80. c0e07a2 Modified cpp code generation to build read/write methods for each non-primitive type rather than inlining all serialization in client/server function handlers by Marc Slemko · 18 years ago
  81. c09a65a fixed test build by Marc Slemko · 18 years ago
  82. b2039e7 python parser for thrift using ply lalr generator by Marc Slemko · 18 years ago
  83. 530fd66 Java Thrift libraries no longer use specially defined UInt32 etc. classes by Mark Slee · 18 years ago
  84. 52f643d Thrift compiler support for inline PHP client code by Mark Slee · 18 years ago
  85. 002e646 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  86. 6be374b More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  87. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  88. 3545234 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  89. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  90. 03eafbe Added BNF describing proposed logical wire format for Thrift message streams by Marc Slemko · 18 years ago
  91. c778297 autoconf/automake/libtool-ized thrift cpp bits: by Marc Slemko · 18 years ago
  92. e03da18 autoconf/automake: Fixed handling of bits/socket.h MSG_NODELAY by Marc Slemko · 18 years ago
  93. 9d4a3e2 autoconf/automake/libtool-ized thrift cpp bits: by Marc Slemko · 18 years ago
  94. 9f0ba25 autoconf/automake line noise for linux/osx builds by Marc Slemko · 18 years ago
  95. fe5ba12e More test code added... more bugs found by Marc Slemko · 18 years ago
  96. 03dedd9 Fixed a few problems found on linux x86_64 version by Marc Slemko · 18 years ago
  97. 740343d Forgot this one by Marc Slemko · 18 years ago
  98. 525c202 Forgot this one by Marc Slemko · 18 years ago
  99. d466b21 Bring up of thread manager by Marc Slemko · 18 years ago
  100. 9f27a4e More bullet proofing of timer manager by Marc Slemko · 18 years ago