Update vendor/ for the last commit
commit7ddd97b1da795fcd30748a334541c83e1152b84a
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 11 Sep 2017 06:14:24 +0000 (11 08:14 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 11 Sep 2017 06:14:24 +0000 (11 08:14 +0200)
tree92903dd6a3af4e20a0504ad51fe8bc98a7a53e63
parentc4e4211c0a3ba958e2a973ddecd38126d40e1f02
Update vendor/ for the last commit
2455 files changed:
vendor/github.com/apache/thrift/.clang-format [new file with mode: 0644]
vendor/github.com/apache/thrift/.dockerignore [new file with mode: 0644]
vendor/github.com/apache/thrift/.editorconfig [new file with mode: 0755]
vendor/github.com/apache/thrift/.gitattributes [new file with mode: 0644]
vendor/github.com/apache/thrift/.gitignore [new file with mode: 0644]
vendor/github.com/apache/thrift/.travis.yml [new file with mode: 0644]
vendor/github.com/apache/thrift/CHANGES [new file with mode: 0644]
vendor/github.com/apache/thrift/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/CONTRIBUTING.md [new file with mode: 0644]
vendor/github.com/apache/thrift/Dockerfile [new file with mode: 0644]
vendor/github.com/apache/thrift/LICENSE [new file with mode: 0644]
vendor/github.com/apache/thrift/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/NOTICE [new file with mode: 0644]
vendor/github.com/apache/thrift/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/Thrift.podspec [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ac_prog_bison.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_boost_base.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_check_openssl.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_cxx_compile_stdcxx_11.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_dmd.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_javac_and_java.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_lib_event.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_lib_zlib.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_lua.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_prog_haxe_version.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_prog_perl_modules.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_signed_right_shift.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/ax_thrift_internal.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/aclocal/m4_ax_compare_version.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/appveyor.yml [new file with mode: 0755]
vendor/github.com/apache/thrift/bootstrap.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/bower.json [new file with mode: 0644]
vendor/github.com/apache/thrift/build/appveyor/download_openssl.py [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/CPackConfig.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/ConfigureChecks.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/DefineCMakeDefaults.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/DefineInstallationPaths.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/DefineOptions.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/DefinePlatformSpecifc.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/FindAnt.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/FindCabal.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/FindGHC.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/FindGLIB.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/FindGradle.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/FindLibevent.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/ThriftMacros.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/android-toolchain.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/config.h.in [new file with mode: 0644]
vendor/github.com/apache/thrift/build/cmake/mingw32-toolchain.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/build/docker/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/build/docker/Vagrantfile [new file with mode: 0644]
vendor/github.com/apache/thrift/build/docker/centos/Dockerfile [new file with mode: 0644]
vendor/github.com/apache/thrift/build/docker/centos6/Dockerfile [new file with mode: 0644]
vendor/github.com/apache/thrift/build/docker/check_unmodified.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/build/docker/debian/Dockerfile [new file with mode: 0644]
vendor/github.com/apache/thrift/build/docker/scripts/autotools.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/build/docker/scripts/cmake.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/build/docker/scripts/cross-test.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/build/docker/scripts/dpkg.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/build/docker/scripts/make-dist.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/build/docker/ubuntu/Dockerfile [new file with mode: 0644]
vendor/github.com/apache/thrift/build/travis/installCXXDependencies.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/build/travis/installDependencies.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/cleanup.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/compiler/cpp/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/compiler.sln [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/compiler.vcxproj [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/compiler.vcxproj.filters [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/audit/t_audit.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/audit/t_audit.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/common.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/common.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_as3_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_c_glib_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_cocoa_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_cpp_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_csharp_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_d_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_dart_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_delphi_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_erl_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_generator.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_generator_registry.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_go_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_gv_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_haxe_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_hs_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_html_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_html_generator.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_java_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_javame_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_js_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_json_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_lua_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_ocaml_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_oop_generator.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_perl_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_php_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_py_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_rb_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_st_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_swift_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_xml_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/t_xsd_generator.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/globals.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/logging.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/logging.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/main.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/main.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/parse.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_base_type.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_const.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_const_value.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_container.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_doc.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_enum.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_enum_value.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_field.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_function.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_list.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_map.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_program.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_scope.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_service.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_set.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_struct.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_type.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_typedef.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/t_typedef.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/platform.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/plugin/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/plugin/plugin.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/plugin/plugin.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/plugin/plugin.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/plugin/plugin_output.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/plugin/plugin_output.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/plugin/type_util.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/thriftl.ll [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/thrifty.yy [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/version.h.in [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/src/thrift/windows/config.h [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/test/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/test/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/test/cpp_plugin_test.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/test/cpp_plugin_test.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/compiler/cpp/test/plugin/conversion_test.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/compiler/cpp/test/plugin/cpp_plugin.cc [new file with mode: 0644]
vendor/github.com/apache/thrift/composer.json [new file with mode: 0644]
vendor/github.com/apache/thrift/configure.ac [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/Rebus/App.config [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/Program.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/RebusSample.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/RebusSample.sln [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/ServiceImpl/Both.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/ServiceImpl/Client.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/ServiceImpl/Server.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Rebus/sample.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Stomp/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Stomp/Thrift.Transport.STOMP.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/Vagrantfile [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/async-test/aggr.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/async-test/test-leaf.py [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/async-test/test-server.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/LICENSE [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/TClientInfo.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/TClientInfo.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/aclocal/ax_boost_base.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/aclocal/ax_cxx_compile_stdcxx_11.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/aclocal/ax_javac_and_java.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/aclocal/ax_thrift_internal.m4 [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/bootstrap.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/fb303/configure.ac [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/cpp/FacebookBase.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/cpp/FacebookBase.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/cpp/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/cpp/ServiceTracker.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/cpp/ServiceTracker.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/global_footer.mk [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/global_header.mk [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/if/fb303.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/java/build.xml [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/fb303/java/src/FacebookBase.java [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/php/FacebookBase.php [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/py/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/py/fb303/FacebookBase.py [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/py/fb303_scripts/__init__.py [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/py/fb303_scripts/fb303_simple_mgmt.py [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/fb303/py/setup.py [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/mingw-cross-compile.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/parse_profiling.py [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/pom.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/AbstractThriftMojo.java [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/Thrift.java [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/ThriftTestCompileMojo.java [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/test/java/org/apache/thrift/maven/TestThrift.java [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/test/resources/idl/shared.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift-maven-plugin/src/test/resources/idl/tutorial.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift.el [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift.spec [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift.vim [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/thrift_dump.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/Sample.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/ThriftCommon.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/ThriftCommon.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/client/ReadMe.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/client/client.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/client/client.vcxproj [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/client/client.vcxproj.filters [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/client/stdafx.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/client/stdafx.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/client/targetver.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/config.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/server/ReadMe.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/server/server.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/server/server.vcxproj [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/server/server.vcxproj.filters [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/server/stdafx.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/server/stdafx.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/server/targetver.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/thriftme.bat [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/thriftme.sh [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/transport-sample/transport-sample.sln [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/vagrant/centos-6.5/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/vagrant/centos-6.5/Vagrantfile [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/TZmqClient.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/TZmqClient.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/TZmqClient.py [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/TZmqServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/TZmqServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/TZmqServer.py [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/csharp/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/csharp/Main.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/csharp/TZmqClient.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/csharp/TZmqServer.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/csharp/ThriftZMQ.csproj [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/zeromq/csharp/ThriftZMQ.sln [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/zeromq/storage.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/test-client.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/test-client.py [new file with mode: 0755]
vendor/github.com/apache/thrift/contrib/zeromq/test-receiver.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/test-sender.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/test-server.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/contrib/zeromq/test-server.py [new file with mode: 0755]
vendor/github.com/apache/thrift/debian/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/changelog [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/compat [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/control [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/copyright [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/dirs [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/docs [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/libthrift-dev.install [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/libthrift0.install [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/php5-thrift.dirs [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/rules [new file with mode: 0755]
vendor/github.com/apache/thrift/debian/substvars [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/thrift-doc.docs [new file with mode: 0644]
vendor/github.com/apache/thrift/debian/thrift-doc.install [new file with mode: 0644]
vendor/github.com/apache/thrift/doap.rdf [new file with mode: 0755]
vendor/github.com/apache/thrift/doc/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/committers.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/install/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/install/centos.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/install/debian.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/install/os_x.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/install/windows.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/licenses/lgpl-2.1.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/licenses/otp-base-license.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/specs/HeaderFormat.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/specs/idl.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/specs/thrift-binary-protocol.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/specs/thrift-compact-protocol.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/specs/thrift-protocol-spec.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/specs/thrift-rpc.md [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/specs/thrift-sasl-spec.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/doc/specs/thrift.tex [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/build.xml [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/as3/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/AbstractMethodError.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/Set.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/TApplicationError.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/TBase.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/TError.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/TFieldRequirementType.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/TProcessor.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/meta_data/FieldMetaData.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/meta_data/FieldValueMetaData.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/meta_data/ListMetaData.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/meta_data/MapMetaData.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/meta_data/SetMetaData.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/meta_data/StructMetaData.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TBinaryProtocol.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TField.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TList.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TMap.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TMessage.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TMessageType.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TProtocol.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TProtocolError.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TProtocolFactory.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TProtocolUtil.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TSet.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TStruct.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/protocol/TType.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/transport/TFullDuplexHttpClient.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/transport/THttpClient.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/transport/TSocket.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/transport/TTransport.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/as3/src/org/apache/thrift/transport/TTransportError.as [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/processor/thrift_dispatch_processor.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/processor/thrift_dispatch_processor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/processor/thrift_processor.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/processor/thrift_processor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol_factory.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol_factory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol_factory.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_compact_protocol_factory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol_factory.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol_factory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/server/thrift_server.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/server/thrift_server.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/server/thrift_simple_server.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/server/thrift_simple_server.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/thrift.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/thrift.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/thrift_application_exception.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/thrift_application_exception.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/thrift_struct.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/thrift_struct.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_buffered_transport.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_buffered_transport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_buffered_transport_factory.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_buffered_transport_factory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_fd_transport.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_fd_transport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_framed_transport.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_framed_transport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_framed_transport_factory.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_framed_transport_factory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_memory_buffer.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_memory_buffer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_server_socket.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_server_socket.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_server_transport.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_server_transport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_socket.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_socket.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_transport.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_transport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_transport_factory.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/src/thrift/c_glib/transport/thrift_transport_factory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/test/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/test/ContainerTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/test/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/glib.suppress [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/test/testapplicationexception.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/test/testbinaryprotocol.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testbufferedtransport.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testcompactprotocol.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testcontainertest.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/test/testdebugproto.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/test/testfdtransport.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testframedtransport.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testmemorybuffer.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testoptionalrequired.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testserialization.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/c_glib/test/testsimpleserver.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/teststruct.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testthrifttest.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testthrifttestclient.cpp [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/test/testtransportsocket.c [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/c_glib/thrift_c_glib.pc.in [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TApplicationError.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TApplicationError.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TBaseClient.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TBaseClient.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TBinary.swift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TEnum.swift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TError.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TError.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TList.swift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TMap.swift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TProcessorFactory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TProtocol.swift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TSerializable.swift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TSet.swift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TSharedProcessorFactory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TSharedProcessorFactory.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/TStruct.swift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/Thrift.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TBase.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TBinaryProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TBinaryProtocol.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TCompactProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TCompactProtocol.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TMultiplexedProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TMultiplexedProtocol.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TProtocolDecorator.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TProtocolDecorator.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TProtocolError.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TProtocolError.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TProtocolFactory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TProtocolUtil.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/protocol/TProtocolUtil.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/server/TSocketServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/server/TSocketServer.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TAsyncTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TFramedTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TFramedTransport.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/THTTPSessionTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/THTTPSessionTransport.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/THTTPTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/THTTPTransport.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TMemoryBuffer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TMemoryBuffer.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TNSFileHandleTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TNSFileHandleTransport.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TNSStreamTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TNSStreamTransport.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TSSLSocketTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TSSLSocketTransport.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TSSLSocketTransportError.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TSSLSocketTransportError.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TSocketTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TSocketTransport.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TTransportError.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cocoa/src/transport/TTransportError.m [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/3rdparty.props [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/CMakeLists.txt [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/README.md [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/libthrift.vcxproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/libthrift.vcxproj.filters [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/libthriftnb.vcxproj [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/libthriftnb.vcxproj.filters [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TApplicationException.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TApplicationException.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TBase.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TDispatchProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TLogging.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TOutput.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TOutput.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/TToString.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/Thrift.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/VirtualProfiling.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TAsyncBufferProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TAsyncChannel.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TAsyncChannel.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TAsyncDispatchProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TAsyncProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TAsyncProtocolProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TConcurrentClientSyncInfo.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TConcurrentClientSyncInfo.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TEvhttpClientChannel.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TEvhttpServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/async/TEvhttpServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/BoostMonitor.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/BoostMutex.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/BoostThreadFactory.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/BoostThreadFactory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/Exception.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/FunctionRunner.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/Monitor.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/Monitor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/Mutex.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/Mutex.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/PlatformThreadFactory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/PosixThreadFactory.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/PosixThreadFactory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/StdMonitor.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/StdMutex.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/StdThreadFactory.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/StdThreadFactory.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/Thread.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/ThreadManager.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/ThreadManager.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/TimerManager.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/TimerManager.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/Util.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/Util.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/cxxfunctional.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/processor/PeekProcessor.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/processor/PeekProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/processor/StatsProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/processor/TMultiplexedProcessor.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TBase64Utils.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TBase64Utils.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TBinaryProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TCompactProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TDebugProtocol.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TDebugProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/THeaderProtocol.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/THeaderProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TJSONProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TMultiplexedProtocol.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TMultiplexedProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TProtocol.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TProtocolDecorator.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TProtocolException.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TProtocolTap.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TProtocolTypes.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/protocol/TVirtualProtocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/qt/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/qt/TQIODeviceTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/qt/TQTcpServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/qt/TQTcpServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TConnectedClient.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TConnectedClient.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TNonblockingServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TNonblockingServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TServerFramework.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TServerFramework.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TSimpleServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TSimpleServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TThreadPoolServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TThreadPoolServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TThreadedServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/server/TThreadedServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/thrift-config.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/PlatformSocket.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TBufferTransports.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TBufferTransports.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TFDTransport.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TFDTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TFileTransport.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TFileTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/THeaderTransport.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/THeaderTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/THttpClient.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/THttpClient.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/THttpServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/THttpServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/THttpTransport.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/THttpTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TPipe.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TPipe.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TPipeServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TPipeServer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSSLServerSocket.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSSLServerSocket.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSSLSocket.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSSLSocket.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TServerSocket.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TServerSocket.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TServerTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TShortReadTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSimpleFileTransport.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSimpleFileTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSocket.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSocket.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSocketPool.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TSocketPool.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TTransportException.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TTransportException.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TTransportUtils.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TTransportUtils.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TVirtualTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TZlibTransport.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/transport/TZlibTransport.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/GetTimeOfDay.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/Operators.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/OverlappedSubmissionThread.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/OverlappedSubmissionThread.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/SocketPair.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/SocketPair.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/Sync.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/TWinsockSingleton.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/TWinsockSingleton.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/WinFcntl.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/WinFcntl.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/src/thrift/windows/config.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/AllProtocolTests.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/AllProtocolTests.tcc [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/Base64Test.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/Benchmark.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/DebugProtoTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/DebugProtoTest_extras.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/EnumTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/GenericHelpers.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/JSONProtoTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/test/OpenSSLManualInitTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/OptionalRequiredTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/RWMutexStarveTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/RecursiveTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/SecurityTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/SpecializationTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TBufferBaseTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TFDTransportTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TFileTransportTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TMemoryBufferTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TNonblockingServerTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TPipeInterruptTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TPipedTransportTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TSSLSocketInterruptTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TServerIntegrationTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TServerSocketTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TServerTransportTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TSocketInterruptTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TTransportCheckThrow.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/ThriftTest_extras.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/ToStringTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TransportTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/TypedefTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/UnitTestMain.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/ZlibTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/concurrency/Tests.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/concurrency/ThreadFactoryTests.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/concurrency/ThreadManagerTests.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/concurrency/TimerManagerTests.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/link/LinkTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/link/TemplatedService1.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/link/TemplatedService2.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/processor/EventLog.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/processor/EventLog.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/processor/Handlers.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/processor/ProcessorTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/processor/ServerThread.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/processor/ServerThread.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/processor/proc.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/qt/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/test/qt/TQTcpServerTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/cpp/thrift-nb.pc.in [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/thrift-qt.pc.in [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/thrift-qt5.pc.in [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/thrift-z.pc.in [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/thrift.pc.in [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/cpp/thrift.sln [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/ThriftMSBuildTask/ThriftBuild.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Collections/TCollections.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Collections/THashSet.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TAbstractBase.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TBase.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TBase64Utils.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TBinaryProtocol.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TCompactProtocol.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TField.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TJSONProtocol.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TList.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TMap.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TMessage.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TMessageType.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TMultiplexedProcessor.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TMultiplexedProtocol.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TProtocol.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TProtocolDecorator.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TProtocolException.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TProtocolFactory.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TProtocolUtil.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TSet.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TStruct.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Protocol/TType.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Server/TServer.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Server/TServerEventHandler.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Server/TSimpleServer.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Server/TThreadPoolServer.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Server/TThreadedServer.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/TApplicationException.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/TAsyncProcessor.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/TControllingHandler.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/TException.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/TProcessor.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/TProcessorFactory.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/TPrototypeProcessorFactory.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/TSingletonProcessorFactory.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Thrift.45.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Thrift.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Thrift.sln [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TBufferedTransport.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TFramedTransport.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/THttpClient.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/THttpHandler.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/THttpTaskAsyncHandler.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TMemoryBuffer.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TNamedPipeClientTransport.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TNamedPipeServerTransport.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TServerSocket.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TServerTransport.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TSilverlightSocket.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TSocket.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TStreamTransport.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TTLSServerSocket.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TTLSSocket.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TTransport.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TTransportException.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/src/Transport/TTransportFactory.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/JSON/JSONTest.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/JSON/Program.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/JSON/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/JSON/app.config [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/Multiplex/Client/Multiplex.Test.Client.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/Multiplex/Client/MultiplexClient.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/Multiplex/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/Multiplex/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/Multiplex/Multiplex.Test.Common.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/Multiplex/Server/Multiplex.Test.Server.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/Multiplex/Server/MultiplexServer.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/App_Start/FilterConfig.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/App_Start/RouteConfig.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/AsyncHttpHandler.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Controllers/HomeController.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Global.asax [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Global.asax.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/SecondServiceImpl.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/SyncHttpHandler.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/ThriftMVCTest.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Views/Home/Index.cshtml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Views/Shared/_Layout.cshtml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Views/Web.config [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Views/_ViewStart.cshtml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Web.Debug.config [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Web.Release.config [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/Web.config [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/favicon.ico [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/csharp/test/ThriftMVCTest/packages.config [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/async/base.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/async/libevent.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/async/socket.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/async/ssl.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/base.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/codegen/async_client.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/codegen/async_client_pool.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/codegen/base.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/codegen/client.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/codegen/client_pool.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/codegen/idlgen.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/codegen/processor.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/index.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/algorithm.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/codegen.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/ctfe.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/endian.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/resource_pool.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/socket.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/ssl.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/ssl_bio.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/test/protocol.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/test/server.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/internal/traits.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/protocol/base.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/protocol/binary.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/protocol/compact.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/protocol/json.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/protocol/processor.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/server/base.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/server/nonblocking.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/server/simple.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/server/taskpool.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/server/threaded.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/server/transport/base.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/server/transport/socket.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/server/transport/ssl.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/base.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/buffered.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/file.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/framed.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/http.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/memory.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/piped.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/range.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/socket.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/ssl.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/transport/zlib.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/util/awaitable.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/util/cancellation.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/util/future.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/src/thrift/util/hashset.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/d/test/async_test.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/async_test_runner.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/d/test/client_pool_test.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/openssl.test.cnf [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/serialization_benchmark.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/stress_test_server.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/test_utils.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/thrift_test_client.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/thrift_test_common.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/thrift_test_runner.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/d/test/thrift_test_server.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/d/test/transport_test.d [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/.analysis_options [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/LICENSE_HEADER [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/browser/t_web_socket.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/console/t_tcp_socket.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/console/t_web_socket.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_binary_protocol.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_compact_protocol.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_field.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_json_protocol.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_list.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_map.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_message.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_multiplexed_protocol.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_protocol.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_protocol_decorator.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_protocol_error.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_protocol_factory.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_protocol_util.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_set.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_struct.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/protocol/t_type.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/serializer/t_deserializer.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/serializer/t_serializer.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/t_application_error.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/t_base.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/t_error.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/t_processor.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_buffered_transport.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_framed_transport.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_http_transport.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_message_reader.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_socket.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_socket_transport.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_transport.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_transport_error.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/src/transport/t_transport_factory.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/thrift.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/thrift_browser.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/lib/thrift_console.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/pubspec.yaml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/test/protocol/t_protocol_test.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/test/serializer/serializer_test.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/test/serializer/serializer_test_data.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/test/t_application_error_test.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/test/transport/t_http_transport_test.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/test/transport/t_socket_transport_test.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/test/transport/t_transport_test.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/dart/tool/dev.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Collections.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Console.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Defines.inc [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Processor.Multiplex.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Protocol.Compact.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Protocol.JSON.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Protocol.Multiplex.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Protocol.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Serializer.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Server.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Socket.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Stream.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Transport.Pipes.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Transport.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.TypeRegistry.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.Utils.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/src/Thrift.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/TestClient.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/TestConstants.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/TestServer.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/TestServerEvents.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/client.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/codegen/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/codegen/ReservedKeywords.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/codegen/run-Pascal-Codegen-Tests.bat.tmpl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/maketest.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/delphi/test/multiplexed/Multiplex.Client.Main.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/multiplexed/Multiplex.Server.Main.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/multiplexed/Multiplex.Test.Client.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/multiplexed/Multiplex.Test.Common.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/multiplexed/Multiplex.Test.Server.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/serializer/TestSerializer.Data.pas [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/serializer/TestSerializer.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/server.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/skip/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/skip/idl/skiptest_version_1.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/skip/idl/skiptest_version_2.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/skip/skiptest_version1.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/skip/skiptest_version2.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/delphi/test/typeregistry/TestTypeRegistry.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/include/thrift_constants.hrl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/include/thrift_protocol.hrl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/include/thrift_protocol_behaviour.hrl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/include/thrift_transport_behaviour.hrl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/rebar.config [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/rebar.config.script [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/rebar.test.config [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_base64_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_binary_protocol.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_buffered_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_client.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_client_util.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_compact_protocol.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_disk_log_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_file_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_framed_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_http_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_json_parser.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_json_protocol.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_membuffer_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_memory_buffer.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_multiplexed_map_wrapper.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_multiplexed_protocol.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_processor.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_protocol.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_reconnecting_client.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_server.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_service.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_socket_server.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_socket_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_sslsocket_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/src/thrift_transport_state_test.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/Thrift1151.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/Thrift1475.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/flags/LegacyNames.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/flags/Thrift3214.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/legacy_names_test.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/multiplexing.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/multiplexing_test.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/name_conflict_test.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/stress_server.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_disklog.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_thrift_1151.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_thrift_3214.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_thrift_buffered_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_thrift_compact_protocol.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_thrift_file_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_thrift_framed_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_thrift_membuffer_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/test_thrift_socket_transport.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/thrift_socket_server_test.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/erl/test/thrift_test_test.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/BinaryKeyTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/DontExportRWTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/ErrorTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/GoTagTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/IgnoreInitialismsTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/IncludesTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/InitialismsTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/MultiplexedProtocolTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/NamesTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/NamespacedTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/OnewayTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/OptionalFieldsTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/RefAnnotationFieldsTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/ServicesTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/TypedefFieldTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/UnionDefaultValueTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/dontexportrwtest/compile_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/binary_key_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/client_error_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/encoding_json_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/gotag_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/ignoreinitialisms_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/initialisms_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/multiplexed_protocol_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/names_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/one_way_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/optional_fields_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/protocol_mock.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/protocols_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/required_fields_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/struct_args_rets_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/thrifttest_driver.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/thrifttest_handler.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/test/tests/union_default_value_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/application_exception.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/application_exception_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/binary_protocol.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/binary_protocol_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/buffered_transport.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/buffered_transport_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/compact_protocol.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/compact_protocol_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/debug_protocol.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/deserializer.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/exception.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/exception_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/field.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/framed_transport.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/framed_transport_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/http_client.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/http_client_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/http_transport.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/iostream_transport.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/iostream_transport_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/json_protocol.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/json_protocol_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/lowlevel_benchmarks_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/memory_buffer.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/memory_buffer_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/messagetype.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/multiplexed_protocol.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/numeric.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/pointerize.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/processor.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/processor_factory.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/protocol.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/protocol_exception.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/protocol_factory.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/protocol_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/rich_transport.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/rich_transport_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/serializer.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/serializer_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/serializer_types_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/server.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/server_socket.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/server_socket_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/server_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/server_transport.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/simple_server.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/socket.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/ssl_server_socket.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/ssl_socket.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/transport.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/transport_exception.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/transport_exception_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/transport_factory.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/transport_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/type.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/zlib_transport.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/go/thrift/zlib_transport_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/haxelib.json [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/AbstractMethodError.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/ArgumentError.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/Limits.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/TApplicationException.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/TBase.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/TException.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/TFieldRequirementType.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/TProcessor.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/helper/BitConverter.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/helper/Int64Map.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/helper/IntSet.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/helper/ObjectSet.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/helper/StringSet.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/helper/ZigZag.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/meta_data/FieldMetaData.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/meta_data/FieldValueMetaData.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/meta_data/ListMetaData.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/meta_data/MapMetaData.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/meta_data/SetMetaData.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/meta_data/StructMetaData.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TBinaryProtocol.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TBinaryProtocolFactory.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TCompactProtocol.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TCompactProtocolFactory.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TCompactTypes.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TField.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TJSONProtocol.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TJSONProtocolFactory.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TList.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TMap.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TMessage.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TMessageType.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TMultiplexedProcessor.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TMultiplexedProtocol.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TProtocol.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TProtocolDecorator.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TProtocolException.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TProtocolFactory.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TProtocolUtil.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TRecursionTracker.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TSet.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TStruct.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/protocol/TType.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/server/TServer.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/server/TServerEventHandler.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/server/TSimpleServer.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TBufferedTransport.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TBufferedTransportFactory.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TFileStream.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TFramedTransport.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TFramedTransportFactory.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TFullDuplexHttpClient.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/THttpClient.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TServerSocket.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TServerTransport.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TSocket.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TStream.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TStreamTransport.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TTransport.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TTransportException.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TTransportFactory.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/src/org/apache/thrift/transport/TWrappingServerTransport.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/HaxeTests.hxproj [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/cpp.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/csharp.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/flash.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/java.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/javascript.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/make_all.bat [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/make_all.sh [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/neko.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/php.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/project.hide [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/python.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/src/Main.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/src/MultiplexTest.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/src/StreamTest.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/haxe/test/src/TestBase.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/LICENSE [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/Setup.lhs [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/hs/TODO [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/Thrift.cabal [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Arbitraries.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Protocol.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Protocol/Binary.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Protocol/Compact.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Protocol/JSON.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Server.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/Empty.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/Framed.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/Handle.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/HttpClient.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/IOBuffer.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/Memory.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/src/Thrift/Types.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/test/BinarySpec.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/test/CompactSpec.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/test/JSONSpec.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/hs/test/Spec.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/android/build.gradle [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/android/settings.gradle [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/android/src/main/AndroidManifest.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/build.properties [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/build.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/AsyncProcessFunction.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/EncodingUtils.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/Option.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/ProcessFunction.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/ShortStack.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TApplicationException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TAsyncProcessor.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TBase.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TBaseAsyncProcessor.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TBaseHelper.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TBaseProcessor.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TByteArrayOutputStream.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TDeserializer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TEnum.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TEnumHelper.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TFieldIdEnum.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TFieldRequirementType.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TMultiplexedProcessor.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TNonblockingMultiFetchClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TNonblockingMultiFetchStats.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TProcessor.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TProcessorFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TSerializable.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TSerializer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TServiceClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TServiceClientFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/TUnion.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/async/AsyncMethodCallback.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/async/TAsyncClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/async/TAsyncClientFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/async/TAsyncClientManager.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/async/TAsyncMethodCall.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/meta_data/EnumMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/meta_data/FieldMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/meta_data/FieldValueMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/meta_data/ListMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/meta_data/MapMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/meta_data/SetMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/meta_data/StructMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TBase64Utils.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TField.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TList.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TMap.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TMessage.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TMessageType.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TMultiplexedProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TProtocolDecorator.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TProtocolException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TSet.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TStruct.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TTupleProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/protocol/TType.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/scheme/IScheme.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/scheme/SchemeFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/scheme/StandardScheme.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/scheme/TupleScheme.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/Invocation.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/ServerContext.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/TExtensibleServlet.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/THsHaServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/TNonblockingServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/TServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/TServerEventHandler.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/TServlet.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/TSimpleServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/server/TThreadedSelectorServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/AutoExpandingBuffer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/AutoExpandingBufferReadTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/AutoExpandingBufferWriteTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TByteBuffer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TFastFramedTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TFileProcessor.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TFileTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TFramedTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/THttpClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TMemoryInputTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TNonblockingServerSocket.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TNonblockingServerTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TNonblockingSocket.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TNonblockingTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TSSLTransportFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TSaslClientTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TSaslServerTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TSaslTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TSaslTransportException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TSeekableFile.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TServerSocket.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TServerTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TSimpleFileTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TSocket.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TStandardFile.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TTransportException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TTransportFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/TZlibTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/.keystore [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/.truststore [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/log4j.properties [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/Fixtures.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestFullCamel.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestOptionType.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestOptionals.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestReuse.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestShortStack.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestStruct.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestTBaseHelper.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestTDeserializer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestTEnumHelper.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/TestTUnion.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/async/TestTAsyncClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/async/TestTAsyncClientManager.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/BenchmarkProtocols.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/ProtocolTestBase.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/TestTJSONProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/TestTProtocolUtil.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/TestTSimpleJSONProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/TestTTupleProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/scheme/TestStandardScheme.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/server/ServerTestBase.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/server/TestAsyncServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/server/TestHsHaServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/server/TestNonblockingServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/server/TestThreadedSelectorServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/EqualityTest.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/JavaBeansTest.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/ReadStruct.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/SerializationBenchmark.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/TestClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/TestNonblockingServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/TestServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/test/WriteStruct.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/ReadCountingTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBuffer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBufferReadTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBufferWriteTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTByteBuffer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTFastFramedTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTFramedTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTMemoryInputTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactoryCustomClient1.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactoryCustomClient2.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTSaslTransports.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTSimpleFileTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/TestTZlibTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/WriteCountingTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TApplicationException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TBase.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TBaseHelper.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TByteArrayOutputStream.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TDeserializer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TEnum.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TFieldRequirementType.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TProcessor.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TProcessorFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TSerializer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/TServiceClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/meta_data/FieldMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/meta_data/FieldValueMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/meta_data/ListMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/meta_data/MapMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/meta_data/SetMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/meta_data/StructMetaData.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TBase64Utils.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TBinaryProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TField.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TList.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TMap.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TMessage.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TMessageType.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TProtocol.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TProtocolException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TProtocolFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TProtocolUtil.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TSet.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TStruct.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/TType.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/TFramedTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/THttpClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/TIOStreamTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/TMemoryBuffer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/TTransport.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/TTransportException.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/transport/TTransportFactory.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/Gruntfile.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/package.json [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/src/thrift.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/js/test/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/build.xml [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/js/test/deep-constructor.test.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/jsTestDriver.conf [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/js/test/phantom-client.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/phantomjs-qunit.js [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/js/test/server_http.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/server_https.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/src/test/Httpd.java [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/test-async.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/test-deep-constructor.html [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/js/test/test-jq.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/test-nojq.html [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/test-nojq.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/test.html [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/js/test/test.js [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/js/test/test_handler.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/js/test/testws.html [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/json/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/json/schema.json [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/json/test/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/json/test/build.properties [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/json/test/build.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TBinaryProtocol.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TBufferedTransport.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TCompactProtocol.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TFramedTransport.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/THttpTransport.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TJsonProtocol.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TMemoryBuffer.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TProtocol.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TServer.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TSocket.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/TTransport.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/Thrift.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/src/longnumberutils.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/src/luabitwise.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/src/luabpack.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/src/lualongnumber.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/src/luasocket.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/src/socket.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/lua/src/usocket.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/nodejs/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/client.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/client_multitransport.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/hello.html [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/hello.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/hello.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/httpClient.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/httpServer.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/httpServer.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/parse.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/server.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/server_http.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/server_multitransport.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/examples/user.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/binary.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/binary_protocol.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/browser.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/buffered_transport.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/compact_protocol.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/connection.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/create_client.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/framed_transport.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/http_connection.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/index.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/input_buffer_underrun_error.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/int64_util.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/json_parse.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/json_protocol.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/log.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/multiplexed_processor.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/multiplexed_protocol.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/protocol.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/server.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/thrift.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/transport.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/web_server.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/ws_connection.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/ws_transport.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/lib/thrift/xhr_connection.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/binary.test.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/browser_client.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/certificates.README [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/client.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/deep-constructor.test.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/exceptions.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/helpers.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/server.crt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/server.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/server.key [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/test-cases.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/testAll.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/nodejs/test/test_driver.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/nodejs/test/test_handler.js [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/OCamlMakefile [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/README-OCamlMakefile [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/TODO [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/_oasis [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/TBinaryProtocol.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/TChannelTransport.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/TFramedTransport.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/TServer.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/TServerSocket.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/TSimpleServer.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/TSocket.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/TThreadedServer.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ocaml/src/Thrift.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/Makefile.PL [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/BinaryProtocol.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/BufferedTransport.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/FramedTransport.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/HttpClient.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/MemoryBuffer.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/MessageType.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/MultiplexedProcessor.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/MultiplexedProtocol.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/Protocol.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/ProtocolDecorator.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/SSLServerSocket.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/SSLSocket.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/Server.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/ServerSocket.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/Socket.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/Transport.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/UnixServerSocket.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/lib/Thrift/UnixSocket.pm [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/test.pl [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/test/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/test/memory_buffer.t [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/test/multiplex.t [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/perl/test/processor.t [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/php/README.apache.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Base/TBase.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/ClassLoader/ThriftClassLoader.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Exception/TApplicationException.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Exception/TException.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Exception/TProtocolException.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Exception/TTransportException.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Factory/TBinaryProtocolFactory.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Factory/TCompactProtocolFactory.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Factory/TJSONProtocolFactory.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Factory/TProtocolFactory.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Factory/TStringFuncFactory.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Factory/TTransportFactory.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/JSON/BaseContext.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/JSON/ListContext.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/JSON/LookaheadReader.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/JSON/PairContext.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/SimpleJSON/CollectionMapKeyException.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/SimpleJSON/Context.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/SimpleJSON/ListContext.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/SimpleJSON/MapContext.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/SimpleJSON/StructContext.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/TBinaryProtocol.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/TBinaryProtocolAccelerated.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/TCompactProtocol.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/TJSONProtocol.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/TMultiplexedProtocol.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/TProtocol.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/TProtocolDecorator.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Protocol/TSimpleJSONProtocol.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Serializer/TBinarySerializer.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Server/TForkingServer.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Server/TSSLServerSocket.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Server/TServer.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Server/TServerSocket.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Server/TServerTransport.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Server/TSimpleServer.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/StringFunc/Core.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/StringFunc/Mbstring.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/StringFunc/TStringFunc.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/TMultiplexedProcessor.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TBufferedTransport.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TCurlClient.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TFramedTransport.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/THttpClient.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TMemoryBuffer.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TNullTransport.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TPhpStream.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TSSLSocket.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TSocket.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TSocketPool.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Transport/TTransport.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Type/TConstant.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Type/TMessageType.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/lib/Thrift/Type/TType.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/src/TStringUtils.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/src/Thrift.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/src/autoload.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/src/ext/thrift_protocol/php_thrift_protocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/src/ext/thrift_protocol/php_thrift_protocol7.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/test/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/php/test/Test/Thrift/Fixtures.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/test/Test/Thrift/JsonSerialize/JsonSerializeTest.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/test/Test/Thrift/Protocol/TestBinarySerializer.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/test/Test/Thrift/Protocol/TestTJSONProtocol.php [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/php/test/Test/Thrift/Protocol/TestTSimpleJSONProtocol.php [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/php/test/Test/Thrift/TestValidators.php [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/test/TestValidators.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/php/thrift_protocol.ini [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/compat/win32/stdint.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/setup.cfg [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/setup.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/TMultiplexedProcessor.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/TSCons.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/TSerialization.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/TTornado.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/Thrift.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/__init__.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/compat.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/binary.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/binary.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/compact.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/compact.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/endian.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/module.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/protocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/protocol.tcc [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/types.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/ext/types.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/protocol/TBase.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/protocol/TBinaryProtocol.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/protocol/TCompactProtocol.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/protocol/TJSONProtocol.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/protocol/TMultiplexedProtocol.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/protocol/TProtocol.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/protocol/TProtocolDecorator.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/protocol/__init__.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/server/THttpServer.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/server/TNonblockingServer.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/server/TProcessPoolServer.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/server/TServer.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/server/__init__.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/transport/THttpClient.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/transport/TSSLSocket.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/transport/TSocket.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/transport/TTransport.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/transport/TTwisted.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/transport/TZlibTransport.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/transport/__init__.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/src/transport/sslcompat.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/test/_import_local_thrift.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/test/test_sslsocket.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/py/test/thrift_json.py [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/Gemfile [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/lib/rb/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/Rakefile [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/benchmark/Benchmark.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/benchmark/benchmark.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/benchmark/client.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/benchmark/server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/benchmark/thin_server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/binary_protocol_accelerated.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/binary_protocol_accelerated.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/bytes.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/bytes.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/compact_protocol.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/compact_protocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/constants.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/extconf.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/macros.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/memory_buffer.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/memory_buffer.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/protocol.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/protocol.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/strlcpy.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/strlcpy.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/struct.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/struct.h [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/ext/thrift_native.c [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/bytes.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/client.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/core_ext.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/core_ext/fixnum.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/exceptions.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/multiplexed_processor.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/processor.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/base_protocol.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/binary_protocol.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/binary_protocol_accelerated.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/compact_protocol.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/json_protocol.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/multiplexed_protocol.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/protocol/protocol_decorator.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/serializer/deserializer.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/serializer/serializer.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/server/base_server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/server/mongrel_http_server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/server/nonblocking_server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/server/simple_server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/server/thin_http_server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/server/thread_pool_server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/server/threaded_server.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/struct.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/struct_union.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/thrift_native.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/base_server_transport.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/base_transport.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/buffered_transport.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/framed_transport.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/http_client_transport.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/io_stream_transport.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/memory_buffer_transport.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/server_socket.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/socket.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/ssl_server_socket.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/ssl_socket.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/unix_server_socket.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/transport/unix_socket.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/types.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/lib/thrift/union.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/script/proto_benchmark.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/script/read_struct.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/script/write_struct.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/BaseService.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/ExtendedService.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/Referenced.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/ThriftNamespacedSpec.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/ThriftSpec.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/base_protocol_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/base_transport_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/binary_protocol_accelerated_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/binary_protocol_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/binary_protocol_spec_shared.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/bytes_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/client_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/compact_protocol_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/exception_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/flat_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/http_client_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/json_protocol_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/namespaced_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/nonblocking_server_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/processor_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/serializer_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/server_socket_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/server_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/socket_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/socket_spec_shared.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/spec_helper.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/ssl_socket_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/struct_nested_containers_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/struct_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/thin_http_server_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/types_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/union_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/spec/unix_socket_spec.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/rb/thrift.gemspec [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/st/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/st/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/st/package.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/st/thrift.st [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ts/coding_standards.md [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/ts/thrift.d.ts [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/xml/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/xml/test/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/xml/test/build.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/lib/xml/thrift-idl.xsd [new file with mode: 0644]
vendor/github.com/apache/thrift/package.json [new file with mode: 0644]
vendor/github.com/apache/thrift/sonar-project.properties [new file with mode: 0755]
vendor/github.com/apache/thrift/test/AnnotationTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/BrokenConstants.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/ConstantsDemo.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/DebugProtoTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/DenseLinkingTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/DocTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/EnumTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/FullCamelTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/Include.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/JavaBeansTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/JavaTypes.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/JsDeepConstructorTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/test/ManyOptionals.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/ManyTypedefs.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/NameConflictTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/OptionalRequiredTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/README.md [new file with mode: 0755]
vendor/github.com/apache/thrift/test/Recursive.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/ReuseObjects.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/SmallTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/StressTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/ThriftTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/TypedefTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break1.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break10.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break11.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break12.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break13.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break14.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break15.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break16.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break17.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break18.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break19.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break2.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break20.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break21.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break22.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break23.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break24.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break25.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break26.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break27.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break28.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break29.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break3.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break30.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break31.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break32.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break33.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break34.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break4.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break5.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break6.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break7.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break8.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/break9.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/test.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/thrift_audit_test.pl [new file with mode: 0644]
vendor/github.com/apache/thrift/test/audit/warning.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/c_glib/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/test/c_glib/src/test_client.c [new file with mode: 0644]
vendor/github.com/apache/thrift/test/c_glib/src/test_server.c [new file with mode: 0644]
vendor/github.com/apache/thrift/test/c_glib/src/thrift_test_handler.c [new file with mode: 0644]
vendor/github.com/apache/thrift/test/c_glib/src/thrift_test_handler.h [new file with mode: 0644]
vendor/github.com/apache/thrift/test/cpp/CMakeLists.txt [new file with mode: 0755]
vendor/github.com/apache/thrift/test/cpp/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/test/cpp/realloc/realloc_test.c [new file with mode: 0644]
vendor/github.com/apache/thrift/test/cpp/src/StressTest.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/test/cpp/src/StressTestNonBlocking.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/test/cpp/src/TestClient.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/test/cpp/src/TestServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/test/cpp/src/ThriftTest_extras.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/test/crossrunner/__init__.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/crossrunner/collect.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/crossrunner/compat.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/crossrunner/report.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/crossrunner/run.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/crossrunner/setup.cfg [new file with mode: 0644]
vendor/github.com/apache/thrift/test/crossrunner/test.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/crossrunner/util.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/csharp/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/csharp/Program.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/csharp/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/csharp/TestClient.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/csharp/TestServer.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/csharp/ThriftTest.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/test/csharp/ThriftTest.sln [new file with mode: 0644]
vendor/github.com/apache/thrift/test/dart/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/dart/test_client/.analysis_options [new file with mode: 0644]
vendor/github.com/apache/thrift/test/dart/test_client/bin/main.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/test/dart/test_client/pubspec.yaml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/erl/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/erl/rebar.config [new file with mode: 0644]
vendor/github.com/apache/thrift/test/erl/src/test_client.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/test/erl/src/test_thrift_server.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/test/erl/src/thrift_test.app.src [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/container_limit.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/index.html [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/known_failures_Linux.json [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/local_thrift/__init__.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/setup.cfg [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/string_limit.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/tests.json [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/theader_binary.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/features/util.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/bin/stress/main.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/bin/testclient/main.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/bin/testserver/main.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/common/client.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/common/clientserver_test.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/common/mock_handler.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/common/printing_handler.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/common/server.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/go/src/common/simple_handler.go [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/TestClientServer.hxproj [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/cpp.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/csharp.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/flash.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/java.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/javascript.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/make_all.bat [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/make_all.sh [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/neko.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/php-web-server.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/php.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/project.hide [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/python.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/router.php [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/src/Arguments.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/src/Main.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/src/TestClient.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/src/TestMacro.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/src/TestServer.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/src/TestServerEventHandler.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/test/haxe/src/TestServerHandler.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/ConstantsDemo_Main.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/DebugProtoTest_Main.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/Include_Main.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/TestClient.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/TestServer.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/ThriftTestUtils.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/ThriftTest_Main.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/test/hs/run-test.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/test/index.html [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/CA.pem [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/README.md [new file with mode: 0755]
vendor/github.com/apache/thrift/test/keys/client.crt [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/client.key [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/client.p12 [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/client.pem [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/client_v3.crt [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/client_v3.key [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/server.crt [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/server.key [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/server.p12 [new file with mode: 0644]
vendor/github.com/apache/thrift/test/keys/server.pem [new file with mode: 0644]
vendor/github.com/apache/thrift/test/known_failures_Linux.json [new file with mode: 0644]
vendor/github.com/apache/thrift/test/lua/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/lua/test_basic_client.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/test/lua/test_basic_server.lua [new file with mode: 0644]
vendor/github.com/apache/thrift/test/ocaml/client/TestClient.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/ocaml/server/TestServer.ml [new file with mode: 0644]
vendor/github.com/apache/thrift/test/perl/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/perl/TestClient.pl [new file with mode: 0755]
vendor/github.com/apache/thrift/test/perl/TestServer.pl [new file with mode: 0644]
vendor/github.com/apache/thrift/test/php/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/test/php/TestClient.php [new file with mode: 0755]
vendor/github.com/apache/thrift/test/php/TestInline.php [new file with mode: 0644]
vendor/github.com/apache/thrift/test/php/TestPsr4.php [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py.tornado/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py.tornado/setup.cfg [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py.tornado/test_suite.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py.twisted/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py.twisted/setup.cfg [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py.twisted/test_suite.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py/FastbinaryTest.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py/RunClientServer.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/SerializationTest.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/TSimpleJSONProtocolTest.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py/TestClient.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/TestEof.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/TestFrozen.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/TestServer.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/TestSocket.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/TestSyntax.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/explicit_module/runtest.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/test/py/explicit_module/test1.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py/explicit_module/test2.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py/explicit_module/test3.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py/generate.cmake [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py/setup.cfg [new file with mode: 0644]
vendor/github.com/apache/thrift/test/py/util.py [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/Gemfile [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/benchmarks/protocol_benchmark.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/core/test_backwards_compatability.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/core/test_exceptions.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/core/transport/test_transport.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/fixtures/structs.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/generation/test_enum.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/generation/test_struct.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/integration/TestClient.rb [new file with mode: 0755]
vendor/github.com/apache/thrift/test/rb/integration/TestServer.rb [new file with mode: 0755]
vendor/github.com/apache/thrift/test/rb/test_helper.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rb/test_suite.rb [new file with mode: 0644]
vendor/github.com/apache/thrift/test/rebuild_known_failures.sh [new file with mode: 0644]
vendor/github.com/apache/thrift/test/result.js [new file with mode: 0644]
vendor/github.com/apache/thrift/test/test.py [new file with mode: 0755]
vendor/github.com/apache/thrift/test/tests.json [new file with mode: 0644]
vendor/github.com/apache/thrift/test/threads/ThreadsClient.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/test/threads/ThreadsServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/test/threads/ThreadsTest.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/test/valgrind.suppress [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/as3/build.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/as3/src/CalculatorUI.as [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/c_glib/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/c_glib/c_glib_client.c [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/c_glib/c_glib_server.c [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/cpp/CMakeLists.txt [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/cpp/CppClient.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/cpp/CppServer.cpp [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/cpp/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/csharp/CsharpClient/CsharpClient.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/csharp/CsharpClient/CsharpClient.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/csharp/CsharpClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/csharp/CsharpServer/CsharpServer.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/csharp/CsharpServer/CsharpServer.csproj [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/csharp/CsharpServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/csharp/tutorial.sln [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/d/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/d/async_client.d [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/d/client.d [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/d/server.d [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/build.sh [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/client/.analysis_options [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/client/pubspec.yaml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/client/web/client.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/client/web/index.html [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/client/web/styles.css [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/console_client/.analysis_options [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/console_client/bin/main.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/console_client/pubspec.yaml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/server/.analysis_options [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/server/bin/main.dart [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/dart/server/pubspec.yaml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/delphi/DelphiClient/DelphiClient.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/delphi/DelphiClient/DelphiClient.dproj [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/delphi/DelphiServer/DelphiServer.dpr [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/delphi/DelphiServer/DelphiServer.dproj [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/delphi/Tutorial.groupproj [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/erl/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/erl/client.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/erl/client.sh [new symlink]
vendor/github.com/apache/thrift/tutorial/erl/json_client.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/erl/server.erl [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/erl/server.sh [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/go/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/go/server.crt [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/go/server.key [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/go/src/client.go [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/go/src/handler.go [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/go/src/main.go [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/go/src/server.go [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/Tutorial.hxproj [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/cpp.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/csharp.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/flash.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/java.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/javascript.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/make_all.bat [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/make_all.sh [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/neko.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/php-web-server.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/php.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/project.hide [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/python.hxml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/router.php [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/src/CalculatorHandler.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/haxe/src/Main.hx [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/hs/HaskellClient.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/hs/HaskellServer.hs [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/hs/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/hs/Setup.lhs [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/hs/ThriftTutorial.cabal [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/java/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/java/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/java/build.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/java/src/CalculatorHandler.java [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/java/src/JavaClient.java [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/java/src/JavaServer.java [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/js/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/js/build.xml [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/js/src/Httpd.java [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/js/tutorial.html [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/nodejs/Makefile.am [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/nodejs/NodeClient.js [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/nodejs/NodeClientPromise.js [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/nodejs/NodeServer.js [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/nodejs/NodeServerPromise.js [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/ocaml/CalcClient.ml [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/ocaml/CalcServer.ml [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/ocaml/README.md [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/ocaml/_oasis [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/perl/PerlClient.pl [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/perl/PerlServer.pl [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/php/PhpClient.php [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/php/PhpServer.php [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/php/runserver.py [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py.tornado/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py.tornado/PythonClient.py [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py.tornado/PythonServer.py [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py.twisted/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py.twisted/PythonClient.py [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py.twisted/PythonServer.py [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py.twisted/PythonServer.tac [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py/PythonClient.py [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py/PythonServer.py [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/py/setup.cfg [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/rb/Makefile.am [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/rb/RubyClient.rb [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/rb/RubyServer.rb [new file with mode: 0755]
vendor/github.com/apache/thrift/tutorial/shared.thrift [new file with mode: 0644]
vendor/github.com/apache/thrift/tutorial/tutorial.thrift [new file with mode: 0644]
vendor/github.com/codahale/hdrhistogram/.travis.yml [new file with mode: 0644]
vendor/github.com/codahale/hdrhistogram/LICENSE [new file with mode: 0644]
vendor/github.com/codahale/hdrhistogram/README.md [new file with mode: 0644]
vendor/github.com/codahale/hdrhistogram/hdr.go [new file with mode: 0644]
vendor/github.com/codahale/hdrhistogram/hdr_test.go [new file with mode: 0644]
vendor/github.com/codahale/hdrhistogram/window.go [new file with mode: 0644]
vendor/github.com/codahale/hdrhistogram/window_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/.gitignore [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/.travis.yml [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/LICENSE [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/README.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/auth/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/auth/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/auth/auth.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/auth/auth_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/auth/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/auth/examples_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/auth/metadata.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/auth/metadata_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/checkup.sh [new file with mode: 0755]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/fixup.sh [new file with mode: 0755]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/common.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/client_interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/client_interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/context.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/examples_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/grpclogger.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/noop.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/options.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/payload_interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/payload_interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/server_interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/server_interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/shared_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/client_interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/client_interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/context.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/examples_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/grpclogger.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/options.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/payload_interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/payload_interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/server_interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/server_interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/shared_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/recovery/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/recovery/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/recovery/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/recovery/examples_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/recovery/interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/recovery/interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/recovery/options.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/retry/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/retry/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/retry/backoff.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/retry/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/retry/examples_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/retry/options.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/retry/retry.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/retry/retry_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/context.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/examples_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/fieldextractor.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/fieldextractor_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tags/options.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/test_all.sh [new file with mode: 0755]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/certs/gen_cert.sh [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/certs/localhost.crt [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/certs/localhost.key [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/gogotestproto/Makefile [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/gogotestproto/fields.pb.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/gogotestproto/fields.proto [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/interceptor_suite.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/mutex_readerwriter.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/pingservice.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/testproto/Makefile [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/testproto/test.manual_extractfields.pb.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/testproto/test.manual_validator.pb.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/testproto/test.pb.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/testing/testproto/test.proto [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/client_interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/id_extract.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/interceptors_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/metadata.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/options.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing/server_interceptors.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/util/backoffutils/backoff.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/util/backoffutils/backoff_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/util/metautils/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/util/metautils/README.md [new symlink]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/util/metautils/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/util/metautils/nicemd.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/util/metautils/nicemd_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/util/metautils/single_key.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/validator/DOC.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/validator/README.md [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/validator/doc.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/validator/validator.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/validator/validator_test.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/wrappers.go [new file with mode: 0644]
vendor/github.com/grpc-ecosystem/go-grpc-middleware/wrappers_test.go [new file with mode: 0644]
vendor/github.com/opentracing-contrib/go-stdlib/LICENSE [new file with mode: 0644]
vendor/github.com/opentracing-contrib/go-stdlib/README.md [new file with mode: 0644]
vendor/github.com/opentracing-contrib/go-stdlib/nethttp/client.go [new file with mode: 0644]
vendor/github.com/opentracing-contrib/go-stdlib/nethttp/client_test.go [new file with mode: 0644]
vendor/github.com/opentracing-contrib/go-stdlib/nethttp/doc.go [new file with mode: 0644]
vendor/github.com/opentracing-contrib/go-stdlib/nethttp/server.go [new file with mode: 0644]
vendor/github.com/opentracing-contrib/go-stdlib/nethttp/server_test.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/.gitignore [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/.travis.yml [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/CHANGELOG.md [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/LICENSE [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/Makefile [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/README.md [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/ext/tags.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/ext/tags_test.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/globaltracer.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/gocontext.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/gocontext_test.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/log/field.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/log/field_test.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/log/util.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/mocktracer/mocklogrecord.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/mocktracer/mockspan.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/mocktracer/mocktracer.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/mocktracer/mocktracer_test.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/mocktracer/propagation.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/noop.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/options_test.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/propagation.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/propagation_test.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/span.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/testtracer_test.go [new file with mode: 0644]
vendor/github.com/opentracing/opentracing-go/tracer.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/.gitignore [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/.gitmodules [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/.travis.yml [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/CHANGELOG.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/CONTRIBUTING.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/LICENSE [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/Makefile [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/README.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/RELEASE.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/config/config.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/config/config_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/config/example_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/config/options.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/config/options_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/constants_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/context.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/context_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/contrib_observer.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/.gitignore [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/Dockerfile [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/README.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/client/client.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/client/client_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/client/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/client/trace.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/common/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/common/json.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/docker-compose.yml [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/endtoend/handler.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/endtoend/handler_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/log/logger.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/main.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/rules.mk [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/server/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/server/server.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/server/server_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/server/tchannel.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/server/trace.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/thrift/.nocover [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/thrift/tracetest/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/thrift/tracetest/tchan-tracetest.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/thrift/tracetest/tracedservice.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/crossdock/thrift/tracetest/ttypes.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/doc.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/glide.lock [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/glide.yaml [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/interop.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/jaeger_tag.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/log/logger.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/log/logger_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/log/zap/field.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/log/zap/field_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/log/zap/logger.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/log/zap/logger_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/logger.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/logger_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/metrics.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/metrics_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/observer.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/observer_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/propagation.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/propagation_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/reference.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/reporter.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/reporter_options.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/reporter_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/README.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/doc.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/sampler.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/sampler_options.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/sampler_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/scripts/cover.sh [new file with mode: 0755]
vendor/github.com/uber/jaeger-client-go/scripts/updateLicense.py [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/scripts/updateLicenses.sh [new file with mode: 0755]
vendor/github.com/uber/jaeger-client-go/span.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/span_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/testutils/mock_agent.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/testutils/mock_agent_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/testutils/sampling_manager.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/testutils/udp_transport.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/testutils/udp_transport_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/ttypes.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/agent.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/ttypes.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/samplingmanager.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/ttypes.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/constants.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/ttypes.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincollector.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/thrift/.nocover [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/tracer.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/tracer_options.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/tracer_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport/doc.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport/http.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport/http_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport/zipkin/doc.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport/zipkin/example_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport/zipkin/http.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport/zipkin/http_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport_udp.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/transport_udp_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/travis/build-crossdock.sh [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/travis/install-crossdock-deps.sh [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/http_json.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/http_json_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/localip.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/rand.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/rate_limiter_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/udp_client.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/utils.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/utils/utils_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/zipkin.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/zipkin/README.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/zipkin/doc.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/zipkin/propagation.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/zipkin/propagation_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/zipkin_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/.gitignore [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/.travis.yml [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/CONTRIBUTING.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/LICENSE [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/Makefile [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/README.md [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/glide.lock [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/glide.yaml [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/counter.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/factory.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/gauge.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/go-kit/expvar/factory.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/go-kit/expvar/factory_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/go-kit/factory.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/go-kit/factory_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/go-kit/metrics.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/go-kit/metrics_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/go-kit/prometheus/factory.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/go-kit/prometheus/factory_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/local.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/local_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/metrics.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/metrics_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/multi/multi.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/multi/multi_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/tally/factory.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/tally/factory_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/tally/metrics.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/testutils/testutils.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/testutils/testutils_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/metrics/timer.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/sample/sample.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/sample/sample_test.go [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/scripts/cover.sh [new file with mode: 0755]
vendor/github.com/uber/jaeger-lib/scripts/updateLicense.py [new file with mode: 0644]
vendor/github.com/uber/jaeger-lib/scripts/updateLicenses.sh [new file with mode: 0755]