summaryrefslogtreecommitdiff
path: root/dbus-service.c
Commit message (Expand)AuthorAge
* 3.3.7rc0Mike Brady2020-07-06
* Squashed commit of the following:Mike Brady2020-02-20
* Update sample D-Bus commandsMike Brady2019-11-13
* add the option (normally on) of including the file name and line number of th...Mike Brady2019-09-17
* Only send shuffle commands if a change is necessaryMike Brady2019-09-08
* Squashed commit of the following:Mike Brady2019-08-29
* More typo fixes across the treeChris Boot2019-07-27
* find . \( -name \*.cpp -or -name \*.h -or -name \*.c \) -exec clang-format -i...Mike Brady2019-06-19
* Add automatic bit depth and speed selection for alsa devices. Set rate and fo...Mike Brady2019-05-07
* Add "auto" interpolation support to the dbus interface.Mike Brady2019-04-28
* Revert some experimental changes made to explore problems with Cygwin D-Bus a...Mike Brady2019-02-27
* Try to get a private connection to the system D-BusMike Brady2019-02-20
* quieten some exiting debug messagesMike Brady2019-02-16
* use the term'state' rather than 'mode' when taling about the active state. Us...Mike Brady2019-02-12
* Add call to check if the dbus service is started.Mike Brady2019-02-08
* Continue hooking up active mode and disable standby stuffMike Brady2019-02-08
* Add an "active" mode that can time out after a period -- 10 seconds by defaul...Mike Brady2019-01-21
* Add a D-Bus property "DisableStandby" to turn standby oo or off.Mike Brady2019-01-11
* Many changes to compilation and linking flags. Stop using HAVE_* flags except...Mike Brady2018-09-09
* Partly clean up use of automake, autoconfig and compiler flags. Works but sti...Mike Brady2018-09-09
* Format tidy-upMike Brady2018-08-14
* Add the ability to read and change the stuffing thresholdMike Brady2018-08-13
* Fix a bug whereby libsoxr-required code wasn't included, causing soxr interpo...Mike Brady2018-08-08
* Add a frames per second output. This should be exact if the machine is connec...Mike Brady2018-07-28
* Try to add proper cancellation code to all threads -- not complete, buggy.Mike Brady2018-07-20
* Add quit commands to the MPRIS and native D-Bus command set. Not tested ecolo...Mike Brady2018-07-18
* Begin to try to get Shairport Sync to quit cleanly, relinquishing memory and ...Mike Brady2018-07-17
* Move ab_mutex, flow control CV and flush mutex initialisation and teardown ou...Mike Brady2018-07-14
* Quieten some debug messagesMike Brady2018-06-21
* beginning to add a progress string item to the native dbus interfaceMike Brady2018-06-21
* Use snprintf in place of sprintf.Mike Brady2018-04-08
* Modify latency detection to use the second word of a sync packet to decide wh...Mike Brady2018-04-02
* Take in track metadata but discard it if it's invalid (i.e. has a given mper ...Mike Brady2018-04-01
* Fix some of the advanced remote codeMike Brady2018-04-01
* Send rtsp events to the metadata thteread for handling. Begin to clean up sig...Mike Brady2018-03-31
* Remove unneeded check for initialisation.Mike Brady2018-03-29
* Quieten some unnecessary D-Bus property-changed chatterMike Brady2018-03-29
* Add some more D-Bus facilities. Countermand faulty D-Bus commands.Mike Brady2018-03-24
* Reorder stuff when the dbus interface is being initialised to hok up the resp...Mike Brady2018-03-23
* Format after adding a few new elements ot the native dbus interfaceMike Brady2018-03-23
* Add a few new elements ot the native dbus interfaceMike Brady2018-03-23
* Move DACP volume detection and control to a new Advanced Remote Control D-Bus...Mike Brady2018-03-21
* Remove the work "basic" from descriptions of the remote control.Mike Brady2018-03-20
* Clean up native dbus interface files and associated changes to existing files.Mike Brady2018-03-20
* Rationalise all the native dbus intefaces files down to just three.Mike Brady2018-03-20
* Begin to add a basic remote control interface corresponding to the set of com...Mike Brady2018-03-17
* Add a Shairport Sync Diagnostics DBus Onject, only part workingMike Brady2018-03-10
* Split volume function into read-only property and a method for setting it. Ma...Mike Brady2018-03-10
* On receipt of a notify volume change, only send it to the dacp device if it's...Mike Brady2018-03-09
* Getting the volume properties to work without feedback -- not there yet...Mike Brady2018-03-09