summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | libpulse: minor cleanupsLennart Poettering2009-07-011-11/+19
| | | |
| * | | native: don't hit assert when user uploads zero-sized sampleLennart Poettering2009-07-011-1/+3
| | | |
| * | | bluetooth: don't busy loop when device is not writable but we want to writeLennart Poettering2009-07-011-1/+1
| | | |
| * | | bluetooth: handle absence of bluez D-Bus service properlyLennart Poettering2009-07-011-11/+66
| | | |
| * | | reserve: fix build without D-BusLennart Poettering2009-06-301-0/+4
| | | |
| * | | bootstrap: Ship git-version-gen with the tarball.Colin Guthrie2009-06-292-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bootstrap.sh is already shipped and when rebootstrapping, it will call git-version-gen internally when processing configure.ac. In order to know when someone has rebootstrapped, we modify the tarball version to mark it as rebootstrapped. Not 100% sure this later stage is desired or if we should remove the .tarball-version file instead.
| * | | introspect: Fix a bug in sink/source info protocol handling related to ports.Colin Guthrie2009-06-291-60/+64
| | | | | | | | | | | | | | | | | | | | | | | | Previously the active_profile was extracted from the tagstruct regardless of the protocol version which caused errors while speaking to older version servers.
| * | | combine: Do not set (and update) description if the user passed one in ↵Colin Guthrie2009-06-291-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | during load. Note that this will not turn off auto-description setting if the user were to update the proplist later, so such a change could be short lived.
| * | | udev: Don't install the udev rules if we're not compiling udev supportColin Guthrie2009-06-291-0/+2
| | | |
* | | | dbusiface-stream: Implement about a half of the Stream D-Bus interface.Tanu Kaskinen2009-08-162-0/+386
| | | |
* | | | dbusiface-device: Free the copied proplist.Tanu Kaskinen2009-08-161-0/+1
| | | |
* | | | dbusiface-client: Fix indentation.Tanu Kaskinen2009-08-161-7/+7
| | | |
* | | | dbusiface-client: Fix the interface name.Tanu Kaskinen2009-08-152-3/+6
| | | |
* | | | dbusiface-client: Implement the properties of the Client D-Bus interface.Tanu Kaskinen2009-08-151-1/+278
| | | | | | | | | | | | | | | | Based on a patch from Vincent Filali-Ansary.
* | | | dbusiface-core: Two new functions: ↵Tanu Kaskinen2009-08-152-0/+16
| | | | | | | | | | | | | | | | pa_dbusiface_core_get_playback/record_stream_path().
* | | | dbusiface-device: Implement the Device and DevicePort D-Bus interfaces.Tanu Kaskinen2009-08-155-6/+1448
| | | |
* | | | dbus-protocol: Use pa_hashmap_remove() instead of _get().Tanu Kaskinen2009-08-151-1/+1
| | | |
* | | | dbusiface-core: New function: pa_dbusiface_core_get_card_path().Tanu Kaskinen2009-08-152-0/+8
| | | |
* | | | dbusiface-card: Fix the OwnerModule property type in handle_get_all().Tanu Kaskinen2009-08-151-1/+1
| | | |
* | | | dbusiface-card: Assert that the profiles list is empty if there's no activeTanu Kaskinen2009-08-151-0/+2
| | | | | | | | | | | | | | | | profile.
* | | | dbusiface-card: Use the ++ operator like it's meant to be used.Tanu Kaskinen2009-08-151-4/+2
| | | |
* | | | dbusiface-card-profile: Assert the core argument isn't NULL.Tanu Kaskinen2009-08-151-0/+1
| | | |
* | | | dbusiface-card: Split some overly long lines.Tanu Kaskinen2009-08-153-5/+20
| | | |
* | | | dbus-protocol: Fix signal sending for the case when the client doesn't listenTanu Kaskinen2009-08-102-2/+12
| | | | | | | | | | | | | | | | for all signals.
* | | | dbus-protocol: Add a note for _send_signal that by default the signal isn'tTanu Kaskinen2009-08-101-0/+4
| | | | | | | | | | | | | | | | actually sent.
* | | | dbusiface-card-profile: Implement the CardProfile D-Bus interface.Tanu Kaskinen2009-08-094-3/+163
| | | |
* | | | dbusiface-card: Implement the Card D-Bus interface.Tanu Kaskinen2009-08-094-0/+601
| | | |
* | | | dbus-protocol: Take advantage of the helpers in dbus-util.Tanu Kaskinen2009-08-091-16/+7
| | | |
* | | | dbus-protocol: Split some overly long lines.Tanu Kaskinen2009-08-091-7/+9
| | | |
* | | | dbus-util: Trivial comment punctuation fix.Tanu Kaskinen2009-08-091-2/+2
| | | |
* | | | dbus-util: Add helpers for proplist handling.Tanu Kaskinen2009-08-092-0/+75
| | | |
* | | | dbusiface-core: Add functions for getting various object paths.Tanu Kaskinen2009-08-092-0/+25
| | | |
* | | | dbusiface-core: Generate more informative error messages.Tanu Kaskinen2009-08-091-4/+4
| | | |
* | | | dbus: Take advantage of the PA_HASHMAP_FOREACH macro.Tanu Kaskinen2009-08-093-64/+38
| | | |
* | | | dbus: Three entangled changes:Tanu Kaskinen2009-08-0917-91/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make the dbus object constructors take a pa_dbusiface_core pointer as an argument. Remove the path_prefix argument. * Expose the core object path as a constant in protocol-dbus.h. * Move the core interface name constant from iface-core.h to protocol-dbus.h.
* | | | proplist: New function: pa_proplist_equal()Tanu Kaskinen2009-08-093-0/+30
| | | |
* | | | dbusiface-memstats: Implement the Memstats D-Bus interface.Tanu Kaskinen2009-08-044-0/+281
| | | |
* | | | dbus-protocol: Remove erroneous protocol object unref.Tanu Kaskinen2009-08-041-1/+0
| | | |
* | | | dbus-protocol: Make debug logging saner.Tanu Kaskinen2009-08-041-6/+5
| | | |
* | | | dbus-protocol, dbusiface-core: Take a reference when storing the core pointer.Tanu Kaskinen2009-08-042-2/+5
| | | |
* | | | dbusiface-core: Make the interface string a public constant.Tanu Kaskinen2009-08-042-25/+26
| | | |
* | | | stream-restore: Expose module to D-Bus.Tanu Kaskinen2009-08-032-5/+1055
| | | |
* | | | dbus-util: Fix broken proplist reading logic.Tanu Kaskinen2009-08-031-13/+31
| | | |
* | | | 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
| | | |