1. 3c4d7fd Thrift missing python threading import by Mark Slee · 18 years ago
  2. 4f0fed6 Python basic threaded server by Mark Slee · 18 years ago
  3. 2905078 Better socket timeout and options support for Thrift C++ by Mark Slee · 18 years ago
  4. 29f5f67 Check for empty buf on socket read by Mark Slee · 18 years ago
  5. 845fe3d Add better socket linger, tcp_nodelay and timeout handling to thrift by Mark Slee · 18 years ago
  6. 9ffe9d4 Set linger off and nodelay true on accepted ServerSockets by Mark Slee · 18 years ago
  7. 5bcde6e Add socket and server socket timeout support to thrift java by Mark Slee · 18 years ago
  8. 1c4a559 Change thrift require_once to include_once by Mark Slee · 18 years ago
  9. c2e8ff5 Fix potential multithreading protocol issue in Thrift Java by Mark Slee · 18 years ago
  10. 20c70a6 Ooops function __construct not just __construct by Mark Slee · 18 years ago
  11. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  12. dc8a2a2 Use GNU Net implementation of htnoll and ntohll by Mark Slee · 18 years ago
  13. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  14. 9e7734d Thrift: Rename chunked to framed transports by Mark Slee · 18 years ago
  15. ade2c83 Thrift PHP TSocketPool client by Mark Slee · 18 years ago
  16. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  17. ffcddd6 Thrift multithreaded Java server by Mark Slee · 18 years ago
  18. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  19. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  20. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  21. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  22. 4ecbebc Add multiserver generation to C++ Thrift by Mark Slee · 18 years ago
  23. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
  24. cde2b61 Implementation of the basic Thrift stack in Python by Mark Slee · 18 years ago
  25. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  26. cfc0193 Thrift library updates, remove unsigned types by Mark Slee · 18 years ago
  27. 632f323 Move Thrift StressTest code into test top-level folder by Mark Slee · 18 years ago
  28. d97eb61 Fixed handling of signed 64bit integers to support 32bit and 64bit architectures by Marc Slemko · 18 years ago
  29. b09f588 Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler by Marc Slemko · 18 years ago
  30. 056f9ba Print out results of stress test by Marc Slemko · 18 years ago
  31. e18890f straggler by Marc Slemko · 18 years ago
  32. 3ea0033 Added stress test for thrift benchmarks by Marc Slemko · 18 years ago
  33. e6889de Fixed a few typos - test client and server samples now working with new code generation by Marc Slemko · 18 years ago
  34. 91f6748 Added function name to read/writeMessageBegin args by Marc Slemko · 18 years ago
  35. 5b126d6 Groundwork for exception support: by Marc Slemko · 18 years ago
  36. 0b4ffa9 Added read/write I16, U16 and Bool methods to TProtocol by Marc Slemko · 18 years ago
  37. d42a2c2 Rationalized include-directory schema by Marc Slemko · 18 years ago
  38. c09a65a fixed test build by Marc Slemko · 18 years ago
  39. 530fd66 Java Thrift libraries no longer use specially defined UInt32 etc. classes by Mark Slee · 18 years ago
  40. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  41. 3545234 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  42. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  43. 03eafbe Added BNF describing proposed logical wire format for Thrift message streams by Marc Slemko · 18 years ago
  44. c778297 autoconf/automake/libtool-ized thrift cpp bits: by Marc Slemko · 18 years ago
  45. e03da18 autoconf/automake: Fixed handling of bits/socket.h MSG_NODELAY by Marc Slemko · 18 years ago
  46. 9d4a3e2 autoconf/automake/libtool-ized thrift cpp bits: by Marc Slemko · 18 years ago
  47. 9f0ba25 autoconf/automake line noise for linux/osx builds by Marc Slemko · 18 years ago
  48. fe5ba12e More test code added... more bugs found by Marc Slemko · 18 years ago
  49. 03dedd9 Fixed a few problems found on linux x86_64 version by Marc Slemko · 18 years ago
  50. 740343d Forgot this one by Marc Slemko · 18 years ago
  51. 525c202 Forgot this one by Marc Slemko · 18 years ago
  52. d466b21 Bring up of thread manager by Marc Slemko · 18 years ago
  53. 9f27a4e More bullet proofing of timer manager by Marc Slemko · 18 years ago
  54. 8a40a76 Added thread factory test - problems in thread by Marc Slemko · 18 years ago
  55. 0e53ccd Another checkpoint of initial cut at thread pool manager for thrift and related concurrency classes. by Marc Slemko · 18 years ago
  56. 6694987 Checkpoint of initial cut at thread pool manager for thrift and related concurrency classes. by Marc Slemko · 19 years ago
  57. 6e53644 Thrift now works in PHP, hot stuff by Mark Slee · 19 years ago
  58. 4e0d962 Thrift: move /lib/cpp code into /lib/cpp/src by Mark Slee · 19 years ago
  59. f3c322b Thrift: getting rid of U32s for map/list/set/string lengths and field ids etc. by Mark Slee · 19 years ago
  60. 83c52a8 Java libraries for Thrift by Mark Slee · 19 years ago
  61. 8d7e1f6 Update Thrift CPP libraries to work with new generated source, change underlying buffers to use uint8_t* instead of std::string by Mark Slee · 19 years ago
  62. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 19 years ago