Age | Commit message (Expand) | Author |
2024-01-15 | add response.Request in the http clientHEADv1.6.2main | tjp |
2024-01-14 | tolerate bare newlines in gophermap parsing (non CRLF) | tjp |
2024-01-13 | dial timeouts for clients, and catch up on test fixes | tjp |
2024-01-10 | handle relative redirects | tjp |
2024-01-10 | function to get names of gemini response codes | tjp |
2024-01-10 | add a *Request to Response | tjp |
2024-01-04 | titan support in the client.Upload() method | tjp |
2024-01-04 | unify spartan prompt lines with gemini link lines | tjp |
2024-01-03 | optional tabs for gopher i lines | tjp |
2024-01-03 | http client bugfix - used wrong type cast | tjp |
2023-11-14 | fix for double-encoded nex request pathsv1.6.1 | tjp |
2023-11-14 | bugfixes from the Protocol refactorv1.6.0 | tjp |
2023-11-13 | remove the old contrib/sharedhost replacement approach | tjp |
2023-11-13 | lint and bug fixes | tjp |
2023-11-13 | add nex protocol support | tjp |
2023-11-13 | refactor contribs to work with a Protocol interface | tjp |
2023-11-01 | allow titan uploads in the meta-client | tjpcc |
2023-10-31 | enable optional selector/host/port in extended gophermap lines | tjpcc |
2023-10-30 | allow for bare LF line endings in spartanv1.5.0 | tjpcc |
2023-10-30 | support spartan in auto-atom conversion middleware | tjpcc |
2023-10-30 | set request body in spartan.ParseRequest | tjpcc |
2023-10-30 | multitls support for virtualhosting with SNI | tjpcc |
2023-10-30 | spartan support in fs and cgi contribs | tjpcc |
2023-10-30 | [sw-fetch] send error outputs to stderr | tjpcc |
2023-10-30 | multi-client/http bugfixes | tjpcc |
2023-10-30 | always InsecureSkipVerify in gemini clients | tjpcc |
2023-10-30 | move gemini titan request handling from server to request parser | tjpcc |
2023-10-30 | support uploads in sliderule.Client and sw-fetch tool | tjpcc |
2023-10-10 | add NewTLSServer for gopher and finger | tjpcc |
2023-10-10 | support an overridden "cmd" for CGIs | tjpcc |
2023-10-10 | log client IPs | tjpcc |
2023-10-10 | gofmt + allow finger requests without CRLF line ending | tjpcc |
2023-10-09 | fix for Router.Mount()v1.4.1 | tjpcc |
2023-10-09 | router/pathtree: support a required path segment prefix before :wildcardsv1.4.0 | tjpcc |
2023-10-09 | logging.Base() | tjpcc |
2023-10-09 | more useful tlsauth.Approver type | tjpcc |
2023-10-09 | contrib/fs.TitanUpload improvements | tjpcc |
2023-10-09 | improves filetype detection | tjpcc |
2023-09-30 | file serving refactor | tjpcc |
2023-09-23 | nit style fix | tjpcc |
2023-09-23 | recognize .gph as gophermap | tjpcc |
2023-09-23 | improve shared host path handling | tjpcc |
2023-09-17 | allow mounted sub-routers to own the root path without a trailing slash | tjpcc |
2023-09-16 | add a docstring note about root paths in mounted sub-routersv1.3.3 | tjpcc |
2023-09-15 | allow slash-ending paths in pathTree | tjpcc |
2023-09-15 | include the root route in pathtree.Routes() | tjpcc |
2023-09-14 | make debug log text more visible | tjpcc |
2023-09-14 | add REMOTE_PORT to CGI env | tjpcc |
2023-09-09 | sw-convert format switch cleanup | tjpcc |
2023-09-09 | log stderr on failed CGIs | tjpcc |