index
:
slbr
api-server
bugfix-ci-test
master
refactor-common
restart-cooldown
Simple lightweight Bilibili live recorder.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Collapse
)
Author
2022-09-12
Bugfix: occasionally the program won't start because of a racing condition.
v0.2.1
Keuin
2022-09-10
Rename module path to GitHub repo.
Keuin
2022-09-10
Bugfix: wrong error message when the program is run without any argument.
Keuin
2022-09-10
Fix task is not properly restarted when the live is closed and started again.
Keuin
Use more friendly log format to replace golang's default `log.Logger`. (not completed) Cleaner task status management.
2022-09-08
Print shutdown logs properly. Handle multiple signal channels using in one ↵
Keuin
goroutine.
2022-09-08
Remove redundant ".". Better default values.
Keuin
2022-09-08
Remove redundant "."
Keuin
2022-09-08
Add watch restart sleep.
Keuin
2022-09-08
Correctly handle signals on exit.
Keuin
2022-09-08
Completely fix timing of goroutines. Implement graceful shutdown correctly.
Keuin
2022-09-08
Pretty task profile display.
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
First working version. Just a POC.
Keuin