about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore80log plain blame
-rw-r--r--.gitmodules78log plain blame
-rw-r--r--COPYING18009log plain blame
-rw-r--r--Makefile2800log plain blame
-rw-r--r--README3107log LDFLAGS += ${LIBRESSL_PREFIX:%=-L%/lib} LDLIBS = -lcrypt -lcrypto -ltls BINS = calico pounce MANS = ${BINS:=.1} RCS = ${BINS:%=rc.d/%} DIRS = ${ETCDIR}/pounce /var/run/calico -include config.mk OBJS += bounce.o OBJS += client.o OBJS += config.o OBJS += local.o OBJS += ring.o OBJS += server.o OBJS += state.o dev: tags all all: ${BINS} calico: dispatch.o ${CC} ${LDFLAGS} dispatch.o ${LDLIBS_calico} -o $@ pounce: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ ${OBJS}: bounce.h compat.h dispatch.o: compat.h tags: *.c *.h ctags -w *.c *.h clean: rm -f tags ${BINS} ${OBJS} dispatch.o install: ${BINS} ${MANS} ${RCS} install -d ${PREFIX}/bin ${MANDIR}/man1 install ${BINS} ${PREFIX}/bin install -m 644 ${MANS} ${MANDIR}/man1 if [ -n '${RCS}' ]; then install -d ${ETCDIR}/rc.d; fi if [ -n '${RCS}' ]; then install ${RCS} ${ETCDIR}/rc.d; fi if [ -n '${DIRS}' ]; then install -d ${DIRS}; fi uninstall: rm -f ${BINS:%=${PREFIX}/bin/%} rm -f ${MANS:%=${MANDIR}/man1/%} if [ -n '${RCS}' ]; then rm -f ${RCS:%=${ETCDIR}/%}; fi if [ -n '${DIRS}' ]; then rmdir ${DIRS}; fi localhost.crt: printf "[dn]\nCN=localhost\n[req]\ndistinguished_name=dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth" \ | openssl req -x509 -out localhost.crt -keyout localhost.key \ -newkey rsa:2048 -nodes -sha256 \ -subj '/CN=localhost' -extensions EXT -config /dev/fd/0
id=8c2a1367c49dbe54c90f63ae93e0c78473c7dfba'>log plain blame m---------git @ 93310a40log blame -rw-r--r--html.c4152log plain blame -rw-r--r--html.h673log plain blame -rw-r--r--parsing.c4072log plain blame -rw-r--r--shared.c7479log plain blame d---------tests549log plain -rw-r--r--ui-atom.c2963log plain blame -rw-r--r--ui-atom.h112log plain blame -rw-r--r--ui-blob.c1677log plain blame -rw-r--r--ui-blob.h137log plain blame -rw-r--r--ui-commit.c2876log plain blame -rw-r--r--ui-commit.h109log plain blame -rw-r--r--ui-diff.c7711log plain blame -rw-r--r--ui-diff.h259log plain blame -rw-r--r--ui-log.c3805log plain blame -rw-r--r--ui-log.h177log plain blame -rw-r--r--ui-patch.c3082log plain blame -rw-r--r--ui-patch.h105log plain blame -rw-r--r--ui-refs.c4501log plain blame -rw-r--r--ui-refs.h182log plain blame -rw-r--r--ui-repolist.c4002log plain blame -rw-r--r--ui-repolist.h146log plain blame -rw-r--r--ui-shared.c16965log plain blame -rw-r--r--ui-shared.h1884log plain blame -rw-r--r--ui-snapshot.c3368log plain blame -rw-r--r--ui-snapshot.h205log plain blame -rw-r--r--ui-summary.c1685log plain blame -rw-r--r--ui-summary.h142log plain blame -rw-r--r--ui-tag.c1629log plain blame -rw-r--r--ui-tag.h101log plain blame -rw-r--r--ui-tree.c5009log plain blame -rw-r--r--ui-tree.h119log plain blame