Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | polkit: drop left-over polkit policy file from git tree | Lennart Poettering | 2009-09-29 | 1 | -50/+0 |
| | |||||
* | Don't refuse to start on systems using GNU stow, graft, STORE et al | Nix | 2009-09-29 | 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. | ||||
* | reserve: downgrade reserve logic messages, so that reusing pa in two ↵ | Lennart Poettering | 2009-09-28 | 1 | -5/+5 |
| | | | | sessions does not create spew in syslog | ||||
* | svolume: tweak constraints for 32 bits | Wim Taymans | 2009-09-23 | 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. | ||||
* | libpulse: Add *_NOFLAGS flags with value 0 for various enums | Colin Guthrie | 2009-09-22 | 1 | -0/+11 |
| | | | | This avoids the need for ugly casting in client implementations. | ||||
* | tunnel: fix parsing of source info from newer servers | Colin Guthrie | 2009-09-20 | 1 | -2/+29 |
| | |||||
* | tunnel: fix parsing of sink info from newer servers | Emil Renner Berthing | 2009-09-20 | 1 | -0/+27 |
| | |||||
* | stream-restore: Comment fix | Colin Guthrie | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | core: dump proplist when creating stream similar to how we already to it for ↵ | Lennart Poettering | 2009-09-20 | 2 | -4/+12 |
| | | | | sinks/sources | ||||
* | alsa: make build gcc clean on 32bit | Lennart Poettering | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | memtrap: properly add items to linked list | Lennart Poettering | 2009-09-19 | 1 | -1/+4 |
| | |||||
* | gconf: run the wrapper script when running gconf-helper from build tree | Lennart Poettering | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | namereg: choose default sink/source as soon as one becomes available | Lennart Poettering | 2009-09-18 | 1 | -1/+12 |
| | |||||
* | memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they ↵ | Lennart Poettering | 2009-09-18 | 1 | -4/+11 |
| | | | | usually are much bigger than we want them | ||||
* | mainloop: fix detection of rt clocks | Lennart Poettering | 2009-09-18 | 1 | -8/+7 |
| | |||||
* | socket-client: modernizations | Lennart Poettering | 2009-09-18 | 2 | -38/+24 |
| | |||||
* | memblock: modernizations | Lennart Poettering | 2009-09-18 | 1 | -3/+2 |
| | |||||
* | conf: Fix typo in daemon.conf: rlimit-rtttime - too many t's | Colin Guthrie | 2009-09-18 | 1 | -1/+1 |
| | | | | Spotted by peol on IRC | ||||
* | alsa: Give all ports a human name to allow UI tools to present the choice to ↵ | Colin Guthrie | 2009-09-18 | 1 | -3/+3 |
| | | | | users. | ||||
* | rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1] | Colin Guthrie | 2009-09-18 | 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 | ||||
* | mainloop: pass monotonic times back to user if he passed monotonic times to us | Lennart Poettering | 2009-09-18 | 1 | -6/+16 |
| | |||||
* | timeval: make timeval conversion routines handle PA_USEC_INVALID special | Lennart Poettering | 2009-09-18 | 2 | -2/+17 |
| | |||||
* | timeval: add UNLIKELY annotation | Lennart Poettering | 2009-09-18 | 1 | -3/+3 |
| | |||||
* | timeval: make pa_timeval_sub saturating | Lennart Poettering | 2009-09-18 | 1 | -12/+38 |
| | |||||
* | core-rtclock: introduce pa_timespec_store() akin pa_timeval_store() | Lennart Poettering | 2009-09-18 | 2 | -0/+15 |
| | |||||
* | timeval: introduce PA_USEC_MAX | Lennart Poettering | 2009-09-18 | 1 | -2/+5 |
| | |||||
* | macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros | Lennart Poettering | 2009-09-18 | 1 | -0/+12 |
| | |||||
* | mainloop: sum up dispatched events in an unsigned to clarify range | Lennart Poettering | 2009-09-18 | 1 | -8/+9 |
| | |||||
* | mainloop: use PA_LLIST_FOREACH macros where applicable | Lennart Poettering | 2009-09-18 | 1 | -26/+30 |
| | |||||
* | mainloop: don't initialize fields we don't have to | Lennart Poettering | 2009-09-18 | 1 | -30/+4 |
| | |||||
* | mainloop: calculate in pa_usec_t everywhere | Lennart Poettering | 2009-09-18 | 1 | -21/+46 |
| | |||||
* | mainloop: properly convert time to wallclock time when handing it to the user | Lennart Poettering | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | alsa: fix Surround mixer element name | Lennart Poettering | 2009-09-18 | 3 | -3/+3 |
| | | | | | | s/Sourround/Surround/ Spotted by Colin Guthrie | ||||
* | rtp: Factor out direct io writing and use ioline instead. | Colin Guthrie | 2009-09-18 | 1 | -16/+6 |
| | | | | | This is how things should have worked orinally, but I obviously misunderstood things a bit. This seems to prevent the random hangups that were happening previously :) | ||||
* | raop: Use pa_module_unload_request_by_index as per module-zeroconf-discover | Colin Guthrie | 2009-09-18 | 1 | -2/+2 |
| | |||||
* | core-util: unify how we determine the temporary directory | Lennart Poettering | 2009-09-17 | 3 | -20/+26 |
| | |||||
* | Improve TMPDIR handling | Lennart Poettering | 2009-09-17 | 2 | -2/+15 |
| | | | | | | Patch from 'jnelson', http://pulseaudio.org/ticket/653 | ||||
* | cli: properly destruct cli object | Lennart Poettering | 2009-09-17 | 1 | -2/+2 |
| | |||||
* | cli: don't accidentaly set O_NDELAY on stderr | Lennart Poettering | 2009-09-17 | 1 | -3/+21 |
| | | | | | | | | | | | | | | Loading module-cli could have the effect of setting O_NDELAY on stderr, because it was just a dup'ed fd of stdin which module-cli sets O_NDELAY for and which flag is shared between all dupes. Instead of using stdin/stdout directly we now open a new file descriptor for the controlling terminal, which is equally useful as stdin/stdout but gives a new file that does not share O_NDELAY with stdin/stdout. This solves a problem where when running pulseaudio -C resulted in log output being truncated since stdio does not really handle O_NDELAY that well in on its fds. | ||||
* | proplist: introduce PA_PROP_WINDOW_DESKTOP property | Lennart Poettering | 2009-09-17 | 1 | -0/+3 |
| | |||||
* | position-event-sounds: don't warn that loud about vpos/hpos out of range | Lennart Poettering | 2009-09-17 | 1 | -2/+3 |
| | |||||
* | libpulse: as a special exception, don't require a non-NULL context in ↵ | Lennart Poettering | 2009-09-17 | 1 | -1/+4 |
| | | | | pa_context_errno | ||||
* | svolume_mmx: disable test accidentaly left on | Lennart Poettering | 2009-09-17 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'wtay/optimize' | Lennart Poettering | 2009-09-17 | 2 | -14/+8 |
|\ | |||||
| * | svolume_mmx: optimize some more | Wim Taymans | 2009-09-16 | 1 | -13/+7 |
| | | | | | | | | | | | | We can reorder the algortihm a bit like we do for sse so that we don't need the contants and masking instructions. Saves 2 instructions for the mmx code. | ||||
| * | svolume_sse: fix comment | Wim Taymans | 2009-09-16 | 1 | -1/+1 |
| | | |||||
* | | alsa: correct assumptions about channels an element lacks | Vladimir Kokarev | 2009-09-17 | 1 | -10/+2 |
| | | | | | | | | | | | | | | If an element does not control some channels assume they are 0dB in comparison to the other elements, i.e. do not influence the volume at all. Previously we were assuming they were as high as the highest of the channels we do control. | ||||
* | | pacat: use fully automatic buffer sizes if possible | Lennart Poettering | 2009-09-17 | 1 | -5/+9 |
| | | |||||
* | | memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLE | Lennart Poettering | 2009-09-17 | 1 | -0/+7 |
| | | |||||
* | | CANCELLED vs. CANCELED | Lennart Poettering | 2009-09-17 | 1 | -2/+3 |
|/ | | | | Define CANCELLED as alias for CANCELED |