index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-20
gmid v1.6 -- "Stargazers"
v1.6
Omar Polo
2021-03-20
typo
Omar Polo
2021-03-20
update README
Omar Polo
2021-03-20
typo
Omar Polo
2021-03-20
fix signal handling so it works on linux too
Omar Polo
2021-03-20
[seccomp] allow prlimit64
Omar Polo
2021-03-20
fix correct shutdown after SIG{INT,TERM}
Omar Polo
2021-03-20
sync changelog
Omar Polo
2021-03-20
kill only $pid during regress testing
Omar Polo
2021-03-20
quit every process cleanly when receiving SIGINT or SIGTERM
Omar Polo
2021-03-20
move all sandbox-related code to sandbox.c
Omar Polo
2021-03-20
sync ChangeLog
Omar Polo
2021-03-19
refactoring: imsg everywhere
Omar Polo
2021-03-03
handle SIGHUP gracefully
Omar Polo
2021-03-03
split usage string into two lines
Omar Polo
2021-03-03
fix out-of-bounds access
Omar Polo
2021-03-03
give each server process its own socket for the executor
Omar Polo
2021-02-23
include sys/types.s to fix the build on OpenBSD
Omar Polo
2021-02-23
updated readme
Omar Polo
2021-02-23
[seccomp] allow sendmsg
Omar Polo
2021-02-23
sync global variables
Omar Polo
2021-02-23
move log_init & vars to gmid.c, retain logger_main in log.c
Omar Polo
2021-02-23
checks for compat + don't initialise HAVE_*
Omar Polo
2021-02-23
fix various error in compat/err.c
Omar Polo
2021-02-23
make sure -o is passed to ${CC} in suffix rule
Omar Polo
2021-02-23
clean objects in compat dir
Omar Polo
2021-02-23
add compat/*.o
Omar Polo
2021-02-23
move vhost_should_log call to server.c
Omar Polo
2021-02-23
add `log on/off' to enable/disable logs per-location
Omar Polo
2021-02-23
don't directly include sys/queue.h
Omar Polo
2021-02-23
tests and compat for imsg
Omar Polo
2021-02-23
moving logging to its own process
Omar Polo
2021-02-12
mark reschedule_write inline & static
Omar Polo
2021-02-12
other s/fnmatch/matches
Omar Polo
2021-02-12
typo
Omar Polo
2021-02-12
kill debug printf
Omar Polo
2021-02-12
include config.h first
Omar Polo
2021-02-12
fix various compilation errors
Omar Polo
2021-02-12
accept4 -> accept
Omar Polo
2021-02-12
BUFSIZ is variable, we need *exactly* 1024
Omar Polo
2021-02-12
typo
Omar Polo
2021-02-12
fix occurrence of (killed) load_file
Omar Polo
2021-02-12
echo parsing test result
Omar Polo
2021-02-12
don't mmap
Omar Polo
2021-02-12
fix config reload
Omar Polo
2021-02-12
dup line
Omar Polo
2021-02-11
improve compat/getprogname on GNU libc
Omar Polo
2021-02-11
add check for program_invocation_short_name
Omar Polo
2021-02-11
add -levent in the example
Omar Polo
2021-02-11
use fatal instead of err/fprintf+exit
Omar Polo
[next]