summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-04-04another day, another lazy loader HEAD mainTed Unangst
2022-04-01no commentsTed Unangst
2022-03-26save this so we don't lose itTed Unangst
2022-03-25better filtersTed Unangst
2022-03-06almost in placeTed Unangst
2022-03-01get it goingTed Unangst
2022-03-01start reworking to use yaegiTed Unangst
2019-08-21just hostname here, minus port, should make things easier to work withTed Unangst
2019-08-13rework filtering to provide some more features. try to document some of it even.Ted Unangst
2019-08-13simply close code a bitTed Unangst
2019-05-05update permitted tagsTed Unangst
2019-04-20go.mod buildTed Unangst
2019-04-20filter to chew on toots as wellTed Unangst
2019-03-29the main tag may be just the tag we're searching forTed Unangst
2019-03-29allow id attribute, so #urls workTed Unangst
2019-03-17repair accidental commit to filter.luaTed Unangst
2019-03-16connect to port 80 is not tls. also add back a bit of logging.Ted Unangst
2019-03-16Added tag v0.9.9 for changeset c9662fb3d18cTed Unangst
2019-03-07attempt to deal with websockets. maybe it works. v0.9.9Ted Unangst
2019-03-06forgot, easier to just peek than read/unreadTed Unangst
2019-03-06use a semi custom transport for roundtripTed Unangst
2019-03-06simply code a bit. notably, http.transport does a better job handlingTed Unangst
2019-03-06keepalive means we need better timeout handlingTed Unangst
2019-03-06keep the connection open (for https).Ted Unangst
2019-02-17slip the command line filter into the main execTed Unangst
2019-02-16replace some silly writestring(sprintf) calls with fprintfTed Unangst
2019-02-14include some more information in the error message sent to browserTed Unangst
2019-02-14Added tag v0.9.8 for changeset ce93d20d49b5Ted Unangst
2019-02-14update readme to latest style v0.9.8Ted Unangst
2019-02-08a tweak here and there to the filter rulesTed Unangst
2019-02-06copyrightTed Unangst
2019-02-06Added tag v0.9.7 for changeset 185ab726a7c3Ted Unangst
2019-02-06silly to keep release.sh here v0.9.7Ted Unangst
2019-02-06sometimes content is in .contentTed Unangst
2019-02-05a bit more precision about head vs bodyTed Unangst
2019-02-05allow link tags such as found in headTed Unangst
2019-02-05reformat some codeTed Unangst
2019-02-05chunked transfer encodingTed Unangst
2019-02-05in case we're not gzipping, use a bufioTed Unangst
2019-02-05possibly faster to escape and write in one passTed Unangst
2019-02-05allow tables to have rowspan and colspanTed Unangst
2019-02-05include links to embedded youtube videos instead of hidingTed Unangst
2019-02-05the html we write will always be utf-8. prevent encoding mismatches.Ted Unangst
2019-01-31a function to save unfiltered url for debugging troublesome sitesTed Unangst
2019-01-29still need to send 200 when not interceptingTed Unangst
2019-01-29move outbound connection up earlier so we can report connect errorsTed Unangst
2019-01-26tweak the locking to be a bit more efficientTed Unangst
2019-01-26rename some variables to make things easier to followTed Unangst
2019-01-25start using context and deadlines. incomplete.Ted Unangst
2019-01-25openbsd defaults to 2048 bit key, but make it explicitTed Unangst