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-01-17
build docs + install and static targets
Omar Polo
2021-01-17
re-enable daemon mode
Omar Polo
2021-01-17
fix runtime test on linux
Omar Polo
2021-01-17
add runtime tests for the server
Omar Polo
2021-01-17
grammar
Omar Polo
2021-01-17
sync changes
Omar Polo
2021-01-17
update readme
Omar Polo
2021-01-17
we don't need to check for CGI anymore
Omar Polo
2021-01-17
initial seccomp support
Omar Polo
2021-01-17
missing break
Omar Polo
2021-01-17
switch to getcwd
Omar Polo
2021-01-16
wording
Omar Polo
2021-01-16
split into two processes: listener and executor
Omar Polo
2021-01-15
set SERVER_NAME to the vhost when executing CGI scripts
Omar Polo
2021-01-15
drop inet_ntop leftovers
Omar Polo
2021-01-15
move cgi stuff to its own file
Omar Polo
2021-01-15
add protocols to the config
Omar Polo
2021-01-15
sync changes
Omar Polo
2021-01-15
check also that the port number matches
Omar Polo
2021-01-15
style
Omar Polo
2021-01-15
sandbox also on FreeBSD with capsicum
Omar Polo
2021-01-15
update README
Omar Polo
2021-01-15
added sample configuration
Omar Polo
2021-01-15
normalize host name when parsing the IRI
Omar Polo
2021-01-15
conf & vhosts
Omar Polo
2021-01-13
typo
Omar Polo
2021-01-13
sync changes
Omar Polo
2021-01-13
normalize schema when parsing the IRI
Omar Polo
2021-01-13
track handshakes
Omar Polo
2021-01-11
avoid __dead and return at the end of main
Omar Polo
2021-01-11
fix build on non-OpenBSD systems
1.4.1
Omar Polo
2021-01-11
reject non-gemini protocols with 53
1.4
Omar Polo
2021-01-11
remove infinite loop
Omar Polo
2021-01-11
s/uri/iri since we accept IRIs
Omar Polo
2021-01-11
fix build
Omar Polo
2021-01-11
new README + wording in manpage
Omar Polo
2021-01-11
fix remote_user for CGI and add -6 flag to enable ipv6
Omar Polo
2021-01-10
accept both ipv4 and ipv6
Omar Polo
2021-01-10
log also the port of the client
Omar Polo
2021-01-10
make FATAL and LOG inline functions
Omar Polo
2021-01-10
inline should be before type, gcc says
Omar Polo
2021-01-10
macro reordering
Omar Polo
2021-01-09
switch some macros to inline functions
Omar Polo
2021-01-09
switch to Bjoern Hoehrmann UTF-8 decoder
Omar Polo
2021-01-08
remove leftovers from debugging
Omar Polo
2021-01-08
simplify loop
Omar Polo
2021-01-01
simplify unveil/pledge calls
Omar Polo
2020-12-28
rename cgi_setpoll_on_* to cgi_poll_on_*
Omar Polo
2020-12-28
initialize error string to avoid returning garbage
Omar Polo
2020-12-28
fixing prototype order
Omar Polo
[next]