Rework of many things
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 5 Feb 2019 15:14:10 +0000 (16:14 +0100)
committerJose Bollo <jose.bollo@iot.bzh>
Mon, 29 Apr 2019 15:29:38 +0000 (17:29 +0200)
commitfac09aebb3bb0daed47ea510d3b0374d7350650a
treeab47ec7fe43bf65d80fd3f5fea3c60cbe0760f3c
parent6a244fcacf49034b93a7fd2f3988f71d9ffd5fd2
Rework of many things

Change-Id: Iadeba6f0602f7be017244c2602fae2bbe2abf74e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
32 files changed:
.gitignore
src/CMakeLists.txt
src/cache.c
src/cache.h
src/cyn.c
src/cyn.h
src/data.h [new file with mode: 0644]
src/db.c
src/db.h
src/dbinit.c [new file with mode: 0644]
src/dbinit.h [new file with mode: 0644]
src/expire.c [new file with mode: 0644]
src/expire.h [new file with mode: 0644]
src/fbuf.c
src/fbuf.h
src/lib-compat.c
src/main-cynadm.c
src/main-cynarad.c
src/pollitem.c [new file with mode: 0644]
src/pollitem.h [new file with mode: 0644]
src/prot.c
src/prot.h
src/queue.c
src/queue.h
src/rcyn-client.c
src/rcyn-client.h
src/rcyn-protocol.c
src/rcyn-protocol.h
src/rcyn-protocol.txt
src/rcyn-server.c
src/rcyn-server.h
src/socket.c