summaryrefslogtreecommitdiff
path: root/src/pulsecore/memblockq.c
Commit message (Expand)AuthorAgeFilesLines
* pulsecore: Reference count mempoolsAhmed S. Darwish2016-04-021-1/+4
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* memblockq: Do not allow non-frame indices in the memblock queueDavid Henningsson2014-10-241-1/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-27/+27
* core: Fix up some debug loggingArun Raghavan2013-03-251-4/+4
* core: Assert on memchunk divisibility by sample spec in pa_memblockq_push().Jarkko Suontausta2013-02-071-2/+1
* memblockq: Use pa_xnew0() to avoid manual zeroing.Tanu Kaskinen2012-12-191-8/+2
* memblockq: Fix the order of setting minreq and prebuf.Tanu Kaskinen2012-10-301-1/+1
* core: Make debugging a bit simplerArun Raghavan2011-11-101-4/+14
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-4/+11
* More spelling fixesMaarten Bosmans2011-08-251-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-2/+2
* win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans2011-02-171-2/+0
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2010-02-251-1/+70
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-091-2/+4
* native: fix request counter miscalculationsLennart Poettering2010-02-091-55/+46
* memblockq: add pa_memblockq_get_maxrewind() APILennart Poettering2009-08-141-0/+6
* Make sure we don't get stuck when prebuf is too highLennart Poettering2009-04-061-29/+23
* properly account for seeks in the requested_bytes counterLennart Poettering2009-04-011-8/+10
* add pa_memblockq_apply_attr()/pa_memblockq_get_attr()Lennart Poettering2009-03-301-0/+20
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-33/+34
* split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering2008-06-261-1/+16
* use the bight lighter _silence() instead of _flush() when destructing our lit...Lennart Poettering2008-06-261-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* limit the prebuf value by tlengthLennart Poettering2008-06-171-2/+5
* add pa_memblockq_get_base()Lennart Poettering2008-06-161-0/+6
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-119/+290
* add API to allow runtime reconfiguration of memblockqsLennart Poettering2007-11-211-23/+72
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-141/+190
* 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-40/+40
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-5/+5
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-5/+5
* remove all occurences of Lennart Poettering2006-08-181-2/+2
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-5/+2
* if the memblockq is empty, return -1 in all casesLennart Poettering2006-07-291-0/+6
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+636