summaryrefslogtreecommitdiff
path: root/common.c
Commit message (Expand)AuthorAge
* Use snprintf in place of sprintf.Mike Brady2018-04-08
* Rememeber the debug message of the previous request to lock the mutex.Mike Brady2018-04-08
* Use snprintf in place of sprintf and initialise mutexes for debugging.Mike Brady2018-04-08
* Modify latency detection to use the second word of a sync packet to decide wh...Mike Brady2018-04-02
* Send rtsp events to the metadata thteread for handling. Begin to clean up sig...Mike Brady2018-03-31
* Format after adding a few new elements ot the native dbus interfaceMike Brady2018-03-23
* Add a few new elements ot the native dbus interfaceMike Brady2018-03-23
* Clean up native dbus interface files and associated changes to existing files.Mike Brady2018-03-20
* Add more basic remote control stuff, but SPS gets confused about who it can c...Mike Brady2018-03-18
* Check if locks are already acquired.Mike Brady2018-03-16
* Add a Shairport Sync Diagnostics DBus Onject, only part workingMike Brady2018-03-10
* Tidy up using clang-formatMike Brady2018-03-07
* Eliminate almost all warnings from -WallMike Brady2018-03-07
* Begin to avoid strict aliasing violations -- not finished yet.Mike Brady2018-03-07
* Add timings to warnings and die messages if debugging is enabled.Mike Brady2018-02-20
* Add support for OpenBSD compilationMike Brady2018-02-09
* Quieten some debug messages.Mike Brady2018-02-05
* Add timing to debug messages, make timing sender wait interruptable eveyr 20 ...Mike Brady2018-02-03
* Add the option to use a flat volume control profile.Mike Brady2018-01-29
* Fix small compilation bug evident in FreeBSDMike Brady2018-01-23
* Brown bag update. Fix compilation errors when neither mpris nor dbus is selec...Mike Brady2018-01-17
* Implement a rudimentary cover art file writing facility.Mike Brady2018-01-16
* Fixed race condition when stopping other threads with SIGUSR1Belbo2017-11-01
* Fixed loop condition in non_blocking_write()Belbo2017-10-31
* Prevent buffer overflow in log functionsBelbo2017-10-31
* 3.1.2 pretty-print using clang-formatMike Brady2017-09-07
* Add fixes suggested by using "infer"Mike Brady2017-09-03
* Fix some silent issues that were highlighted by "infer"Mike Brady2017-09-03
* Improve handling of player lock and simplify handling of loss of connection a...Mike Brady2017-08-27
* Tidy up source using clang-formatMike Brady2017-07-31
* read stdout from the on-start command to choose ALSA output deviceCody Cutrer2017-06-24
* Add a "run_this_when_volume_is_set" facility to call a program when the volum...Mike Brady2017-04-23
* Fix some warnings from clang on FreeBSD. One was significant -- the randarray...Mike Brady2017-04-16
* FreeBSD doesn't have ETIME but both FreeBSD and Linux know ETIMEDOUTTobias Kortkamp2017-04-15
* Improve error reporting in non-blocking write codeMike Brady2017-04-07
* change function die, warn, inform and debugYann Pomarede2017-02-28
* Clang FormatMike Brady2017-02-11
* Add volume_max_db setting which works on the hw mixer if it exists or the sw ...Mike Brady2017-02-05
* Add possibility of using an array of precalculated pseudo random numbers to r...Mike Brady2017-01-30
* Add support for mbed TLS and deprecate polarssl supportMike Brady2017-01-30
* Tidy up with a clang-formatMike Brady2016-09-11
* Begin to add full-scale post processing. Does not compile.Mike Brady2016-09-08
* Remove mersenne generator -- too slow, try another oneMike Brady2016-09-07
* Merge support of apple's ALAC decoderMike Brady2016-08-28
* Remove variable delay from non_blocking_write and include it whether metadata...Mike Brady2016-06-26
* Quieten some debug messages.Mike Brady2016-05-26
* Merge pull request #314 from joerg-krause/developmentMike Brady2016-05-23
|\
| * Fix build without metadata supportJörg Krause2016-05-23
* | Add some diagnostics to non_blocking_write/3.Mike Brady2016-05-23
|/
* Add a little extra diagnostic to nno-blocking writeMike Brady2016-05-23