]> git.ipfire.org Git - thirdparty/shairport-sync.git/shortlog
thirdparty/shairport-sync.git
2018-12-12  Mike BradyFix a compilation error w.r.t. debuglev and fix a compl...
2018-12-12  Mike BradyFix a compilation error w.r.t. debuglev and fix a compl...
2018-12-12  Mike BradyUpdate RELEASENOTES.md
2018-12-12  Mike BradyUpdate RELEASENOTES.md
2018-12-11  Mike BradyUpdate INSTALL.md
2018-12-11  Mike BradyUpdate RELEASENOTES.md
2018-12-11  Mike BradyUpdate RELEASENOTES.md
2018-12-11  Mike BradyUpdate RELEASENOTES.md
2018-12-11  Mike BradyStay with the standard delay call for the present time.
2018-12-11  Mike BradyCleaned up unfixable errors code and examples, updated...
2018-12-11  Mike BradyFurther debug tidy-ups and update the configuration...
2018-12-11  Mike BradyTidy up some debug messages and warnings, remove old...
2018-12-10  Mike BradyConnect up the stall response to the external command...
2018-12-10  Mike BradySet stall threshold to 200 ms.
2018-12-10  Mike BradyAdd stall detection to the alsa subsystem.
2018-12-09  Mike Bradyadd delay to debug output.
2018-12-09  Mike BradyGet timings of play / flush / delay calls.
2018-12-08  Mike BradyTime opening of the device
2018-12-08  Mike BradyInitial shot at tidying up the avahi monitoring for...
2018-12-08  Mike BradyFix small error in uncancellable sleep -- it was callin...
2018-12-08  Mike BradyFix RTSP timeout and add timing checks for interfacing...
2018-12-08  Mike BradySmall changes in unstable.
2018-12-08  Mike BradyMake the idle timeout on the RTSP link the same as...
2018-12-08  Mike BradyMake the idle timeout on the RTSP link the same as...
2018-12-08  Mike BradyAdd timing to writing to the DAC
2018-12-07  Mike BradyUpdate RELEASENOTES.md
2018-12-07  Mike BradyUpdate RELEASENOTES.md
2018-12-07  Mike BradyUpdate RELEASENOTES.md
2018-12-06  Mike BradyBring it up to date with what's happened in development.
2018-12-06  Mike BradyContinue to use the ordinary snd_pcm_delay call.
2018-12-06  Mike BradyAdd the ability to call a program if an unfixable error...
2018-12-06  Mike BradyThe run_this_if_an_unfixable_error_is_detected script...
2018-12-04  Mike BradyEnsure watchdog always starts with the starting time...
2018-12-04  Mike BradyEnsure watchdog always starts with the starting time...
2018-12-04  Mike BradyShorten the delays to 100 ms
2018-12-03  Mike BradyAdd a 30 second timout on the read function on an RTSP...
2018-12-03  Mike BradyMake the stop requester volatile, duh.
2018-12-03  Mike BradyTry to ensure that any alsa command sequences are uncan...
2018-12-03  Mike BradyMake sure that shared watchdog count is correctly updat...
2018-12-03  Mike BradyEnsure no pthread cancellation can occur during an...
2018-12-03  Mike BradyFix an error caused by using an unsigned integer as...
2018-12-02  Mike BradyStop using an unsigned integer for time when we want...
2018-12-01  Mike BradyMerge branch 'unstable' into development
2018-12-01  Mike BradyFix a non-initialisation of parameters if no h/w mixer...
2018-12-01  Mike BradyFix a non-initialisation of parameters if no h/w mixer...
2018-11-30  Mike BradyMove UDP port cloure to the RTSP thread, don't allow...
2018-11-29  Mike BradyMove closing of ports to the player thread cleanup...
2018-11-29  Mike BradyMove cleanup push to start of RTSP initialisation....
2018-11-29  Mike BradyQuieten a debug message
2018-11-29  Mike BradyImprove player watchdog, improve clearing down of ports...
2018-11-29  Mike BradyAdds checks for posession of the player in order to...
2018-11-29  Mike BradyCheck in SETUP and RECORD that the player is available...
2018-11-29  Mike BradyQuieten a debug message
2018-11-29  Mike BradyClang formatted.
2018-11-29  Mike BradyAdd an uncancellable usleep timer. Make the player...
2018-11-28  Mike BradyAdd some debug messages to closing the UDP ports.
2018-11-28  Mike BradyAdd SO_REUSEADDR to the UDP sockets. See if it makes...
2018-11-28  Mike BradyMove watchdog to cover connection from start, not just...
2018-11-27  Mike BradyAdd extra diagnostic to capture a meg_write_response...
2018-11-27  Mike BradyTry to capture what happens after a write error.
2018-11-27  Mike BradyQuieten a few debug messages.
2018-11-27  Mike BradyQuieten a few debug messages.
2018-11-26  Mike BradyAdd new watchdog thread for the player -- should be...
2018-11-24  Mike BradyAdd many improvements, including reliable interruption...
2018-11-24  Mike BradyMake some alsa operation sequences un-cancellable....
2018-11-24  Mike BradyChange order of header files (again?) to avoid OpenBSD...
2018-11-24  Mike BradyUpdate FREEBSD.md
2018-11-24  Mike Bradyclang-format
2018-11-24  Mike BradySmall correction to port selection logic. If a new...
2018-11-23  Mike BradyRemove some unnecessary test code from the debug messaging.
2018-11-23  Mike BradyQuieten a few debug messages.
2018-11-23  Mike BradyStop going to verbosity level 3 on occasion. It's not...
2018-11-23  Mike BradyFix bugs in interrupting an existing session, and use...
2018-11-23  Mike BradyFix off-by-one error in UDP range counting
2018-11-23  Mike BradyRotate usage of UDP ports if a session is interrupted...
2018-11-23  Mike Bradyexperimental
2018-11-22  Mike BradyTry making dropping and closing the DAC un-cancelable...
2018-11-22  Mike BradyUpdate shairport-sync.conf
2018-11-22  Mike BradyUpdate with changes in the development branch
2018-11-21  Mike BradyAdd back in the ability to interrupt a session. Clean...
2018-11-21  Mike BradyAdd back in the ability to interrupt a session. Clean...
2018-11-20  Mike BradyForgot!
2018-11-20  Mike BradyWait properly when a session is being interrupted.
2018-11-20  Mike BradyRationalise some of the flush code -- reomve an inner...
2018-11-20  Mike BradyTidy up the formats.
2018-11-20  Mike BradyRemove inner flush loop from get_buffer. Use flush...
2018-11-20  Mike BradyShouldn't have been in the repository.
2018-11-20  Mike BradyPut in a cancellation point explicitly in the player_th...
2018-11-20  Mike BradyPut in a cancellation point explicitly in the player_th...
2018-11-20  Mike BradyDouble check debug is not a cancellation point and...
2018-11-20  Mike BradyDouble check debug is not a cancellation point and...
2018-11-19  Mike BradyMake debug_mutex lock and unlock completely quiet if...
2018-11-19  Mike BradyAdd the sort-of mutex name to the debug_mutex_lock...
2018-11-19  Mike BradyStop logging an error if the pthread_cond_wait times...
2018-11-19  Mike BradyAdd the sort-of mutex name to the debug_mutex_lock...
2018-11-19  Mike BradyStop noisy mutex unlock
2018-11-19  Mike BradyTry to make the debug stuff pthread_cancel-proof includ...
2018-11-19  Mike BradyTry to make the debug stuff pthread_cancel-proof includ...
2018-11-19  Mike BradyAdd extra checks to look for a hang in TuneBlade
2018-11-19  Mike BradyUse pthread_cleanup to unlock alsa handle mutex.
next