]> git.stg.codes - stg.git/commit
Introduced SGCP library.
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 11 May 2015 16:25:41 +0000 (19:25 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 11 May 2015 16:25:41 +0000 (19:25 +0300)
commita8690e044055da20e4cf7d7d7e51d182b5e09154
treee005b3c4739d63a09cd96c885ab6d7b108a413ee
parent1538d6276533140505fddb71c99a0bafe6ca9182
Introduced SGCP library.
16 files changed:
stglibs/sgcp.lib/Makefile [new file with mode: 0644]
stglibs/sgcp.lib/crypto.cpp [new file with mode: 0644]
stglibs/sgcp.lib/crypto.h [new file with mode: 0644]
stglibs/sgcp.lib/include/stg/sgcp_proto.h [new file with mode: 0644]
stglibs/sgcp.lib/include/stg/sgcp_transport.h [new file with mode: 0644]
stglibs/sgcp.lib/include/stg/sgcp_types.h [new file with mode: 0644]
stglibs/sgcp.lib/include/stg/sgcp_utils.h [new file with mode: 0644]
stglibs/sgcp.lib/proto.cpp [new file with mode: 0644]
stglibs/sgcp.lib/tcp.cpp [new file with mode: 0644]
stglibs/sgcp.lib/tcp.h [new file with mode: 0644]
stglibs/sgcp.lib/transport.cpp [new file with mode: 0644]
stglibs/sgcp.lib/udp.cpp [new file with mode: 0644]
stglibs/sgcp.lib/udp.h [new file with mode: 0644]
stglibs/sgcp.lib/unix.cpp [new file with mode: 0644]
stglibs/sgcp.lib/unix.h [new file with mode: 0644]
stglibs/sgcp.lib/utils.cpp [new file with mode: 0644]