aboutsummaryrefslogtreecommitdiff
path: root/gg.1
AgeCommit message (Collapse)Author
2024-08-03gg: support IPv6 addresses in -POmar Polo
2024-06-03bump dateOmar Polo
2024-05-29gg: add -q to avoid printing "Server says"Omar Polo
2023-10-19minor semplifications to some sentencesOmar Polo
2023-10-18SEE ALSO for gg tooOmar Polo
2023-10-15gg: exit with the gemini response codeOmar Polo
0 is still used for 2X replies, and "external" failures (e.g. network, tls, ...) are still using exit code 1. Gemini non-2x replies now get their response code reported as-is as status code.
2023-08-03minor tweaks to gg(1)Omar Polo
2023-06-24gg.1: improve -d descriptionOmar Polo
2022-10-30remove -v from ggOmar Polo
undocumented flag to dump to stdout the request before doing it. Not useful, it's debugging leftover.
2022-01-30fix gg -P flag description: the `:' is in the optional partOmar Polo
2022-01-27s/whole/allOmar Polo
2022-01-13fix and sync gg usageOmar Polo
2021-12-29reimplement ggOmar Polo
This is a better version of gg. Initially it grew with flags directly needed to the specific test cases I wanted to write, so it's ugly to use but handy for tests. This is a new and re-thought implementation that it is (hopefully) easier to use both and "curl-like for gemini" but also for scripts and tests cases. One completely new feature is the proxying support with -P to send the request to the given host.
2021-05-24move gg to regressOmar Polo
2021-02-09gg: add support for client certsOmar Polo
2021-01-27customizable servname & verbose + misc tweaksOmar Polo
* add -H for explicit servname (for SNI) * add -v to print also the request * misc tweaks: move *flag variables to global scope (initialisation to 0 for free!) and explicit handshake.
2021-01-23add gg, a barebones Gemini clientOmar Polo