summaryrefslogtreecommitdiff
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* memblock/pstream: Fix two compiler warningsDavid Henningsson2016-04-022-2/+4
* pstream: Support memfd blocks transportAhmed S. Darwish2016-04-0212-54/+411
* pulsecore: Specially mark global mempoolsAhmed S. Darwish2016-04-025-6/+111
* memimport: Support memfd blocksAhmed S. Darwish2016-04-025-19/+108
* pulsecore: Introduce memfd supportAhmed S. Darwish2016-04-023-65/+206
* SHM: Refactor private allocationsAhmed S. Darwish2016-04-021-73/+87
* pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish2016-04-027-23/+78
* srbchannel: Introduce per-client SHM filesAhmed S. Darwish2016-04-023-17/+27
* pulsecore: Reference count mempoolsAhmed S. Darwish2016-04-027-8/+72
* pulsecore: Cache daemon shm size inside pa_coreAhmed S. Darwish2016-04-022-0/+6
* log: journal: Prevent duplicate values for CODE_* fieldsAhmed S. Darwish2016-03-251-0/+11
* core: Fix GCC 6 compiler warning regarding left shift of negative valuePeter Meerwald2016-02-181-2/+4
* source-output: remap volume_factor_source when starting moveTanu Kaskinen2016-01-221-0/+3
* source-output: do volume_factor_source application before resamplingTanu Kaskinen2016-01-221-13/+7
* build-sys: Use #ifdef with HAVE_FAST_64BIT_OPERATIONSArun Raghavan2016-01-151-1/+1
* sink-input, source-output: Add some debug output on start_move()v7.99.2Arun Raghavan2016-01-122-0/+4
* NetBSD: Stop depending upon nonstandard __WORDSIZEKamil Rytarowski2016-01-081-1/+1
* rtpoll: Fix build error when building with DEBUG_TIMINGjungsup lee2016-01-071-1/+1
* conf-parser: add support for .d directoriesTanu Kaskinen2015-12-142-3/+47
* typedefs.h: Move some typedefs to a separate fileDavid Henningsson2015-12-149-19/+47
* core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski2015-12-083-8/+8
* core-rtclock: Add missing declaration of struct timespecKamil Rytarowski2015-12-081-0/+2
* core-util: improve comments in pa_machine_id()Tanu Kaskinen2015-12-071-8/+13
* module: Remove redundant core argument from pa_module_unload()Kiran Krishnappa2015-12-073-6/+5
* netbsd: Improve handling of <locale> and <xlocale.h> headersKamil Rytarowski2015-12-071-1/+4
* card: Only update port's preferred profile if profile is savedDavid Henningsson2015-11-271-9/+18
* netbsd: NetBSD ships with paccept(2) a superset of Linux-specific accept4()Kamil Rytarowski2015-11-271-0/+7
* card: Update preferred_profile for ports when profile changesDavid Henningsson2015-11-221-0/+18
* device-port: Add preferred_profile field to pa_device_portDavid Henningsson2015-11-222-0/+13
* card: Add variables for splitting up a profileDavid Henningsson2015-11-222-0/+10
* source: Deal with filter having more channels than the masterArun Raghavan2015-11-201-4/+14
* pulsecore/packet: avoid redefinition of pa_packet structureThomas Petazzoni2015-11-171-2/+2
* sink: Make early drain reporting propagate down to filtersArun Raghavan2015-11-171-7/+31
* resampler: Don't expose soxr methods if they are not supportedArun Raghavan2015-11-061-0/+5
* soxr: Use soxr_clear() if libsoxr version is 0.1.2 or later.Andrey Semashev2015-11-031-7/+8
* volume: Add LFE balance APIDavid Henningsson2015-10-301-0/+8
* pstream: Fix use-after-free in srb_callbackDavid Henningsson2015-10-201-1/+10
* core-util: avoid calling fchmod if already right modeJulien Isorce2015-10-191-1/+1
* card: Use pa_xmalloc0 when creating card profilesDavid Henningsson2015-10-161-6/+1
* shm: Warn on not being able to open shm filesDavid Henningsson2015-09-281-3/+7
* card: Use pa_xnew0 when creating a cardDavid Henningsson2015-09-281-7/+1
* client: Use pa_xnew0 when creating a clientDavid Henningsson2015-09-281-5/+1
* log: Fix compilation error on non-systemd systemsAhmed S. Darwish2015-09-251-0/+2
* log: Introduce PULSE_LOG_JOURNAL environment variableAhmed S. Darwish2015-09-251-0/+7
* Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2015-09-2510-25/+25
* core: Fallbacks for machine-id in filesystemPeter Meerwald2015-09-251-3/+12
* lfe-filter: Deal with empty input chunksArun Raghavan2015-09-171-1/+1
* core: Add missing return on protocol errorPeter Meerwald2015-09-161-1/+3
* sink, source: Do not dereference freed memory when freeing the next eventsFelipe Sateler2015-09-122-2/+4
* module: Always remove freed module from modules_pending_unloadDavid Henningsson2015-09-071-2/+3