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
/
bilibili
/
streaming.go
Age
Commit message (
Expand
)
Author
2023-07-30
Refactor: extract pretty duration to a function. Create `pretty` package for ...
v0.5.1
Keuin
2023-07-30
Report download progress regularly
Keuin
2023-07-14
Refactor: use pointer type of `Bilibili` to prevent unexpected copy.
Keuin
2023-07-11
Refactor: move data structures to a separate package to avoid circular depend...
Keuin
2023-07-07
Refactor: move file operations into single package.
Keuin
2023-07-02
Refactor: distinct task errors with type enum.
Keuin
2023-07-02
Refactor: move task error types to separate package.
Keuin
2023-07-02
Refactor: move RoomId type to the correct package. Type all room ID usages.
Keuin
2023-07-01
Refactor: rename consts to follow Go idiom. Fix const comment style.
Keuin
2022-09-16
Bugfix: empty files will be created if the live room is opened but the live h...
Keuin
2022-09-15
Use io.CopyN to utilize zero copy technique.
Keuin
2022-09-15
Make copy and write IO operations async.
Keuin
2022-09-14
Refactor: proper error handling.
v0.3.3
Keuin
2022-09-11
Add log.
Keuin
2022-09-10
Rename module path to GitHub repo.
Keuin
2022-09-10
Replace all logger usages to custom logging.Logger.
Keuin
2022-09-10
Fix task is not properly restarted when the live is closed and started again.
Keuin
2022-09-09
Fix file buffer does not take effect. No idea why golang's io utility is so s...
Keuin
2022-09-08
Support specify IP network type (ipv4, ipv6, in arbitrary combination and pri...
Keuin
2022-09-08
Proper notification when the live is ended.
Keuin
2022-09-08
Completely fix timing of goroutines. Implement graceful shutdown correctly.
Keuin
2022-09-08
Remove unnecessary boolean flag.
Keuin
2022-09-07
Handle error correctly when copying live stream.
Keuin
2022-09-07
First working version. Just a POC.
Keuin