about summary refs log tree commit homepage
DateCommit message (Expand)
2014-12-22reduce syscalls in recvmsg invocations
2014-12-22dtas-tl: halve write() syscalls when emitting tracklists
2014-12-21dtas-console: '>' and '<' keys for tracklist next/prev
2014-12-08tracklist: favor &:sym_to_proc style
2014-12-08compat_onenine: simplify pipe wrapper
2014-12-08process: update comment for bug workaround #2
2014-12-08process: update comment for bug workaround
2014-10-21dtas 0.8.0 - player bugfixes v0.8.0
2014-10-21unix_accepted: wait for readability on EAGAIN
2014-10-21favor &:proc form instead of blocks in more places
2014-10-18sink: favor &:proc form instead of blocks
2014-10-18unix_server: fix for infinite loop
2014-09-22dtas-console: force encoding for current locale
2014-08-26doc: document "tl get"/"dtas-tl cat" escaping gotcha
2014-08-26client_handler: minor cleanup (favor &:proc)
2014-08-16rely on filesystem encoding
2014-08-16xs: favor &: block style for simple cases
2014-07-06tests: hoist out pluck generation
2014-07-05fadefx: remove module
2014-06-30remove builtin-$FADEFX support
2014-06-30test_splitfx: fix tests without opus{enc,dec}
2014-06-30test/helper: ancient minitest compatibility
2014-06-23trimfx: initial cut of scheduling + gap filling
2014-06-06update copyrights and email address for 2014
2014-05-26player: style cleanup to favor &:methods
2014-03-13test/helper: compat w/ coverage in Feature #9508
2014-02-24dtas-console: add note to install "curses" gem if missing
2013-12-30dtas 0.7.0 - minor feature and teeny optimizations v0.7.0
2013-12-27player: optimize away some more select calls
2013-12-27merge some select calls for splice users
2013-12-27buffer/read_write: style and minor cleanup
2013-12-27unix_server: remove unnecessary begin block
2013-12-27buffer/splice: favor &:method for blocks
2013-12-06client_handler: style: prefer terser &:method form
2013-12-06buffer/read_write: broadcast_one must be non-blocking
2013-12-01splitfx: support --no-dither/-D option
2013-10-19INSTALL: update for 0.6.0 release
2013-10-19dtas 0.6.0 - player tracklist fixes/improvements v0.6.0
2013-10-17fadefx: initial commit
2013-10-17trimfx: flesh out parsing of commands
2013-10-15trimfx: flesh out to_sox_arg implementation
2013-10-13trimfx: initial bits
2013-10-13use shorter socket constants for sockets
2013-10-12IO#nread compatibility for Rubinius (Linux-only)
2013-10-10dtas-tl: "reto" command does not scan track IDs
2013-10-10player: "tl remove" properly stops current track
2013-10-10tracklist: fix off-by-one when adding track
2013-10-10format: common detection code (based on sox)
2013-10-10tracklist: update position when track is added
2013-10-09dtas-partstats: initial implementation