summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-31update todoLennart Poettering1-0/+1
2006-08-30fix handling of "running" variableLennart Poettering1-3/+8
2006-08-30Add AO_REQUIRE_CAS as we do.Pierre Ossman3-0/+5
2006-08-30Make sure the libatomic_ops lib is included.Pierre Ossman1-0/+2
2006-08-30Remove check for libatomic_ops library as some systems have no (zero, nada)Pierre Ossman1-6/+0
2006-08-30We need to have a callback when changing volume or we might deadlock.Pierre Ossman1-2/+2
2006-08-29add a threading primitive APILennart Poettering6-3/+498
2006-08-29make pa_mempool_stat thread-safe/lock-freeLennart Poettering5-71/+76
2006-08-29modify memory block reference counting to use the new reference counting APILennart Poettering3-15/+18
2006-08-29add lock-free reference counting macros, based on libatomic-opsLennart Poettering2-1/+44
2006-08-29add libatomic-ops to hard dependenciesLennart Poettering1-0/+12
2006-08-28fix an misdesigned assert()Lennart Poettering1-6/+5
2006-08-28Add PulseAudio logo to tree.Pierre Ossman1-0/+287
2006-08-28update todoPierre Ossman1-0/+1
2006-08-27increase operation timeoutLennart Poettering1-1/+1
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