2024-11-13 18:41 | Encode characters for 'q' parameter to get passed and parsed correctly | Julian Schweinsberg | 1 | +25 | -1 |
2024-08-03 13:03 | support gophers:// by falling back to a plain-text connection (for now) | Hiltjo Posthuma | 1 | +6 | -1 |
2024-08-03 13:03 | Makefile: improve Makefile, sync from hurl Makefile | Hiltjo Posthuma | 1 | +42 | -10 |
2024-08-03 13:02 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2023-08-30 19:25 | CSS: use dark mode browser UI when in dark mode | Hiltjo Posthuma | 1 | +1 | -1 |
2023-02-26 15:11 | pass query string to the gopher selector too | Hiltjo Posthuma | 1 | +11 | -11 |
2022-05-16 12:46 | print a message if a protocol is not supported | Hiltjo Posthuma | 1 | +3 | -0 |
2022-03-19 10:51 | CSS dark mode: make links blue | Hiltjo Posthuma | 1 | +1 | -1 |
2022-03-19 10:48 | make URI parsing a bit more flexible again + sync some URI parse parts | Hiltjo Posthuma | 1 | +22 | -13 |
2022-03-19 10:31 | sync URL parsing code | Hiltjo Posthuma | 1 | +119 | -36 |
2022-03-19 10:31 | bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
2022-03-19 10:30 | CSS: add dark mode | Hiltjo Posthuma | 1 | +4 | -2 |
2019-05-15 17:24 | enable pledge by default on OpenBSD | Hiltjo Posthuma | 2 | +1 | -3 |
2019-05-15 17:20 | support + type, thanks pazz0 for the patch | Hiltjo Posthuma | 1 | +12 | -6 |
2019-05-15 17:05 | README: document restrictions | Hiltjo Posthuma | 1 | +7 | -0 |
2019-05-15 17:05 | rename dial to edial, reset timeout values before setsockopt | Hiltjo Posthuma | 1 | +9 | -7 |
2018-08-30 19:42 | output correct HTML on error when dir handling | Hiltjo Posthuma | 1 | +5 | -2 |
2018-08-30 15:50 | README: clarify tor and torsocks use | Hiltjo Posthuma | 1 | +8 | -3 |
2018-08-21 15:43 | improve uri parsing according to the RFC spec | Hiltjo Posthuma | 1 | +5 | -6 |
2018-08-19 19:01 | README: add instructions for tor proxying | trqx@goat.si | 1 | +10 | -1 |
2018-08-19 17:00 | README: add caddy configuration | trqx@goat.si | 1 | +6 | -0 |
2018-08-19 16:55 | README: fix typo | trqx@goat.si | 1 | +1 | -1 |
2018-08-17 16:50 | README: add CGI configuration examples | Hiltjo Posthuma | 1 | +22 | -0 |
2018-08-17 16:37 | minor code-style | Hiltjo Posthuma | 1 | +3 | -4 |
2018-08-17 16:37 | parseuri: support IPv6 address for host | Hiltjo Posthuma | 1 | +18 | -7 |
2018-08-17 16:36 | blacklist path not starting with / and ports other than 70 or 7070 | Hiltjo Posthuma | 1 | +4 | -0 |
2018-08-17 14:08 | telnet/tn3270: don't use @ if username is empty | Hiltjo Posthuma | 1 | +4 | -2 |
2018-08-17 14:08 | README: Gopher+ is not supported | Hiltjo Posthuma | 1 | +1 | -0 |
2018-08-17 14:01 | for the gif type set Content-Type explicitly, try image detection by extension | Hiltjo Posthuma | 1 | +23 | -3 |
2018-08-17 14:00 | handle telnet and tn3270 types | Hiltjo Posthuma | 1 | +13 | -0 |
2018-08-17 14:00 | display more types as documented in the RFC, distinguish reserved types | Hiltjo Posthuma | 1 | +14 | -2 |
2018-08-17 13:59 | Makefile: when changing Makefile: rebuild | Hiltjo Posthuma | 1 | +2 | -0 |
2018-08-17 13:59 | Makefile: build static by default | Hiltjo Posthuma | 1 | +1 | -1 |
2018-08-17 13:58 | README: update and document workaround for a bug with nginx 1.12 | Hiltjo Posthuma | 1 | +57 | -3 |
2018-08-17 10:50 | fix: initialize uri also when query is empty | Hiltjo Posthuma | 1 | +2 | -3 |
2018-08-14 12:23 | dial error: add newline | Hiltjo Posthuma | 1 | +1 | -1 |
2018-08-13 10:42 | Add Linux compile support. | Christoph Lohmann | 1 | +2 | -0 |
2018-08-12 17:28 | for uri use a simple pointer: no copy is needed | Hiltjo Posthuma | 1 | +4 | -4 |
2018-08-12 17:28 | fix fallthrough, search items were displayed incorrectly | Hiltjo Posthuma | 1 | +1 | -0 |
2018-08-12 17:27 | use dprintf and reorder so a fflush is not needed, saves some lines | Hiltjo Posthuma | 2 | +6 | -9 |
2018-08-12 17:26 | for normal info text prefix with type (spaces) so it aligns properly | Hiltjo Posthuma | 1 | +1 | -0 |
2018-08-12 17:10 | simplify item type handling, make shorter uris | Hiltjo Posthuma | 1 | +24 | -46 |
2018-08-12 16:30 | fix include for time | Josuah Demangeon | 1 | +1 | -1 |
2018-08-12 16:14 | initial repo | Hiltjo Posthuma | 5 | +637 | -0 |