about summary refs log tree commit homepage
path: root/lib/dtas/player/client_handler.rb
DateCommit message (Expand)
2013-09-09player: s/echo/wall/ for broadcasting to all watchers
2013-09-09tracklist: implement single-track repeat
2013-09-09player: "tl goto" takes optional offset arg in HHMMSS.SUBSEC
2013-09-09player: implement previous/next commands
2013-09-09player/client_handler: prevent seek from excessive requeue
2013-09-09player/client_handler: "tl add" returns track_id of added track
2013-09-09player: implement basic tracklist functionality
2013-09-01player/client_handler: support for dumping individual env
2013-09-01player/client_handler: cleanup to avoid redundant code
2013-09-01player: add "state dump" command to serialize state
2013-08-29remove "encoding: binary" header use
2013-08-28add license/copyright headers/footers to all files
2013-08-27player: fix sink auto-restart on "sink ed" changes
2013-08-26client_handler: remove redundant checks for @current.pid
2013-08-26player: restart sinks on "sink ed" modification
2013-08-26player: sink ed pipe_size= disallows nils
2013-08-26player: flesh out multi-source in protocol/sourceedit
2013-08-25player: fix logic around sink death/respawns
2013-08-25split out source handling to prepare for avconv/ffmpeg support
2013-08-25more cleanups for packaging and documentation v0.0.0
2013-08-24player: cd/pwd handlers for manipulating working directory
2013-08-24initial commit