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-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
2021-01-23
accumulate the whole response line for CGI scripts
Omar Polo
2021-01-22
use a helper to handle no-body replies
Omar Polo
2021-01-22
rename goodbye -> close_conn
Omar Polo
2021-01-21
fix redirects
Omar Polo
2021-01-21
ensure we're in the correct state
Omar Polo
2021-01-21
use fnmatch on the domain name
Omar Polo
2021-01-21
simplify flow when SNI is missing
Omar Polo
2021-01-21
don't crash on wrong vhost or missing SNI
Omar Polo
2021-01-20
improve logs
Omar Polo
2021-01-19
drop useless field
Omar Polo
2021-01-19
moving "default type" from global options to server options
Omar Polo
2021-01-19
rename reason to meta
Omar Polo
2021-01-19
add "lang" server option
Omar Polo
2021-01-18
removing err/warn functions with our fatal
Omar Polo
2021-01-17
removing O_CLOEXEC
Omar Polo
2021-01-17
reorganize: move bunch of functions to server.c
Omar Polo