summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* alsa: fix a few commentsLennart Poettering2009-07-011-2/+1
* build-sys: add missing dependency to libcliLennart Poettering2009-07-011-1/+1
* libpulse: minor cleanupsLennart Poettering2009-07-011-11/+19
* native: don't hit assert when user uploads zero-sized sampleLennart Poettering2009-07-011-1/+3
* bluetooth: don't busy loop when device is not writable but we want to writeLennart Poettering2009-07-011-1/+1
* bluetooth: handle absence of bluez D-Bus service properlyLennart Poettering2009-07-011-11/+66
* reserve: fix build without D-BusLennart Poettering2009-06-301-0/+4
* introspect: Fix a bug in sink/source info protocol handling related to ports.Colin Guthrie2009-06-291-60/+64
* combine: Do not set (and update) description if the user passed one in during...Colin Guthrie2009-06-291-1/+12
* udev: Don't install the udev rules if we're not compiling udev supportColin Guthrie2009-06-291-0/+2
* Add missing headers includes for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-292-0/+5
* Rename the flock variable to f_lock.Diego Elio 'Flameeyes' Pettenò2009-06-291-8/+8
* Only declare saved_errno when it's going to be used (on Linux).Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+1
* Rename the wait parameter to wait_op, to avoid shadowing wait().Diego Elio 'Flameeyes' Pettenò2009-06-292-13/+13
* Remove the call for pa_rtpoll_install() in the Solaris module.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+0
* Fix the moved rtclock.h header in the Solaris module.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+1
* Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+5
* Add a missing sys/stat.h include for FreeBSD to declare umask().Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+1
* Don't try to compile the rtkit sources when dbus is not enabled.Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+3
* Implement mix-test for s24le and s24be sample formats.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+29
* Use static constants to keep the generated sample blocks.Diego Elio 'Flameeyes' Pettenò2009-06-291-46/+20
* Ignore IPv6 tests, if IPv6 was built in but the system doesn't have it.Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+4
* Properly link module-zeroconf-publish against libnative-protocol.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+1
* Check for and use flags to reject undefined symbols in libraries.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+1
* sndfile: fix build on BE archsv0.9.16-test1Lennart Poettering2009-06-231-1/+1
* build-sys: don't make pulseaudio binary suid on install anymoreLennart Poettering2009-06-231-1/+0
* intended-roles: drop quite a few unnecessary includesLennart Poettering2009-06-231-12/+1
* modules: pass properly initialized userdata pointers to various hooksLennart Poettering2009-06-233-6/+6
* intended-roles: properly initialize split stateLennart Poettering2009-06-231-1/+1
* rtclock: make use of constants when converting between nsec and usecLennart Poettering2009-06-231-3/+3
* intended-roles: fix symdef header inclusionLennart Poettering2009-06-231-1/+1
* rtclock: fix type of PA_TIMEVAL_RTCLOCKLennart Poettering2009-06-231-1/+1
* timeval: don't create the wrong illusion that nsecs should be stored in pa_us...Lennart Poettering2009-06-231-3/+3
* rtclock: document that we fallback to wallclock time if monotonic time is not...Lennart Poettering2009-06-231-2/+4
* rtclock: enable rtclock for our own mainloop implementationsLennart Poettering2009-06-223-4/+14
* rtclock: fix build after mergeLennart Poettering2009-06-222-1/+1
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-2256-335/+510
|\
| * rtclock: fix issues found by LennartMarc-André Lureau2009-06-204-12/+26
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-2042-233/+311
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-2023-39/+121
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-1918-66/+66
* | daemon: enable module-intended-roles by defaultLennart Poettering2009-06-221-0/+3
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-06-2255-873/+1020
|\ \
| * | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-1921-372/+4
| * | daemon: enable real-time by defaultLennart Poettering2009-06-192-2/+2
| * | daemon: strip all special suid/caps log from our startup code, we'll now rely...Lennart Poettering2009-06-194-285/+31
| * | core: use rtkit to acquire high-priority schedulingLennart Poettering2009-06-192-107/+46
| * | core: ask RealtimeKit for RT schedulingLennart Poettering2009-06-194-18/+335
| |/
| * alsa: synthesize volume values more sensibly for channels that are not contro...Lennart Poettering2009-06-191-3/+21
| * alsa: document alsa mixer path/profile sets a bit moreLennart Poettering2009-06-192-3/+23