summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-15merge glitch-free branch back into trunkLennart Poettering186-4819/+12369
2008-03-31fix caps stuff for crazy people who disable capsLennart Poettering1-2/+1
2008-03-31merge r2195 from prepare-0.9.10Lennart Poettering1-5/+18
2008-03-31merge r2194 from prepare-0.9.10Lennart Poettering1-22/+36
2008-03-31merge r2193 from prepare-0.9.10Lennart Poettering2-20/+7
2008-03-31merge r2192 from prepare-0.9.10Lennart Poettering1-4/+4
2008-03-31merge r2191 from prepare-0.9.10Lennart Poettering1-1/+1
2008-03-31merge r2187 from prepare-0.9.10Lennart Poettering1-6/+9
2008-03-31merge r2186 from prepare-0.9.10Lennart Poettering1-2/+2
2008-03-31merge r2185 from prepare-0.9.10Lennart Poettering1-2/+5
2008-03-31merge r2184 from prepare-0.9.10Lennart Poettering1-1/+2
2008-03-31merge r2183 from prepare-0.9.10Lennart Poettering1-0/+4
2008-03-31merge r2182 from prepare-0.9.10Lennart Poettering1-1/+1
2008-03-27properly notify clients about suspended state when moving source output strea...Lennart Poettering1-0/+1
2008-03-27merge r2179 from prepare-0.9.10Lennart Poettering1-7/+7
2008-03-27remove a redundant if checkLennart Poettering1-2/+1
2008-03-27copy originial l2ping license from bluez into bt helperLennart Poettering1-22/+16
2008-03-27Enable per-user esound sockets by default. Esound CVS already enables this by...Lennart Poettering1-2/+3
2008-03-27make loading of a few more modules non-fatalLennart Poettering1-0/+6
2008-03-27Double maximum sample size for some overly huge samples some distros shipLennart Poettering1-1/+1
2008-03-27Attempt to resolve the multilib conflicts by getting all the config filesLennart Poettering3-6/+34
2008-03-27modernize polkit code a bit, use new functions from pk 0.7 instead of our hom...Lennart Poettering1-67/+11
2008-03-27rename polkit policy file to org.pulseaudio.policy to follow upstream guidelinesLennart Poettering2-2/+2
2008-03-27add vendor data to pk policy fileLennart Poettering1-0/+3
2008-03-27Abort instead of cleanly exiting, so we can obtain a core dump and find outLennart Poettering1-1/+1
2008-03-26add proper arm atomic ops support, patch from Jyri SarhaLennart Poettering1-1/+230
2008-03-14work around solaris printf %s and NULL string brain damageLennart Poettering1-1/+1
2008-03-14change policy file to not show polkit auth dlg by defaultLennart Poettering1-2/+2
2008-03-09And one more.Diego Petteno1-1/+1
2008-03-09Test for _struct_ lt_user_dlloader, otherwise it won't be found.Diego Petteno1-2/+2
2008-03-08Build and run using libltdl from libtool 2.2. The user module loader support ...Diego Petteno1-0/+37
2008-02-15Clarify the explanation of the in_action field in pa_autoload_entry.Tanu Kaskinen1-1/+1
2008-02-15only call pa_ltdl_done() if we called pa_ltdl_init() beforeLennart Poettering1-1/+4
2008-02-15allow compilation on systems that lack POSIX shared memory. Patch from matthi...Lennart Poettering1-1/+3
2008-02-15print pa version id each time we start up, so that it is easier to identify t...Lennart Poettering1-2/+3
2008-02-15Improve compatibility with applications which like to pass invalid strings to...Lennart Poettering1-72/+60
2008-02-13deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering13-18/+39
2008-01-24Mark long_options constant.Diego Petteno1-1/+1
2008-01-24Use check_PROGRAMS rather than noinst_PROGRAMS for test programs.Diego Petteno1-3/+3
2008-01-24Apply the fix for CVE-2008-0008 from 0.9.9 release on trunk.Diego Petteno1-5/+7
2008-01-06use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...Lennart Poettering1-0/+9
2008-01-04Don't send opcodes introduced in protocol versions 12 to clients using protocolSjoerd Simons1-0/+12
2008-01-04Implement opcodes in the tunnel modules that were added in version 12 ofSjoerd Simons1-0/+40
2008-01-04Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. FixesSjoerd Simons2-0/+4
2008-01-03Add a missing pa_xfree.Tanu Kaskinen1-0/+2
2008-01-03The previous commit introduced a new bug: giving too many values in the "cont...Tanu Kaskinen1-1/+1
2008-01-03Fix the parsing of trailing default values in the "control" module argument.Tanu Kaskinen1-6/+14
2008-01-02Downgraded the priority of a message, because it's really quite uninteresting.Tanu Kaskinen1-1/+1
2007-12-29convert argument to boolean value before passing it on to __builtin_expect in...Lennart Poettering1-1/+1
2007-12-29add new function pa_proplist_contains()Lennart Poettering2-0/+15