Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-30 | build-sys: bump sonamev0.9.19 | Lennart Poettering | 1 | -1/+1 | |
2009-09-30 | i18n: run make update-po | Lennart Poettering | 30 | -1863/+8072 | |
2009-09-29 | i18n: ad more .c files to POTFILES.in | Lennart Poettering | 1 | -0/+2 | |
2009-09-29 | polkit: drop left-over polkit policy file from git tree | Lennart Poettering | 1 | -50/+0 | |
2009-09-29 | Don't refuse to start on systems using GNU stow, graft, STORE et al | Nix | 1 | -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-29 | i18n: run make update-po | Lennart Poettering | 30 | -432/+772 | |
2009-09-29 | Merge remote branch 'origin/master-tx' | Lennart Poettering | 8 | -462/+303 | |
2009-09-28 | reserve: downgrade reserve logic messages, so that reusing pa in two ↵ | Lennart Poettering | 1 | -5/+5 | |
sessions does not create spew in syslog | |||||
2009-09-28 | Sending translation for German | jsimon | 1 | -3/+3 | |
2009-09-28 | Sending translation for German | jsimon | 1 | -303/+168 | |
2009-09-27 | Sending translation for Polish | raven | 1 | -30/+30 | |
2009-09-23 | svolume: tweak constraints for 32 bits | Wim Taymans | 2 | -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-22 | Sending translation for Portuguese | ruigo | 1 | -45/+44 | |
2009-09-22 | libpulse: Add *_NOFLAGS flags with value 0 for various enums | Colin Guthrie | 1 | -0/+11 | |
This avoids the need for ugly casting in client implementations. | |||||
2009-09-22 | Sending translation for Kannada | shanky | 1 | -24/+18 | |
2009-09-21 | Sending translation for Malayalam | anipeter | 1 | -18/+12 | |
2009-09-21 | Sending translation for Marathi | sandeeps | 1 | -14/+10 | |
2009-09-21 | Sending translation for Telugu | kkrothap | 1 | -13/+10 | |
2009-09-21 | Sending translation for Hindi | rajesh | 1 | -15/+11 | |
2009-09-20 | tunnel: fix parsing of source info from newer servers | Colin Guthrie | 1 | -2/+29 | |
2009-09-20 | tunnel: fix parsing of sink info from newer servers | Emil Renner Berthing | 1 | -0/+27 | |
2009-09-20 | stream-restore: Comment fix | Colin Guthrie | 1 | -1/+1 | |
2009-09-20 | core: dump proplist when creating stream similar to how we already to it for ↵ | Lennart Poettering | 2 | -4/+12 | |
sinks/sources | |||||
2009-09-20 | alsa: make build gcc clean on 32bit | Lennart Poettering | 1 | -1/+1 | |
2009-09-19 | Merge remote branch 'origin/master-tx' | Lennart Poettering | 1 | -427/+442 | |
2009-09-19 | build-sys: bump soname for releasev0.9.18 | Lennart Poettering | 1 | -1/+1 | |
2009-09-19 | vala: install .vapi file by default | Lennart Poettering | 2 | -1/+16 | |
2009-09-19 | vala: numerous updates | Lennart Poettering | 1 | -203/+259 | |
2009-09-18 | Sending translation for Portuguese | ricardopinto | 1 | -427/+442 | |
2009-09-19 | memtrap: properly add items to linked list | Lennart Poettering | 1 | -1/+4 | |
2009-09-18 | gconf: run the wrapper script when running gconf-helper from build tree | Lennart Poettering | 1 | -1/+1 | |
2009-09-18 | namereg: choose default sink/source as soon as one becomes available | Lennart Poettering | 1 | -1/+12 | |
2009-09-18 | i18n: run make update-po | Lennart Poettering | 30 | -1956/+2611 | |
2009-09-18 | Merge remote branch 'origin/master-tx' | Lennart Poettering | 15 | -2124/+1357 | |
2009-09-18 | memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they ↵ | Lennart Poettering | 1 | -4/+11 | |
usually are much bigger than we want them | |||||
2009-09-18 | mainloop: fix detection of rt clocks | Lennart Poettering | 1 | -8/+7 | |
2009-09-18 | socket-client: modernizations | Lennart Poettering | 2 | -38/+24 | |
2009-09-18 | memblock: modernizations | Lennart Poettering | 1 | -3/+2 | |
2009-09-18 | conf: Fix typo in daemon.conf: rlimit-rtttime - too many t's | Colin Guthrie | 1 | -1/+1 | |
Spotted by peol on IRC | |||||
2009-09-18 | Sending translation for Tamil | ifelix | 1 | -20/+14 | |
2009-09-18 | alsa: Give all ports a human name to allow UI tools to present the choice to ↵ | Colin Guthrie | 1 | -3/+3 | |
users. | |||||
2009-09-18 | rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1] | Colin Guthrie | 1 | -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-18 | mainloop: pass monotonic times back to user if he passed monotonic times to us | Lennart Poettering | 1 | -6/+16 | |
2009-09-18 | timeval: make timeval conversion routines handle PA_USEC_INVALID special | Lennart Poettering | 2 | -2/+17 | |
2009-09-18 | timeval: add UNLIKELY annotation | Lennart Poettering | 1 | -3/+3 | |
2009-09-18 | timeval: make pa_timeval_sub saturating | Lennart Poettering | 1 | -12/+38 | |
2009-09-18 | core-rtclock: introduce pa_timespec_store() akin pa_timeval_store() | Lennart Poettering | 2 | -0/+15 | |
2009-09-18 | timeval: introduce PA_USEC_MAX | Lennart Poettering | 1 | -2/+5 | |
2009-09-18 | macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros | Lennart Poettering | 1 | -0/+12 | |
2009-09-18 | mainloop: sum up dispatched events in an unsigned to clarify range | Lennart Poettering | 1 | -8/+9 | |