summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-27Add async access checksaccess-hooks-argWim Taymans5-11/+111
2017-01-27More access control workWim Taymans103-846/+1065
2017-01-27check access for _exitWim Taymans6-7/+12
2017-01-27subscribe: filter subscription eventsWim Taymans7-9/+36
2017-01-27Add access checks in the coreWim Taymans5-59/+223
2017-01-27pass pa_client around when getting core objectsWim Taymans40-232/+239
2017-01-27protocol-native: Don't access pa_core structures directlyWim Taymans3-65/+214
2017-01-27pulsecore: Move pa_core structure into its own headerArun Raghavan111-77/+211
2017-01-27module-access: use the auth hook and pidWim Taymans1-0/+30
2017-01-27module-access: add async handler for recordWim Taymans1-4/+60
2017-01-27module-access: add example access moduleWim Taymans2-0/+486
2017-01-27access: Add access control hooksWim Taymans4-0/+111
2017-01-27creds: add pid to pa_creds and use store it in pa_clientWim Taymans7-11/+26
2017-01-27subscribe: fix typoWim Taymans1-1/+1
2017-01-27tagstruct: don't forget to copy the lengthWim Taymans1-0/+1
2017-01-23tagstruct: add copy methodWim Taymans2-0/+15
2017-01-20suspend-on-idle: resume on unloadWim Taymans1-0/+14
2017-01-19raop: Fix #37: OOB access in rtsp_auth_cbced2c1-3/+4
2017-01-19raop: Fix #36: invalid access to freed objectced2c1-2/+2
2017-01-19raop: Fix memory leaksHajime Fujita1-3/+9
2017-01-19raop: Discard data upon getting EAGAIN on a socketHajime Fujita1-2/+1
2017-01-19raop: Disable is_recording flag when tearing down the connectionHajime Fujita1-2/+2
2017-01-19raop: Stop recording when RTSP FLUSH is issuedHajime Fujita1-2/+2
2017-01-19raop: Add back initial volume RTSP SET_PARAMETER request on connectMartin Blanchard1-0/+5
2017-01-19raop: Silently drop out-of-history retransmission requestHajime Fujita1-2/+4
2017-01-19raop: Correctly wrap RTP packet sequence numberMartin Blanchard3-37/+65
2017-01-19raop: Add IPv6 supportHajime Fujita2-8/+17
2017-01-19raop: Add address to RAOP device descriptionHajime Fujita1-6/+9
2017-01-19raop: Do not flush when RTSP object is not readyStephen Paul Weber1-1/+1
2017-01-19raop: Fix packet retransmissionColin Leroy1-2/+5
2017-01-19raop: fix typosColin Leroy1-7/+7
2017-01-19raop: fix sequence number overflowColin Leroy3-3/+29
2017-01-19raop: Fix sink getting destroyed after one useColin Leroy1-1/+1
2017-01-19raop: Remove unimplemented code (PCM and AAC)Martin Blanchard1-30/+14
2017-01-19raop: Rework packet's store memory managementMartin Blanchard4-253/+216
2017-01-19raop: Update and standardise source file headersMartin Blanchard5-16/+18
2017-01-19raop: Prefer ALAC encoding to raw PCM if supported by serverMartin Blanchard1-1/+4
2017-01-19raop: Merge TCP and UDP code paths + refactoringMartin Blanchard16-2783/+2557
2017-01-19raop: Add BA (Basic) and DA (Digest) HTTP authentication helpersMartin Blanchard6-43/+359
2017-01-19raop: Add a MD5 hashing fuctionMartin Blanchard2-0/+29
2017-01-19raop: Move base64 implementation to a util fileMartin Blanchard5-61/+69
2017-01-19raop: Extract encryption related code into a separate fileMartin Blanchard5-104/+233
2017-01-19raop: Better playback resume handlingMartin Blanchard3-5/+30
2017-01-19raop: Do not send audio before RECORD responseMartin Blanchard3-4/+28
2017-01-19raop: Packet retransmission support for UDPMatthias Wabersich5-12/+316
2017-01-19raop: Parse server capabilities on discoveryMartin Blanchard1-2/+87
2017-01-19raop: Add UDP protocol handlingHajime Fujita3-159/+1400
2017-01-19core-util: do in-place search in pa_str_in_list_spacesHajime Fujita1-7/+4
2017-01-19core-util: add pa_split_space_in_place functionHajime Fujita2-0/+20
2017-01-19core-util: add pa_strneq macroHajime Fujita1-0/+1