summaryrefslogtreecommitdiff
path: root/src/pulse/proplist.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-08core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski1-6/+6
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-4/+1
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-3/+3
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-10/+10
2013-02-16hashmap: Add pa_hashmap_remove_all()Tanu Kaskinen1-3/+1
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-2/+1
2012-06-29proplist: Change proplist_name_valid() to be public function pa_proplist_key_...Tanu Kaskinen1-14/+14
2012-03-09proplist: Match pa_proplist_copy argument name between header and implementat...Tanu Kaskinen1-6/+6
2012-03-09proplist: Constify the pa_proplist_copy and _update input pointers.Tanu Kaskinen1-2/+4
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2009-08-30Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen1-2/+3
2009-08-27proplist: allow setting of zero-length data propertiesLennart Poettering1-2/+3
2009-08-24proplist: Return early from pa_proplist_equal() if the pointers are equal.Tanu Kaskinen1-0/+3
2009-08-09proplist: New function: pa_proplist_equal()Tanu Kaskinen1-0/+26
2009-05-25sample: introduce pa_proplist_setp()Lennart Poettering1-0/+15
2009-02-04fix up parser in pa_proplist_from_string() to handle escapes correctly; make ...Lennart Poettering1-75/+309
2009-01-17add pa_proplist_to_string_sep()Lennart Poettering1-4/+17
2009-01-14Merge commit 'elmarco/master'Lennart Poettering1-1/+1
2009-01-14add pa_proplist_size() and pa_proplist_isempty()Lennart Poettering1-0/+12
2009-01-13build: fix few warningsMarc-André Lureau1-1/+1
2009-01-13libpulse: add proplist_from_stringMarc-André Lureau1-0/+84
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-1/+1
2008-08-06add i18n supportLennart Poettering1-0/+3
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-11/+77
2007-12-29add new function pa_proplist_contains()Lennart Poettering1-0/+13
2007-12-23add new property list implementationLennart Poettering1-0/+244