index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2022-02-03
add gg to `make regress` dependencies
Anna “CyberTailor”
2022-01-30
install gg too
Omar Polo
2022-01-30
typo
Omar Polo
2022-01-03
track file dependency using -MMD if available
Omar Polo
2022-01-03
add `gg' to the list of things to clean
Omar Polo
2022-01-03
remove TAGS and compile_flags.txt from the list of default actions
Omar Polo
2022-01-02
fix regress when TESTS is more than one word
Omar Polo
2022-01-02
make clean: don't clean regress, add cleanall for that
Omar Polo
2021-12-29
add ability to proxy requests
Omar Polo
2021-12-29
reimplement gg
Omar Polo
2021-10-07
allow to run only a subset of the runtime tests
Omar Polo
2021-07-11
fix "warning: jobserver unavailable: using -j1"
Anna “CyberTailor”
2021-06-16
remove last occurrences of lex
Omar Polo
2021-06-16
drop the dependency on lex by implementing yylex by ourselves
Omar Polo
2021-05-24
move gg to regress
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-04-25
sort the auto index alphabetically
Omar Polo
2021-04-14
hide output of etags
Omar Polo
2021-03-29
fix static target
Omar Polo
2021-02-23
make sure -o is passed to ${CC} in suffix rule
Omar Polo
2021-02-23
clean objects in compat dir
Omar Polo
2021-02-07
improve logs management
Omar Polo
2021-02-01
drop unused target iri_test
Omar Polo
2021-02-01
generate compile_flags for clangd
Omar Polo
2021-01-30
typo
Omar Polo
2021-01-30
remove unused target
Omar Polo
2021-01-27
use starts_with in puny.c
Omar Polo
2021-01-27
initial punycode support
Omar Polo
2021-01-23
gg may need some compat
Omar Polo
2021-01-23
use gg instead of gg.py for the regression suite
Omar Polo
2021-01-23
add gg, a barebones Gemini client
Omar Polo
2021-01-22
brand new regress suite
Omar Polo
2021-01-21
improve install target
Omar Polo
2021-01-21
add a configure script and some compat
Omar Polo
2021-01-18
remove README.md target
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-17
build docs + install and static targets
Omar Polo
2021-01-17
add runtime tests for the server
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
sandbox also on FreeBSD with capsicum
Omar Polo
2021-01-15
conf & vhosts
Omar Polo
2021-01-11
s/uri/iri since we accept IRIs
Omar Polo
2021-01-11
new README + wording in manpage
Omar Polo
2021-01-09
switch to Bjoern Hoehrmann UTF-8 decoder
Omar Polo
2020-12-25
implement a valid RFC3986 (URI) parser
Omar Polo
2020-10-07
improve make error message if etags is not found
Omar Polo
2020-10-02
fixed quoting in Makefile
Omar Polo
2020-10-02
initial commit
Omar Polo