Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the device mutex to the backend | Chris Robinson | 2013-10-28 | 1 | -0/+1 |
* | Avoid a junk sample at the start of the ring buffer, and allocate the buffer | Chris Robinson | 2011-06-27 | 1 | -11/+7 |
* | Don't overwrite data when the ring buffer overflows | Chris Robinson | 2010-06-04 | 1 | -12/+18 |
* | Protect ring buffer access with the lock | Chris Robinson | 2009-06-07 | 1 | -2/+4 |
* | Protect RingBufferSize calculation with the mutex | Chris Robinson | 2008-06-04 | 1 | -2/+7 |
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -2/+2 |
* | Fix ring buffer size and overrun detection | Chris Robinson | 2007-12-16 | 1 | -3/+3 |
* | Add generic ring buffer methods | Chris Robinson | 2007-12-16 | 1 | -0/+118 |