2019-05-02 18:14 | atom feed: use text for title | Hiltjo Posthuma | 1 | +1 | -1 |
2019-04-06 20:16 | twitch: revert transport settings, hide User-Agent | Hiltjo Posthuma | 1 | +4 | -8 |
2019-04-06 20:14 | fix DNS issue, golang uses its own internal DNS resolver | Hiltjo Posthuma | 1 | +2 | -1 |
2019-04-06 18:39 | vods layout: autofocus search field, use f as format parameter | Hiltjo Posthuma | 2 | +6 | -5 |
2019-04-06 18:38 | tweak HTTP transport defaults | Hiltjo Posthuma | 1 | +8 | -1 |
2019-04-06 18:05 | twitch: code-style: define structure at the top | Hiltjo Posthuma | 1 | +21 | -21 |
2019-04-06 18:04 | vods: layout tweak | Hiltjo Posthuma | 1 | +1 | -1 |
2019-04-06 17:52 | add support to list VODS by loginname using Twitch Helix API | Hiltjo Posthuma | 7 | +194 | -3 |
2019-04-06 16:21 | remove pledge.go | Hiltjo Posthuma | 1 | +0 | -8 |
2019-02-04 19:15 | increase connect timeout | Hiltjo Posthuma | 2 | +3 | -3 |
2019-02-04 19:11 | remove pledge | Hiltjo Posthuma | 3 | +0 | -76 |
2018-04-01 22:44 | stylesheet: slightly improve padding, fix permissions | Hiltjo Posthuma | 9 | +2 | -5 |
2017-11-10 00:00 | layout improvements | Hiltjo Posthuma | 5 | +21 | -22 |
2017-10-29 18:12 | improve style + clearfix | Hiltjo Posthuma | 2 | +16 | -12 |
2017-09-08 20:33 | compatibility for pledge: stub for other platforms | Hiltjo Posthuma | 1 | +8 | -0 |
2017-09-08 10:33 | fix pledge for chmod UNIX domain socket | Hiltjo Posthuma | 1 | +21 | -14 |
2017-09-08 10:33 | template: autofocus field | Hiltjo Posthuma | 1 | +1 | -1 |
2017-08-06 11:17 | use https links, remove livestreamer and quvi link | Hiltjo Posthuma | 3 | +6 | -8 |
2016-11-06 18:43 | treat status != 200 as error | Hiltjo Posthuma | 2 | +5 | -1 |
2016-09-20 20:00 | twitch.sh: Client-ID is not required after a token is requested | Hiltjo Posthuma | 1 | +0 | -1 |
2016-09-20 19:54 | add Twitch Client-ID support | Hiltjo Posthuma | 6 | +101 | -91 |
2016-06-12 18:05 | update README for rc example file | Hiltjo Posthuma | 1 | +1 | -17 |
2016-06-12 17:59 | add twitch rc file | Hiltjo Posthuma | 1 | +65 | -0 |
2016-06-12 17:41 | whoops add asm.s for go < 1.6 | Hiltjo Posthuma | 1 | +8 | -0 |
2016-06-12 17:40 | improve pledge | Hiltjo Posthuma | 2 | +17 | -2 |
2016-06-12 14:44 | add Makefile for convenience | Hiltjo Posthuma | 1 | +5 | -0 |
2016-06-12 14:23 | pledge twitch-go (WIP) | Hiltjo Posthuma | 2 | +45 | -0 |
2016-06-12 14:22 | remove PID file hack | Hiltjo Posthuma | 1 | +0 | -37 |
2015-10-23 19:26 | README: change /etc/rc.d/twitch | Hiltjo Posthuma | 1 | +1 | -1 |
2015-07-26 10:18 | update README | Hiltjo Posthuma | 1 | +5 | -2 |
2015-07-26 10:18 | twitch: dont panic(err), use log | Hiltjo Posthuma | 1 | +7 | -6 |
2015-07-26 10:10 | update README: add nginx example | Hiltjo Posthuma | 1 | +18 | -0 |
2015-07-25 12:28 | twitch: error checking for http.NewRequest | Hiltjo Posthuma | 1 | +3 | -0 |
2015-07-25 12:27 | add LICENSE (ISC) | Hiltjo Posthuma | 1 | +13 | -0 |
2015-07-25 12:27 | add README | Hiltjo Posthuma | 1 | +38 | -0 |
2015-07-25 12:08 | twitch: 10 second timeout and close body on redirect error too | Hiltjo Posthuma | 1 | +9 | -2 |
2015-07-25 12:07 | loadtemplates: stop if there is any error searching for template files | Hiltjo Posthuma | 1 | +3 | -0 |
2015-05-18 20:03 | layout: add input bar in menu | Hiltjo Posthuma | 1 | +4 | -0 |
2015-05-18 20:02 | chdir if non-empty | Hiltjo Posthuma | 1 | +5 | -3 |
2015-05-17 13:14 | remove appconfig, add -m to set UDS chmod for convenience | Hiltjo Posthuma | 1 | +34 | -32 |
2015-05-17 13:00 | improvements/convenience for daemon mode | Hiltjo Posthuma | 1 | +22 | -12 |
2015-05-17 09:06 | handle bad requests | Hiltjo Posthuma | 2 | +22 | -5 |
2015-05-10 08:26 | cleanup | Hiltjo Posthuma | 15 | +406 | -443 |
2015-04-11 18:54 | main: write status code first | Hiltjo Posthuma | 1 | +2 | -2 |
2015-04-11 18:53 | main: remove GetPlaylist() its not used like this | Hiltjo Posthuma | 1 | +0 | -14 |
2015-04-11 18:52 | main: remove more unused code and simplify | Hiltjo Posthuma | 1 | +7 | -19 |
2015-04-11 18:46 | main: remove unused code | Hiltjo Posthuma | 1 | +1 | -5 |
2015-04-11 18:14 | main.go: go fmt | Hiltjo Posthuma | 1 | +15 | -15 |
2015-04-11 18:11 | usage: fix typo | Hiltjo Posthuma | 1 | +1 | -1 |
2015-04-11 18:01 | initial repo, twitch.tv webapp, project to learn Go | Hiltjo Posthuma | 9 | +790 | -0 |