mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
4bc4231040
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760184 13f79535-47bb-0310-9956-ffa450edef68
70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
Plaintext
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
|
|
ext/binary_protocol_accelerated.c
|
|
ext/binary_protocol_accelerated.h
|
|
ext/compact_protocol.c
|
|
ext/compact_protocol.h
|
|
ext/constants.h
|
|
ext/extconf.rb
|
|
ext/macros.h
|
|
ext/memory_buffer.c
|
|
ext/memory_buffer.h
|
|
ext/protocol.c
|
|
ext/protocol.h
|
|
ext/struct.c
|
|
ext/struct.h
|
|
ext/thrift_native.c
|
|
lib/thrift/client.rb
|
|
lib/thrift/core_ext/fixnum.rb
|
|
lib/thrift/core_ext.rb
|
|
lib/thrift/exceptions.rb
|
|
lib/thrift/processor.rb
|
|
lib/thrift/protocol/binaryprotocol.rb
|
|
lib/thrift/protocol/binaryprotocolaccelerated.rb
|
|
lib/thrift/protocol/compact_protocol.rb
|
|
lib/thrift/protocol.rb
|
|
lib/thrift/serializer.rb
|
|
lib/thrift/server/httpserver.rb
|
|
lib/thrift/server/nonblockingserver.rb
|
|
lib/thrift/server.rb
|
|
lib/thrift/struct.rb
|
|
lib/thrift/thrift_native.rb
|
|
lib/thrift/transport/httpclient.rb
|
|
lib/thrift/transport/socket.rb
|
|
lib/thrift/transport/unixsocket.rb
|
|
lib/thrift/transport.rb
|
|
lib/thrift/types.rb
|
|
lib/thrift.rb
|
|
LICENSE
|
|
Manifest
|
|
README
|
|
spec/binaryprotocol_spec.rb
|
|
spec/binaryprotocol_spec_shared.rb
|
|
spec/binaryprotocolaccelerated_spec.rb
|
|
spec/client_spec.rb
|
|
spec/compact_protocol_spec.rb
|
|
spec/exception_spec.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
|