blob: fd1f0315fb474f8d8f6be2edfc44c2e3e8f09201 [file] [log] [blame]
Kevin Clarkf93f7a62009-05-05 00:43:59 +00001CHANGELOG
2Manifest
3Rakefile
4README
5setup.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +00006benchmark/benchmark.rb
7benchmark/Benchmark.thrift
8benchmark/client.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +00009benchmark/server.rb
10benchmark/thin_server.rb
Bryan Duxburyc0166282009-02-02 00:48:17 +000011ext/binary_protocol_accelerated.c
12ext/binary_protocol_accelerated.h
Bryan Duxbury4bc42312009-03-30 21:25:20 +000013ext/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
Bryan Duxburyc0166282009-02-02 00:48:17 +000022ext/struct.c
23ext/struct.h
Bryan Duxburyc0166282009-02-02 00:48:17 +000024ext/thrift_native.c
Kevin Clarkf93f7a62009-05-05 00:43:59 +000025lib/thrift.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000026lib/thrift/client.rb
Bryan Duxbury4bc42312009-03-30 21:25:20 +000027lib/thrift/core_ext.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000028lib/thrift/exceptions.rb
29lib/thrift/processor.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000030lib/thrift/struct.rb
Bryan Duxbury25b851a2010-02-17 23:10:48 +000031lib/thrift/struct_union.rb
32lib/thrift/union.rb
Bryan Duxbury4bc42312009-03-30 21:25:20 +000033lib/thrift/thrift_native.rb
Kevin Clarkf93f7a62009-05-05 00:43:59 +000034lib/thrift/types.rb
35lib/thrift/core_ext/fixnum.rb
36lib/thrift/protocol/base_protocol.rb
37lib/thrift/protocol/binary_protocol.rb
38lib/thrift/protocol/binary_protocol_accelerated.rb
39lib/thrift/protocol/compact_protocol.rb
40lib/thrift/serializer/deserializer.rb
41lib/thrift/serializer/serializer.rb
42lib/thrift/server/base_server.rb
43lib/thrift/server/mongrel_http_server.rb
44lib/thrift/server/nonblocking_server.rb
45lib/thrift/server/simple_server.rb
46lib/thrift/server/thread_pool_server.rb
47lib/thrift/server/threaded_server.rb
48lib/thrift/transport/base_server_transport.rb
49lib/thrift/transport/base_transport.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000050lib/thrift/transport/buffered_transport.rb
51lib/thrift/transport/framed_transport.rb
52lib/thrift/transport/http_client_transport.rb
53lib/thrift/transport/io_stream_transport.rb
54lib/thrift/transport/memory_buffer_transport.rb
Kevin Clarkf93f7a62009-05-05 00:43:59 +000055lib/thrift/transport/server_socket.rb
56lib/thrift/transport/socket.rb
57lib/thrift/transport/unix_server_socket.rb
58lib/thrift/transport/unix_socket.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000059script/proto_benchmark.rb
60script/read_struct.rb
61script/write_struct.rb
Kevin Clarkf93f7a62009-05-05 00:43:59 +000062spec/base_protocol_spec.rb
63spec/base_transport_spec.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000064spec/binary_protocol_accelerated_spec.rb
65spec/binary_protocol_spec.rb
66spec/binary_protocol_spec_shared.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000067spec/client_spec.rb
Bryan Duxbury4bc42312009-03-30 21:25:20 +000068spec/compact_protocol_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000069spec/exception_spec.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000070spec/http_client_spec.rb
71spec/mongrel_http_server_spec.rb
72spec/nonblocking_server_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000073spec/processor_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000074spec/serializer_spec.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000075spec/server_socket_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000076spec/server_spec.rb
77spec/socket_spec.rb
78spec/socket_spec_shared.rb
79spec/spec_helper.rb
80spec/struct_spec.rb
Bryan Duxbury25b851a2010-02-17 23:10:48 +000081spec/union_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000082spec/ThriftSpec.thrift
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000083spec/types_spec.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000084spec/unix_socket_spec.rb