1. 4bd8916 Merge branch 'fastbinary' by Kevin Clark · 17 years ago
  2. f8ecb02 rb: NonblockingServer: Use a select() loop in the acceptor thread by Kevin Clark · 17 years ago
  3. f094022 rb: Fix the timeout used for joining threads when calling shutdown(timeout) on NonblockingServer by Kevin Clark · 17 years ago
  4. e4b780d rb: Add debug logger message for processing frames by Kevin Clark · 17 years ago
  5. fb5c0eb rb: Switch from read_nonblock to readpartial to make jruby happy by Kevin Clark · 17 years ago
  6. e1d35fa rb: Wrap a semaphore around @serverTransport.close in NonblockingServer.shutdown by Kevin Clark · 17 years ago
  7. e45bf59 rb: Completely rewrite Thrift::NonblockingServer by Kevin Clark · 17 years ago
  8. e4489d3 Add synchronization around shared resources in NonblockingServer by Kevin Clark · 17 years ago
  9. e0fddde Implement NonblockingServer and add specs by Kevin Clark · 17 years ago
  10. 5a2d0ad Make a lot of miscellaneous ruby-styling changes by Kevin Clark · 17 years ago
  11. 1ca1950 Stop using deprecated classes in SimpleMongrelHTTPServer by Kevin Clark · 17 years ago
  12. 74df0bf Finish renaming/deprecating classes. Change a few more filenames, like thrift/transport/ttransport -> thrift/transport by Kevin Clark · 17 years ago
  13. 0d45617 Finish up the CamelCase -> ruby_style changes by Kevin Clark · 17 years ago
  14. 6eaf814 Remove requires of 'thrift/thrift' from library files by Kevin Clark · 17 years ago
  15. 2960044 rb: Add more classes/modules to the Thrift namespace. Provide backwards compatable mappings. by Kevin Clark · 17 years ago
  16. aaf6e38 Style tweaks by Kevin Clark · 17 years ago
  17. 32a1114 add simple Ruby HTTP server and client classes by Kevin Clark · 17 years ago
  18. 104584e add additional entrypoint to TThreadPoolServer with easy exception handling by Kevin Clark · 17 years ago
  19. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 18 years ago
  20. f09b8a0 Thrift/Ruby: TSimpleServer closes its listen socket on an uncaught exception. by David Reiss · 18 years ago
  21. fe6d148 Thrift/Ruby: Remove a debugging message. by David Reiss · 18 years ago
  22. 41911a5 Thrift: Better exception handling in Ruby. by David Reiss · 18 years ago
  23. a9a4d48 [thrift] Ruby TThreadedServer and TThreadPoolServer by Christopher Piro · 18 years ago
  24. 7ef6733 [thrift] small typo in tserver.rb by Christopher Piro · 18 years ago
  25. 43df5c5 Applying Thrift license to ruby source by Mark Slee · 19 years ago
  26. e1165d4 Implement TSimpleServer in Ruby by Mark Slee · 19 years ago