summaryrefslogtreecommitdiff
path: root/src/pulse/proplist.c
Commit message (Expand)AuthorAgeFilesLines
* proplist: pa_proplist_equal: constify proplist pointersLyndon Brown2018-06-211-1/+1
* proplist: pa_proplist_[size|isempty]: constify proplist pointerLyndon Brown2018-06-211-2/+2
* proplist: pa_proplist_contains: constify proplist pointerLyndon Brown2018-06-211-1/+1
* proplist: pa_proplist_to_string[_sep]: constify proplist pointerLyndon Brown2018-06-211-2/+2
* proplist: pa_proplist_gets: constify proplist pointerLyndon Brown2018-06-211-1/+1
* proplist: pa_proplist_get: constify proplist pointerLyndon Brown2018-06-211-1/+1
* proplist: pa_proplist_iterate: constify proplist pointerLyndon Brown2018-06-211-1/+1
* proplist: add and use const version of MAKE_HASHMAP macroLyndon Brown2018-06-211-16/+15
* core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski2015-12-081-6/+6
* Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2015-09-251-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen2014-04-171-4/+1
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-3/+3
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-10/+10
* hashmap: Add pa_hashmap_remove_all()Tanu Kaskinen2013-02-161-3/+1
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-2/+1
* proplist: Change proplist_name_valid() to be public function pa_proplist_key_...Tanu Kaskinen2012-06-291-14/+14
* proplist: Match pa_proplist_copy argument name between header and implementat...Tanu Kaskinen2012-03-091-6/+6
* proplist: Constify the pa_proplist_copy and _update input pointers.Tanu Kaskinen2012-03-091-2/+4
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
* Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-301-2/+3
|\
| * proplist: allow setting of zero-length data propertiesLennart Poettering2009-08-271-2/+3
* | proplist: Return early from pa_proplist_equal() if the pointers are equal.Tanu Kaskinen2009-08-241-0/+3
* | proplist: New function: pa_proplist_equal()Tanu Kaskinen2009-08-091-0/+26
|/
* sample: introduce pa_proplist_setp()Lennart Poettering2009-05-251-0/+15
* fix up parser in pa_proplist_from_string() to handle escapes correctly; make ...Lennart Poettering2009-02-041-75/+309
* add pa_proplist_to_string_sep()Lennart Poettering2009-01-171-4/+17
* Merge commit 'elmarco/master'Lennart Poettering2009-01-141-1/+1
|\
| * build: fix few warningsMarc-André Lureau2009-01-131-1/+1
* | add pa_proplist_size() and pa_proplist_isempty()Lennart Poettering2009-01-141-0/+12
|/
* libpulse: add proplist_from_stringMarc-André Lureau2009-01-131-0/+84
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-1/+1
* add i18n supportLennart Poettering2008-08-061-0/+3
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-11/+77
* add new function pa_proplist_contains()Lennart Poettering2007-12-291-0/+13
* add new property list implementationLennart Poettering2007-12-231-0/+244