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-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
2021-02-01
simplify handle_cgi
Omar Polo
2021-02-01
switch to handle_open_conn right after handshake
Omar Polo
2021-02-01
client state machine: function pointers instead of enum+switch
Omar Polo
2021-02-01
bring the CGI implementation in par with GLV-1.12556
Omar Polo
2021-01-30
typo
Omar Polo
2021-01-30
invert the location precedence: first match wins
Omar Polo
2021-01-29
don't ignore punycode errors when decoding SNI-provided servname
Omar Polo
2021-01-29
puny_decode: set an error string
Omar Polo
2021-01-28
don't log the SNI & matching
Omar Polo
2021-01-27
log info about SNI, punycode and matched vhost
Omar Polo
2021-01-27
some null checks
Omar Polo
2021-01-27
trim_req_iri: set error string
Omar Polo
2021-01-27
initial punycode support
Omar Polo
2021-01-25
rework the configless mode: change flags and generate certs
Omar Polo
2021-01-24
added support for location blocks
Omar Polo
2021-01-24
added support for location blocks
Omar Polo
2021-01-24
void-ify some functions
Omar Polo
2021-01-24
refactoring state management
Omar Polo
2021-01-24
added index option
Omar Polo
[prev]
[next]