OSDN Git Service

サーバ - データベース - エディタ - ブラウザの同期実装♪
authorwordring <kouichi_pm@users.osdn.me>
Sun, 23 Aug 2015 14:50:36 +0000 (23:50 +0900)
committerwordring <kouichi_pm@users.osdn.me>
Sun, 23 Aug 2015 14:50:36 +0000 (23:50 +0900)
commit929d3e0cae521880a6577308908a7fc7ff0afd86
treea0d25a4f96c8d296ee215ace942f70d6c340619e
parent0d86f37253cbea637ff5664d74ed09d55b7d8880
サーバ - データベース - エディタ - ブラウザの同期実装♪
97 files changed:
proxy/main.cpp
proxy/tmdatabase.cpp
proxy/tmdatabase.h
proxy/tmservice.cpp
proxy/tmservice.h
proxy/tmsocket.cpp
proxy/tmsocket.h
third-party/include/openssl/aes.h [new file with mode: 0644]
third-party/include/openssl/applink.c [new file with mode: 0644]
third-party/include/openssl/asn1.h [new file with mode: 0644]
third-party/include/openssl/asn1_mac.h [new file with mode: 0644]
third-party/include/openssl/asn1t.h [new file with mode: 0644]
third-party/include/openssl/bio.h [new file with mode: 0644]
third-party/include/openssl/blowfish.h [new file with mode: 0644]
third-party/include/openssl/bn.h [new file with mode: 0644]
third-party/include/openssl/buffer.h [new file with mode: 0644]
third-party/include/openssl/camellia.h [new file with mode: 0644]
third-party/include/openssl/cast.h [new file with mode: 0644]
third-party/include/openssl/cmac.h [new file with mode: 0644]
third-party/include/openssl/cms.h [new file with mode: 0644]
third-party/include/openssl/comp.h [new file with mode: 0644]
third-party/include/openssl/conf.h [new file with mode: 0644]
third-party/include/openssl/conf_api.h [new file with mode: 0644]
third-party/include/openssl/crypto.h [new file with mode: 0644]
third-party/include/openssl/des.h [new file with mode: 0644]
third-party/include/openssl/des_old.h [new file with mode: 0644]
third-party/include/openssl/dh.h [new file with mode: 0644]
third-party/include/openssl/dsa.h [new file with mode: 0644]
third-party/include/openssl/dso.h [new file with mode: 0644]
third-party/include/openssl/dtls1.h [new file with mode: 0644]
third-party/include/openssl/e_os2.h [new file with mode: 0644]
third-party/include/openssl/ebcdic.h [new file with mode: 0644]
third-party/include/openssl/ec.h [new file with mode: 0644]
third-party/include/openssl/ecdh.h [new file with mode: 0644]
third-party/include/openssl/ecdsa.h [new file with mode: 0644]
third-party/include/openssl/engine.h [new file with mode: 0644]
third-party/include/openssl/err.h [new file with mode: 0644]
third-party/include/openssl/evp.h [new file with mode: 0644]
third-party/include/openssl/hmac.h [new file with mode: 0644]
third-party/include/openssl/idea.h [new file with mode: 0644]
third-party/include/openssl/krb5_asn.h [new file with mode: 0644]
third-party/include/openssl/kssl.h [new file with mode: 0644]
third-party/include/openssl/lhash.h [new file with mode: 0644]
third-party/include/openssl/md4.h [new file with mode: 0644]
third-party/include/openssl/md5.h [new file with mode: 0644]
third-party/include/openssl/mdc2.h [new file with mode: 0644]
third-party/include/openssl/modes.h [new file with mode: 0644]
third-party/include/openssl/obj_mac.h [new file with mode: 0644]
third-party/include/openssl/objects.h [new file with mode: 0644]
third-party/include/openssl/ocsp.h [new file with mode: 0644]
third-party/include/openssl/opensslconf.h [new file with mode: 0644]
third-party/include/openssl/opensslv.h [new file with mode: 0644]
third-party/include/openssl/ossl_typ.h [new file with mode: 0644]
third-party/include/openssl/pem.h [new file with mode: 0644]
third-party/include/openssl/pem2.h [new file with mode: 0644]
third-party/include/openssl/pkcs12.h [new file with mode: 0644]
third-party/include/openssl/pkcs7.h [new file with mode: 0644]
third-party/include/openssl/pqueue.h [new file with mode: 0644]
third-party/include/openssl/rand.h [new file with mode: 0644]
third-party/include/openssl/rc2.h [new file with mode: 0644]
third-party/include/openssl/rc4.h [new file with mode: 0644]
third-party/include/openssl/ripemd.h [new file with mode: 0644]
third-party/include/openssl/rsa.h [new file with mode: 0644]
third-party/include/openssl/safestack.h [new file with mode: 0644]
third-party/include/openssl/seed.h [new file with mode: 0644]
third-party/include/openssl/sha.h [new file with mode: 0644]
third-party/include/openssl/srp.h [new file with mode: 0644]
third-party/include/openssl/srtp.h [new file with mode: 0644]
third-party/include/openssl/ssl.h [new file with mode: 0644]
third-party/include/openssl/ssl2.h [new file with mode: 0644]
third-party/include/openssl/ssl23.h [new file with mode: 0644]
third-party/include/openssl/ssl3.h [new file with mode: 0644]
third-party/include/openssl/stack.h [new file with mode: 0644]
third-party/include/openssl/symhacks.h [new file with mode: 0644]
third-party/include/openssl/tls1.h [new file with mode: 0644]
third-party/include/openssl/ts.h [new file with mode: 0644]
third-party/include/openssl/txt_db.h [new file with mode: 0644]
third-party/include/openssl/ui.h [new file with mode: 0644]
third-party/include/openssl/ui_compat.h [new file with mode: 0644]
third-party/include/openssl/whrlpool.h [new file with mode: 0644]
third-party/include/openssl/x509.h [new file with mode: 0644]
third-party/include/openssl/x509_vfy.h [new file with mode: 0644]
third-party/include/openssl/x509v3.h [new file with mode: 0644]
third-party/lib/engines/4758cca.dll [new file with mode: 0644]
third-party/lib/engines/aep.dll [new file with mode: 0644]
third-party/lib/engines/atalla.dll [new file with mode: 0644]
third-party/lib/engines/capi.dll [new file with mode: 0644]
third-party/lib/engines/chil.dll [new file with mode: 0644]
third-party/lib/engines/cswift.dll [new file with mode: 0644]
third-party/lib/engines/gmp.dll [new file with mode: 0644]
third-party/lib/engines/gost.dll [new file with mode: 0644]
third-party/lib/engines/nuron.dll [new file with mode: 0644]
third-party/lib/engines/padlock.dll [new file with mode: 0644]
third-party/lib/engines/sureware.dll [new file with mode: 0644]
third-party/lib/engines/ubsec.dll [new file with mode: 0644]
third-party/lib/libeay32.lib [new file with mode: 0644]
third-party/lib/ssleay32.lib [new file with mode: 0644]