index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gmid.c
Age
Commit message (
Expand
)
Author
2021-01-25
rework the configless mode: change flags and generate certs
Omar Polo
2021-01-25
chroot & drop privileges
Omar Polo
2021-01-25
order
Omar Polo
2021-01-24
added support for location blocks
Omar Polo
2021-01-24
initialize config
Omar Polo
2021-01-24
move configuration init stuff in its own function
Omar Polo
2021-01-21
add ends_with
Omar Polo
2021-01-21
const-ify parameter to strtonum
Omar Polo
2021-01-21
use strtonum
Omar Polo
2021-01-21
rename mimes to mime ; pass config esplicitly to mime* functions
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-18
improve mime handling
Omar Polo
2021-01-18
removing err/warn functions with our fatal
Omar Polo
2021-01-17
reorganize: move bunch of functions to server.c
Omar Polo
2021-01-17
re-enable daemon mode
Omar Polo
2021-01-17
missing break
Omar Polo
2021-01-17
switch to getcwd
Omar Polo
2021-01-16
split into two processes: listener and executor
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
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
conf & vhosts
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
reject non-gemini protocols with 53
1.4
Omar Polo
2021-01-11
s/uri/iri since we accept IRIs
Omar Polo
2021-01-11
fix build
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
macro reordering
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
ignore also SIGHUP
Omar Polo
2020-12-28
fix CGI with new IRI parser
Omar Polo
2020-12-25
implement a valid RFC3986 (URI) parser
Omar Polo
2020-12-24
moving declarations to header file
Omar Polo
2020-12-21
always check absolutify_path return
Omar Polo
2020-12-21
make -d handle correctly non-absolute paths
Omar Polo
2020-12-20
reorder & fmt
Omar Polo
2020-12-02
logging reworked and daemonize by default
Omar Polo
2020-12-02
clients certs support for CGI
Omar Polo
2020-11-18
fix bug introduced in last version regarding full URLs
1.3.2
Omar Polo
2020-11-18
correctly handle also non absolute URLs
Omar Polo
[next]