about summary refs log tree commit diff stats
path: root/bonus/gmifetch/gmifetch.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for gemini by default, update readmebptato2023-12-101-683/+0
* gmifetch: fix uninitialized memory access & UAFbptato2023-11-171-10/+9
* gmifetch: do not decode URLs from query stringbptato2023-11-171-2/+0
* gmifetch: properly set minimum TLS version, include string.hbptato2023-11-011-4/+2
* gmifetch: fix bugsbptato2023-10-291-10/+19
* gmifetch: get rid of globalsbptato2023-10-091-39/+43
* gmifetch: fix buffer overflowbptato2023-10-081-1/+1
* Add urimethodmap supportbptato2023-09-301-0/+675