about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore76log plain blame
-rw-r--r--.gitmodules78log plain blame
-rw-r--r--COPYING18009log plain blame
-rw-r--r--Makefile1734log plain blame
-rw-r--r--README3107log plain blame
-rw-r--r--cache.c2303log plain blame
-rw-r--r--cgit.c6158log plain blame
-rw-r--r--cgit.css5531log plain blame
-rw-r--r--cgit.h7678log plain blame
-rw-r--r--cgitrc4218log plain blame
-rwxr-xr-xgen-version.sh392log plain blame
m---------git @ 552ce110log blame
-rw-r--r--html.c2878log plain blame
-rw-r--r--parsing.c5524log plain blame
-rw-r--r--shared.c12436log plain blame
-rw-r--r--ui-blob.c650log plain blame
-rw-r--r--ui-commit.c6200log plain blame
-rw-r--r--ui-diff.c3849log plain blame
-rw-r--r--ui-log.c3047log plain blame
-rw-r--r--ui-repolist.c2785log plain blame
-rw-r--r--ui-shared.c10324log plain blame
-rw-r--r--ui-snapshot.c4315log plain blame
-rw-r--r--ui-summary.c4596log plain blame
-rw-r--r--ui-tag.c1569log plain blame
-rw-r--r--ui-tree.c4815log plain blame
class='logsubject'>Implement service statusJune McEnroe 2020-08-15Parse control commandsJune McEnroe 2020-08-15Read service pipesJune McEnroe Changed line reading functions to return const char * because modifying the strings by adding '\0' into them screws up the following call. 2020-08-15Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe CLOCK_MONOTONIC exists everywhere. 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe Can be passed to ppoll(2) directly. 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe