index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
dbus
/
iface-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-29
dbus: Deal with double-counting module-dbus-protocol
Arun Raghavan
1
-0
/
+8
2016-05-29
dbus: fix crash on LoadModule()
Tanu Kaskinen
1
-14
/
+11
2015-12-08
core, pulse, modules: Fix undefined behavior with array subscript of invalid ...
Kamil Rytarowski
1
-1
/
+1
2015-09-25
Rename functions with "tostring" in the name to one with "to_string" to confo...
Deepak Srivastava
1
-1
/
+1
2015-05-21
dbus: Use hooks for module new and removed events
Juho Hämäläinen
1
-38
/
+48
2015-05-21
dbus: Use hooks for sample cache new and removed events
Juho Hämäläinen
1
-35
/
+61
2015-04-02
dbus: Use hooks for default sink and source changes
Juho Hämäläinen
1
-62
/
+84
2015-04-02
dbus: Use hooks for put and unlink
Juho Hämäläinen
1
-134
/
+239
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-06-05
source, sink: Support weird sample rates
Alexander E. Patrakov
1
-4
/
+2
2013-12-15
Add pa_sample_rate_valid()
Tanu Kaskinen
1
-3
/
+3
2013-12-15
Add pa_sample_format_valid()
Tanu Kaskinen
1
-2
/
+2
2013-09-17
hashmap: Add the ability to free keys
Arun Raghavan
1
-22
/
+26
2013-07-04
Revert dbus_bool_t variables to use TRUE/FALSE instead of true/false
poljar (Damir Jelić)
1
-1
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-7
/
+7
2013-06-24
Whitespace cleanup: Fix broken indentation by hand
poljar (Damir Jelić)
1
-32
/
+32
2013-06-24
Whitespace cleanup: Remove tabs
poljar (Damir Jelić)
1
-32
/
+32
2013-02-16
hashmap: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-58
/
+10
2012-03-28
dbus: Add an assertion to get rid of a warning from Coverity.
Tanu Kaskinen
1
-1
/
+1
2011-10-17
core: infrastructure for alternate sampling rate
Pierre-Louis Bossart
1
-1
/
+44
2011-08-25
Remove extra ; s where they are not allowed in strict C99
Maarten Bosmans
1
-1
/
+1
2011-08-15
Avoid read from freed memory
Maarten Bosmans
1
-2
/
+4
2011-03-25
dbus: Do not refcnt the core.
Colin Guthrie
1
-2
/
+1
2010-10-15
volume: Use a macro to check if a volume is valid
Arun Raghavan
1
-1
/
+1
2010-08-10
dbusiface-core: Track sinks and sources using synchronous hooks instead of as...
Tanu Kaskinen
1
-120
/
+130
2009-11-21
Rename all the signal parameters and variables to something more explicit.
Diego Elio 'Flameeyes' Pettenò
1
-136
/
+136
2009-08-31
dbusiface-core: Add signals FallbackSinkUnset and FallbackSourceUnset.
Tanu Kaskinen
1
-0
/
+20
2009-08-30
dbus: Do message argument type checking early, centrally.
Tanu Kaskinen
1
-159
/
+88
2009-08-26
dbus: Make sure that subscription callbacks don't try to access removed objects.
Tanu Kaskinen
1
-71
/
+131
2009-08-24
dbusiface-module: Implement the Module D-Bus interface.
Tanu Kaskinen
1
-3
/
+3
2009-08-19
dbusiface-core: Assert that _add/remove_interface calls succeed.
Tanu Kaskinen
1
-2
/
+2
2009-08-19
dbusiface-core: Use the PA_IDXSET_FOREACH macro.
Tanu Kaskinen
1
-8
/
+8
2009-08-19
dbusiface-core: Split some overly long lines.
Tanu Kaskinen
1
-42
/
+118
2009-08-17
dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source().
Tanu Kaskinen
1
-0
/
+28
2009-08-17
dbusiface-core: New function: pa_dbusiface_core_get_client_path().
Tanu Kaskinen
1
-0
/
+7
2009-08-15
dbusiface-core: Two new functions: pa_dbusiface_core_get_playback/record_stre...
Tanu Kaskinen
1
-0
/
+14
2009-08-15
dbusiface-core: New function: pa_dbusiface_core_get_card_path().
Tanu Kaskinen
1
-0
/
+7
2009-08-09
dbusiface-core: Add functions for getting various object paths.
Tanu Kaskinen
1
-0
/
+21
2009-08-09
dbusiface-core: Generate more informative error messages.
Tanu Kaskinen
1
-4
/
+4
2009-08-09
dbus: Take advantage of the PA_HASHMAP_FOREACH macro.
Tanu Kaskinen
1
-40
/
+24
2009-08-09
dbus: Three entangled changes:
Tanu Kaskinen
1
-48
/
+44
2009-08-04
dbusiface-memstats: Implement the Memstats D-Bus interface.
Tanu Kaskinen
1
-0
/
+5
2009-08-04
dbus-protocol, dbusiface-core: Take a reference when storing the core pointer.
Tanu Kaskinen
1
-1
/
+2
2009-08-04
dbusiface-core: Make the interface string a public constant.
Tanu Kaskinen
1
-25
/
+24
2009-08-01
dbusiface-core: Don't die if we get a default sink/source change event before...
Tanu Kaskinen
1
-8
/
+42
2009-07-31
dbusiface-core: Send signals whenever extensions are registered and unregiste...
Tanu Kaskinen
1
-0
/
+47
2009-07-30
dbus/iface-core.c: Make sure D-Bus objects are created only once.
Tanu Kaskinen
1
-20
/
+28
2009-07-27
Bug fixing and minor cleanups.
Tanu Kaskinen
1
-51
/
+44
2009-07-21
Add the forgotten src/modules/dbus directory to git.
Tanu Kaskinen
1
-0
/
+1968