Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hashmap: implement pa_hashmap_last() | Lennart Poettering | 2009-06-17 | 1 | -0/+9 |
| | |||||
* | hashmap: implement api to iterate a hashmap backwards | Lennart Poettering | 2009-06-17 | 1 | -0/+33 |
| | |||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | pulsecore: unused variable e in hashmap_put() | Marc-André Lureau | 2009-02-19 | 1 | -1/+1 |
| | |||||
* | modernize hashmap implementation a bit, reduce memory consumption a bit | Lennart Poettering | 2008-06-27 | 1 | -63/+92 |
| | |||||
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 1 | -2/+0 |
| | |||||
* | allow on-the-fly deleting of hashmap entries wile we iterate through them | Lennart Poettering | 2008-05-29 | 1 | -10/+22 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2491 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge r2192 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -4/+4 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2207 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | merge 'lennart' branch back into trunk. | Lennart Poettering | 2007-10-28 | 1 | -16/+23 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+2 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -15/+15 |
| | | | | | | | mmmkay? git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | cleanup hashmap.[ch] a little: use hash/compare func prototypes defined in ↵ | Lennart Poettering | 2006-08-18 | 1 | -10/+39 |
| | | | | | | idxset.h, add pa_hashmpa_{get,steal}_first git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1263 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | as a result of memory profiling with valgrind/massif: decrease default hash ↵ | Lennart Poettering | 2006-07-23 | 1 | -1/+1 |
| | | | | | | table size from 1024 to 127. the hashtables are sparsely filled most of the time, so there is no point in allocating to much memory by default. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1140 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -0/+196 |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f |