summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* Update latencies for iOS 12 / macOS Mojave and fix a bug calling the run_this...Mike Brady2018-10-14
* Fix a bug that was causing instability when soxr interpolalation is chosenMike Brady2018-07-13
|\
| * 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
* | Update configure.acMike Brady2018-07-09
* | Don't ask for packets to be resent quite as much.Mike Brady2018-07-02
* | Add a ProgressString property to the native D-Bus interface, improve the mute...Mike Brady2018-06-22
* | Fix a bug causing a hangup when terminating a play session under rare circums...Mike Brady2018-06-16
* | Rename "mute_using_playback_switch" to "use_hardware_mute_if_available" and m...Mike Brady2018-05-26
* | RC9 restores the correct calculation of the path for the PID file, where used.Mike Brady2018-05-21
* | Fix a bug causing problems in CYGWIN 64, fix a bug causing excessive resend r...Mike Brady2018-05-19
* | Merge resolution to issue 694 (buzz during track change) into master branchMike Brady2018-05-08
* | Restore the old way of determining latency for clients identifying with AirPl...Mike Brady2018-05-05
* | 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
* | Send resend requests via the control channel rather than the audio channel. T...Mike Brady2018-04-19