blob: beddc3b04a6e430935c9fd245e386b42d0d959b5 [file] [log] [blame]
Kevin Clark3a9ffbd2008-06-24 01:06:00 +00001benchmark/benchmark.rb
2benchmark/Benchmark.thrift
3benchmark/client.rb
4benchmark/gen-rb/Benchmark_constants.rb
5benchmark/gen-rb/Benchmark_types.rb
6benchmark/gen-rb/BenchmarkService.rb
7benchmark/server.rb
8benchmark/thin_server.rb
9CHANGELOG
10COPYING
Bryan Duxburyc0166282009-02-02 00:48:17 +000011ext/binary_protocol_accelerated.c
12ext/binary_protocol_accelerated.h
13ext/struct.c
14ext/struct.h
15ext/protocol.h
16ext/protocol.c
17ext/constants.h
Bryan Duxburyd815c212009-03-19 18:57:43 +000018ext/macros.h
Bryan Duxburyc0166282009-02-02 00:48:17 +000019ext/memory_buffer.h
20ext/memory_buffer.c
Bryan Duxburyd815c212009-03-19 18:57:43 +000021ext/compact_protocol.h
22ext/compact_protocol.c
Bryan Duxburyc0166282009-02-02 00:48:17 +000023ext/thrift_native.c
Kevin Clark4bd89162008-07-08 00:47:49 +000024ext/extconf.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000025lib/thrift/client.rb
26lib/thrift/deprecation.rb
27lib/thrift/exceptions.rb
28lib/thrift/processor.rb
29lib/thrift/protocol/binaryprotocol.rb
Kevin Clark4bd89162008-07-08 00:47:49 +000030lib/thrift/protocol/binaryprotocolaccelerated.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000031lib/thrift/protocol/tbinaryprotocol.rb
Bryan Duxburyd815c212009-03-19 18:57:43 +000032lib/thrift/protocol/compact_protocol.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000033lib/thrift/protocol/tprotocol.rb
34lib/thrift/protocol.rb
35lib/thrift/serializer.rb
36lib/thrift/server/httpserver.rb
37lib/thrift/server/nonblockingserver.rb
38lib/thrift/server/thttpserver.rb
39lib/thrift/server/tserver.rb
40lib/thrift/server.rb
41lib/thrift/struct.rb
42lib/thrift/thrift.rb
43lib/thrift/transport/httpclient.rb
44lib/thrift/transport/socket.rb
45lib/thrift/transport/thttpclient.rb
46lib/thrift/transport/tsocket.rb
47lib/thrift/transport/ttransport.rb
48lib/thrift/transport/unixsocket.rb
49lib/thrift/transport.rb
50lib/thrift/types.rb
51lib/thrift.rb
52LICENSE
Kevin Clark4bd89162008-07-08 00:47:49 +000053Makefile
54Makefile.am
55Makefile.in
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000056Manifest
57Rakefile
58README
Kevin Clark4bd89162008-07-08 00:47:49 +000059setup.rb
Kevin Clark3a9ffbd2008-06-24 01:06:00 +000060spec/backwards_compatibility_spec.rb
61spec/binaryprotocol_spec.rb
62spec/client_spec.rb
63spec/deprecation_spec.rb
64spec/exception_spec.rb
65spec/gen-rb/NonblockingService.rb
66spec/gen-rb/ThriftSpec_constants.rb
67spec/gen-rb/ThriftSpec_types.rb
68spec/httpclient_spec.rb
69spec/httpserver_spec.rb
70spec/nonblockingserver_spec.rb
71spec/processor_spec.rb
72spec/protocol_spec.rb
73spec/serializer_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/transport_spec.rb
81spec/types_spec.rb
82spec/unixsocket_spec.rb