summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-09-05zeroconf-publish: unref D-Bus connectionTanu Kaskinen1-0/+3
2016-09-05zeroconf-publish: fix uninitialized variableTanu Kaskinen1-1/+1
2016-09-05zeroconf: use local icon for shared devicesSylvain Baubeau3-4/+93
2016-09-04sample: Assert validity of sample_specPeter Meerwald-Stadler1-6/+5
2016-09-02tests: Assert granularity range in stripnul.cPeter Meerwald-Stadler1-1/+4
2016-09-02core: Replace PA_PAGE_SIZE with pa_page_size()Peter Meerwald-Stadler10-38/+55
2016-09-02padsp: Fix flush and improve error handlingPeter Meerwald-Stadler1-2/+9
2016-08-17bluetooth: Fix negative array index writePeter Meerwald-Stadler1-3/+5
2016-08-17bluetooth: Reorganize code to avoid Coverity NULL dereference warningPeter Meerwald-Stadler1-5/+5
2016-08-16bluetooth: Fix dead codePeter Meerwald-Stadler1-5/+1
2016-08-16bluetooth: Don't free modargs twicePeter Meerwald-Stadler1-6/+7
2016-08-16Remove newline at end of log messagesPeter Meerwald-Stadler18-60/+60
2016-08-15modules: Use pa_assert_se() to check return value of dbus_message_iter_close_...Peter Meerwald-Stadler1-1/+1
2016-08-15tests: Check pa_rtpoll_run() return valuePeter Meerwald-Stadler1-2/+2
2016-08-15modules: Check pa_threaded_mainloop_start() return valuePeter Meerwald-Stadler1-1/+2
2016-08-15stream: Check pa_tagstruct_get_format_info() retval in pa_create_stream_callb...Peter Meerwald-Stadler1-5/+3
2016-08-15tests: Assert fillrate > 0 in alsa-time-testPeter Meerwald-Stadler1-0/+1
2016-08-15alsa: Check pa_modargs_get_value_boolean() retval for use_ucmPeter Meerwald-Stadler1-1/+4
2016-08-15sink-input,source-output: Fix logging, don't overwrite old_value when value == 0Peter Meerwald-Stadler2-12/+8
2016-08-15core-util: Use _SC_NPROCESSORS_ONLN instead of _SC_NPROCESSORS_CONFJohn Paul Adrian Glaubitz1-2/+2
2016-08-13pipe-sink: align bufferNils Schneider1-2/+2
2016-08-10bluetooth: don't create the HSP/HFP profile twiceTanu Kaskinen2-54/+99
2016-08-10bluetooth: refactor BlueZ 4 transport state settingTanu Kaskinen2-16/+17
2016-08-10bluetooth: unify BlueZ 4 and BlueZ 5 profile constant namesTanu Kaskinen3-53/+53
2016-08-10bluetooth: unify BlueZ 4 and BlueZ 5 UUID handlingTanu Kaskinen5-81/+38
2016-08-10bluetooth: update device's valid flag after parsing propertiesTanu Kaskinen1-0/+1
2016-08-10bluetooth: remove a redundant assignmentTanu Kaskinen1-1/+1
2016-08-10card-restore: don't switch profiles when availability changesTanu Kaskinen1-32/+0
2016-08-10bluetooth: wait for all profiles to connect before creating cardTanu Kaskinen2-2/+118
2016-08-10stream-interaction: Fix a memory leakArun Raghavan1-4/+9
2016-08-10shm: Wrap memfd-specific code in relevant ifdefArun Raghavan1-3/+5
2016-08-10source-output: Fix copy-pastoArun Raghavan1-1/+1
2016-08-10sink-input,source-output: Fix a leak during property change loggingArun Raghavan2-2/+6
2016-08-10tests: Include signal.h in core-util-test.cPeter Meerwald1-0/+2
2016-07-22bluetooth: Add support for automatic switch between hsp and a2dp profilesPali Rohár1-2/+207
2016-07-22memblockq: remove internal "missing" state variablePierre Ossman1-24/+27
2016-07-22memblockq-test: Rename test to something more relevantArun Raghavan1-2/+2
2016-07-22memblockq-test: Add a test for missing data behaviourUlrich Eckhardt1-0/+112
2016-07-22memblockq-test: Add test changing the parameters of a queueUlrich Eckhardt1-0/+64
2016-07-22memblockq-test: Add a test that checks initial propertiesUlrich Eckhardt1-0/+53
2016-07-22memblockq-test: Some refactoringUlrich Eckhardt1-30/+16
2016-07-22memblockq-test: Utility function to validate queue invariantsUlrich Eckhardt1-0/+62
2016-07-22memblockq-test: Utility function to alloc chunksUlrich Eckhardt1-0/+37
2016-07-22tests: add test to verify correct minreq behaviourPierre Ossman1-0/+80
2016-07-22memblockq: move minreq handling in to memblockqPierre Ossman2-7/+6
2016-07-20launch: explain why .service depends on .socketTanu Kaskinen1-0/+14
2016-07-20launch: make pulseaudio.service properly order and require the socketFelipe Sateler1-0/+2
2016-07-14daemon: Tone down system mode snarkinessArun Raghavan1-2/+1
2016-07-14loopback: Stop tracking max_request and min_memblockq_lengthGeorg Chini1-52/+1
2016-07-14loopback: Adjust rate based on latency differenceGeorg Chini1-20/+30