summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* udev: Don't use deprecated udev_get_*_path() functionsMarc-Antoine Perennou2012-05-292-8/+5
* pipe: check return value of mkfifo()Peter Meerwald2012-05-292-2/+8
* pipe: whitespace and log output cleanupPeter Meerwald2012-05-292-7/+7
* daemon: use pa_streq instead of plain strcmpDeng Zhengrong2012-05-291-6/+6
* cli: Add set-log-target command for pacmdDeng Zhengrong2012-05-291-0/+43
* once: Fix race causing pa_once to sometimes run twiceDavid Henningsson2012-05-252-34/+17
* native: Use foreach to iterate trough modules.poljar2012-05-231-4/+3
* bluetooth: Fix crash on disconnectionFrédéric Danis2012-05-161-7/+9
* gnome: start PA early in the gnome sessionLennart Poettering2012-05-161-0/+1
* auth: move cookie file to ~/.config/pulse/cookieLennart Poettering2012-05-1512-28/+53
* core-util: when searching for configuration files, honour XDG basedir specLennart Poettering2012-05-151-3/+10
* core-util: move configuration home directory from ~/,pulse to ~/.config/pulse...Lennart Poettering2012-05-151-17/+46
* util: hook up pa_get_runtime_dir() with XDG_RUNTIME_DIRLennart Poettering2012-05-151-7/+28
* context: get rid of really old runtime dir logic, i.e. break compat with >4y-...Lennart Poettering2012-05-151-70/+0
* rtkit: update drop-in filesLennart Poettering2012-05-152-0/+136
* build-sys: remove HAL support, it's obsolete since yearsLennart Poettering2012-05-157-1054/+1
* build-sys: readd stub makefiles to subdirectories to make building with emacs...Lennart Poettering2012-05-157-2/+14
* util: use the return value of gethosid() as fallback, not the address of the ...Lennart Poettering2012-05-151-1/+1
* util: /etc/machine-id should be tried first, the D-Bus only as fallback for l...Lennart Poettering2012-05-151-3/+3
* proplist: document new meaning of the session IDLennart Poettering2012-05-151-1/+1
* util: XDG_SESSION_COOKIE is unsuitable as session IDLennart Poettering2012-05-151-1/+2
* sink-input,source-output: Avoid unneccessary rate updatesArun Raghavan2012-05-142-2/+4
* Correct spelling of PulseAudioPaul Menzel2012-05-113-4/+4
* bluetooth: Fix crash due to usage of pa_bool_t instead of dbus_bool_tArun Raghavan2012-05-111-2/+4
* alsa: Add support for sound cards with 4-channel input.Tanu Kaskinen2012-05-112-0/+10
* resampler: Add support for resamplers that consume less data than asked.Tanu Kaskinen2012-05-111-56/+135
* resampler: Use more descriptive buffer names.Tanu Kaskinen2012-05-111-55/+63
* resampler: Use pa_xnew0() to avoid manual zeroing.Tanu Kaskinen2012-05-111-31/+19
* pacmd: Added --help and --version options.poljar2012-05-051-12/+90
* echo-cancel: Clarify function call contexts.Tanu Kaskinen2012-04-271-34/+45
* echo-cancel: Fix memblockq length check.Tanu Kaskinen2012-04-271-44/+42
* echo-cancel: Drop the correct amount of samples when skipping.Tanu Kaskinen2012-04-271-1/+1
* sink/source.h: Clarify set_port commentDavid Henningsson2012-04-182-4/+4
* pulse: Fix warning in introspect.h; minor rewording and punctuation.Peter Meerwald2012-04-171-50/+50
* pulse: Clarify proplist doxygen documentation.Peter Meerwald2012-04-171-3/+3
* core: Fix comments.Peter Meerwald2012-04-172-3/+3
* echo-cancel: Upper/lowercase in comment.Peter Meerwald2012-04-171-2/+2
* build: Fix spelling in src/Makefile.am.Peter Meerwald2012-04-171-1/+1
* dbus: Fix dbus argument type in iface-stream.c handle_move().Peter Meerwald2012-04-171-1/+1
* alsa: Add the DTS/DCA mapping to extra-hdmi.conf too.Colin Guthrie2012-04-151-0/+6
* alsa-sink/source: Make sure volumes are synchronised after fast user switchingDavid Henningsson2012-04-126-4/+73
* cli: Allow source-output volumes/mute to be set via CLIColin Guthrie2012-04-101-1/+97
* man: Document the cli inteface a little.Colin Guthrie2012-04-101-22/+22
* alsa-sink/source: Really set volumes on port changeDavid Henningsson2012-04-042-4/+14
* module-loopback: Reset process_msg callbacks in teardownDavid Henningsson2012-04-041-0/+2
* loopback: Fix crash on error during initFrédéric Dalleau2012-04-021-1/+2
* dbus: Add assertions to get rid of warnings from Coverity.Tanu Kaskinen2012-03-281-2/+2
* device-manager: Add an assertion to get rid of a warning from Coverity.Tanu Kaskinen2012-03-281-1/+1
* dbus: Add an assertion to get rid of a warning from Coverity.Tanu Kaskinen2012-03-281-1/+1
* alsa: Fix SND_MIXER_SCHN_LAST related stuff.Tanu Kaskinen2012-03-284-7/+3