gopherproxy-c

Gopher HTTP proxy in C (CGI)
git clone git://git.codemadness.org/gopherproxy-c
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-08-30 19:25CSS: use dark mode browser UI when in dark modeHiltjo Posthuma1+1-1
2023-02-26 15:11pass query string to the gopher selector tooHiltjo Posthuma1+11-11
2022-05-16 12:46print a message if a protocol is not supportedHiltjo Posthuma1+3-0
2022-03-19 10:51CSS dark mode: make links blueHiltjo Posthuma1+1-1
2022-03-19 10:48make URI parsing a bit more flexible again + sync some URI parse partsHiltjo Posthuma1+22-13
2022-03-19 10:31sync URL parsing codeHiltjo Posthuma1+119-36
2022-03-19 10:31bump LICENSE yearHiltjo Posthuma1+1-1
2022-03-19 10:30CSS: add dark modeHiltjo Posthuma1+4-2
2019-05-15 17:24enable pledge by default on OpenBSDHiltjo Posthuma2+1-3
2019-05-15 17:20support + type, thanks pazz0 for the patchHiltjo Posthuma1+12-6
2019-05-15 17:05README: document restrictionsHiltjo Posthuma1+7-0
2019-05-15 17:05rename dial to edial, reset timeout values before setsockoptHiltjo Posthuma1+9-7
2018-08-30 19:42output correct HTML on error when dir handlingHiltjo Posthuma1+5-2
2018-08-30 15:50README: clarify tor and torsocks useHiltjo Posthuma1+8-3
2018-08-21 15:43improve uri parsing according to the RFC specHiltjo Posthuma1+5-6
2018-08-19 19:01README: add instructions for tor proxyingtrqx@goat.si1+10-1
2018-08-19 17:00README: add caddy configurationtrqx@goat.si1+6-0
2018-08-19 16:55README: fix typotrqx@goat.si1+1-1
2018-08-17 16:50README: add CGI configuration examplesHiltjo Posthuma1+22-0
2018-08-17 16:37minor code-styleHiltjo Posthuma1+3-4
2018-08-17 16:37parseuri: support IPv6 address for hostHiltjo Posthuma1+18-7
2018-08-17 16:36blacklist path not starting with / and ports other than 70 or 7070Hiltjo Posthuma1+4-0
2018-08-17 14:08telnet/tn3270: don't use @ if username is emptyHiltjo Posthuma1+4-2
2018-08-17 14:08README: Gopher+ is not supportedHiltjo Posthuma1+1-0
2018-08-17 14:01for the gif type set Content-Type explicitly, try image detection by extensionHiltjo Posthuma1+23-3
2018-08-17 14:00handle telnet and tn3270 typesHiltjo Posthuma1+13-0
2018-08-17 14:00display more types as documented in the RFC, distinguish reserved typesHiltjo Posthuma1+14-2
2018-08-17 13:59Makefile: when changing Makefile: rebuildHiltjo Posthuma1+2-0
2018-08-17 13:59Makefile: build static by defaultHiltjo Posthuma1+1-1
2018-08-17 13:58README: update and document workaround for a bug with nginx 1.12Hiltjo Posthuma1+57-3
2018-08-17 10:50fix: initialize uri also when query is emptyHiltjo Posthuma1+2-3
2018-08-14 12:23dial error: add newlineHiltjo Posthuma1+1-1
2018-08-13 10:42Add Linux compile support.Christoph Lohmann1+2-0
2018-08-12 17:28for uri use a simple pointer: no copy is neededHiltjo Posthuma1+4-4
2018-08-12 17:28fix fallthrough, search items were displayed incorrectlyHiltjo Posthuma1+1-0
2018-08-12 17:27use dprintf and reorder so a fflush is not needed, saves some linesHiltjo Posthuma2+6-9
2018-08-12 17:26for normal info text prefix with type (spaces) so it aligns properlyHiltjo Posthuma1+1-0
2018-08-12 17:10simplify item type handling, make shorter urisHiltjo Posthuma1+24-46
2018-08-12 16:30fix include for timeJosuah Demangeon1+1-1
2018-08-12 16:14initial repoHiltjo Posthuma5+637-0