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-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
2020-12-28
ignore also SIGHUP
Omar Polo
2020-12-28
fix CGI with new IRI parser
Omar Polo
2020-12-27
fmt
Omar Polo
2020-12-26
typos
Omar Polo
2020-12-26
mention IRI in changelong
Omar Polo
2020-12-26
reject %00
Omar Polo
2020-12-26
IRI support
Omar Polo
2020-12-25
mention the %2F caveat
Omar Polo
2020-12-25
implement a valid RFC3986 (URI) parser
Omar Polo
2020-12-24
added missing copyright stuff
Omar Polo
2020-12-24
moving declarations to header file
Omar Polo
2020-12-21
improve wording
Omar Polo
2020-12-21
always check absolutify_path return
Omar Polo
2020-12-21
mention change in changelog file
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
mention the bugfix and tag 1.3.1
1.3.1
Omar Polo
2020-11-18
correctly handle also non absolute URLs
Omar Polo
2020-11-18
handle //example.com urls
Omar Polo
2020-11-18
make port number configurable
Omar Polo
2020-11-10
fixed changelog format for old entries
1.3
Omar Polo
2020-11-10
[cgi] added support for path parameters
Omar Polo
2020-11-06
regen readme
Omar Polo
2020-11-06
documentation improvements
Omar Polo
2020-11-06
[cgi] execute cgi scripts only inside a specific directory
Omar Polo
2020-11-06
[cgi] set QUERY_STRING only if there is a query string
Omar Polo
2020-11-06
[debug] print number of connected clients on SIGINFO
Omar Polo
[next]