Merge branch 'fastbinary'
authorKevin Clark <kclark@apache.org>
Tue, 8 Jul 2008 00:47:49 +0000 (00:47 +0000)
committerKevin Clark <kclark@apache.org>
Tue, 8 Jul 2008 00:47:49 +0000 (00:47 +0000)
commit4bd8916b1257378f8173c4ada41b4606e9c0226b
treea43f051132e33d3ed07e3412b8777c3c08a75e6d
parentaf78778acd7fb551a84aaf63e604d969123bf85d
Merge branch 'fastbinary'

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@674688 13f79535-47bb-0310-9956-ffa450edef68
30 files changed:
configure.ac
lib/Makefile.am
lib/rb/Makefile.am [new file with mode: 0644]
lib/rb/Manifest
lib/rb/Rakefile
lib/rb/ext/binaryprotocolaccelerated.c [new file with mode: 0644]
lib/rb/ext/extconf.rb [new file with mode: 0644]
lib/rb/lib/thrift/protocol/binaryprotocolaccelerated.rb [new file with mode: 0644]
lib/rb/lib/thrift/server/nonblockingserver.rb
lib/rb/lib/thrift/struct.rb
lib/rb/lib/thrift/transport.rb
lib/rb/lib/thrift/transport/socket.rb
lib/rb/setup.rb [new file with mode: 0644]
lib/rb/spec/socket_spec_shared.rb
lib/rb/spec/transport_spec.rb
test/Makefile.am
test/SmallTest.thrift
test/rb/Makefile [deleted file]
test/rb/Makefile.am [new file with mode: 0644]
test/rb/benchmarks/protocol_benchmark.rb [new file with mode: 0644]
test/rb/core/test_binary_protocol_accelerated.rb [new file with mode: 0644]
test/rb/fixtures/structs.rb [new file with mode: 0644]
test/rb/generation/test_struct.rb
test/rb/integration/accelerated_buffered_client.rb [new file with mode: 0644]
test/rb/integration/accelerated_buffered_server.rb [new file with mode: 0644]
test/rb/integration/buffered_client.rb [new file with mode: 0644]
test/rb/integration/simple_client.rb [new file with mode: 0644]
test/rb/integration/simple_server.rb [new file with mode: 0644]
test/rb/test_helper.rb
test/rb/test_suite.rb