about summary refs log tree commit homepage
path: root/lib/dtas/mpd_emu_client.rb
DateCommit message (Collapse)
2016-01-22mpd: beginnings of list support mpd
2016-01-22mpd: frozen_string_literal + copyright updates for 2016
2016-01-22mpd_emu: preliminary arg checking + stats
We can rely on Ruby-only techniques for simplifying our arg checks.
2016-01-22dtas-mpd-emu: beginning of the MPD emulation proxy
Get basic commands and output buffering (in-memory) working. The original mpd buffers large responses into memory, too, so there probably isn't much concern for DoS-ing with slow clients like a typical web server has.