summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* native: fallback to another port if the default port is takenLennart Poettering2010-01-143-33/+61
* client: introduce auto-connect-display= following the scheme of auto-connect-...Lennart Poettering2010-01-134-7/+12
* client: introduce auto-connect-localhost= option in client.confLennart Poettering2010-01-134-4/+10
* Merge remote branch 'tanuk/fixes'Lennart Poettering2010-01-134-8/+38
|\
| * daemon: Don't autospawn if a server address is explicitly configured.Tanu Kaskinen2010-01-092-6/+36
| * sink-input: Replace a tab indentation with spaces.Tanu Kaskinen2010-01-061-1/+1
| * idxset: Fix _get_by_data() comment.Tanu Kaskinen2010-01-061-1/+1
* | tests: add pa_once_xxx() testLennart Poettering2010-01-133-0/+110
|/
* core: volume ramping fixhuan zheng2010-01-061-1/+1
* Merge remote branch 'zonque/topic/osx'Lennart Poettering2010-01-0517-83/+1694
|\
| * fix a number of warningsDaniel Mack2009-12-164-12/+16
| * osx: add native zeroconf implementation via BonjourDaniel Mack2009-12-162-0/+529
| * CoreAudio: add audio device moduleDaniel Mack2009-12-162-1/+828
| * CoreAudio: add device detection moduleDaniel Mack2009-12-162-0/+243
| * hack around another OS X bug: recv() with MSG_PEEK does not workDaniel Mack2009-12-161-0/+22
| * poll() is totally broken on Mac OS XDaniel Mack2009-12-1612-40/+34
| * src/Makefile.am: add specific OS_IS_DARWIN filesKim Lester2009-12-091-2/+11
| * core-rtclock.c: tweak OS_IS_DARWIN constraintsDaniel Mack2009-12-091-41/+28
* | fix a number of warningsDaniel Mack2010-01-054-12/+16
* | headers: Some trivial fixes for some documentation typosMads Kiilerich2010-01-059-14/+16
* | Subject: rtpoll: better support for DEBUG_TIMING logsPierre-Louis Bossart2010-01-051-3/+20
* | Fix typo in log message: s/may no be/may not be/chocolateboy2010-01-051-1/+1
* | alsa: add profile set for M-Audio FastTrack Pro USBDavid Kågedal2010-01-052-0/+86
* | udev: Use SOUND_CLASS instead of SOUND_FORM_FACTOR when checking for modemDaniel T Chen2010-01-051-1/+1
* | threaded-mainloop: Properly initialise m->n_waiting_for_accept to prevent dea...Daniel T Chen2010-01-051-0/+1
* | More src/pulsecore/cpu-arm.c FTBFS fixesDaniel T Chen2009-12-221-2/+3
* | Fix the following warnings (which now cause buildd failures in Ubuntu 10.04):Daniel T Chen2009-12-221-0/+1
|/
* Add a configure option to change 'udevrulesdir'Arun Raghavan2009-12-061-1/+0
* Mark shared variables as volatileArun Raghavan2009-12-061-1/+4
* stream-restore: At startup, create dbus entries only for valid database entries.Tanu Kaskinen2009-12-031-2/+7
* stream-restore: Add a missing pa_xnew0() call in handle_add_entry().Tanu Kaskinen2009-12-031-0/+1
* stream-restore: Fix a few assertion misuses with the D-Bus code.Tanu Kaskinen2009-12-031-5/+5
* dbus: Add a missing break statement in handle_message_cb().Tanu Kaskinen2009-12-031-0/+1
* dbus: Handle the cases when a non-existing interface is detected in an incomi...Tanu Kaskinen2009-12-032-0/+9
* libpulse: Store pa_stream pointers to hashmaps instead of dynarrays.Tanu Kaskinen2009-12-033-18/+17
* Merge remote branch 'tanuk/master'Colin Guthrie2009-11-301-0/+2
|\
| * Merge branch 'master' of git://0pointer.de/pulseaudioTanu Kaskinen2009-10-136-13/+19
| |\
| * | dbusiface-client: Fix the destructor (stop leaking stuff).Tanu Kaskinen2009-10-091-0/+2
* | | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-11-232-12/+27
|\ \ \
| * \ \ Merge remote branch 'phish3/master'Lennart Poettering2009-11-232-12/+27
| |\ \ \
| | * | | src/utils/qpaeq: added more friendly error messages to common errorsJason Newton2009-11-201-12/+26
| | * | | Makefile.am: added qpaeq to installed scriptsJason Newton2009-11-201-0/+1
| | * | | remove .py extension from qpaeqJason Newton2009-11-201-0/+0
* | | | | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-11-2224-385/+1182
|\| | | |
| * | | | freebsd: implement pa_get_binary_nameJoe Marcus Clarke2009-11-211-0/+11
| * | | | Simplify Makefile.am handling of ALSA-related files.Diego Elio 'Flameeyes' Pettenò2009-11-211-31/+24
| * | | | Avoid using devname as a variable name.Diego Elio 'Flameeyes' Pettenò2009-11-211-7/+7
| * | | | Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò2009-11-2110-309/+309
| * | | | Merge remote branch 'phish3/master'Lennart Poettering2009-11-212-22/+611
| |\| | |
| | * | | added qpaeq script for GUI equalizer control to src/utilJason Newton2009-11-201-0/+546