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