blob: 7b4503fb4c6ea1a15da3db5a359ecc45030515ac [file] [log] [blame]
Gavin McDonald0b75e1a2010-10-28 02:12:01 +00001CHANGELOG
2Manifest
3Rakefile
4README
5setup.rb
6benchmark/benchmark.rb
7benchmark/Benchmark.thrift
8benchmark/client.rb
9benchmark/server.rb
10benchmark/thin_server.rb
11ext/binary_protocol_accelerated.c
12ext/binary_protocol_accelerated.h
13ext/compact_protocol.c
14ext/compact_protocol.h
15ext/constants.h
16ext/extconf.rb
17ext/macros.h
18ext/memory_buffer.c
19ext/memory_buffer.h
20ext/protocol.c
21ext/protocol.h
22ext/struct.c
23ext/struct.h
24ext/thrift_native.c
25lib/thrift.rb
26lib/thrift/client.rb
27lib/thrift/core_ext.rb
28lib/thrift/exceptions.rb
29lib/thrift/processor.rb
30lib/thrift/struct.rb
31lib/thrift/thrift_native.rb
32lib/thrift/types.rb
33lib/thrift/core_ext/fixnum.rb
34lib/thrift/protocol/base_protocol.rb
35lib/thrift/protocol/binary_protocol.rb
36lib/thrift/protocol/binary_protocol_accelerated.rb
37lib/thrift/protocol/compact_protocol.rb
38lib/thrift/serializer/deserializer.rb
39lib/thrift/serializer/serializer.rb
40lib/thrift/server/base_server.rb
41lib/thrift/server/mongrel_http_server.rb
42lib/thrift/server/nonblocking_server.rb
43lib/thrift/server/simple_server.rb
44lib/thrift/server/thread_pool_server.rb
45lib/thrift/server/threaded_server.rb
46lib/thrift/transport/base_server_transport.rb
47lib/thrift/transport/base_transport.rb
48lib/thrift/transport/buffered_transport.rb
49lib/thrift/transport/framed_transport.rb
50lib/thrift/transport/http_client_transport.rb
51lib/thrift/transport/io_stream_transport.rb
52lib/thrift/transport/memory_buffer_transport.rb
53lib/thrift/transport/server_socket.rb
54lib/thrift/transport/socket.rb
55lib/thrift/transport/unix_server_socket.rb
56lib/thrift/transport/unix_socket.rb
57script/proto_benchmark.rb
58script/read_struct.rb
59script/write_struct.rb
60spec/base_protocol_spec.rb
61spec/base_transport_spec.rb
62spec/binary_protocol_accelerated_spec.rb
63spec/binary_protocol_spec.rb
64spec/binary_protocol_spec_shared.rb
65spec/client_spec.rb
66spec/compact_protocol_spec.rb
67spec/exception_spec.rb
68spec/http_client_spec.rb
69spec/mongrel_http_server_spec.rb
70spec/nonblocking_server_spec.rb
71spec/processor_spec.rb
72spec/serializer_spec.rb
73spec/server_socket_spec.rb
74spec/server_spec.rb
75spec/socket_spec.rb
76spec/socket_spec_shared.rb
77spec/spec_helper.rb
78spec/struct_spec.rb
79spec/ThriftSpec.thrift
80spec/types_spec.rb
81spec/unix_socket_spec.rb