index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.c
Age
Commit message (
Expand
)
Author
2021-07-07
style(9)-ify
Omar Polo
2021-07-06
gracefully shut down fastcgi backends
Omar Polo
2021-06-16
strncpy -> strlcpy
Omar Polo
2021-06-12
explicitly use c->fd instead of fd
Omar Polo
2021-06-12
mark backend as FCGI_READY when getting a fd
Omar Polo
2021-05-15
use the correct document root
Omar Polo
2021-05-15
const-ify strip_path
Omar Polo
2021-05-15
fmt
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-04-30
ensure %p (path) is always absolute
Omar Polo
2021-04-30
allow ``root'' rule to be specified per-location block
Omar Polo
2021-04-29
added ``alias'' option to define hostname aliases for a server
Omar Polo
2021-04-25
don't save the directory fd in c->pfd
Omar Polo
2021-04-25
sort the auto index alphabetically
Omar Polo
2021-04-20
rename reschedule_* to yield_*
Omar Polo
2021-04-13
define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scripts
Omar Polo
2021-03-31
list instead of fixed-size array for vhosts and locations
Omar Polo
2021-03-20
move all sandbox-related code to sandbox.c
Omar Polo
2021-03-19
refactoring: imsg everywhere
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
tests and compat for imsg
Omar Polo
2021-02-12
mark reschedule_write inline & static
Omar Polo
2021-02-12
other s/fnmatch/matches
Omar Polo
2021-02-12
fix various compilation errors
Omar Polo
2021-02-12
accept4 -> accept
Omar Polo
2021-02-12
typo
Omar Polo
2021-02-12
fix occurrence of (killed) load_file
Omar Polo
2021-02-12
don't mmap
Omar Polo
2021-02-12
fix config reload
Omar Polo
2021-02-10
fix "first location" bug
Omar Polo
2021-02-09
add `require client ca' rule to require certs signed by a CA
Omar Polo
2021-02-08
refactor apply_block_return
Omar Polo
2021-02-08
fix seccomp for the new event loop
Omar Polo
2021-02-08
rewrite main loop using libevent
Omar Polo
2021-02-07
define TLS_CLIENT_NOT_BEFORE/NOT_AFTER in CGI scripts
Omar Polo
2021-02-07
don't fprintf
Omar Polo
2021-02-07
improve logs management
Omar Polo
2021-02-07
handle also EAGAIN together with EWOULDBLOCK
Omar Polo
2021-02-06
add the ``entrypoint'' option
Omar Polo
2021-02-06
swap check in vhost_* fns
Omar Polo
2021-02-06
added ``block return'' and ``strip'' options
Omar Polo
2021-02-06
fix auto index precedence
Omar Polo
2021-02-04
reload configuration on SIGHUP
Omar Polo
2021-02-03
use upper bound given by poll
Omar Polo
2021-02-03
revert commit 346f28eeaa205d268d1e63c7ffd86cf041f6d1e6
Omar Polo
2021-02-02
move mark_nonblock to utils.c
Omar Polo
2021-02-02
mark various functions as static
Omar Polo
2021-02-02
cgi now follows globbing rules
Omar Polo
2021-02-02
print the header in the directory listing
Omar Polo
[next]