]> git.xolatile.top Git - soikk-server.git/commit
Initial commit
authorEnrique <enriquedelacalhacar@gmail.com>
Mon, 6 Jan 2025 15:40:25 +0000 (16:40 +0100)
committerEnrique <enriquedelacalhacar@gmail.com>
Mon, 6 Jan 2025 15:40:25 +0000 (16:40 +0100)
commit7f3fab3aab6a4de059277330fa52049033f022fc
treeb918c9dc8314463fb67cfbd1d33338b814d03a7a
Initial commit
12 files changed:
Makefile [new file with mode: 0755]
src/crc64/crc64.c [new file with mode: 0755]
src/crc64/crc64.h [new file with mode: 0755]
src/dir/dir.c [new file with mode: 0755]
src/dir/dir.h [new file with mode: 0755]
src/ipc/ipc.c [new file with mode: 0755]
src/ipc/ipc.h [new file with mode: 0755]
src/main.c [new file with mode: 0755]
src/net/net.c [new file with mode: 0755]
src/net/net.h [new file with mode: 0755]
src/util/util.h [new file with mode: 0755]
src/worker.c [new file with mode: 0755]