Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dbusiface-card-profile: Implement the CardProfile D-Bus interface. | Tanu Kaskinen | 2009-08-09 | 4 | -3/+163 |
| | |||||
* | dbusiface-card: Implement the Card D-Bus interface. | Tanu Kaskinen | 2009-08-09 | 4 | -0/+601 |
| | |||||
* | dbus-protocol: Take advantage of the helpers in dbus-util. | Tanu Kaskinen | 2009-08-09 | 1 | -16/+7 |
| | |||||
* | dbus-protocol: Split some overly long lines. | Tanu Kaskinen | 2009-08-09 | 1 | -7/+9 |
| | |||||
* | dbus-util: Trivial comment punctuation fix. | Tanu Kaskinen | 2009-08-09 | 1 | -2/+2 |
| | |||||
* | dbus-util: Add helpers for proplist handling. | Tanu Kaskinen | 2009-08-09 | 2 | -0/+75 |
| | |||||
* | dbusiface-core: Add functions for getting various object paths. | Tanu Kaskinen | 2009-08-09 | 2 | -0/+25 |
| | |||||
* | dbusiface-core: Generate more informative error messages. | Tanu Kaskinen | 2009-08-09 | 1 | -4/+4 |
| | |||||
* | dbus: Take advantage of the PA_HASHMAP_FOREACH macro. | Tanu Kaskinen | 2009-08-09 | 3 | -64/+38 |
| | |||||
* | dbus: Three entangled changes: | Tanu Kaskinen | 2009-08-09 | 17 | -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 Kaskinen | 2009-08-09 | 3 | -0/+30 |
| | |||||
* | dbusiface-memstats: Implement the Memstats D-Bus interface. | Tanu Kaskinen | 2009-08-04 | 4 | -0/+281 |
| | |||||
* | dbus-protocol: Remove erroneous protocol object unref. | Tanu Kaskinen | 2009-08-04 | 1 | -1/+0 |
| | |||||
* | dbus-protocol: Make debug logging saner. | Tanu Kaskinen | 2009-08-04 | 1 | -6/+5 |
| | |||||
* | dbus-protocol, dbusiface-core: Take a reference when storing the core pointer. | Tanu Kaskinen | 2009-08-04 | 2 | -2/+5 |
| | |||||
* | dbusiface-core: Make the interface string a public constant. | Tanu Kaskinen | 2009-08-04 | 2 | -25/+26 |
| | |||||
* | stream-restore: Expose module to D-Bus. | Tanu Kaskinen | 2009-08-03 | 2 | -5/+1055 |
| | |||||
* | dbus-util: Fix broken proplist reading logic. | Tanu Kaskinen | 2009-08-03 | 1 | -13/+31 |
| | |||||
* | dbus-protocol: Add debugging output (temporary change). | Tanu Kaskinen | 2009-08-02 | 1 | -2/+11 |
| | |||||
* | dbusiface-core: Don't die if we get a default sink/source change event ↵ | Tanu Kaskinen | 2009-08-01 | 1 | -8/+42 |
| | | | | before the new default device is actually created. | ||||
* | dbusiface-core: Send signals whenever extensions are registered and ↵ | Tanu Kaskinen | 2009-07-31 | 1 | -0/+47 |
| | | | | unregistered. | ||||
* | dbus-protocol: Implement extension registration. | Tanu Kaskinen | 2009-07-31 | 2 | -22/+108 |
| | |||||
* | dbus/iface-core.c: Make sure D-Bus objects are created only once. | Tanu Kaskinen | 2009-07-30 | 1 | -20/+28 |
| | |||||
* | Bug fixing and minor cleanups. | Tanu Kaskinen | 2009-07-27 | 3 | -66/+111 |
| | |||||
* | Add the forgotten src/modules/dbus directory to git. | Tanu Kaskinen | 2009-07-21 | 15 | -0/+3274 |
| | |||||
* | Finish the Core dbus interface. | Tanu Kaskinen | 2009-07-21 | 14 | -1861/+1526 |
| | |||||
* | dbus: Implement the Name property of the core object. | Tanu Kaskinen | 2009-07-03 | 5 | -141/+932 |
| | |||||
* | server-lookup: Update the D-Bus identifiers to be versioned. | Tanu Kaskinen | 2009-06-30 | 2 | -7/+10 |
| | |||||
* | module-cli: Fix compilation by adding libpulsecommon to module_cli_la_LIBADD. | Tanu Kaskinen | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-06-29 | 12 | -86/+155 |
|\ | |||||
| * | Add missing headers includes for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 2 | -0/+5 |
| | | | | | | | | This removes the implicit declarations of send() and pthread_sigmask(). | ||||
| * | Rename the flock variable to f_lock. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -8/+8 |
| | | | | | | | | flock() is a function on FreeBSD, and the variable shadowed its definition. | ||||
| * | Only declare saved_errno when it's going to be used (on Linux). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -2/+1 |
| | | |||||
| * | Rename the wait parameter to wait_op, to avoid shadowing wait(). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 2 | -13/+13 |
| | | |||||
| * | Remove the call for pa_rtpoll_install() in the Solaris module. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -1/+0 |
| | | | | | | | | | | | | I hope this is enough, since the removal of the other pa_rtpoll_install() calls deemed Linux good enough, but said nothing about Solaris, but since the function is gone there is little more to do. | ||||
| * | Fix the moved rtclock.h header in the Solaris module. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -1/+1 |
| | | |||||
| * | Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+5 |
| | | |||||
| * | Add a missing sys/stat.h include for FreeBSD to declare umask(). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+1 |
| | | |||||
| * | Don't try to compile the rtkit sources when dbus is not enabled. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -2/+3 |
| | | | | | | | | This change only affects the buildsystem: source code was correct already. | ||||
| * | Implement mix-test for s24le and s24be sample formats. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+29 |
| | | |||||
| * | Use static constants to keep the generated sample blocks. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -46/+20 |
| | | |||||
| * | Ignore IPv6 tests, if IPv6 was built in but the system doesn't have it. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -2/+4 |
| | | | | | | | | | | This removes a test failure when an IPv6-enabled PulseAudio is tested on a system where IPv6 is not enabled in kernel. | ||||
| * | Use the new CC_CHECK_CFLAGS_APPEND macro instead of a manual for. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -5/+1 |
| | | |||||
| * | Properly link module-zeroconf-publish against libnative-protocol. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Without this change, undefined symbols will be found in the module and the link will be rejected (thanks to the just-made change to reject outstanding undefined symbols). Also, in -test1, without this change it would have caused the module to not load because of missing symbols. | ||||
| * | Check for and use flags to reject undefined symbols in libraries. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 2 | -1/+6 |
| | | | | | | | | | | | | Make sure that all the PulseAudio modules are built properly without outstanding undefined symbols: if the undefined symbols are found, reject link. | ||||
| * | Update attributes.m4 file from xine-lib. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -3/+56 |
| | | |||||
| * | Make it more clear that PulseAudio needs libtool 2.2. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | The error message was way too generic, as it was very possible that libltdl _is_ in the system but is not found because too old. Disambiguate this by explicitly stating that the version 2 of the library is not found. | ||||
* | | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-06-29 | 207 | -16945/+31568 |
|\| | | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h | ||||
| * | sndfile: fix build on BE archsv0.9.16-test1 | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | | |||||
| * | build-sys: don't make pulseaudio binary suid on install anymore | Lennart Poettering | 2009-06-23 | 1 | -1/+0 |
| | |