]> Cypherpunks.ru repositories - nncp.git/commit
Initial
authorSergey Matveev <stargrave@stargrave.org>
Fri, 6 Jan 2017 11:06:21 +0000 (14:06 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 6 Jan 2017 11:06:21 +0000 (14:06 +0300)
commitd1cd3a4bf2dac997edea5a76bccad6e0c9e2f65f
treef56314768f7ffb29d7b54208201f47491f18703c
Initial
46 files changed:
.gitmodules [new file with mode: 0644]
BSDmakefile [new file with mode: 0644]
COPYING [new file with mode: 0644]
VERSION [new file with mode: 0644]
common.mk [new file with mode: 0644]
src/cypherpunks.ru/nncp/base32.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cfg.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/check.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-call/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-check/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-daemon/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-file/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-freq/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-log/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-mail/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-newnode/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-pkt/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-stat/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-toss/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/cmd/nncp-xfer/main.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/ctx.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/humanizer.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/jobs.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/llp.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/log.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/nncp.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/node.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/pkt.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/pkt_test.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/sortbynice.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/tmp.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/toss.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/toss_test.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/tx.go [new file with mode: 0644]
src/cypherpunks.ru/nncp/tx_test.go [new file with mode: 0644]
src/github.com/davecgh/go-xdr [new submodule]
src/github.com/devi/blake2 [new submodule]
src/github.com/devi/chap [new submodule]
src/github.com/dustin/go-humanize [new submodule]
src/github.com/flynn/noise [new submodule]
src/github.com/minio/blake2b-simd [new submodule]
src/golang.org/x/crypto [new submodule]
src/golang.org/x/net [new submodule]
src/golang.org/x/sys [new submodule]
src/gopkg.in/check.v1 [new submodule]
src/gopkg.in/yaml.v2 [new submodule]