summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | dbus-protocol: Add debugging output (temporary change).Tanu Kaskinen2009-08-021-2/+11
| | | | | | | |
| * | | | | | | dbusiface-core: Don't die if we get a default sink/source change event ↵Tanu Kaskinen2009-08-011-8/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before the new default device is actually created.
| * | | | | | | dbusiface-core: Send signals whenever extensions are registered and ↵Tanu Kaskinen2009-07-311-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unregistered.
| * | | | | | | dbus-protocol: Implement extension registration.Tanu Kaskinen2009-07-312-22/+108
| | | | | | | |
| * | | | | | | dbus/iface-core.c: Make sure D-Bus objects are created only once.Tanu Kaskinen2009-07-301-20/+28
| | | | | | | |
| * | | | | | | Bug fixing and minor cleanups.Tanu Kaskinen2009-07-273-66/+111
| | | | | | | |
| * | | | | | | Add the forgotten src/modules/dbus directory to git.Tanu Kaskinen2009-07-2115-0/+3274
| | | | | | | |
| * | | | | | | Finish the Core dbus interface.Tanu Kaskinen2009-07-2114-1861/+1526
| | | | | | | |
| * | | | | | | dbus: Implement the Name property of the core object.Tanu Kaskinen2009-07-035-141/+932
| | | | | | | |
| * | | | | | | server-lookup: Update the D-Bus identifiers to be versioned.Tanu Kaskinen2009-06-302-7/+10
| | | | | | | |
| * | | | | | | module-cli: Fix compilation by adding libpulsecommon to module_cli_la_LIBADD.Tanu Kaskinen2009-06-301-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into dbus-workTanu Kaskinen2009-06-2910-77/+92
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into dbus-workTanu Kaskinen2009-06-29167-3269/+11720
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h
| * | | | | | | | | module-dbus-protocol: Allow anyone to connect the daemon in system mode.Tanu Kaskinen2009-06-201-1/+1
| | | | | | | | | |
| * | | | | | | | | dbus-protocol: Implement TCP server startup.Tanu Kaskinen2009-06-193-15/+42
| | | | | | | | | |
| * | | | | | | | | dbus-common: Implement infrastructure for registering D-Bus objects on allTanu Kaskinen2009-06-197-9/+649
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | client connections and for receiving method calls from clients.
| * | | | | | | | | dbus-protocol: Connection handling for local connections.Tanu Kaskinen2009-06-1611-64/+639
| | | | | | | | | |
| * | | | | | | | | daemon: Implement the DBus server lookup service.Tanu Kaskinen2009-06-1210-36/+489
| | | | | | | | | |
| * | | | | | | | | Create module-dbus-protocol with "Hello, world!" functionality.Tanu Kaskinen2009-06-034-2/+83
| | | | | | | | | |
* | | | | | | | | | position-event-sounds: never position test sounds in spaceLennart Poettering2009-10-061-1/+17
| | | | | | | | | |
* | | | | | | | | | alsa: disable period event only with tsched=1Lennart Poettering2009-10-064-5/+6
| | | | | | | | | |
* | | | | | | | | | loopback: Setting latency of module-loopbackTor-Björn Claesson2009-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I checked the source code, and latency_msec is missing from the list of valid module arguments. Attaching a patch to add it.
* | | | | | | | | | bluetooth: don't set auto_connect flag when discovering bt devicesLennart Poettering2009-10-042-3/+12
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | polkit: drop left-over polkit policy file from git treeLennart Poettering2009-09-291-50/+0
| | | | | | | | |
* | | | | | | | | Don't refuse to start on systems using GNU stow, graft, STORE et alNix2009-09-291-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 Poettering2009-09-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sessions does not create spew in syslog
* | | | | | | | | svolume: tweak constraints for 32 bitsWim Taymans2009-09-232-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 enumsColin Guthrie2009-09-221-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids the need for ugly casting in client implementations.
* | | | | | | | | tunnel: fix parsing of source info from newer serversColin Guthrie2009-09-201-2/+29
| | | | | | | | |
* | | | | | | | | tunnel: fix parsing of sink info from newer serversEmil Renner Berthing2009-09-201-0/+27
| | | | | | | | |
* | | | | | | | | stream-restore: Comment fixColin Guthrie2009-09-201-1/+1
| | | | | | | | |
* | | | | | | | | core: dump proplist when creating stream similar to how we already to it for ↵Lennart Poettering2009-09-202-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sinks/sources
* | | | | | | | | alsa: make build gcc clean on 32bitLennart Poettering2009-09-201-1/+1
| | | | | | | | |
* | | | | | | | | memtrap: properly add items to linked listLennart Poettering2009-09-191-1/+4
| | | | | | | | |
* | | | | | | | | gconf: run the wrapper script when running gconf-helper from build treeLennart Poettering2009-09-181-1/+1
| | | | | | | | |
* | | | | | | | | namereg: choose default sink/source as soon as one becomes availableLennart Poettering2009-09-181-1/+12
| | | | | | | | |
* | | | | | | | | memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they ↵Lennart Poettering2009-09-181-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usually are much bigger than we want them
* | | | | | | | | mainloop: fix detection of rt clocksLennart Poettering2009-09-181-8/+7
| | | | | | | | |
* | | | | | | | | socket-client: modernizationsLennart Poettering2009-09-182-38/+24
| | | | | | | | |
* | | | | | | | | memblock: modernizationsLennart Poettering2009-09-181-3/+2
| | | | | | | | |
* | | | | | | | | conf: Fix typo in daemon.conf: rlimit-rtttime - too many t'sColin Guthrie2009-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spotted by peol on IRC
* | | | | | | | | alsa: Give all ports a human name to allow UI tools to present the choice to ↵Colin Guthrie2009-09-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | users.
* | | | | | | | | rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie2009-09-181-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 usLennart Poettering2009-09-181-6/+16
| | | | | | | | |
* | | | | | | | | timeval: make timeval conversion routines handle PA_USEC_INVALID specialLennart Poettering2009-09-182-2/+17
| | | | | | | | |
* | | | | | | | | timeval: add UNLIKELY annotationLennart Poettering2009-09-181-3/+3
| | | | | | | | |
* | | | | | | | | timeval: make pa_timeval_sub saturatingLennart Poettering2009-09-181-12/+38
| | | | | | | | |
* | | | | | | | | core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()Lennart Poettering2009-09-182-0/+15
| | | | | | | | |
* | | | | | | | | timeval: introduce PA_USEC_MAXLennart Poettering2009-09-181-2/+5
| | | | | | | | |
* | | | | | | | | macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering2009-09-181-0/+12
| | | | | | | | |