Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Add missing header. | Pierre Ossman | 2006-08-22 | 1 | -0/+1 | |
* | | | Fix call to pa_memblock_new(). | Pierre Ossman | 2006-08-22 | 1 | -2/+2 | |
* | | | Fix detection of page size for non-POSIX systems. | Pierre Ossman | 2006-08-22 | 2 | -2/+9 | |
* | | | Fix missing header for timeval helpers. | Pierre Ossman | 2006-08-22 | 1 | -0/+1 | |
* | | | Fix calls to pa_memblock_new(). | Pierre Ossman | 2006-08-22 | 1 | -2/+2 | |
* | | | Add header for pa_cstrerror(). | Pierre Ossman | 2006-08-22 | 1 | -0/+1 | |
* | | | Fix call to pa_pstream_send_tagstruct(). | Pierre Ossman | 2006-08-22 | 1 | -1/+1 | |
* | | | Add an ifdef for when we do not have creds. | Pierre Ossman | 2006-08-22 | 1 | -1/+3 | |
* | | | fix pactl output (sink drivers and names where switched) | Lennart Poettering | 2006-08-21 | 1 | -1/+1 | |
* | | | update todo | Lennart Poettering | 2006-08-19 | 1 | -1/+0 | |
* | | | restore the sink/source for a client in addition to the playback volume. This... | Lennart Poettering | 2006-08-19 | 1 | -36/+140 | |
* | | | If a client leaves the sink/source for a stream unspecified by passing NULL as | Lennart Poettering | 2006-08-19 | 2 | -24/+31 | |
* | | | fix a bad memory access | Lennart Poettering | 2006-08-19 | 1 | -1/+1 | |
* | | | update todo | Lennart Poettering | 2006-08-19 | 1 | -1/+0 | |
* | | | when transferring large memory chunks of a pa_pstream, split them up | Lennart Poettering | 2006-08-19 | 1 | -13/+29 | |
* | | | update todo | Lennart Poettering | 2006-08-19 | 1 | -2/+2 | |
* | | | update todo | Lennart Poettering | 2006-08-19 | 1 | -3/+6 | |
* | | | check for posix_memalign and friends | Lennart Poettering | 2006-08-19 | 1 | -6/+5 | |
* | | | if MAP_ANONYMOUS is not supported use posix_memalign if possible to allocate ... | Lennart Poettering | 2006-08-19 | 1 | -2/+19 | |
* | | | update todo | Lennart Poettering | 2006-08-19 | 1 | -0/+1 | |
* | | | print per-type memory block statistics on "stat" | Lennart Poettering | 2006-08-19 | 1 | -1/+20 | |
* | | | generate per-type memory block statistics | Lennart Poettering | 2006-08-19 | 2 | -1/+22 | |
* | | | update todo | Lennart Poettering | 2006-08-19 | 1 | -1/+3 | |
* | | | rework the resample to allocate temporary memory with pa_memblock_new() inste... | Lennart Poettering | 2006-08-19 | 1 | -25/+58 | |
* | | | fix a memory leak | Lennart Poettering | 2006-08-19 | 1 | -1/+3 | |
* | | | update todo | Lennart Poettering | 2006-08-19 | 1 | -1/+0 | |
* | | | add --disable-shm command line option to the daemon | Lennart Poettering | 2006-08-19 | 1 | -2/+11 | |
* | | | add "disable-shm=" to default daemon configuration file | Lennart Poettering | 2006-08-19 | 1 | -0/+3 | |
* | | | add new "disable-shm" server config option | Lennart Poettering | 2006-08-19 | 3 | -16/+24 | |
* | | | add default "disable-shm" option to client.conf | Lennart Poettering | 2006-08-19 | 1 | -0/+3 | |
* | | | add new "disable-shm" option to client.conf | Lennart Poettering | 2006-08-19 | 3 | -2/+6 | |
* | | | allow importing of external shm data blocks unconditionally, even when local ... | Lennart Poettering | 2006-08-19 | 1 | -10/+4 | |
* | | | deal properly with pa_mempool_new() failing | Lennart Poettering | 2006-08-19 | 1 | -2/+6 | |
* | | | fix allocation of anonymous memory | Lennart Poettering | 2006-08-19 | 1 | -1/+1 | |
* | | | fix a memory leak | Lennart Poettering | 2006-08-19 | 1 | -1/+3 | |
* | | | update todo | Lennart Poettering | 2006-08-18 | 1 | -1/+0 | |
* | | | enable SHM support on the client side only if both the client and the server ... | Lennart Poettering | 2006-08-18 | 2 | -8/+24 | |
* | | | activate SHM support on the server side only when new client supports it and ... | Lennart Poettering | 2006-08-18 | 1 | -2/+23 | |
* | | | one s/0/NULL/ | Lennart Poettering | 2006-08-18 | 1 | -1/+1 | |
* | | | remove export/import objects when SHM is disable for a pa_pstream object | Lennart Poettering | 2006-08-18 | 1 | -5/+20 | |
* | | | add new function pa_mempool_is_shared() to test whether a memory pool is suit... | Lennart Poettering | 2006-08-18 | 2 | -0/+7 | |
* | | | hide memblock-test | Lennart Poettering | 2006-08-18 | 0 | -0/+0 | |
* | | | remove all occurences of | Lennart Poettering | 2006-08-18 | 87 | -714/+714 | |
* | | | rework logging subsystem, to implicitly include __FILE__ in pa_log() calls. I... | Lennart Poettering | 2006-08-18 | 2 | -46/+84 | |
* | | | update todo | Lennart Poettering | 2006-08-18 | 1 | -0/+2 | |
* | | | look for shm_open in -lrt | Lennart Poettering | 2006-08-18 | 1 | -0/+2 | |
* | | | add new test memblock-test for testing SHM import/export | Lennart Poettering | 2006-08-18 | 2 | -4/+177 | |
* | | | update tests for new memory manager | Lennart Poettering | 2006-08-18 | 2 | -8/+19 | |
* | | | Rework memory management to allow shared memory data transfer. The central idea | Lennart Poettering | 2006-08-18 | 45 | -293/+1216 | |
* | | | add abstracted shared memory API | Lennart Poettering | 2006-08-18 | 2 | -0/+266 |