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
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
2020-11-06
handle CGI concurrently
Omar Polo
2020-11-06
[cgi] setenv instead of building an env + define more env variables
Omar Polo
2020-11-06
pass the query parameter to start_cgi
Omar Polo
2020-11-06
extract query parameters from the URL
Omar Polo
2020-11-06
ensure the requested protocol is “gemini”
Omar Polo
2020-11-06
mark every open file as close-on-exec
Omar Polo
2020-11-06
implementing CGI – NOT READY YET!
Omar Polo
2020-11-06
added option to log to a file
Omar Polo
2020-11-06
typo
Omar Polo
2020-11-05
doc: point out that we can handle multiple clients concurrently
Omar Polo
2020-11-05
define a MIME type for xml files
Omar Polo
2020-11-03
update the changelog and tag 1.2
1.2
Omar Polo
2020-11-03
ignore SIGPIPE
Omar Polo
2020-10-15
initial work for ipv6
Omar Polo
2020-10-14
new release: 1.1
1.1
Omar Polo
2020-10-14
added a changelog file
Omar Polo
2020-10-14
switching to mmap() based file handling
Omar Polo
2020-10-14
style
Omar Polo
2020-10-07
improve make error message if etags is not found
Omar Polo
2020-10-07
put back the missing lseek, and change variables name
Omar Polo
2020-10-07
added support for mime types (by looking at file extension)
1.0
Omar Polo
2020-10-07
rewrote the main loop to use poll
Omar Polo
2020-10-07
fmt
Omar Polo
2020-10-03
correct the ../ removal function
Omar Polo
2020-10-03
improving style: no functional changes
Omar Polo
2020-10-03
minor documentation edits
Omar Polo
2020-10-03
extend installation notes
Omar Polo
2020-10-03
remame sendfile to send_file and senddir to send_dir
Omar Polo
2020-10-03
explicitly require TLS 1.2 or 1.3
Omar Polo
2020-10-02
added license
Omar Polo
2020-10-02
fixed quoting in Makefile
Omar Polo
2020-10-02
fix errors in manpage
Omar Polo
2020-10-02
initial commit
Omar Polo