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.h
Age
Commit message (
Expand
)
Author
2021-01-30
invert the location precedence: first match wins
Omar Polo
2021-01-29
puny_decode: set an error string
Omar Polo
2021-01-28
punycode: refactoring
Omar Polo
2021-01-28
delete unused constant
Omar Polo
2021-01-28
remove unused function
Omar Polo
2021-01-27
improve configuration parsing error
Omar Polo
2021-01-27
const-ify strings in struct location
Omar Polo
2021-01-27
use starts_with in puny.c
Omar Polo
2021-01-27
trim_req_iri: set error string
Omar Polo
2021-01-27
drop the daemon config in favour of the -f flag
Omar Polo
2021-01-27
const-ify puny_decode (and add puny.c)
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-25
chroot & drop privileges
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-22
use a helper to handle no-body replies
Omar Polo
2021-01-22
rename goodbye -> close_conn
Omar Polo
2021-01-21
add ends_with
Omar Polo
2021-01-21
rename mimes to mime ; pass config esplicitly to mime* functions
Omar Polo
2021-01-21
fix prototypes
Omar Polo
2021-01-21
add a configure script and some compat
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
add "lang" server option
Omar Polo
2021-01-18
move mimes into the struct config
Omar Polo
2021-01-18
add "mime" and "default type" option for the configuration
Omar Polo
2021-01-18
improve mime handling
Omar Polo
2021-01-17
reorganize: move bunch of functions to server.c
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
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
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
s/uri/iri since we accept IRIs
Omar Polo
2021-01-11
fix build
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
macro reordering
Omar Polo
2021-01-09
switch to Bjoern Hoehrmann UTF-8 decoder
Omar Polo
2020-12-28
rename cgi_setpoll_on_* to cgi_poll_on_*
Omar Polo
[next]