index
:
sliderule.git
main
The small web toolkit for Go
Travis Parker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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 :wildcards
v1.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-routers
v1.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
2023-09-07
fix attempt on gopher cgis
v1.3.2
tjpcc
2023-09-07
missing import
v1.3.1
tjpcc
2023-09-07
fix loop exit conditions on extended gophermap parsing
tjpcc
2023-09-07
execing included gophermaps
tjpcc
2023-09-07
fix line number on error msg
tjpcc
2023-09-07
global-inclusion
tjpcc
2023-09-07
add the server host to gopher requests
tjpcc
2023-09-07
all the gopher CGI handlers to support gophernicus behaviors
v1.3.0
tjpcc
2023-09-06
contrib/fs.GuessGopherItemType -> gopher.GuessItemType
tjpcc
2023-09-03
implement gophernicus extensions for gophermaps
tjpcc
2023-09-03
sw-convert and sw-fetch tools
tjpcc
2023-09-01
README updates
tjpcc
2023-09-01
refactor gophermap template handling and add markdown conversion
tjpcc
2023-09-01
simplify internal gemini template-handling functions
tjpcc
2023-09-01
gophermap->html conversion with overridable templates
tjpcc
2023-08-31
minor for loop cleanup
tjpcc
2023-08-31
a gopher MapDocument is a MenuType
tjpcc
2023-08-31
move gemtext->atom conversion into package atomconv like the other converters
tjpcc
2023-08-26
AutoAtom: early exit on any non-gemini requests
tjpcc
2023-08-26
AutoAtom: middleware that supports adding .atom to any gemtext path
v1.2.0
tjpcc
[next]