summaryrefslogtreecommitdiff
path: root/src/pulsecore/flist.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources.
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-01-15core: Change sematics of pa_flist_new_with_name() (v1.1)Jyri Sarha1-2/+2
Name string is copied and added to flist structure. The original is responsibility of the caller. The name is only used for debug printing.
2010-11-28core: Add name to flist struct for more informative log messagesJyri Sarha1-2/+5
PA_STATIC_FLIST_DECLARE macro sets the flist name automatically.
2010-02-09once: make once related variables volatileLennart Poettering1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2008-10-04do not cleanup staticly allocated memory unless we are in valgrind modeLennart Poettering1-0/+3
2008-06-27rework the flist implementation to halve memory consumption by merging the ↵Lennart Poettering1-1/+1
state field and the pointer in the flist cells
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-1/+1
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-0/+27
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-3/+3
mmmkay? git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f
2006-09-09implement a simple lock-free free listLennart Poettering1-0/+39
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1382 fefdeb5f-60dc-0310-8127-8f9354f1896f