]> code.delx.au - pulseaudio/history - src/pulsecore/protocol-dbus.c
Use pa_hashmap_remove_and_free() where appropriate
[pulseaudio] / src / pulsecore / protocol-dbus.c
2014-04-17 Tanu KaskinenUse pa_hashmap_remove_and_free() where appropriate
2013-09-17 Arun Raghavanhashmap: Add the ability to free keys
2013-07-04 poljar (Damir Jelić)Remove pa_bool_t and replace it with bool.
2013-02-15 Tanu Kaskinenidxset: Add pa_idxset_remove_all()
2013-02-15 Tanu Kaskinenhashmap: Add pa_hashmap_remove_all()
2013-02-15 Tanu Kaskinenidxset: Use pa_free_cb_t instead of pa_free2_cb_t
2013-02-15 Tanu Kaskinenhashmap: Use pa_free_cb_t instead of pa_free2_cb_t
2013-02-06 Tanu Kaskinendbus: Fix cleanup when removing signal listeners
2012-03-28 Tanu Kaskinendbus: Add assertions to get rid of warnings from Coverity.
2012-03-25 Tanu Kaskinendbus: Check method call signatures.
2012-03-06 Tanu Kaskinendbus: Use correct free function.
2011-08-25 Maarten BosmansMore spelling fixes
2011-08-12 Maarten BosmansPlug some memory leaks and an invalid read
2011-04-23 Tanu Kaskinenprotocol-dbus: Fix some memory management bugs.
2011-03-25 Colin Guthriedbus: Do not refcnt the core.
2010-06-05 Colin GuthrieMerge remote branch 'tanuk2/fixes'
2010-05-10 Tanu Kaskinendbus: Fix slightly messed up assertions.
2010-05-10 Tanu Kaskinendbus: Use a struct as the hashmap items for listening_s...
2010-05-10 Tanu Kaskinendbus: Fix segfault when receiving a property access...
2009-12-06 Daniel MackMerge branch 'master' of git://0pointer.de/pulseaudio
2009-12-03 Tanu Kaskinendbus: Add a missing break statement in handle_message_cb().
2009-12-03 Tanu Kaskinendbus: Handle the cases when a non-existing interface...
2009-11-30 Colin GuthrieMerge remote branch 'tanuk/master'
2009-11-24 Daniel MackMerge branch 'master' of git://0pointer.de/pulseaudio
2009-11-23 Lennart PoetteringMerge remote branch 'phish3/master'
2009-11-22 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2009-11-20 Diego Elio 'Flamee... Rename all the signal parameters and variables to somet...
2009-11-05 Lennart PoetteringMerge remote branch 'origin/merge-queue'
2009-10-08 Daniel MackMerge branch 'master' of git://0pointer.de/pulseaudio
2009-10-07 Lennart PoetteringMerge remote branch 'coling/history'
2009-10-07 Lennart PoetteringMerge remote branch 'phish3/master'
2009-10-07 Lennart PoetteringMerge remote branch 'tanuk/dbus-work'
2009-10-02 Tanu KaskinenMerge branch 'master' into dbus-work
2009-08-31 Tanu Kaskinendbus-protocol: Implement argument type checking for...
2009-08-30 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-30 Tanu Kaskinendbus: Do message argument type checking early, centrally.
2009-08-26 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-24 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-24 Tanu Kaskinendbus-protocol: Print a debug line whenever interfaces...
2009-08-19 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-16 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-15 Tanu Kaskinendbus-protocol: Use pa_hashmap_remove() instead of _get().
2009-08-10 Tanu Kaskinendbus-protocol: Fix signal sending for the case when...
2009-08-09 Tanu Kaskinendbus-protocol: Take advantage of the helpers in dbus...
2009-08-09 Tanu Kaskinendbus-protocol: Split some overly long lines.
2009-08-09 Tanu Kaskinendbus: Take advantage of the PA_HASHMAP_FOREACH macro.
2009-08-04 Tanu Kaskinendbus-protocol: Remove erroneous protocol object unref.
2009-08-04 Tanu Kaskinendbus-protocol: Make debug logging saner.
2009-08-04 Tanu Kaskinendbus-protocol, dbusiface-core: Take a reference when...
2009-08-02 Tanu Kaskinendbus-protocol: Add debugging output (temporary change).
2009-07-31 Tanu Kaskinendbus-protocol: Implement extension registration.
2009-07-20 Tanu KaskinenFinish the Core dbus interface.