2008-06-24 01:06:00 +00:00
|
|
|
benchmark/benchmark.rb
|
|
|
|
benchmark/Benchmark.thrift
|
|
|
|
benchmark/client.rb
|
|
|
|
benchmark/gen-rb/Benchmark_constants.rb
|
|
|
|
benchmark/gen-rb/Benchmark_types.rb
|
|
|
|
benchmark/gen-rb/BenchmarkService.rb
|
|
|
|
benchmark/server.rb
|
|
|
|
benchmark/thin_server.rb
|
|
|
|
CHANGELOG
|
|
|
|
COPYING
|
2009-02-02 00:48:17 +00:00
|
|
|
ext/binary_protocol_accelerated.c
|
|
|
|
ext/binary_protocol_accelerated.h
|
|
|
|
ext/struct.c
|
|
|
|
ext/struct.h
|
|
|
|
ext/protocol.h
|
|
|
|
ext/protocol.c
|
|
|
|
ext/constants.h
|
|
|
|
ext/memory_buffer.h
|
|
|
|
ext/memory_buffer.c
|
|
|
|
ext/rope_transport.c
|
|
|
|
ext/rope_transport.h
|
|
|
|
ext/thrift_native.c
|
2008-07-08 00:47:49 +00:00
|
|
|
ext/extconf.rb
|
2008-06-24 01:06:00 +00:00
|
|
|
lib/thrift/client.rb
|
|
|
|
lib/thrift/deprecation.rb
|
|
|
|
lib/thrift/exceptions.rb
|
|
|
|
lib/thrift/processor.rb
|
|
|
|
lib/thrift/protocol/binaryprotocol.rb
|
2008-07-08 00:47:49 +00:00
|
|
|
lib/thrift/protocol/binaryprotocolaccelerated.rb
|
2008-06-24 01:06:00 +00:00
|
|
|
lib/thrift/protocol/tbinaryprotocol.rb
|
|
|
|
lib/thrift/protocol/tprotocol.rb
|
|
|
|
lib/thrift/protocol.rb
|
|
|
|
lib/thrift/serializer.rb
|
|
|
|
lib/thrift/server/httpserver.rb
|
|
|
|
lib/thrift/server/nonblockingserver.rb
|
|
|
|
lib/thrift/server/thttpserver.rb
|
|
|
|
lib/thrift/server/tserver.rb
|
|
|
|
lib/thrift/server.rb
|
|
|
|
lib/thrift/struct.rb
|
|
|
|
lib/thrift/thrift.rb
|
|
|
|
lib/thrift/transport/httpclient.rb
|
|
|
|
lib/thrift/transport/socket.rb
|
|
|
|
lib/thrift/transport/thttpclient.rb
|
|
|
|
lib/thrift/transport/tsocket.rb
|
|
|
|
lib/thrift/transport/ttransport.rb
|
|
|
|
lib/thrift/transport/unixsocket.rb
|
|
|
|
lib/thrift/transport.rb
|
|
|
|
lib/thrift/types.rb
|
|
|
|
lib/thrift.rb
|
|
|
|
LICENSE
|
2008-07-08 00:47:49 +00:00
|
|
|
Makefile
|
|
|
|
Makefile.am
|
|
|
|
Makefile.in
|
2008-06-24 01:06:00 +00:00
|
|
|
Manifest
|
|
|
|
Rakefile
|
|
|
|
README
|
2008-07-08 00:47:49 +00:00
|
|
|
setup.rb
|
2008-06-24 01:06:00 +00:00
|
|
|
spec/backwards_compatibility_spec.rb
|
|
|
|
spec/binaryprotocol_spec.rb
|
|
|
|
spec/client_spec.rb
|
|
|
|
spec/deprecation_spec.rb
|
|
|
|
spec/exception_spec.rb
|
|
|
|
spec/gen-rb/NonblockingService.rb
|
|
|
|
spec/gen-rb/ThriftSpec_constants.rb
|
|
|
|
spec/gen-rb/ThriftSpec_types.rb
|
|
|
|
spec/httpclient_spec.rb
|
|
|
|
spec/httpserver_spec.rb
|
|
|
|
spec/nonblockingserver_spec.rb
|
|
|
|
spec/processor_spec.rb
|
|
|
|
spec/protocol_spec.rb
|
|
|
|
spec/serializer_spec.rb
|
|
|
|
spec/server_spec.rb
|
|
|
|
spec/socket_spec.rb
|
|
|
|
spec/socket_spec_shared.rb
|
|
|
|
spec/spec_helper.rb
|
|
|
|
spec/struct_spec.rb
|
|
|
|
spec/ThriftSpec.thrift
|
|
|
|
spec/transport_spec.rb
|
|
|
|
spec/types_spec.rb
|
|
|
|
spec/unixsocket_spec.rb
|