summaryrefslogtreecommitdiff
path: root/src/tests/memblockq-test.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-02pulsecore: Specially mark global mempoolsAhmed S. Darwish1-1/+1
2016-04-02pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish1-1/+1
2016-04-02pulsecore: Reference count mempoolsAhmed S. Darwish1-1/+1
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava1-2/+2
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-10/+10
2012-08-20tests: modify memblockq-test to use 'check' frameworkDeng Zhengrong1-29/+84
2011-11-02tests: More useful output of make checkMaarten Bosmans1-5/+5
2011-11-02tests: Make sure tests assert on failures and return error statusMaarten Bosmans1-13/+7
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-1/+6
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2010-02-25virtual: document how to implement fixed block size filtersLennart Poettering1-4/+0
2010-02-25memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering1-12/+32
2009-04-01properly account for seeks in the requested_bytes counterLennart Poettering1-9/+9
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-21rework logging to make it more modularLennart Poettering1-1/+1
2008-10-01Make the shared memory segment size configurableLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-28/+41
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-9/+11
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-15/+15
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-3/+1
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-1/+3
2006-08-18update tests for new memory managerLennart Poettering1-6/+10
2006-06-19big s/polyp/pulse/gLennart Poettering1-6/+6
2006-02-20explcitily cast strings to make gcc shut upLennart Poettering1-5/+5
2006-02-201) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering1-0/+147