summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
...
| * Add back in the ability to interrupt a session. Clean up a few debug messages.Mike Brady2018-11-21
| * Rationalise some of the flush code -- reomve an inner loop, use the flush fac...Mike Brady2018-11-20
| * Put in a cancellation point explicitly in the player_thread main loop. Tidy u...Mike Brady2018-11-20
| * Double check debug is not a cancellation point and move the dacp monitor init...Mike Brady2018-11-20
| * Add the sort-of mutex name to the debug_mutex_lock and _unlock. Also, setting...Mike Brady2018-11-19
| * Try to make the debug stuff pthread_cancel-proof including the debug / warn /...Mike Brady2018-11-19
| * Add extra checks to look for a hang in TuneBladeMike Brady2018-11-19
| * Use "/dev/urandom" instead of "/dev/random" to generate a nonce for AirPlay p...Mike Brady2018-11-03
| * Update configure.acMike Brady2018-11-01
| * Start using libraries to be able to compile other people's or automatically g...Mike Brady2018-10-30
| * Improve handling of network delays and outages -- more robust error handling.Mike Brady2018-10-23
| * Further improve the modulo 32 rtpstamp-based missing frames erro handling.Mike Brady2018-10-21
| * Replace the entire timestamp processing software -- preliminary attemptMike Brady2018-10-19
| * Take more notice of errors requesing delay times. Extend the latency offset r...Mike Brady2018-10-14
| * Allow for a change in the sync time of AirPlay on Mojave and iOS 12.Mike Brady2018-10-11
| * Fix the volume-changed command caller. A space went missing.Mike Brady2018-09-28
| * Revert previous change which was to unreference a stream prior to disconnecti...Mike Brady2018-09-21
| * Unreference the pa stream when finished with it, so that it the sink can go i...Mike Brady2018-09-21
| * Update configure.acMike Brady2018-09-21
| * Ignore the latency of whatever is connected to Shairport Sync. It's inappropr...Mike Brady2018-09-17
| * Many changes to compilation and linking flags. Stop using HAVE_* flags except...Mike Brady2018-09-09
| * 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
| * Include a definition of HAVE_LIBSOXR with using pkg_configMike Brady2018-09-08
| * Include a definition of HAVE_LIBSOXR with using pkg_configMike Brady2018-09-08
| * Stop requiring jack to be "rolling"Mike Brady2018-09-07
| * Add ability for the jack back end to automaticlly connect a client when the j...Mike Brady2018-09-02
| * Some confusion here, so 3.3d5 marks the introduction of a jack backend.Mike Brady2018-08-31
| * Merge branch 'development' of https://github.com/mikebrady/shairport-sync int...Mike Brady2018-08-31
| |\
| | * Update configure.acMike Brady2018-08-28
| | * Sometimes libsoxr is built to rely on libavutil. If libavutil is detected, li...Mike Brady2018-08-25
| | * Sometimes libsoxr is built to rely on libavutil. If libavutil is detected, li...Mike Brady2018-08-25
| * | Initial very rough attempt at a jackaudio backend.Mike Brady2018-08-31
| * | Initial very rough attempt at a jackaudio backend.Mike Brady2018-08-31
| |/
| * Include a few fixes for FreeBSD warnings and quieten some debug messagesMike Brady2018-08-22
| * Fix a read-write mutex locking issue in the metadata hub, fix a libsoxr relat...Mike Brady2018-08-08
| * Change calculation order to prevent overflow after about 26 hours at 44,100 f...Mike Brady2018-08-01
| * Stop using SIGUSR1 for cancelling threads, use pthread_cancel and friends ins...Mike Brady2018-07-30
* | 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