summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-26Tagging release 0.9.5tags/release-0.9.5Lennart Poettering0-0/+0
2006-08-26bump version and sonamesLennart Poettering1-4/+4
2006-08-26fix module-combine when used on top of a tunnel sinkLennart Poettering2-5/+22
2006-08-25update module-tunnel to latest protocolLennart Poettering1-16/+51
2006-08-25activate HAL in the default configLennart Poettering1-6/+13
2006-08-24Add missing header.Pierre Ossman1-0/+4
2006-08-23fix handling of "mtu" module argument (patch by "theBear")Lennart Poettering1-0/+1
2006-08-23fix typoPierre Ossman1-1/+1
2006-08-23Make the recording a bit more chunky so that we can fit in the pool and havePierre Ossman1-1/+13
2006-08-22Remove silence generation in solaris module.Pierre Ossman1-29/+26
2006-08-22Remove silence generation in waveout module.Pierre Ossman1-50/+33
2006-08-22Proceed with connect even when no cookie is loaded. Allows you to connectPierre Ossman1-6/+2
2006-08-22Fix memory leak in waveout module.Pierre Ossman1-0/+3
2006-08-22Log when there is a problem opening the waveOut/waveIn device.Pierre Ossman1-3/+9
2006-08-22Fall back to creating a "normal" memory pool if unable to get a shared one.Pierre Ossman1-4/+13
2006-08-22Improve error messages a bit.Pierre Ossman3-3/+8
2006-08-22Fix up portability of memory pool handling a bit.Pierre Ossman1-33/+43
2006-08-22update todoLennart Poettering1-0/+1
2006-08-22fix typoLennart Poettering1-1/+1
2006-08-22Fix detection of shared memory support and proper fallback.Pierre Ossman3-10/+31
2006-08-22Fix typo.Pierre Ossman1-1/+1
2006-08-22Add missing header.Pierre Ossman1-0/+1
2006-08-22Fix call to pa_memblock_new().Pierre Ossman1-2/+2
2006-08-22Fix detection of page size for non-POSIX systems.Pierre Ossman2-2/+9
2006-08-22Fix missing header for timeval helpers.Pierre Ossman1-0/+1
2006-08-22Fix calls to pa_memblock_new().Pierre Ossman1-2/+2
2006-08-22Add header for pa_cstrerror().Pierre Ossman1-0/+1
2006-08-22Fix call to pa_pstream_send_tagstruct().Pierre Ossman1-1/+1
2006-08-22Add an ifdef for when we do not have creds.Pierre Ossman1-1/+3
2006-08-21fix pactl output (sink drivers and names where switched)Lennart Poettering1-1/+1
2006-08-19update todoLennart Poettering1-1/+0
2006-08-19restore the sink/source for a client in addition to the playback volume. This...Lennart Poettering1-36/+140
2006-08-19If a client leaves the sink/source for a stream unspecified by passing NULL asLennart Poettering2-24/+31
2006-08-19fix a bad memory accessLennart Poettering1-1/+1
2006-08-19update todoLennart Poettering1-1/+0
2006-08-19when transferring large memory chunks of a pa_pstream, split them upLennart Poettering1-13/+29
2006-08-19update todoLennart Poettering1-2/+2
2006-08-19update todoLennart Poettering1-3/+6
2006-08-19check for posix_memalign and friendsLennart Poettering1-6/+5
2006-08-19if MAP_ANONYMOUS is not supported use posix_memalign if possible to allocate ...Lennart Poettering1-2/+19
2006-08-19update todoLennart Poettering1-0/+1
2006-08-19print per-type memory block statistics on "stat"Lennart Poettering1-1/+20
2006-08-19generate per-type memory block statisticsLennart Poettering2-1/+22
2006-08-19update todoLennart Poettering1-1/+3
2006-08-19rework the resample to allocate temporary memory with pa_memblock_new() inste...Lennart Poettering1-25/+58
2006-08-19fix a memory leakLennart Poettering1-1/+3
2006-08-19update todoLennart Poettering1-1/+0
2006-08-19add --disable-shm command line option to the daemonLennart Poettering1-2/+11
2006-08-19add "disable-shm=" to default daemon configuration fileLennart Poettering1-0/+3
2006-08-19add new "disable-shm" server config optionLennart Poettering3-16/+24