index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gg.c
Age
Commit message (
Expand
)
Author
2024-08-03
gg: support IPv6 addresses in -P
Omar Polo
2024-06-10
gg: use snprintf
Omar Polo
2024-05-29
gg: unbreak -n
Omar Polo
2024-05-29
gg: add -q to avoid printing "Server says"
Omar Polo
2023-10-18
gg: prepend "Server says" to the reply code
Omar Polo
2023-10-18
gg: print the response header for non-2x replies to standard error
Omar Polo
2023-10-15
gg: exit with the gemini response code
Omar Polo
2023-10-14
copyright#
Omar Polo
2023-07-23
revert previous
Omar Polo
2023-07-22
use __dead instead of __attribute__((noreturn))
Omar Polo
2023-07-22
gg: warn when the TLS layer is not closed properly
Omar Polo
2023-06-13
avoid arithmetic on void pointers (GNU extension)
Omar Polo
2023-06-06
call setlocale()
Omar Polo
2022-11-17
always cast is*() arguments to unsigned char
Omar Polo
2022-10-30
remove -v from gg
Omar Polo
2022-09-10
specify custom version strings for the various cmds
Omar Polo
2022-01-27
s/whole/all
Omar Polo
2022-01-13
shuffle the code a bit to improve readability
Omar Polo
2022-01-13
fix and sync gg usage
Omar Polo
2021-12-29
reimplement gg
Omar Polo
2021-05-24
move gg to regress
Omar Polo
2021-02-12
fix various compilation errors
Omar Polo
2021-02-09
gg: add support for client certs
Omar Polo
2021-01-27
customizable servname & verbose + misc tweaks
Omar Polo
2021-01-23
reuse the same buffer for the request and response
Omar Polo
2021-01-23
handle TLS_WANT_POLL{IN,OUT}
Omar Polo
2021-01-23
don't alter the struct iri
Omar Polo
2021-01-23
add gg, a barebones Gemini client
Omar Polo