summaryrefslogtreecommitdiff
path: root/dacp.h
Commit message (Expand)AuthorAge
* Squashed commit of the following:Mike Brady2020-02-20
* Fix a few memory leaks.Mike Brady2018-07-22
* Try to add proper cancellation code to all threads -- not complete, buggy.Mike Brady2018-07-20
* Use pthread_cancel to stop a player thread rather than SIGUSR1 and pthread_kill.Mike Brady2018-07-15
* Make more of the code amenable to pthread cancelMike Brady2018-07-14
* Make scanning for DACP port part of the dacp handler. Only emit 'clip' and 's...Mike Brady2018-03-31
* Split volume function into read-only property and a method for setting it. Ma...Mike Brady2018-03-10
* Tidy up using clang-formatMike Brady2018-03-07
* Fix a few compilation errorsMike Brady2018-02-18
* Tidy up dacp scanner -- stop scanning when audio source goes offline.Mike Brady2018-02-18
* pretty-print after adding alsa volume-based mute capabilityMike Brady2018-01-13
* Make player.c send information to the metadata store rather than initiating d...Mike Brady2018-01-10
* Add tinyhttp code for sending and reading responses. Clean up some dacp routi...Mike Brady2017-12-18
* hooking up a dacp scannerMike Brady2017-12-02
* Begin a DACP monitor. Very incomplete -- work in progress onlyMike Brady2017-11-27
* Improve dbus and add some dacp servicesMike Brady2017-11-12