summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/raop_client.c
Commit message (Expand)AuthorAgeFilesLines
* Properly duplicate the hostname passed in on connect.Colin Guthrie2008-10-081-1/+2
* Combine pa_raop_client_new and pa_raop_client_connect (no point in having the...Colin Guthrie2008-10-081-83/+97
* Rename rtsp.{c,h} to rtsp_client.{c,h}.Colin Guthrie2008-10-081-4/+4
* Wrap the io_callback to ensure that all data is written before asking for more.Colin Guthrie2008-10-081-21/+61
* Add a pa_iochannel callback for when the RAOP connection connects.Colin Guthrie2008-10-081-7/+76
* Add a function for packing bits into a byte buffer. This will be needed when ...Colin Guthrie2008-10-081-0/+52
* Add a skeleton raop client which builds on the rtsp client.Colin Guthrie2008-10-081-0/+308