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-10-31
rework `make dist'
Omar Polo
2022-07-07
include contrib/ in dist
Anna “CyberTailor”
2022-07-04
add missing manpage for gg
1.8.4
Omar Polo
2022-07-04
typo
Omar Polo
2022-07-04
include Makefile.depend too
Omar Polo
2022-07-04
refactor the makefile / configure
Omar Polo
2022-07-04
the install target ought to depend on gg too
Omar Polo
2022-04-07
install gmid.conf.5 too
Omar Polo
2022-03-29
fix `make static': compile `gg' too!
Omar Polo
2022-03-26
add target `test' alias for `regress'
Omar Polo
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
[next]