summaryrefslogtreecommitdiff
path: root/src/pulsecore/hashmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-04-17hashmap: Add pa_hashmap_remove_and_free()Tanu Kaskinen1-0/+13
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-8/+21
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-1/+1
2013-02-16hashmap: Add pa_hashmap_remove_all()Tanu Kaskinen1-9/+14
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2009-06-17hashmap: implement pa_hashmap_last()Lennart Poettering1-0/+9
2009-06-17hashmap: implement api to iterate a hashmap backwardsLennart Poettering1-0/+33
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-19pulsecore: unused variable e in hashmap_put()Marc-André Lureau1-1/+1
2008-06-27modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering1-63/+92
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-29allow on-the-fly deleting of hashmap entries wile we iterate through themLennart Poettering1-10/+22
2008-03-31merge r2192 from prepare-0.9.10Lennart Poettering1-4/+4
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-16/+23
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-15/+15
2006-08-18cleanup hashmap.[ch] a little: use hash/compare func prototypes defined in id...Lennart Poettering1-10/+39
2006-07-23as a result of memory profiling with valgrind/massif: decrease default hash t...Lennart Poettering1-1/+1
2006-06-19big s/polyp/pulse/gLennart Poettering1-0/+196