Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-09 | Fix file buffer does not take effect. No idea why golang's io utility is so ↵ | Keuin | |
suck. Use ad-hoc buffered copy loop instead. | |||
2022-09-08 | Support specify IP network type (ipv4, ipv6, in arbitrary combination and ↵ | Keuin | |
priority) | |||
2022-09-08 | Remove unnecessary newline in log text. | Keuin | |
2022-09-08 | Add watch restart sleep. | Keuin | |
2022-09-08 | Support custom file write buffer size. | Keuin | |
2022-09-08 | Completely fix timing of goroutines. Implement graceful shutdown correctly. | Keuin | |
2022-09-08 | Bugfix: process won't quit when sending Ctrl-C. | Keuin | |
Print runtime information to logs in main() function. | |||
2022-09-08 | Load config from file or cli. | Keuin | |
2022-09-07 | Handle error correctly when copying live stream. | Keuin | |
2022-09-07 | First working version. Just a POC. | Keuin | |