]> Cypherpunks.ru repositories - govpn.git/commit
Move source code to separate directory. Bind dependent libraries to commits
authorSergey Matveev <stargrave@stargrave.org>
Sat, 9 May 2015 20:49:21 +0000 (23:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 9 May 2015 20:52:19 +0000 (23:52 +0300)
commite0b2dac4d0732860cf41d8ffa4ddbeeb3fa04696
tree48554815270bec9efb30ccae991754fdc7d4b9af
parentccb80395c232bcc9b75b6a316d82030f399508de
Move source code to separate directory. Bind dependent libraries to commits

Prepare to supply all dependent libraries together with GoVPN source
code. Move everything to src subdirectory. Write makefile that will
clone necessary repositories with specified commits.

Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
17 files changed:
makefile
src/.gitignore [new file with mode: 0644]
src/govpn/cmd/govpn-client/main.go [moved from cmd/govpn-client/main.go with 100% similarity]
src/govpn/cmd/govpn-server/main.go [moved from cmd/govpn-server/main.go with 100% similarity]
src/govpn/cmd/govpn-verifier/main.go [moved from cmd/govpn-verifier/main.go with 100% similarity]
src/govpn/common.go [moved from common.go with 100% similarity]
src/govpn/govpn.go [moved from govpn.go with 100% similarity]
src/govpn/handshake.go [moved from handshake.go with 100% similarity]
src/govpn/identify.go [moved from identify.go with 100% similarity]
src/govpn/stats.go [moved from stats.go with 100% similarity]
src/govpn/tap.go [moved from tap.go with 100% similarity]
src/govpn/tap_freebsd.go [moved from tap_freebsd.go with 100% similarity]
src/govpn/tap_linux.go [moved from tap_linux.go with 100% similarity]
src/govpn/transport.go [moved from transport.go with 100% similarity]
src/govpn/transport_test.go [moved from transport_test.go with 100% similarity]
src/govpn/verifier.go [moved from verifier.go with 100% similarity]
src/makefile [new file with mode: 0644]