summaryrefslogtreecommitdiff
path: root/src/pulsecore/hashmap.h
Commit message (Expand)AuthorAgeFilesLines
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* hashmap: Add pa_hashmap_remove_and_free()Tanu Kaskinen2014-04-171-0/+7
* hashmap: Add a key+value iteratorArun Raghavan2013-09-291-0/+4
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-5/+9
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-2/+2
* hashmap: Add pa_hashmap_remove_all()Tanu Kaskinen2013-02-161-0/+3
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-1/+3
* hashmap: implement pa_hashmap_last()Lennart Poettering2009-06-171-0/+3
* hashmap: implement api to iterate a hashmap backwardsLennart Poettering2009-06-171-1/+9
* hashmap: introduce PA_HASHMAP_FOREACH macroLennart Poettering2009-06-061-0/+4
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering2008-06-271-7/+13
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* allow on-the-fly deleting of hashmap entries wile we iterate through themLennart Poettering2008-05-291-3/+4
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-1/+3
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-3/+3
* cleanup hashmap.[ch] a little: use hash/compare func prototypes defined in id...Lennart Poettering2006-08-181-1/+7
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+53