]> git.ipfire.org Git - thirdparty/shairport-sync.git/shortlog
thirdparty/shairport-sync.git
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.
2018-11-19  Mike BradyMake debuglev volatile, over player_vol past the cleanu...
2018-11-18  Mike BradyFix a logical error in buffer_get_frame that could...
2018-11-16  Mike BradyPut a timeout on the rtsp writeback call.
2018-11-15  Mike BradyDon't complain if the remote processing time is zero...
2018-11-14  Mike BradyFix silly issue with diagnostic code.
2018-11-14  Mike BradyAdd a little diagnostic to see what's in the POST message.:
2018-11-14  Mike BradyCheck timer values a bit more carefully and ignore...
2018-11-13  Mike BradyGet more diagnostic messages when a TuneBlade-induced...
2018-11-12  Mike BradyUpdate INSTALL.md
2018-11-12  Mike BradyAdd better error handling if a reply header message...
2018-11-12  Mike BradyUpdate INSTALL.md
2018-11-11  Mike BradyUpdate INSTALL.md
2018-11-11  Mike BradyUpdate CAR INSTALL.md
2018-11-11  Mike BradyUpdate README.md
2018-11-11  Mike BradyUpdate README.md
2018-11-11  Mike BradyUpdate INSTALL.md
2018-11-11  Mike BradyUpdate INSTALL.md
2018-11-11  Mike BradyUpdate CAR INSTALL.md
2018-11-08  Mike BradyTidy up with clang-format
2018-11-08  Mike BradyMake the changes to audio_alsa.c work back to alsa...
2018-11-08  Mike BradyRefinements...
2018-11-08  Mike BradyPrototype working estimated delay.
2018-11-08  Mike BradyInvestigating alternate timing approaches.
2018-11-03  Mike BradyMerge pull request #768 from tillz/patch-1
2018-11-03  Till ZimmermannSmall logic fix 768/head
2018-11-03  Mike BradyUpdate INSTALL.md
2018-11-03  Mike BradyUpdate README.md
2018-11-03  Mike BradyUpdate README.md
2018-11-03  Mike BradyUpdate RELEASENOTES.md
2018-11-03  Mike BradyUse "/dev/urandom" instead of "/dev/random" to generate...
2018-11-03  Mike BradyUse "/dev/urandom" instead of "/dev/random" to generate...
2018-11-01  Mike BradyImprove build instruction to avoid rebuilding stuff...
2018-11-01  Mike BradyMerge pull request #766 from mikebrady/remove_duplicate...
2018-11-01  Mike BradyRemove a few unused functions. 766/head
2018-11-01  Mike BradyStop multiple calls to gdbus_codegen on parallel makes
2018-11-01  Mike BradyUpdate RELEASENOTES.md
2018-11-01  Mike BradyUpdate configure.ac
2018-11-01  Mike BradyMerge pull request #765 from mikebrady/use_disposable_l...
2018-10-31  Mike BradyEnhance error messages to warn if the alsa output devic... 765/head
2018-10-30  Mike BradyChanmge order so that it will compile in openbsd.
2018-10-30  Mike BradyMake the lib settings standard for all builds, not...
2018-10-30  Mike BradyStart using libraries to be able to compile other peopl...
2018-10-30  Mike BradyMerge pull request #762 from mikebrady/danger_will_rogers
2018-10-28  Mike BradyRemove a signed/unsigned comparison warning 762/head
2018-10-23  Mike BradyQuieten an unnecessary debug message.
2018-10-23  Mike BradyImprove handling of network delays and outages -- more...
2018-10-23  Mike BradyTighten up integer promotion checks to calculate large...
2018-10-22  Mike BradySee where a weird large negative delay is being calculated.
2018-10-21  Mike BradyFix calculation of filler length.
2018-10-21  Mike BradyCalculate silence memory requirements properly. Remove...
2018-10-21  Mike BradyFurther improve the modulo 32 rtpstamp-based missing...
2018-10-21  Mike BradyFix a reporting error, allow a larger time window for...
2018-10-21  Mike BradyFormat tidy-up
2018-10-21  Mike BradyRemove a few compiler warnings.
2018-10-21  Mike BradyUse a parameter rather than a hard-wired input rate.
2018-10-19  Mike BradySeems to work for higher rates
2018-10-19  Mike BradyReplace the entire timestamp processing software -...
2018-10-19  Mike BradyReplace a mutex unlock deleted by accident.
2018-10-18  Mike BradyTry to fix modulo calculations
2018-10-18  Mike BradyCreate ISSUES.md
2018-10-18  Mike BradyUpdate CONTRIBUTING.md
2018-10-14  Mike BradyUpdate RELEASENOTES.md
2018-10-14  Mike BradyTake more notice of errors requesing delay times. Exten...
2018-10-14  Mike Bradyquieten a debug message
2018-10-14  Mike BradyAllow a latency offset of +/- 1.75 seconds.
2018-10-14  Mike BradyGenerate error messages if there is a problem with...
2018-10-14  Mike BradyUpdate RELEASENOTES.md
2018-10-14  Mike BradyUpdate RELEASENOTES.md
2018-10-14  Mike BradyUpdate shairport-sync.spec 3.2.2
2018-10-14  Mike BradyUpdate RELEASENOTES.md
2018-10-14  Mike BradyUpdate RELEASENOTES.md
2018-10-14  Mike BradyUpdate RELEASENOTES.md
2018-10-14  Mike BradyUpdate RELEASENOTES.md
2018-10-14  Mike BradyUpdate latencies for iOS 12 / macOS Mojave and fix...
2018-10-14  Mike BradyAllow for changed AirPlay latencies in iOS 12 and mac...
2018-10-14  Mike BradyFix a parsing bug when calling the run_this_when_volume...
2018-10-13  Mike BradyMerge pull request #755 from roblan/development
2018-10-13  Mike BradyAdd a debug message...
2018-10-13  Robert Langenormalize whitespaces in scripts/shairport-sync.conf 755/head
2018-10-11  Mike BradyUpdate RELEASENOTES.md
next