summaryrefslogtreecommitdiff
path: root/rtsp.c
Commit message (Expand)AuthorAge
* Modify the RTSP write response code to output the entire response in one go.Mike Brady2018-06-11
* Quieten some debug messaging around TEARDOWNMike Brady2018-06-11
* Increase debugging temporarily for a TEARDOWN.Mike Brady2018-05-29
* Include all RTSP messages in debug level 2 except for the OPTIONS message; ti...Mike Brady2018-05-25
* If a TEARDOWN request is received, print the message and the response.Mike Brady2018-05-25
* Tidy up and quieten some debug messages.Mike Brady2018-05-18
* Move to using pthread_cancel in place of pthread_kill -- due to a problem in ...Mike Brady2018-05-17
* 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
* Make some essentially cosmetic changes to return memory when the program exit...Mike Brady2018-05-11
* Quieten a debug message.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
* Allow for an actual NULL DACP-ID stringMike Brady2018-04-11
* Allow sps to deal with duplicate RTSP messages like RECORD and SETUP. Add som...Mike Brady2018-04-10
* Use snprintf in place of sprintf.Mike Brady2018-04-08
* Update a comment about AirPlay -- now it gives the latency as 88200 directly.Mike Brady2018-04-03
* Modify latency detection to use the second word of a sync packet to decide wh...Mike Brady2018-04-02
* Make scanning for DACP port part of the dacp handler. Only emit 'clip' and 's...Mike Brady2018-03-31
* Send rtsp events to the metadata thteread for handling. Begin to clean up sig...Mike Brady2018-03-31
* Clean up native dbus interface files and associated changes to existing files.Mike Brady2018-03-20
* Add server status -- i.e. can we still send commands to the DACP server. Hook...Mike Brady2018-03-19
* Add more basic remote control stuff, but SPS gets confused about who it can c...Mike Brady2018-03-18
* Reword a debug messageMike Brady2018-03-13
* Add a Shairport Sync Diagnostics DBus Onject, only part workingMike Brady2018-03-10
* Remove many causes of warnings at the -Wextra levelMike Brady2018-03-07
* Tidy up using clang-formatMike Brady2018-03-07
* Eliminate almost all warnings from -WallMike Brady2018-03-07
* Quieten some debug messages.Mike Brady2018-02-05
* Add timing to debug messages, make timing sender wait interruptable eveyr 20 ...Mike Brady2018-02-03
* Don't retry if an error occurs, and also tell us what the error was.Mike Brady2018-02-01
* watch for an error or unexpected channel closure, try five times, issue a deb...Mike Brady2018-01-31
* Bracket metadata reception with prologs and epilogs, make metadat pipe and ar...Mike Brady2018-01-23
* pretty printMike Brady2018-01-20
* Extend delay for stall, give 40 milliseconds between bursts.Mike Brady2018-01-18
* Throttle back the reception of cover art for large files -- seems to work on ...Mike Brady2018-01-17
* Add stub for adding classic metadata to metadata hubMike Brady2018-01-14
* pretty-print after adding alsa volume-based mute capabilityMike Brady2018-01-13
* use max-latency and min-latency information in AirPlay ANNOUNCE packets, remo...Mike Brady2018-01-09
* Merge branch 'development' of https://github.com/mikebrady/shairport-sync int...Mike Brady2018-01-09
|\
| * Looks for min and max latencies, doesn't use them yet, has unnecessary code f...Mike Brady2018-01-08
* | Use the term metadata hub now -- for any stored metadata, such as might be us...Mike Brady2017-12-31
|/
* Add tinyhttp code for sending and reading responses. Clean up some dacp routi...Mike Brady2017-12-18
* Add some infrastructure to print message contents and so send reply messages ...Mike Brady2017-12-12
* Improve the sync between AirPlay and movies like YouTube. Not sure we underst...Mike Brady2017-12-10
* Fix bug in ooutput of 'flsr' metadata item -- remove the leading equals sign.Mike Brady2017-12-04
* Clang-formatMike Brady2017-11-19
* Improve dbus and add some dacp servicesMike Brady2017-11-12
* Fixed race condition when stopping other threads with SIGUSR1Belbo2017-11-01
* Fixed EINTR handling in rtsp_read_request()Belbo2017-10-31
* handle_announce() waits for playing_conn to stop if it's already shutting downBelbo2017-10-31