summaryrefslogtreecommitdiff
path: root/src/modules/raop
Commit message (Expand)AuthorAgeFilesLines
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-6/+5
* raop: Error out on parsing server port componentPeter Meerwald-Stadler2017-03-091-6/+15
* raop: Log if pa_atoi() fails, latency is not used anywayPeter Meerwald-Stadler2017-03-091-2/+4
* raop: Fix potential NULL dereferencePeter Meerwald-Stadler2017-03-091-12/+11
* raop: Fix potential dereference after NULL checkPeter Meerwald-Stadler2017-03-091-4/+6
* raop: Fix check for invalid file descriptorPeter Meerwald-Stadler2017-03-082-16/+16
* raop: Fix potential NULL dereferencePeter Meerwald-Stadler2017-03-071-2/+2
* raop: Fix potential resource leaksPeter Meerwald-Stadler2017-03-071-4/+10
* raop: Silence unchecked return value warningsPeter Meerwald-Stadler2017-03-071-2/+2
* raop: Fix indentationPeter Meerwald-Stadler2017-03-071-2/+2
* raop: Fix potential memory leakPeter Meerwald-Stadler2017-03-071-1/+7
* raop: Fix resource leaksPeter Meerwald-Stadler2017-03-071-8/+6
* raop: Fix memleakPeter Meerwald-Stadler2017-03-071-3/+4
* raop: Fail after search for port numberPeter Meerwald-Stadler2017-03-071-0/+5
* raop: Fix loop searching for port numberPeter Meerwald-Stadler2017-03-061-4/+7
* raop: Fix double freePeter Meerwald-Stadler2017-03-061-3/+3
* raop: Fix #37: OOB access in rtsp_auth_cbced2c2017-01-191-3/+4
* raop: Fix memory leaksHajime Fujita2017-01-191-3/+9
* raop: Discard data upon getting EAGAIN on a socketHajime Fujita2017-01-191-2/+1
* raop: Disable is_recording flag when tearing down the connectionHajime Fujita2017-01-191-2/+2
* raop: Stop recording when RTSP FLUSH is issuedHajime Fujita2017-01-191-2/+2
* raop: Add back initial volume RTSP SET_PARAMETER request on connectMartin Blanchard2017-01-191-0/+5
* raop: Silently drop out-of-history retransmission requestHajime Fujita2017-01-191-2/+4
* raop: Correctly wrap RTP packet sequence numberMartin Blanchard2017-01-193-37/+65
* raop: Add IPv6 supportHajime Fujita2017-01-191-7/+16
* raop: Add address to RAOP device descriptionHajime Fujita2017-01-191-6/+9
* raop: Do not flush when RTSP object is not readyStephen Paul Weber2017-01-191-1/+1
* raop: Fix packet retransmissionColin Leroy2017-01-191-2/+5
* raop: fix typosColin Leroy2017-01-191-7/+7
* raop: fix sequence number overflowColin Leroy2017-01-193-3/+29
* raop: Fix sink getting destroyed after one useColin Leroy2017-01-191-1/+1
* raop: Remove unimplemented code (PCM and AAC)Martin Blanchard2017-01-191-30/+14
* raop: Rework packet's store memory managementMartin Blanchard2017-01-194-253/+216
* raop: Update and standardise source file headersMartin Blanchard2017-01-195-16/+18
* raop: Prefer ALAC encoding to raw PCM if supported by serverMartin Blanchard2017-01-191-1/+4
* raop: Merge TCP and UDP code paths + refactoringMartin Blanchard2017-01-1913-2772/+2544
* raop: Add BA (Basic) and DA (Digest) HTTP authentication helpersMartin Blanchard2017-01-194-11/+282
* raop: Add a MD5 hashing fuctionMartin Blanchard2017-01-192-0/+29
* raop: Move base64 implementation to a util fileMartin Blanchard2017-01-194-59/+67
* raop: Extract encryption related code into a separate fileMartin Blanchard2017-01-194-104/+232
* raop: Better playback resume handlingMartin Blanchard2017-01-193-5/+30
* raop: Do not send audio before RECORD responseMartin Blanchard2017-01-193-4/+28
* raop: Packet retransmission support for UDPMatthias Wabersich2017-01-194-11/+314
* raop: Parse server capabilities on discoveryMartin Blanchard2017-01-191-2/+87
* raop: Add UDP protocol handlingHajime Fujita2017-01-193-159/+1400
* rtp: New pa_rtsp_options functionColin Leroy2017-01-191-1/+5
* raop: Cosmetic fixes / Match coding styleMartin Blanchard2017-01-196-175/+187
* don't assume that pa_asyncq_new() always succeedsTanu Kaskinen2016-12-201-1/+6
* raop: add compatibility with openssl 1.1.0Tanu Kaskinen2016-11-041-2/+20
* raop: Correct spelling of KTHAnton Lundin2016-10-262-3/+3