Thrift now a TLP - INFRA-3116 0.1.x
authorGavin McDonald <gmcdonald@apache.org>
Thu, 28 Oct 2010 02:12:01 +0000 (02:12 +0000)
committerGavin McDonald <gmcdonald@apache.org>
Thu, 28 Oct 2010 02:12:01 +0000 (02:12 +0000)
commit0b75e1ac7643787e201fd62628823e6d51ca6353
tree4417fd3f2bc201f0f34c2344f0923df1485bc419
Thrift now a TLP - INFRA-3116

git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.1.x@1028168 13f79535-47bb-0310-9956-ffa450edef68
631 files changed:
.gitignore [new file with mode: 0644]
CHANGES [new file with mode: 0644]
CONTRIBUTORS [new file with mode: 0644]
DISCLAIMER [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
NOTICE [new file with mode: 0644]
README [new file with mode: 0644]
aclocal/ax_boost_base.m4 [new file with mode: 0644]
aclocal/ax_javac_and_java.m4 [new file with mode: 0644]
aclocal/ax_lib_event.m4 [new file with mode: 0644]
aclocal/ax_lib_zlib.m4 [new file with mode: 0644]
aclocal/ax_signed_right_shift.m4 [new file with mode: 0644]
aclocal/ax_thrift_internal.m4 [new file with mode: 0644]
bootstrap.sh [new file with mode: 0755]
cleanup.sh [new file with mode: 0755]
compiler/cpp/Makefile.am [new file with mode: 0644]
compiler/cpp/README [new file with mode: 0644]
compiler/cpp/src/generate/t_cocoa_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_cpp_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_csharp_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_erl_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_generator.h [new file with mode: 0644]
compiler/cpp/src/generate/t_hs_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_html_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_java_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_ocaml_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_oop_generator.h [new file with mode: 0644]
compiler/cpp/src/generate/t_perl_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_php_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_py_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_rb_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_st_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_xsd_generator.cc [new file with mode: 0644]
compiler/cpp/src/globals.h [new file with mode: 0644]
compiler/cpp/src/main.cc [new file with mode: 0644]
compiler/cpp/src/main.h [new file with mode: 0644]
compiler/cpp/src/md5.c [new file with mode: 0644]
compiler/cpp/src/md5.h [new file with mode: 0644]
compiler/cpp/src/parse/t_base_type.h [new file with mode: 0644]
compiler/cpp/src/parse/t_const.h [new file with mode: 0644]
compiler/cpp/src/parse/t_const_value.h [new file with mode: 0644]
compiler/cpp/src/parse/t_container.h [new file with mode: 0644]
compiler/cpp/src/parse/t_doc.h [new file with mode: 0644]
compiler/cpp/src/parse/t_enum.h [new file with mode: 0644]
compiler/cpp/src/parse/t_enum_value.h [new file with mode: 0644]
compiler/cpp/src/parse/t_field.h [new file with mode: 0644]
compiler/cpp/src/parse/t_function.h [new file with mode: 0644]
compiler/cpp/src/parse/t_list.h [new file with mode: 0644]
compiler/cpp/src/parse/t_map.h [new file with mode: 0644]
compiler/cpp/src/parse/t_program.h [new file with mode: 0644]
compiler/cpp/src/parse/t_scope.h [new file with mode: 0644]
compiler/cpp/src/parse/t_service.h [new file with mode: 0644]
compiler/cpp/src/parse/t_set.h [new file with mode: 0644]
compiler/cpp/src/parse/t_struct.h [new file with mode: 0644]
compiler/cpp/src/parse/t_type.h [new file with mode: 0644]
compiler/cpp/src/parse/t_typedef.h [new file with mode: 0644]
compiler/cpp/src/platform.h [new file with mode: 0644]
compiler/cpp/src/thriftl.ll [new file with mode: 0644]
compiler/cpp/src/thrifty.yy [new file with mode: 0644]
configure.ac [new file with mode: 0644]
contrib/fb303/LICENSE [new file with mode: 0644]
contrib/fb303/Makefile.am [new file with mode: 0644]
contrib/fb303/README [new file with mode: 0644]
contrib/fb303/acinclude.m4 [new file with mode: 0644]
contrib/fb303/aclocal/ax_boost_base.m4 [new file with mode: 0644]
contrib/fb303/bootstrap.sh [new file with mode: 0755]
contrib/fb303/configure.ac [new file with mode: 0644]
contrib/fb303/cpp/FacebookBase.cpp [new file with mode: 0644]
contrib/fb303/cpp/FacebookBase.h [new file with mode: 0644]
contrib/fb303/cpp/Makefile.am [new file with mode: 0644]
contrib/fb303/cpp/ServiceTracker.cpp [new file with mode: 0644]
contrib/fb303/cpp/ServiceTracker.h [new file with mode: 0644]
contrib/fb303/global_footer.mk [new file with mode: 0644]
contrib/fb303/global_header.mk [new file with mode: 0644]
contrib/fb303/if/fb303.thrift [new file with mode: 0644]
contrib/fb303/java/FacebookBase.java [new file with mode: 0644]
contrib/fb303/java/build.xml [new file with mode: 0755]
contrib/fb303/php/FacebookBase.php [new file with mode: 0644]
contrib/fb303/py/Makefile.am [new file with mode: 0644]
contrib/fb303/py/fb303/FacebookBase.py [new file with mode: 0644]
contrib/fb303/py/fb303_scripts/__init__.py [new file with mode: 0644]
contrib/fb303/py/fb303_scripts/fb303_simple_mgmt.py [new file with mode: 0644]
contrib/fb303/py/setup.py [new file with mode: 0644]
contrib/thrift.el [new file with mode: 0644]
contrib/thrift.spec [new file with mode: 0644]
contrib/thrift.vim [new file with mode: 0644]
contrib/thrift_dump.cpp [new file with mode: 0644]
doc/lgpl-2.1.txt [new file with mode: 0644]
doc/otp-base-license.txt [new file with mode: 0644]
doc/thrift.bnf [new file with mode: 0644]
doc/thrift.tex [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/cocoa/README [new file with mode: 0644]
lib/cocoa/src/TApplicationException.h [new file with mode: 0644]
lib/cocoa/src/TApplicationException.m [new file with mode: 0644]
lib/cocoa/src/TException.h [new file with mode: 0644]
lib/cocoa/src/TException.m [new file with mode: 0644]
lib/cocoa/src/TProcessor.h [new file with mode: 0644]
lib/cocoa/src/protocol/TBinaryProtocol.h [new file with mode: 0644]
lib/cocoa/src/protocol/TBinaryProtocol.m [new file with mode: 0644]
lib/cocoa/src/protocol/TProtocol.h [new file with mode: 0644]
lib/cocoa/src/protocol/TProtocolException.h [new file with mode: 0644]
lib/cocoa/src/protocol/TProtocolException.m [new file with mode: 0644]
lib/cocoa/src/protocol/TProtocolFactory.h [new file with mode: 0644]
lib/cocoa/src/protocol/TProtocolUtil.h [new file with mode: 0644]
lib/cocoa/src/protocol/TProtocolUtil.m [new file with mode: 0644]
lib/cocoa/src/server/TSocketServer.h [new file with mode: 0644]
lib/cocoa/src/server/TSocketServer.m [new file with mode: 0644]
lib/cocoa/src/transport/THTTPClient.h [new file with mode: 0644]
lib/cocoa/src/transport/THTTPClient.m [new file with mode: 0644]
lib/cocoa/src/transport/TNSFileHandleTransport.h [new file with mode: 0644]
lib/cocoa/src/transport/TNSFileHandleTransport.m [new file with mode: 0644]
lib/cocoa/src/transport/TNSStreamTransport.h [new file with mode: 0644]
lib/cocoa/src/transport/TNSStreamTransport.m [new file with mode: 0644]
lib/cocoa/src/transport/TSocketClient.h [new file with mode: 0644]
lib/cocoa/src/transport/TSocketClient.m [new file with mode: 0644]
lib/cocoa/src/transport/TTransport.h [new file with mode: 0644]
lib/cocoa/src/transport/TTransportException.h [new file with mode: 0644]
lib/cocoa/src/transport/TTransportException.m [new file with mode: 0644]
lib/cpp/Makefile.am [new file with mode: 0644]
lib/cpp/README [new file with mode: 0644]
lib/cpp/src/TLogging.h [new file with mode: 0644]
lib/cpp/src/TProcessor.h [new file with mode: 0644]
lib/cpp/src/TReflectionLocal.h [new file with mode: 0644]
lib/cpp/src/Thrift.cpp [new file with mode: 0644]
lib/cpp/src/Thrift.h [new file with mode: 0644]
lib/cpp/src/concurrency/Exception.h [new file with mode: 0644]
lib/cpp/src/concurrency/FunctionRunner.h [new file with mode: 0644]
lib/cpp/src/concurrency/Monitor.cpp [new file with mode: 0644]
lib/cpp/src/concurrency/Monitor.h [new file with mode: 0644]
lib/cpp/src/concurrency/Mutex.cpp [new file with mode: 0644]
lib/cpp/src/concurrency/Mutex.h [new file with mode: 0644]
lib/cpp/src/concurrency/PosixThreadFactory.cpp [new file with mode: 0644]
lib/cpp/src/concurrency/PosixThreadFactory.h [new file with mode: 0644]
lib/cpp/src/concurrency/Thread.h [new file with mode: 0644]
lib/cpp/src/concurrency/ThreadManager.cpp [new file with mode: 0644]
lib/cpp/src/concurrency/ThreadManager.h [new file with mode: 0644]
lib/cpp/src/concurrency/TimerManager.cpp [new file with mode: 0644]
lib/cpp/src/concurrency/TimerManager.h [new file with mode: 0644]
lib/cpp/src/concurrency/Util.cpp [new file with mode: 0644]
lib/cpp/src/concurrency/Util.h [new file with mode: 0644]
lib/cpp/src/concurrency/test/Tests.cpp [new file with mode: 0644]
lib/cpp/src/concurrency/test/ThreadFactoryTests.h [new file with mode: 0644]
lib/cpp/src/concurrency/test/ThreadManagerTests.h [new file with mode: 0644]
lib/cpp/src/concurrency/test/TimerManagerTests.h [new file with mode: 0644]
lib/cpp/src/processor/PeekProcessor.cpp [new file with mode: 0644]
lib/cpp/src/processor/PeekProcessor.h [new file with mode: 0644]
lib/cpp/src/processor/StatsProcessor.h [new file with mode: 0644]
lib/cpp/src/protocol/TBase64Utils.cpp [new file with mode: 0644]
lib/cpp/src/protocol/TBase64Utils.h [new file with mode: 0644]
lib/cpp/src/protocol/TBinaryProtocol.cpp [new file with mode: 0644]
lib/cpp/src/protocol/TBinaryProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TCompactProtocol.cpp [new file with mode: 0644]
lib/cpp/src/protocol/TCompactProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TDebugProtocol.cpp [new file with mode: 0644]
lib/cpp/src/protocol/TDebugProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TDenseProtocol.cpp [new file with mode: 0644]
lib/cpp/src/protocol/TDenseProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TJSONProtocol.cpp [new file with mode: 0644]
lib/cpp/src/protocol/TJSONProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TOneWayProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TProtocolException.h [new file with mode: 0644]
lib/cpp/src/protocol/TProtocolTap.h [new file with mode: 0644]
lib/cpp/src/server/TNonblockingServer.cpp [new file with mode: 0644]
lib/cpp/src/server/TNonblockingServer.h [new file with mode: 0644]
lib/cpp/src/server/TServer.cpp [new file with mode: 0644]
lib/cpp/src/server/TServer.h [new file with mode: 0644]
lib/cpp/src/server/TSimpleServer.cpp [new file with mode: 0644]
lib/cpp/src/server/TSimpleServer.h [new file with mode: 0644]
lib/cpp/src/server/TThreadPoolServer.cpp [new file with mode: 0644]
lib/cpp/src/server/TThreadPoolServer.h [new file with mode: 0644]
lib/cpp/src/server/TThreadedServer.cpp [new file with mode: 0644]
lib/cpp/src/server/TThreadedServer.h [new file with mode: 0644]
lib/cpp/src/transport/TBufferTransports.cpp [new file with mode: 0644]
lib/cpp/src/transport/TBufferTransports.h [new file with mode: 0644]
lib/cpp/src/transport/TFDTransport.cpp [new file with mode: 0644]
lib/cpp/src/transport/TFDTransport.h [new file with mode: 0644]
lib/cpp/src/transport/TFileTransport.cpp [new file with mode: 0644]
lib/cpp/src/transport/TFileTransport.h [new file with mode: 0644]
lib/cpp/src/transport/THttpClient.cpp [new file with mode: 0644]
lib/cpp/src/transport/THttpClient.h [new file with mode: 0644]
lib/cpp/src/transport/TServerSocket.cpp [new file with mode: 0644]
lib/cpp/src/transport/TServerSocket.h [new file with mode: 0644]
lib/cpp/src/transport/TServerTransport.h [new file with mode: 0644]
lib/cpp/src/transport/TShortReadTransport.h [new file with mode: 0644]
lib/cpp/src/transport/TSimpleFileTransport.cpp [new file with mode: 0644]
lib/cpp/src/transport/TSimpleFileTransport.h [new file with mode: 0644]
lib/cpp/src/transport/TSocket.cpp [new file with mode: 0644]
lib/cpp/src/transport/TSocket.h [new file with mode: 0644]
lib/cpp/src/transport/TSocketPool.cpp [new file with mode: 0644]
lib/cpp/src/transport/TSocketPool.h [new file with mode: 0644]
lib/cpp/src/transport/TTransport.h [new file with mode: 0644]
lib/cpp/src/transport/TTransportException.cpp [new file with mode: 0644]
lib/cpp/src/transport/TTransportException.h [new file with mode: 0644]
lib/cpp/src/transport/TTransportUtils.cpp [new file with mode: 0644]
lib/cpp/src/transport/TTransportUtils.h [new file with mode: 0644]
lib/cpp/src/transport/TZlibTransport.cpp [new file with mode: 0644]
lib/cpp/src/transport/TZlibTransport.h [new file with mode: 0644]
lib/cpp/thrift-nb.pc.in [new file with mode: 0644]
lib/cpp/thrift-z.pc.in [new file with mode: 0644]
lib/cpp/thrift.pc.in [new file with mode: 0644]
lib/csharp/Makefile.am [new file with mode: 0644]
lib/csharp/README [new file with mode: 0644]
lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs [new file with mode: 0644]
lib/csharp/ThriftMSBuildTask/ThriftBuild.cs [new file with mode: 0644]
lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj [new file with mode: 0644]
lib/csharp/src/Collections/THashSet.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TBase.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TBinaryProtocol.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TField.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TList.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TMap.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TMessage.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TMessageType.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TProtocol.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TProtocolException.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TProtocolFactory.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TProtocolUtil.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TSet.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TStruct.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TType.cs [new file with mode: 0644]
lib/csharp/src/Server/TServer.cs [new file with mode: 0644]
lib/csharp/src/Server/TSimpleServer.cs [new file with mode: 0644]
lib/csharp/src/Server/TThreadPoolServer.cs [new file with mode: 0644]
lib/csharp/src/Server/TThreadedServer.cs [new file with mode: 0644]
lib/csharp/src/TApplicationException.cs [new file with mode: 0644]
lib/csharp/src/TProcessor.cs [new file with mode: 0644]
lib/csharp/src/Thrift.csproj [new file with mode: 0644]
lib/csharp/src/Thrift.sln [new file with mode: 0644]
lib/csharp/src/Transport/TBufferedTransport.cs [new file with mode: 0644]
lib/csharp/src/Transport/TServerSocket.cs [new file with mode: 0644]
lib/csharp/src/Transport/TServerTransport.cs [new file with mode: 0644]
lib/csharp/src/Transport/TSocket.cs [new file with mode: 0644]
lib/csharp/src/Transport/TStreamTransport.cs [new file with mode: 0644]
lib/csharp/src/Transport/TTransport.cs [new file with mode: 0644]
lib/csharp/src/Transport/TTransportException.cs [new file with mode: 0644]
lib/csharp/src/Transport/TTransportFactory.cs [new file with mode: 0644]
lib/erl/Makefile [new file with mode: 0644]
lib/erl/README [new file with mode: 0644]
lib/erl/build/beamver [new file with mode: 0644]
lib/erl/build/buildtargets.mk [new file with mode: 0644]
lib/erl/build/colors.mk [new file with mode: 0644]
lib/erl/build/docs.mk [new file with mode: 0644]
lib/erl/build/mime.types [new file with mode: 0644]
lib/erl/build/otp.mk [new file with mode: 0644]
lib/erl/build/otp_subdir.mk [new file with mode: 0644]
lib/erl/build/raw_test.mk [new file with mode: 0644]
lib/erl/include/thrift_constants.hrl [new file with mode: 0644]
lib/erl/include/thrift_protocol.hrl [new file with mode: 0644]
lib/erl/src/Makefile [new file with mode: 0644]
lib/erl/src/test_handler.erl [new file with mode: 0644]
lib/erl/src/test_service.erl [new file with mode: 0644]
lib/erl/src/thrift.app.src [new file with mode: 0644]
lib/erl/src/thrift.appup.src [new file with mode: 0644]
lib/erl/src/thrift_base64_transport.erl [new file with mode: 0644]
lib/erl/src/thrift_binary_protocol.erl [new file with mode: 0644]
lib/erl/src/thrift_buffered_transport.erl [new file with mode: 0644]
lib/erl/src/thrift_client.erl [new file with mode: 0644]
lib/erl/src/thrift_disk_log_transport.erl [new file with mode: 0644]
lib/erl/src/thrift_file_transport.erl [new file with mode: 0644]
lib/erl/src/thrift_framed_transport.erl [new file with mode: 0644]
lib/erl/src/thrift_http_transport.erl [new file with mode: 0644]
lib/erl/src/thrift_memory_buffer.erl [new file with mode: 0644]
lib/erl/src/thrift_processor.erl [new file with mode: 0644]
lib/erl/src/thrift_protocol.erl [new file with mode: 0644]
lib/erl/src/thrift_server.erl [new file with mode: 0644]
lib/erl/src/thrift_service.erl [new file with mode: 0644]
lib/erl/src/thrift_socket_server.erl [new file with mode: 0644]
lib/erl/src/thrift_socket_transport.erl [new file with mode: 0644]
lib/erl/src/thrift_transport.erl [new file with mode: 0644]
lib/erl/vsn.mk [new file with mode: 0644]
lib/hs/.gitignore [new file with mode: 0644]
lib/hs/README [new file with mode: 0644]
lib/hs/Setup.lhs [new file with mode: 0644]
lib/hs/TODO [new file with mode: 0644]
lib/hs/Thrift.cabal [new file with mode: 0644]
lib/hs/src/Thrift.hs [new file with mode: 0644]
lib/hs/src/Thrift/Protocol.hs [new file with mode: 0644]
lib/hs/src/Thrift/Protocol/Binary.hs [new file with mode: 0644]
lib/hs/src/Thrift/Server.hs [new file with mode: 0644]
lib/hs/src/Thrift/Transport.hs [new file with mode: 0644]
lib/hs/src/Thrift/Transport/Handle.hs [new file with mode: 0644]
lib/java/Makefile.am [new file with mode: 0644]
lib/java/README [new file with mode: 0644]
lib/java/build.xml [new file with mode: 0644]
lib/java/ivy.xml [new file with mode: 0644]
lib/java/src/org/apache/thrift/IntRangeSet.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TApplicationException.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TBase.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TByteArrayOutputStream.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TDeserializer.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TException.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TFieldRequirementType.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TProcessor.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TProcessorFactory.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/TSerializer.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/meta_data/FieldMetaData.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/meta_data/FieldValueMetaData.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/meta_data/ListMetaData.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/meta_data/MapMetaData.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/meta_data/SetMetaData.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/meta_data/StructMetaData.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TBase64Utils.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java [new file with mode: 0755]
lib/java/src/org/apache/thrift/protocol/TField.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TList.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TMap.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TMessage.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TMessageType.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TProtocol.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TProtocolException.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TSet.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TStruct.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/protocol/TType.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/server/THsHaServer.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/server/TNonblockingServer.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/server/TServer.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/server/TSimpleServer.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/server/TThreadPoolServer.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TFramedTransport.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/THttpClient.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TNonblockingServerSocket.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TNonblockingServerTransport.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TNonblockingSocket.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TNonblockingTransport.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TServerSocket.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TServerTransport.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TSocket.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TTransport.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TTransportException.java [new file with mode: 0644]
lib/java/src/org/apache/thrift/transport/TTransportFactory.java [new file with mode: 0644]
lib/java/test/TestClient [new file with mode: 0755]
lib/java/test/TestNonblockingServer [new file with mode: 0644]
lib/java/test/TestServer [new file with mode: 0755]
lib/java/test/org/apache/thrift/test/DeepCopyTest.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/EqualityTest.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/Fixtures.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/IdentityTest.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/JSONProtoTest.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/JavaBeansTest.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/MetaDataTest.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/OverloadNonblockingServer.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/ReadStruct.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/SerializationBenchmark.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/TCompactProtocolTest.java [new file with mode: 0755]
lib/java/test/org/apache/thrift/test/TestClient.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/TestNonblockingServer.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/TestServer.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/ToStringTest.java [new file with mode: 0644]
lib/java/test/org/apache/thrift/test/WriteStruct.java [new file with mode: 0644]
lib/ocaml/Makefile [new file with mode: 0644]
lib/ocaml/OCamlMakefile [new file with mode: 0644]
lib/ocaml/README [new file with mode: 0644]
lib/ocaml/README-OCamlMakefile [new file with mode: 0644]
lib/ocaml/TODO [new file with mode: 0644]
lib/ocaml/src/Makefile [new file with mode: 0644]
lib/ocaml/src/TBinaryProtocol.ml [new file with mode: 0644]
lib/ocaml/src/TChannelTransport.ml [new file with mode: 0644]
lib/ocaml/src/TServer.ml [new file with mode: 0644]
lib/ocaml/src/TServerSocket.ml [new file with mode: 0644]
lib/ocaml/src/TSimpleServer.ml [new file with mode: 0644]
lib/ocaml/src/TSocket.ml [new file with mode: 0644]
lib/ocaml/src/TThreadedServer.ml [new file with mode: 0644]
lib/ocaml/src/Thrift.ml [new file with mode: 0644]
lib/perl/Makefile.PL [new file with mode: 0644]
lib/perl/Makefile.am [new file with mode: 0644]
lib/perl/README [new file with mode: 0644]
lib/perl/lib/Thrift.pm [new file with mode: 0644]
lib/perl/lib/Thrift/BinaryProtocol.pm [new file with mode: 0644]
lib/perl/lib/Thrift/BufferedTransport.pm [new file with mode: 0644]
lib/perl/lib/Thrift/FramedTransport.pm [new file with mode: 0644]
lib/perl/lib/Thrift/HttpClient.pm [new file with mode: 0644]
lib/perl/lib/Thrift/MemoryBuffer.pm [new file with mode: 0644]
lib/perl/lib/Thrift/Protocol.pm [new file with mode: 0644]
lib/perl/lib/Thrift/Socket.pm [new file with mode: 0644]
lib/perl/lib/Thrift/Transport.pm [new file with mode: 0644]
lib/perl/test.pl [new file with mode: 0644]
lib/perl/test/Makefile.am [new file with mode: 0644]
lib/perl/test/memory_buffer.t [new file with mode: 0644]
lib/php/README [new file with mode: 0644]
lib/php/README.apache [new file with mode: 0644]
lib/php/src/Thrift.php [new file with mode: 0644]
lib/php/src/autoload.php [new file with mode: 0644]
lib/php/src/ext/thrift_protocol/config.m4 [new file with mode: 0644]
lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp [new file with mode: 0644]
lib/php/src/ext/thrift_protocol/php_thrift_protocol.h [new file with mode: 0644]
lib/php/src/protocol/TBinaryProtocol.php [new file with mode: 0644]
lib/php/src/protocol/TProtocol.php [new file with mode: 0644]
lib/php/src/transport/TBufferedTransport.php [new file with mode: 0644]
lib/php/src/transport/TFramedTransport.php [new file with mode: 0644]
lib/php/src/transport/THttpClient.php [new file with mode: 0644]
lib/php/src/transport/TMemoryBuffer.php [new file with mode: 0644]
lib/php/src/transport/TNullTransport.php [new file with mode: 0644]
lib/php/src/transport/TPhpStream.php [new file with mode: 0644]
lib/php/src/transport/TSocket.php [new file with mode: 0644]
lib/php/src/transport/TSocketPool.php [new file with mode: 0644]
lib/php/src/transport/TTransport.php [new file with mode: 0644]
lib/py/Makefile.am [new file with mode: 0644]
lib/py/README [new file with mode: 0644]
lib/py/setup.py [new file with mode: 0644]
lib/py/src/TSCons.py [new file with mode: 0644]
lib/py/src/Thrift.py [new file with mode: 0644]
lib/py/src/__init__.py [new file with mode: 0644]
lib/py/src/protocol/TBinaryProtocol.py [new file with mode: 0644]
lib/py/src/protocol/TProtocol.py [new file with mode: 0644]
lib/py/src/protocol/__init__.py [new file with mode: 0644]
lib/py/src/protocol/fastbinary.c [new file with mode: 0644]
lib/py/src/server/THttpServer.py [new file with mode: 0644]
lib/py/src/server/TNonblockingServer.py [new file with mode: 0644]
lib/py/src/server/TServer.py [new file with mode: 0644]
lib/py/src/server/__init__.py [new file with mode: 0644]
lib/py/src/transport/THttpClient.py [new file with mode: 0644]
lib/py/src/transport/TSocket.py [new file with mode: 0644]
lib/py/src/transport/TTransport.py [new file with mode: 0644]
lib/py/src/transport/TTwisted.py [new file with mode: 0644]
lib/py/src/transport/__init__.py [new file with mode: 0644]
lib/rb/CHANGELOG [new file with mode: 0644]
lib/rb/Makefile.am [new file with mode: 0644]
lib/rb/Manifest [new file with mode: 0644]
lib/rb/README [new file with mode: 0644]
lib/rb/Rakefile [new file with mode: 0644]
lib/rb/benchmark/Benchmark.thrift [new file with mode: 0644]
lib/rb/benchmark/benchmark.rb [new file with mode: 0644]
lib/rb/benchmark/client.rb [new file with mode: 0644]
lib/rb/benchmark/server.rb [new file with mode: 0644]
lib/rb/benchmark/thin_server.rb [new file with mode: 0644]
lib/rb/ext/binary_protocol_accelerated.c [new file with mode: 0644]
lib/rb/ext/binary_protocol_accelerated.h [new file with mode: 0644]
lib/rb/ext/compact_protocol.c [new file with mode: 0644]
lib/rb/ext/compact_protocol.h [new file with mode: 0644]
lib/rb/ext/constants.h [new file with mode: 0644]
lib/rb/ext/extconf.rb [new file with mode: 0644]
lib/rb/ext/macros.h [new file with mode: 0644]
lib/rb/ext/memory_buffer.c [new file with mode: 0644]
lib/rb/ext/memory_buffer.h [new file with mode: 0644]
lib/rb/ext/protocol.c [new file with mode: 0644]
lib/rb/ext/protocol.h [new file with mode: 0644]
lib/rb/ext/struct.c [new file with mode: 0644]
lib/rb/ext/struct.h [new file with mode: 0644]
lib/rb/ext/thrift_native.c [new file with mode: 0644]
lib/rb/lib/thrift.rb [new file with mode: 0644]
lib/rb/lib/thrift/client.rb [new file with mode: 0644]
lib/rb/lib/thrift/core_ext.rb [new file with mode: 0644]
lib/rb/lib/thrift/core_ext/fixnum.rb [new file with mode: 0644]
lib/rb/lib/thrift/exceptions.rb [new file with mode: 0644]
lib/rb/lib/thrift/processor.rb [new file with mode: 0644]
lib/rb/lib/thrift/protocol/base_protocol.rb [new file with mode: 0644]
lib/rb/lib/thrift/protocol/binary_protocol.rb [new file with mode: 0644]
lib/rb/lib/thrift/protocol/binary_protocol_accelerated.rb [new file with mode: 0644]
lib/rb/lib/thrift/protocol/compact_protocol.rb [new file with mode: 0644]
lib/rb/lib/thrift/serializer/deserializer.rb [new file with mode: 0644]
lib/rb/lib/thrift/serializer/serializer.rb [new file with mode: 0644]
lib/rb/lib/thrift/server/base_server.rb [new file with mode: 0644]
lib/rb/lib/thrift/server/mongrel_http_server.rb [new file with mode: 0644]
lib/rb/lib/thrift/server/nonblocking_server.rb [new file with mode: 0644]
lib/rb/lib/thrift/server/simple_server.rb [new file with mode: 0644]
lib/rb/lib/thrift/server/thread_pool_server.rb [new file with mode: 0644]
lib/rb/lib/thrift/server/threaded_server.rb [new file with mode: 0644]
lib/rb/lib/thrift/struct.rb [new file with mode: 0644]
lib/rb/lib/thrift/thrift_native.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/base_server_transport.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/base_transport.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/buffered_transport.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/framed_transport.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/http_client_transport.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/io_stream_transport.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/memory_buffer_transport.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/server_socket.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/socket.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/unix_server_socket.rb [new file with mode: 0644]
lib/rb/lib/thrift/transport/unix_socket.rb [new file with mode: 0644]
lib/rb/lib/thrift/types.rb [new file with mode: 0644]
lib/rb/script/proto_benchmark.rb [new file with mode: 0644]
lib/rb/script/read_struct.rb [new file with mode: 0644]
lib/rb/script/write_struct.rb [new file with mode: 0644]
lib/rb/setup.rb [new file with mode: 0644]
lib/rb/spec/ThriftSpec.thrift [new file with mode: 0644]
lib/rb/spec/base_protocol_spec.rb [new file with mode: 0644]
lib/rb/spec/base_transport_spec.rb [new file with mode: 0644]
lib/rb/spec/binary_protocol_accelerated_spec.rb [new file with mode: 0644]
lib/rb/spec/binary_protocol_spec.rb [new file with mode: 0644]
lib/rb/spec/binary_protocol_spec_shared.rb [new file with mode: 0644]
lib/rb/spec/client_spec.rb [new file with mode: 0644]
lib/rb/spec/compact_protocol_spec.rb [new file with mode: 0644]
lib/rb/spec/exception_spec.rb [new file with mode: 0644]
lib/rb/spec/http_client_spec.rb [new file with mode: 0644]
lib/rb/spec/mongrel_http_server_spec.rb [new file with mode: 0644]
lib/rb/spec/nonblocking_server_spec.rb [new file with mode: 0644]
lib/rb/spec/processor_spec.rb [new file with mode: 0644]
lib/rb/spec/serializer_spec.rb [new file with mode: 0644]
lib/rb/spec/server_socket_spec.rb [new file with mode: 0644]
lib/rb/spec/server_spec.rb [new file with mode: 0644]
lib/rb/spec/socket_spec.rb [new file with mode: 0644]
lib/rb/spec/socket_spec_shared.rb [new file with mode: 0644]
lib/rb/spec/spec_helper.rb [new file with mode: 0644]
lib/rb/spec/struct_spec.rb [new file with mode: 0644]
lib/rb/spec/types_spec.rb [new file with mode: 0644]
lib/rb/spec/unix_socket_spec.rb [new file with mode: 0644]
lib/st/README [new file with mode: 0644]
lib/st/thrift.st [new file with mode: 0644]
print_version.sh [new file with mode: 0755]
test/AllProtocolTests.cpp [new file with mode: 0644]
test/AllProtocolTests.tcc [new file with mode: 0644]
test/AnnotationTest.thrift [new file with mode: 0644]
test/Benchmark.cpp [new file with mode: 0644]
test/BrokenConstants.thrift [new file with mode: 0644]
test/ConstantsDemo.thrift [new file with mode: 0644]
test/DebugProtoTest.cpp [new file with mode: 0644]
test/DebugProtoTest.thrift [new file with mode: 0644]
test/DebugProtoTest_extras.cpp [new file with mode: 0644]
test/DenseLinkingTest.thrift [new file with mode: 0644]
test/DenseProtoTest.cpp [new file with mode: 0644]
test/DocTest.thrift [new file with mode: 0644]
test/FastbinaryTest.py [new file with mode: 0755]
test/GenericHelpers.h [new file with mode: 0644]
test/JSONProtoTest.cpp [new file with mode: 0644]
test/JavaBeansTest.thrift [new file with mode: 0644]
test/Makefile.am [new file with mode: 0644]
test/ManyTypedefs.thrift [new file with mode: 0644]
test/OptionalRequiredTest.cpp [new file with mode: 0644]
test/OptionalRequiredTest.thrift [new file with mode: 0644]
test/SmallTest.thrift [new file with mode: 0644]
test/StressTest.thrift [new file with mode: 0644]
test/TBufferBaseTest.cpp [new file with mode: 0644]
test/TFDTransportTest.cpp [new file with mode: 0644]
test/TMemoryBufferTest.cpp [new file with mode: 0644]
test/TPipedTransportTest.cpp [new file with mode: 0644]
test/ThriftTest.thrift [new file with mode: 0644]
test/ThriftTest_extras.cpp [new file with mode: 0644]
test/UnitTestMain.cpp [new file with mode: 0644]
test/ZlibTest.cpp [new file with mode: 0644]
test/cpp/Stress-test.mk [new file with mode: 0644]
test/cpp/Thrift-test.mk [new file with mode: 0644]
test/cpp/realloc/Makefile [new file with mode: 0644]
test/cpp/realloc/realloc_test.c [new file with mode: 0644]
test/cpp/src/TestClient.cpp [new file with mode: 0644]
test/cpp/src/TestServer.cpp [new file with mode: 0644]
test/cpp/src/main.cpp [new file with mode: 0644]
test/cpp/src/nb-main.cpp [new file with mode: 0644]
test/csharp/CSharpClient.cs [new file with mode: 0644]
test/csharp/CSharpServer.cs [new file with mode: 0644]
test/csharp/ThriftTest/Program.cs [new file with mode: 0644]
test/csharp/ThriftTest/Properties/AssemblyInfo.cs [new file with mode: 0644]
test/csharp/ThriftTest/TestClient.cs [new file with mode: 0644]
test/csharp/ThriftTest/TestServer.cs [new file with mode: 0644]
test/csharp/ThriftTest/ThriftTest.csproj [new file with mode: 0644]
test/csharp/ThriftTest/maketest.sh [new file with mode: 0755]
test/erl/Makefile [new file with mode: 0644]
test/erl/src/stress_server.erl [new file with mode: 0644]
test/erl/src/test_disklog.erl [new file with mode: 0644]
test/erl/src/test_membuffer.erl [new file with mode: 0644]
test/erl/src/test_server.erl [new file with mode: 0644]
test/hs/Client.hs [new file with mode: 0644]
test/hs/Server.hs [new file with mode: 0644]
test/hs/runclient.sh [new file with mode: 0644]
test/hs/runserver.sh [new file with mode: 0644]
test/ocaml/Makefile [new file with mode: 0644]
test/ocaml/client/Makefile [new file with mode: 0644]
test/ocaml/client/TestClient.ml [new file with mode: 0644]
test/ocaml/server/Makefile [new file with mode: 0644]
test/ocaml/server/TestServer.ml [new file with mode: 0644]
test/perl/Makefile [new file with mode: 0644]
test/perl/TestClient.pl [new file with mode: 0644]
test/php/Makefile [new file with mode: 0644]
test/php/TestClient.php [new file with mode: 0644]
test/php/TestInline.php [new file with mode: 0644]
test/py/Makefile.am [new file with mode: 0644]
test/py/RunClientServer.py [new file with mode: 0755]
test/py/SerializationTest.py [new file with mode: 0755]
test/py/TestClient.py [new file with mode: 0755]
test/py/TestEof.py [new file with mode: 0755]
test/py/TestServer.py [new file with mode: 0755]
test/py/TestSocket.py [new file with mode: 0755]
test/py/TestSyntax.py [new file with mode: 0755]
test/py/explicit_module/runtest.sh [new file with mode: 0755]
test/py/explicit_module/test1.thrift [new file with mode: 0644]
test/py/explicit_module/test2.thrift [new file with mode: 0644]
test/rb/Makefile.am [new file with mode: 0644]
test/rb/benchmarks/protocol_benchmark.rb [new file with mode: 0644]
test/rb/core/test_backwards_compatability.rb [new file with mode: 0644]
test/rb/core/test_exceptions.rb [new file with mode: 0644]
test/rb/core/transport/test_transport.rb [new file with mode: 0644]
test/rb/fixtures/structs.rb [new file with mode: 0644]
test/rb/generation/test_enum.rb [new file with mode: 0644]
test/rb/generation/test_struct.rb [new file with mode: 0644]
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/integration/test_simple_handler.rb [new file with mode: 0644]
test/rb/test_helper.rb [new file with mode: 0644]
test/rb/test_suite.rb [new file with mode: 0644]
test/threads/Makefile [new file with mode: 0644]
test/threads/ThreadsClient.cpp [new file with mode: 0644]
test/threads/ThreadsServer.cpp [new file with mode: 0644]
test/threads/ThreadsTest.thrift [new file with mode: 0644]
tutorial/README [new file with mode: 0644]
tutorial/cpp/CppClient.cpp [new file with mode: 0644]
tutorial/cpp/CppServer.cpp [new file with mode: 0644]
tutorial/cpp/Makefile [new file with mode: 0644]
tutorial/erl/client.erl [new file with mode: 0644]
tutorial/erl/client.sh [new symlink]
tutorial/erl/server.erl [new file with mode: 0644]
tutorial/erl/server.sh [new file with mode: 0755]
tutorial/java/JavaClient [new file with mode: 0755]
tutorial/java/JavaServer [new file with mode: 0755]
tutorial/java/build.xml [new file with mode: 0644]
tutorial/java/src/JavaClient.java [new file with mode: 0644]
tutorial/java/src/JavaServer.java [new file with mode: 0644]
tutorial/perl/PerlClient.pl [new file with mode: 0644]
tutorial/php/PhpClient.php [new file with mode: 0755]
tutorial/php/PhpServer.php [new file with mode: 0755]
tutorial/php/runserver.py [new file with mode: 0755]
tutorial/py/PythonClient.py [new file with mode: 0755]
tutorial/py/PythonServer.py [new file with mode: 0755]
tutorial/rb/RubyClient.rb [new file with mode: 0755]
tutorial/rb/RubyServer.rb [new file with mode: 0755]
tutorial/shared.thrift [new file with mode: 0644]
tutorial/tutorial.thrift [new file with mode: 0644]