Fixed dependencies of Control Plane to use external_lib sources
authorDan Klein <[email protected]>
Mon, 24 Aug 2015 10:22:48 +0000 (13:22 +0300)
committerDan Klein <[email protected]>
Mon, 24 Aug 2015 10:22:48 +0000 (13:22 +0300)
commitdab741a80699f86e86c91718872a052cca9bbb25
tree1959c4a2cea440170a5113dcb067796cb20ffb64
parentd3f26ece7d4383df0b22fe9c3cb3e695381ec737
Fixed dependencies of Control Plane to use external_lib sources
737 files changed:
external_libs/python/pyzmq-14.7.0/.travis.yml [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/AUTHORS.md [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/CONTRIBUTING.md [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/COPYING.BSD [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/COPYING.LESSER [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/MANIFEST.in [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/PKG-INFO [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/README.md [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/__init__.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/bundle.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/check_sys_un.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/config.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/constants.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/detect.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/dummy.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/include_darwin/platform.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/include_freebsd/platform.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/include_linux-armv/platform.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/include_linux/platform.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/crypto_scalarmult_curve25519.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/crypto_stream_salsa20.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/version.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/initlibsodium.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/initlibzmq.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/misc.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/msg.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/patch.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/templates/constant_enums.pxi [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/templates/constants.pxi [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/templates/zmq_constants.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/buildutils/vers.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/LICENSE [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/crypto_auth.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/hmac_hmacsha256.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/hmac_hmacsha512.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_box/crypto_box.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_box/crypto_box_easy.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa20/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa2012/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa208/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_generichash/blake2/generichash_blake2_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2-impl.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/generichash_blake2b.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/crypto_hash.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/sha256/cp/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/sha512/cp/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sysendian.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/base_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_0_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_1_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_add_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_copy_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_cswap_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_frombytes_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_invert_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul121666_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sq_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sub_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_tobytes_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/montgomery.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/pow225521.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/scalarmult_curve25519_ref10.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/crypto_sign.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/base.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/base2.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/d.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/d2.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_0.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_1.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_add.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_cmov.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_copy.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_frombytes.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_invert.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_isnegative.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_isnonzero.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_mul.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_neg.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_pow22523.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sq.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sq2.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sub.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_tobytes.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_add.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_add.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_double_scalarmult.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_frombytes.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_madd.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_madd.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_msub.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_msub.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_0.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_dbl.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_dbl.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_0.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_dbl.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_to_cached.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_to_p2.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_tobytes.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_precomp_0.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_scalarmult_base.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_sub.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_sub.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_tobytes.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/pow22523.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/pow225521.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc_muladd.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc_reduce.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sqrtm1.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/fe25519.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/ge25519.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sc25519.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common_aes128ctr.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/chacha20/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/crypto_stream.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa20/amd64_xmm6/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/16/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/16/verify_16_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/32/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/32/verify_32_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/64/ref/api.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/core.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_auth.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_box.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_core_salsa20.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_core_salsa2012.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_core_salsa208.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_generichash.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_hash.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_int32.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_int64.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_secretbox.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_shorthash.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_sign.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_stream.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_stream_aes128ctr.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_uint16.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_uint32.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_uint64.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_uint8.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_verify_16.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_verify_32.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_verify_64.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/export.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/randombytes.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/randombytes_salsa20_random.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/randombytes_sysrandom.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/runtime.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/utils.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/version.h.in [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/randombytes/randombytes.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/sodium/core.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/sodium/runtime.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/sodium/utils.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/sodium/version.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/COPYING [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/builds/msvc/platform.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/include/zmq.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/include/zmq_utils.h [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/address.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/address.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/array.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/atomic_counter.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/atomic_ptr.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/blob.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/clock.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/clock.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/command.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/config.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ctx.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ctx.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/curve_client.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/curve_client.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/curve_server.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/curve_server.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/dbuffer.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/dealer.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/dealer.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/decoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/devpoll.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/devpoll.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/dist.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/dist.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/encoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/epoll.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/epoll.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/err.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/err.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/fd.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/fq.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/fq.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/gssapi_client.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/gssapi_client.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/gssapi_mechanism_base.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/gssapi_mechanism_base.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/gssapi_server.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/gssapi_server.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/i_decoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/i_encoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/i_engine.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/i_poll_events.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/io_object.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/io_object.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/io_thread.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/io_thread.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ip.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ip.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ipc_address.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ipc_address.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ipc_connecter.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ipc_connecter.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ipc_listener.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ipc_listener.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/kqueue.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/kqueue.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/lb.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/lb.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/libzmq.pc.cmake.in [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/libzmq.pc.in [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/libzmq.vers [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/likely.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/mailbox.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/mailbox.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/mechanism.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/mechanism.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/metadata.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/metadata.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/msg.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/msg.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/mtrie.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/mtrie.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/mutex.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/norm_engine.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/norm_engine.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/null_mechanism.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/null_mechanism.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/object.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/object.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/options.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/options.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/own.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/own.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pair.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pair.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pgm_receiver.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pgm_receiver.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pgm_sender.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pgm_sender.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pgm_socket.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pgm_socket.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pipe.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pipe.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/plain_client.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/plain_client.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/plain_server.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/plain_server.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/platform.hpp.in [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/poll.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/poll.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/poller.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/poller_base.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/poller_base.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/precompiled.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/precompiled.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/proxy.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/proxy.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pub.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pub.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pull.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/pull.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/push.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/push.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/random.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/random.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/raw_decoder.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/raw_decoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/raw_encoder.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/raw_encoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/reaper.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/reaper.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/rep.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/rep.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/req.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/req.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/router.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/router.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/select.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/select.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/session_base.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/session_base.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/signaler.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/signaler.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/socket_base.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/socket_base.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/socks.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/socks.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/socks_connecter.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/socks_connecter.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/stdint.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/stream.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/stream.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/stream_engine.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/stream_engine.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/sub.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/sub.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tcp.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tcp.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tcp_address.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tcp_address.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tcp_connecter.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tcp_connecter.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tcp_listener.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tcp_listener.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/thread.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/thread.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tipc_address.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tipc_address.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tipc_connecter.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tipc_connecter.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tipc_listener.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/tipc_listener.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/trie.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/trie.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v1_decoder.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v1_decoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v1_encoder.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v1_encoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v2_decoder.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v2_decoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v2_encoder.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v2_encoder.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/v2_protocol.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/windows.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/wire.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/xpub.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/xpub.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/xsub.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/xsub.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ypipe.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ypipe_base.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/ypipe_conflate.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/yqueue.hpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/zmq.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/bundled/zeromq/src/zmq_utils.cpp [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/Makefile [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/autogen_api.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/requirements.txt [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/_static/default.css [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/_static/logo.png [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/_static/zeromq.ico [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/_templates/layout.html [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/api/index.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/api/zmq.auth.ioloop.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/api/zmq.auth.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/api/zmq.auth.thread.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/api/zmq.devices.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/api/zmq.green.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/api/zmq.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/api/zmq.utils.win32.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/changelog.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/conf.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/devices.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/eventloop.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/index.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/logging.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/morethanbindings.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/pyversions.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/serialization.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/ssh.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/source/unicode.rst [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/sphinxext/apigen.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/sphinxext/docscrape.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/sphinxext/docscrape_sphinx.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/sphinxext/inheritance_diagram.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/sphinxext/ipython_console_highlighting.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/sphinxext/sphinx_cython.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/docs/update_ghpages.sh [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/LICENSE [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/README_PY3K [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/benchmark.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/jsonrpc_client.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/jsonrpc_server.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/latency.png [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/msgs_sec.png [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/msgs_sec_log.png [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/msgs_sec_ratio.png [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/plot_latency.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/pyro_client.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/pyro_server.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/pyzmq_client.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/pyzmq_server.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_server.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/chat/display.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/chat/prompt.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/device/client.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/device/server.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/eventloop/asyncweb.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/eventloop/echo.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/eventloop/echostream.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/eventloop/web.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/gevent/poll.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/gevent/reqrep.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/gevent/simple.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/heartbeat/heart.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/heartbeat/heartbeater.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/heartbeat/ping.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/heartbeat/pong.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/logger/zmqlogger.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/mongodb/client.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/mongodb/controller.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/monitoring/simple_monitor.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/poll/pair.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/poll/pubsub.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/poll/reqrep.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/pubsub/publisher.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/pubsub/subscriber.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/pubsub/topics_pub.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/pubsub/topics_sub.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/security/generate_certificates.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/security/grasslands.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/security/ioloop-ironhouse.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/security/ironhouse.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/security/stonehouse.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/security/strawhouse.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/security/woodhouse.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/serialization/serialsocket.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/win32-interrupt/display.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/examples/win32-interrupt/prompt.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/perf/perf.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/setup.cfg.android [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/setup.cfg.template [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/setup.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/setupegg.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/tools/release_windows.bat [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/tools/tasks.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/tox.ini [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/__init__.py [moved from external_libs/python/zmq/__init__.py with 67% similarity]
external_libs/python/pyzmq-14.7.0/zmq/auth/__init__.py [moved from external_libs/python/zmq/auth/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/auth/base.py [moved from external_libs/python/zmq/auth/base.py with 99% similarity]
external_libs/python/pyzmq-14.7.0/zmq/auth/certs.py [moved from external_libs/python/zmq/auth/certs.py with 92% similarity]
external_libs/python/pyzmq-14.7.0/zmq/auth/ioloop.py [moved from external_libs/python/zmq/auth/ioloop.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/auth/thread.py [moved from external_libs/python/zmq/auth/thread.py with 97% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/__init__.py [moved from external_libs/python/zmq/backend/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/__init__.py [moved from external_libs/python/zmq/backend/cffi/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/_cdefs.h [moved from external_libs/python/zmq/backend/cffi/_cdefs.h with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/_cffi.py [moved from external_libs/python/zmq/backend/cffi/_cffi.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/_poll.py [moved from external_libs/python/zmq/backend/cffi/_poll.py with 90% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/_verify.c [moved from external_libs/python/zmq/backend/cffi/_verify.c with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/constants.py [moved from external_libs/python/zmq/backend/cffi/constants.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/context.py [moved from external_libs/python/zmq/backend/cffi/context.py with 85% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/devices.py [moved from external_libs/python/zmq/backend/cffi/devices.py with 59% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/error.py [moved from external_libs/python/zmq/backend/cffi/error.py with 65% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/message.py [moved from external_libs/python/zmq/backend/cffi/message.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/socket.py [moved from external_libs/python/zmq/backend/cffi/socket.py with 89% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cffi/utils.py [moved from external_libs/python/zmq/backend/cffi/utils.py with 81% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/__init__.py [moved from external_libs/python/zmq/backend/cython/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/_device.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/_device.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/_poll.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/_poll.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/_version.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/_version.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/checkrc.pxd [moved from external_libs/python/zmq/backend/cython/checkrc.pxd with 80% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/constant_enums.pxi [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/constants.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/constants.pxi [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/constants.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/context.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/context.pxd [moved from external_libs/python/zmq/backend/cython/context.pxd with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/context.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/error.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/error.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/libzmq.pxd [moved from external_libs/python/zmq/backend/cython/libzmq.pxd with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/message.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/message.pxd [moved from external_libs/python/zmq/backend/cython/message.pxd with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/message.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/rebuffer.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/socket.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/socket.pxd [moved from external_libs/python/zmq/backend/cython/socket.pxd with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/socket.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/utils.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/utils.pxd [moved from external_libs/python/zmq/backend/cython/utils.pxd with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/backend/cython/utils.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/backend/select.py [moved from external_libs/python/zmq/backend/select.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/devices/__init__.py [moved from external_libs/python/zmq/devices/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/devices/basedevice.py [moved from external_libs/python/zmq/devices/basedevice.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/devices/monitoredqueue.c [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/devices/monitoredqueue.pxd [moved from external_libs/python/zmq/devices/monitoredqueue.pxd with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/devices/monitoredqueue.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/devices/monitoredqueue.pyx [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/devices/monitoredqueuedevice.py [moved from external_libs/python/zmq/devices/monitoredqueuedevice.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/devices/proxydevice.py [moved from external_libs/python/zmq/devices/proxydevice.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/error.py [moved from external_libs/python/zmq/error.py with 84% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/__init__.py [moved from external_libs/python/zmq/eventloop/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/ioloop.py [moved from external_libs/python/zmq/eventloop/ioloop.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/__init__.py [moved from external_libs/python/zmq/eventloop/minitornado/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/concurrent.py [moved from external_libs/python/zmq/eventloop/minitornado/concurrent.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/ioloop.py [moved from external_libs/python/zmq/eventloop/minitornado/ioloop.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/log.py [moved from external_libs/python/zmq/eventloop/minitornado/log.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/platform/__init__.py [moved from external_libs/python/zmq/eventloop/minitornado/platform/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/platform/auto.py [moved from external_libs/python/zmq/eventloop/minitornado/platform/auto.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/platform/common.py [moved from external_libs/python/zmq/eventloop/minitornado/platform/common.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/platform/interface.py [moved from external_libs/python/zmq/eventloop/minitornado/platform/interface.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/platform/posix.py [moved from external_libs/python/zmq/eventloop/minitornado/platform/posix.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/platform/windows.py [moved from external_libs/python/zmq/eventloop/minitornado/platform/windows.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/stack_context.py [moved from external_libs/python/zmq/eventloop/minitornado/stack_context.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/minitornado/util.py [moved from external_libs/python/zmq/eventloop/minitornado/util.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/eventloop/zmqstream.py [moved from external_libs/python/zmq/eventloop/zmqstream.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/green/__init__.py [moved from external_libs/python/zmq/green/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/green/core.py [moved from external_libs/python/zmq/green/core.py with 98% similarity]
external_libs/python/pyzmq-14.7.0/zmq/green/device.py [moved from external_libs/python/zmq/green/device.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/green/eventloop/__init__.py [moved from external_libs/python/zmq/green/eventloop/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/green/eventloop/ioloop.py [moved from external_libs/python/zmq/green/eventloop/ioloop.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/green/eventloop/zmqstream.py [moved from external_libs/python/zmq/green/eventloop/zmqstream.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/green/poll.py [moved from external_libs/python/zmq/green/poll.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/log/__init__.py [moved from external_libs/python/zmq/log/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/log/handlers.py [moved from external_libs/python/zmq/log/handlers.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/ssh/__init__.py [moved from external_libs/python/zmq/ssh/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/ssh/forward.py [moved from external_libs/python/zmq/ssh/forward.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/ssh/tunnel.py [moved from external_libs/python/zmq/ssh/tunnel.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/__init__.py [moved from external_libs/python/zmq/sugar/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/attrsettr.py [moved from external_libs/python/zmq/sugar/attrsettr.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/constants.py [moved from external_libs/python/zmq/sugar/constants.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/context.py [moved from external_libs/python/zmq/sugar/context.py with 97% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/frame.py [moved from external_libs/python/zmq/sugar/frame.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/poll.py [moved from external_libs/python/zmq/sugar/poll.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/socket.py [moved from external_libs/python/zmq/sugar/socket.py with 89% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/tracker.py [moved from external_libs/python/zmq/sugar/tracker.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/sugar/version.py [moved from external_libs/python/zmq/sugar/version.py with 93% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/__init__.py [moved from external_libs/python/zmq/tests/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_auth.py [moved from external_libs/python/zmq/tests/test_auth.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_cffi_backend.py [moved from external_libs/python/zmq/tests/test_cffi_backend.py with 87% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_constants.py [moved from external_libs/python/zmq/tests/test_constants.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_context.py [moved from external_libs/python/zmq/tests/test_context.py with 94% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_device.py [moved from external_libs/python/zmq/tests/test_device.py with 93% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_error.py [moved from external_libs/python/zmq/tests/test_error.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_etc.py [moved from external_libs/python/zmq/tests/test_etc.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_imports.py [moved from external_libs/python/zmq/tests/test_imports.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_ioloop.py [moved from external_libs/python/zmq/tests/test_ioloop.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_log.py [moved from external_libs/python/zmq/tests/test_log.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_message.py [moved from external_libs/python/zmq/tests/test_message.py with 94% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_monitor.py [moved from external_libs/python/zmq/tests/test_monitor.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_monqueue.py [moved from external_libs/python/zmq/tests/test_monqueue.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_multipart.py [moved from external_libs/python/zmq/tests/test_multipart.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_pair.py [moved from external_libs/python/zmq/tests/test_pair.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_poll.py [moved from external_libs/python/zmq/tests/test_poll.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_pubsub.py [moved from external_libs/python/zmq/tests/test_pubsub.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_reqrep.py [moved from external_libs/python/zmq/tests/test_reqrep.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_retry_eintr.py [new file with mode: 0644]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_security.py [moved from external_libs/python/zmq/tests/test_security.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_socket.py [moved from external_libs/python/zmq/tests/test_socket.py with 95% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_stopwatch.py [moved from external_libs/python/zmq/tests/test_stopwatch.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_version.py [moved from external_libs/python/zmq/tests/test_version.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_win32_shim.py [moved from external_libs/python/zmq/tests/test_win32_shim.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_z85.py [moved from external_libs/python/zmq/tests/test_z85.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/tests/test_zmqstream.py [moved from external_libs/python/zmq/tests/test_zmqstream.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/__init__.py [moved from external_libs/python/zmq/utils/__init__.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/buffers.pxd [moved from external_libs/python/zmq/utils/buffers.pxd with 99% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/constant_names.py [moved from external_libs/python/zmq/utils/constant_names.py with 99% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/garbage.py [moved from external_libs/python/zmq/utils/garbage.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/getpid_compat.h [moved from external_libs/python/zmq/utils/getpid_compat.h with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/interop.py [moved from external_libs/python/zmq/utils/interop.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/ipcmaxlen.h [moved from external_libs/python/zmq/utils/ipcmaxlen.h with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/jsonapi.py [moved from external_libs/python/zmq/utils/jsonapi.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/monitor.py [moved from external_libs/python/zmq/utils/monitor.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/pyversion_compat.h [moved from external_libs/python/zmq/utils/pyversion_compat.h with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/sixcerpt.py [moved from external_libs/python/zmq/utils/sixcerpt.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/strtypes.py [moved from external_libs/python/zmq/utils/strtypes.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/win32.py [moved from external_libs/python/zmq/utils/win32.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/z85.py [moved from external_libs/python/zmq/utils/z85.py with 100% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/zmq_compat.h [moved from external_libs/python/zmq/utils/zmq_compat.h with 98% similarity]
external_libs/python/pyzmq-14.7.0/zmq/utils/zmq_constants.h [moved from external_libs/python/zmq/utils/zmq_constants.h with 99% similarity]
external_libs/python/pyzmq-14.7.0/zmqversion.py [new file with mode: 0644]
external_libs/python/zmq/backend/cython/_device.py [deleted file]
external_libs/python/zmq/backend/cython/_poll.py [deleted file]
external_libs/python/zmq/backend/cython/_version.py [deleted file]
external_libs/python/zmq/backend/cython/constants.py [deleted file]
external_libs/python/zmq/backend/cython/context.py [deleted file]
external_libs/python/zmq/backend/cython/error.py [deleted file]
external_libs/python/zmq/backend/cython/message.py [deleted file]
external_libs/python/zmq/backend/cython/socket.py [deleted file]
external_libs/python/zmq/backend/cython/utils.py [deleted file]
external_libs/python/zmq/devices/monitoredqueue.py [deleted file]
external_libs/python/zmq/utils/compiler.json [deleted file]
external_libs/python/zmq/utils/config.json [deleted file]
scripts/automation/trex_control_plane/client/outer_packages.py
scripts/automation/trex_control_plane/client/trex_client.py
scripts/automation/trex_control_plane/examples/client_interactive_example.py
scripts/automation/trex_control_plane/server/extended_daemon_runner.py
scripts/automation/trex_control_plane/server/outer_packages.py