summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* Update configure.acMike Brady2018-07-11
* 3.2d66 corresponds to 3.2, with some extra features, e.g. mqttMike Brady2018-07-10
* Reduce the rate at which resends are requests to make them less, uh, insistentMike Brady2018-06-29
* Add a hint for the mosquitto library.Mike Brady2018-06-26
* Update configure.acMike Brady2018-06-21
* minor improvements on the mqtt featureTill Zimmermann2018-06-19
* Initial MQTT VersionTill Zimmermann2018-06-19
* Modify the RTSP write response code to output the entire response in one go.Mike Brady2018-06-11
* Add a pthread_cancel cleanup routine to put_packet to unlock that rw thread w...Mike Brady2018-06-05
* Use shutdown() before close() and separate out the cancel requests for the ti...Mike Brady2018-06-03
* Monitor and time mutex locks and unlocks, add a diagnostic into the get_buffe...Mike Brady2018-06-01
* Add yet more debugging to the TEARDOWN sequence.Mike Brady2018-05-30
* Increase debugging temporarily for a TEARDOWN.Mike Brady2018-05-29
* Treat volume-based muting the same as playback-switch-based muting and disabl...Mike Brady2018-05-25
* Fix minor warnings from some of the backend modules and make the configure me...Mike Brady2018-05-18
* Drop a player_flush request if a read lock can't be acquired on the player th...Mike Brady2018-05-18
* If the player thread is locked, don't block player_put_packet. Instead, disca...Mike Brady2018-05-17
* Move to using pthread_cancel in place of pthread_kill -- due to a problem in ...Mike Brady2018-05-17
* Allow a great number of buffers and parameterise the fixed latency limits.Mike Brady2018-05-15
* Fix a misue of rwlock and unlock -- they must be made on the same thread.Mike Brady2018-05-13
* Add a read-write mutex to protect a player thread when it's being created or ...Mike Brady2018-05-12
* Update configure.acMike Brady2018-05-10
* Make the UDP sockets blocking rather than non-blocking, but set a two millise...Mike Brady2018-05-09
* Merge resolution to issue 694 (buzz during track change) into development branchMike Brady2018-05-08
* Update development version of TROUBLESHOOTING to match that of 3.2RC6.Mike Brady2018-05-05
* If it's an AirPlay user agent up to and including version 363 (iOS 11.1.2) us...Mike Brady2018-05-04
* Make the options for the dbus and mpris interfaces --with-dbus-interface and ...Mike Brady2018-04-25
* Make the options for the dbus and mpris interfaces --with-dbus-interface and ...Mike Brady2018-04-25
* Make resend error backoff work better and set it to 0.5 seconds. Quieten some...Mike Brady2018-04-23
* Merge back some of the changes made to the master release candidates. Matches...Mike Brady2018-04-19
* Make resend requests come from tyhe control socket rather than the audio sock...Mike Brady2018-04-18
* Fix serious and long-standing bugs in the control, audio and timing threads t...Mike Brady2018-04-14
* Add the ability to pseudo-randomly drop audio packets to simiulate a noisy ne...Mike Brady2018-04-13
* Allow sps to deal with duplicate RTSP messages like RECORD and SETUP. Add som...Mike Brady2018-04-10
* Tidying up development branch by quieting a few debug messagesMike Brady2018-04-08
* Match it up with 3.2RC1Mike Brady2018-04-07
* Merge branch 'development'Mike Brady2018-04-07
|\
| * Clean up mbed tls error message.Mike Brady2018-04-07
* | Quiten some debug messages and some compiler warningsMike Brady2018-04-07
* | Release candidate 1 for 3.2Mike Brady2018-04-07
|\|
| * Various updates to the DACP scanner.Mike Brady2018-04-07
| * Fix problem when reconnecting to an itunes play session.Mike Brady2018-04-03
| * Modify latency detection to use the second word of a sync packet to decide wh...Mike Brady2018-04-02
| * Make scanning for DACP port part of the dacp handler. Only emit 'clip' and 's...Mike Brady2018-03-31
| * Add some more D-Bus facilities. Countermand faulty D-Bus commands.Mike Brady2018-03-24
| * Add a few new elements ot the native dbus interfaceMike Brady2018-03-23
| * Rationalise all the native dbus intefaces files down to just three.Mike Brady2018-03-20
| * Add most of a basic remote control dbus interfaceMike Brady2018-03-19
| * Begin to add a basic remote control interface corresponding to the set of com...Mike Brady2018-03-17
| * Update configure.acMike Brady2018-03-12