blob: 7b4503fb4c6ea1a15da3db5a359ecc45030515ac [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 Duxbury4bc42312009-03-30 21:25:20 +000031lib/thrift/thrift_native.rb
Kevin Clarkf93f7a62009-05-05 00:43:59 +000032lib/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
Bryan Duxburyd1d15422009-04-04 00:58:03 +000048lib/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
Kevin Clarkf93f7a62009-05-05 00:43:59 +000053lib/thrift/transport/server_socket.rb
54lib/thrift/transport/socket.rb
55lib/thrift/transport/unix_server_socket.rb
56lib/thrift/transport/unix_socket.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000057script/proto_benchmark.rb
58script/read_struct.rb
59script/write_struct.rb
Kevin Clarkf93f7a62009-05-05 00:43:59 +000060spec/base_protocol_spec.rb
61spec/base_transport_spec.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000062spec/binary_protocol_accelerated_spec.rb
63spec/binary_protocol_spec.rb
64spec/binary_protocol_spec_shared.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000065spec/client_spec.rb
Bryan Duxbury4bc42312009-03-30 21:25:20 +000066spec/compact_protocol_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000067spec/exception_spec.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000068spec/http_client_spec.rb
69spec/mongrel_http_server_spec.rb
70spec/nonblocking_server_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000071spec/processor_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000072spec/serializer_spec.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000073spec/server_socket_spec.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000074spec/server_spec.rb
75spec/socket_spec.rb
76spec/socket_spec_shared.rb
77spec/spec_helper.rb
78spec/struct_spec.rb
79spec/ThriftSpec.thrift
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000080spec/types_spec.rb
Bryan Duxburyd1d15422009-04-04 00:58:03 +000081spec/unix_socket_spec.rb