mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
25b851af36
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@911217 13f79535-47bb-0310-9956-ffa450edef68
85 lines
2.2 KiB
Plaintext
85 lines
2.2 KiB
Plaintext
CHANGELOG
|
|
Manifest
|
|
Rakefile
|
|
README
|
|
setup.rb
|
|
benchmark/benchmark.rb
|
|
benchmark/Benchmark.thrift
|
|
benchmark/client.rb
|
|
benchmark/server.rb
|
|
benchmark/thin_server.rb
|
|
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.rb
|
|
lib/thrift/client.rb
|
|
lib/thrift/core_ext.rb
|
|
lib/thrift/exceptions.rb
|
|
lib/thrift/processor.rb
|
|
lib/thrift/struct.rb
|
|
lib/thrift/struct_union.rb
|
|
lib/thrift/union.rb
|
|
lib/thrift/thrift_native.rb
|
|
lib/thrift/types.rb
|
|
lib/thrift/core_ext/fixnum.rb
|
|
lib/thrift/protocol/base_protocol.rb
|
|
lib/thrift/protocol/binary_protocol.rb
|
|
lib/thrift/protocol/binary_protocol_accelerated.rb
|
|
lib/thrift/protocol/compact_protocol.rb
|
|
lib/thrift/serializer/deserializer.rb
|
|
lib/thrift/serializer/serializer.rb
|
|
lib/thrift/server/base_server.rb
|
|
lib/thrift/server/mongrel_http_server.rb
|
|
lib/thrift/server/nonblocking_server.rb
|
|
lib/thrift/server/simple_server.rb
|
|
lib/thrift/server/thread_pool_server.rb
|
|
lib/thrift/server/threaded_server.rb
|
|
lib/thrift/transport/base_server_transport.rb
|
|
lib/thrift/transport/base_transport.rb
|
|
lib/thrift/transport/buffered_transport.rb
|
|
lib/thrift/transport/framed_transport.rb
|
|
lib/thrift/transport/http_client_transport.rb
|
|
lib/thrift/transport/io_stream_transport.rb
|
|
lib/thrift/transport/memory_buffer_transport.rb
|
|
lib/thrift/transport/server_socket.rb
|
|
lib/thrift/transport/socket.rb
|
|
lib/thrift/transport/unix_server_socket.rb
|
|
lib/thrift/transport/unix_socket.rb
|
|
script/proto_benchmark.rb
|
|
script/read_struct.rb
|
|
script/write_struct.rb
|
|
spec/base_protocol_spec.rb
|
|
spec/base_transport_spec.rb
|
|
spec/binary_protocol_accelerated_spec.rb
|
|
spec/binary_protocol_spec.rb
|
|
spec/binary_protocol_spec_shared.rb
|
|
spec/client_spec.rb
|
|
spec/compact_protocol_spec.rb
|
|
spec/exception_spec.rb
|
|
spec/http_client_spec.rb
|
|
spec/mongrel_http_server_spec.rb
|
|
spec/nonblocking_server_spec.rb
|
|
spec/processor_spec.rb
|
|
spec/serializer_spec.rb
|
|
spec/server_socket_spec.rb
|
|
spec/server_spec.rb
|
|
spec/socket_spec.rb
|
|
spec/socket_spec_shared.rb
|
|
spec/spec_helper.rb
|
|
spec/struct_spec.rb
|
|
spec/union_spec.rb
|
|
spec/ThriftSpec.thrift
|
|
spec/types_spec.rb
|
|
spec/unix_socket_spec.rb
|