summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-30build-sys: bump sonamev0.9.19Lennart Poettering1-1/+1
2009-09-30i18n: run make update-poLennart Poettering30-1863/+8072
2009-09-29i18n: ad more .c files to POTFILES.inLennart Poettering1-0/+2
2009-09-29polkit: drop left-over polkit policy file from git treeLennart Poettering1-50/+0
2009-09-29Don't refuse to start on systems using GNU stow, graft, STORE et alNix1-2/+7
There are multiple package management systems out there which implement packages using symlinks. The recent (otherwise useful) check to ensure that a re-executed pulseaudio is actually reexecuting itself unfortunately breaks in the presence of all these packaging systems, because PA_BINARY refers to its installed location (e.g. /usr/local/bin/pulseaudio), which is a symlink to the binary (e.g. /usr/local/stow/pulseaudio-0.9.18/bin/pulseaudio), because /proc/self/exe always contains the canonical path of the executable, with all symlinks resolved. (At least one distribution uses a symlink-based packaging system, so will be forced to apply this locally in any case.) The fix is simple: canonicalize PA_BINARY before equality-testing. (This should be completely safe, because the OS does just that when PA_BINARY is executed.) The patch is against 0.9.18, but applies without fuzz to current master.
2009-09-29i18n: run make update-poLennart Poettering30-432/+772
2009-09-29Merge remote branch 'origin/master-tx'Lennart Poettering8-462/+303
2009-09-28reserve: downgrade reserve logic messages, so that reusing pa in two ↵Lennart Poettering1-5/+5
sessions does not create spew in syslog
2009-09-28Sending translation for Germanjsimon1-3/+3
2009-09-28Sending translation for Germanjsimon1-303/+168
2009-09-27Sending translation for Polishraven1-30/+30
2009-09-23svolume: tweak constraints for 32 bitsWim Taymans2-4/+4
Tweak the constraints a little so that register starved 32bit systems can select a stack variable for the channel paramter instead of reusing one of the registers we're using in the code.
2009-09-22Sending translation for Portugueseruigo1-45/+44
2009-09-22libpulse: Add *_NOFLAGS flags with value 0 for various enumsColin Guthrie1-0/+11
This avoids the need for ugly casting in client implementations.
2009-09-22Sending translation for Kannadashanky1-24/+18
2009-09-21Sending translation for Malayalamanipeter1-18/+12
2009-09-21Sending translation for Marathisandeeps1-14/+10
2009-09-21Sending translation for Telugukkrothap1-13/+10
2009-09-21Sending translation for Hindirajesh1-15/+11
2009-09-20tunnel: fix parsing of source info from newer serversColin Guthrie1-2/+29
2009-09-20tunnel: fix parsing of sink info from newer serversEmil Renner Berthing1-0/+27
2009-09-20stream-restore: Comment fixColin Guthrie1-1/+1
2009-09-20core: dump proplist when creating stream similar to how we already to it for ↵Lennart Poettering2-4/+12
sinks/sources
2009-09-20alsa: make build gcc clean on 32bitLennart Poettering1-1/+1
2009-09-19Merge remote branch 'origin/master-tx'Lennart Poettering1-427/+442
2009-09-19build-sys: bump soname for releasev0.9.18Lennart Poettering1-1/+1
2009-09-19vala: install .vapi file by defaultLennart Poettering2-1/+16
2009-09-19vala: numerous updatesLennart Poettering1-203/+259
2009-09-18Sending translation for Portuguesericardopinto1-427/+442
2009-09-19memtrap: properly add items to linked listLennart Poettering1-1/+4
2009-09-18gconf: run the wrapper script when running gconf-helper from build treeLennart Poettering1-1/+1
2009-09-18namereg: choose default sink/source as soon as one becomes availableLennart Poettering1-1/+12
2009-09-18i18n: run make update-poLennart Poettering30-1956/+2611
2009-09-18Merge remote branch 'origin/master-tx'Lennart Poettering15-2124/+1357
2009-09-18memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they ↵Lennart Poettering1-4/+11
usually are much bigger than we want them
2009-09-18mainloop: fix detection of rt clocksLennart Poettering1-8/+7
2009-09-18socket-client: modernizationsLennart Poettering2-38/+24
2009-09-18memblock: modernizationsLennart Poettering1-3/+2
2009-09-18conf: Fix typo in daemon.conf: rlimit-rtttime - too many t'sColin Guthrie1-1/+1
Spotted by peol on IRC
2009-09-18Sending translation for Tamilifelix1-20/+14
2009-09-18alsa: Give all ports a human name to allow UI tools to present the choice to ↵Colin Guthrie1-3/+3
users.
2009-09-18rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie1-2/+0
That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
2009-09-18mainloop: pass monotonic times back to user if he passed monotonic times to usLennart Poettering1-6/+16
2009-09-18timeval: make timeval conversion routines handle PA_USEC_INVALID specialLennart Poettering2-2/+17
2009-09-18timeval: add UNLIKELY annotationLennart Poettering1-3/+3
2009-09-18timeval: make pa_timeval_sub saturatingLennart Poettering1-12/+38
2009-09-18core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()Lennart Poettering2-0/+15
2009-09-18timeval: introduce PA_USEC_MAXLennart Poettering1-2/+5
2009-09-18macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering1-0/+12
2009-09-18mainloop: sum up dispatched events in an unsigned to clarify rangeLennart Poettering1-8/+9