index
:
slingr
gssdp
libupnp
master
A simple CLI for UPnP media file streaming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2018-07-18
Refactor out notification calls
Yuval Adam
2018-07-17
Implement play/pause and cleanup
Yuval Adam
2018-07-17
HTTP requests successful, aww yiss
Yuval Adam
2018-07-17
Use a proper
Yuval Adam
2018-07-17
Second round of refactoring
Yuval Adam
2018-07-17
First round of runtime refactoring
Yuval Adam
2018-07-12
Run HTTP server on a separate thread, all good
Yuval Adam
2018-07-12
Test HTTP file serving
Yuval Adam
2018-07-11
Initial implementation and test for parse_udp_message
Yuval Adam
2018-07-11
Add UDP comms thread
Yuval Adam
2018-07-09
Use descriptin from env
Yuval Adam
2018-07-09
Add --subtitles flag
Yuval Adam
2018-07-09
Add device arg
Yuval Adam
2018-07-08
Implemented a properly threaded user input loop
Yuval Adam
2018-07-08
Back to reading a single char
Yuval Adam
2018-07-07
Use cargo vars for app metadata
Yuval Adam
2018-07-06
Send out a discovery search request
Yuval Adam
2018-07-05
Oops we need colored
Yuval Adam
2018-07-05
Restructure and remove colored
Yuval Adam
2018-07-05
Termios solution works
Yuval Adam
2018-07-05
Remove rustyline and cleanup
Yuval Adam
2018-07-03
Add input file path validation
Yuval Adam
2018-07-03
File should be positional arg
Yuval Adam
2018-07-03
Add rustyline dependency
Yuval Adam
2018-07-03
Add basic clap structure
Yuval Adam
2018-07-03
Add basic usage print with color
Yuval Adam
2018-07-03
Initial rust binary project
Yuval Adam