about summary refs log tree commit homepage
DateCommit message (Expand)
2015-12-25doc: various wording fixes and doc enhancements
2015-12-25enable "frozen_string_literal: true"
2015-12-20dtas-readahead: use our spawn fix properly
2015-12-20mlib: fix update
2015-12-16mlib: wire up search/find/stats to the UI
2015-12-15dtas-tl: add "aac" (add-after-current) command
2015-12-15gemspec: require Ruby 1.9.3 at minimum
2015-12-15dtas-tl: "edit" gives sequential track IDs on new tracks
2015-12-15nodoc internal classes
2015-12-15Revert "dtas-tl: simplify existing addtail/addhead while we're at it"
2015-12-14rg_state: fixup replaygain normalization
2015-12-14Merge branch '0.12.x-stable'
2015-12-14Rakefile: add Atom feed to website 0.12.x-stable
2015-12-14player: implement software volume control
2015-12-14Merge branch '0.12.x-stable'
2015-12-14dtas 0.12.1 - one bugfix! :x v0.12.1
2015-12-14dtas-tl edit: fix ordering of newly-added songs
2015-12-14dtas-tl: fixup addtail again
2015-12-14dtas-tl: simplify existing addtail/addhead while we're at it
2015-12-14dtas-tl edit: fix ordering of newly-added songs
2015-12-14dtas 0.12.0 - many player updates v0.12.0
2015-12-14doc: document additions to tracklist handling
2015-12-14dtas-tl: learn an "edit" sub command
2015-12-14player: show "tracklist" hash with summary info with "current"
2015-12-14tracklist: swap functionality
2015-12-13unix_accepted: enable checking for readability after emit
2015-12-13parse_time: enable frozen_string_literal
2015-12-13player: dump state file asynchronously when requested
2015-12-13test_unixserver: remove test for element limit
2015-12-13player: support "tl clear" internally
2015-12-13mlib: SYSTEM_DEFAULT handlers for SIGINT and SIGPIPE
2015-12-13player: reduce I/O priority of connected clients
2015-12-13mlib: remove kwargs harder
2015-12-13mlib: split out the output format from the library
2015-12-13mlib: add find/search functionality based on mpd
2015-12-13mlib: no kwargs for 1.9.3 compatibility
2015-12-13mlib: add stats support
2015-12-13mlib: remove non-existent entries
2015-12-13add .gitattributes for Ruby method detection
2015-12-13switch to exception-free non-blocking I/O
2015-12-13tracklist: fixup idempotent "tl shuffle false"
2015-12-07player: tl (repeat|shuffle|max) and trim swap values
2015-12-07player: refactor and document tracklist interface
2015-12-07tracklist: support limiting maximum tracklist size
2015-12-07tracklist: shuffle support
2015-12-06tracklist: avoid needlessly building a hash for track IDs
2015-12-05tracklist: do not mutate @list when serializing
2015-12-05tracklist: use lower number unique track IDs
2015-11-28dtas-mlib: add dump support for debugging
2015-11-22introduce dtas-mlib for music library functions