]> code.delx.au - pulseaudio/history - src/pulsecore
parse the pasuspend argument like any other boolean in PulseAudio
[pulseaudio] / src / pulsecore /
2007-11-04 Lennart Poetteringfix two alignment issues found by the debian buildd...
2007-11-04 Lennart Poetteringadd eventfd syscall nr for arm; patch from Sjoerd Simon...
2007-11-04 Lennart PoetteringProperly terminate pa_readlink() strings. Patch from...
2007-11-01 Lennart Poetteringmake rtprio and nice level actually configurable
2007-11-01 Lennart Poetteringmore pa_boolization
2007-11-01 Lennart Poetteringmake the bool config parser actually parse bools
2007-11-01 Lennart Poetteringfix comment
2007-11-01 Lennart Poetteringadd new function pa_yes_no()
2007-10-30 Lennart Poetteringhandle tcp4: prefix for server specs correctly. (Closes...
2007-10-29 Lennart Poetteringignore network sinks/sources
2007-10-29 Lennart Poetteringmake gcc shut up a bit more
2007-10-29 Lennart Poetteringwe don't want to include assert.h anymore
2007-10-29 Lennart Poetteringadd new API pa_strlist_reverse()
2007-10-29 Lennart Poetteringexport pa_namereg_is_valid_name()
2007-10-29 Lennart Poetteringproperly deal with time pausing
2007-10-29 Lennart Poetteringadd new pa_readlink() API
2007-10-29 Lennart Poetteringmake speex-float-3 the default resampler
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
2007-05-29 Lennart PoetteringKill spaces on EOL
2007-05-28 Lennart Poetteringbuild fix for systems lacking capability suppoort....
2007-05-27 Lennart PoetteringReplace AO_xxx usage with pa_atomic_xxx and friends...
2007-05-27 Lennart Poetteringunfortunately we cannot detect if a foreign thread...
2007-05-27 Lennart PoetteringMinor optimization: read log level character code from...
2007-05-26 Lennart PoetteringAdd a new meta command ".ifexists" to the CLI language...
2007-05-25 Lennart Poetteringwhen called with the setid bit change euid to uid soone...
2007-05-23 Lennart PoetteringFix a DoS with allocating overly large silence buffers...
2007-05-23 Lennart PoetteringFix yet another DoS vulnerability, also identified...
2007-05-23 Lennart Poetteringfix minor typo
2007-05-23 Lennart PoetteringFix another DoS vulnerability, also identified Luigi...
2007-05-23 Lennart Poetteringfix a DoS vulnerability (re #67), originally identified...
2007-05-22 Lennart Poetteringfix comment
2007-03-06 Pierre OssmanFix some instances where we printed a string without...
2007-03-01 Pierre OssmanAdd some debugging output from sample cache subsystem.
2007-02-14 Pierre OssmanAdd a wrapper around close() to work around Windows...
2007-02-14 Pierre OssmanAllow a formatted string in the validation warning.
2007-02-14 Pierre OssmanPrefix log lines with a character indicating level.
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-02-05 Pierre OssmanDon't abort config loading when the user specific canno...
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-12-04 Pierre OssmanFix silly copy-and-paste error. (closes #45)
2006-11-24 Pierre OssmanFix incorrect assert.
2006-11-08 Pierre OssmanSupport reversed endian floats. (closes #28) (closes...
2006-11-08 Pierre OssmanCheck correct variable for return value. Closes #37.
2006-11-06 Pierre OssmanRevert r1404 and keep it on a development branch until...
2006-09-26 Lennart Poetteringrework memory block management to be thread-safe and...
2006-09-26 Lennart Poetteringupgrade refcnt.h to make use of our new pa_atomic_xxx...
2006-09-26 Lennart Poetteringadd asynchronous inter-thread notification API
2006-09-11 Pierre OssmanFix up build structure for platform dependent modules...
2006-09-09 Lennart Poetteringmake pa_mutex_new() and pa_cond_new() succeed in all...
2006-09-09 Lennart Poetteringrework pa_once once again, because the once function...
2006-09-09 Lennart Poetteringupdate for newer APIs: replace direct usage of libatomi...
2006-09-09 Lennart Poetteringimplement trival pa_once API based on atomic operations
2006-09-09 Lennart Poetteringadd static initializer PA_ATOMIC_INIT()
2006-09-09 Lennart Poetteringimplement a simple lock-free free list
2006-09-08 Lennart Poetteringadd a tiny wrapper around libatomic_ops: pa_atomic_int_...
2006-09-07 Lennart Poetteringdon't maintain a list of allocated mempool slots, we...
2006-09-07 Lennart Poetteringmake pa_stream thread-safe: use new refcounting system...
2006-09-06 Lennart Poetteringfix indentation
2006-09-04 Lennart Poetteringadd accessor functions for the userdata attached to...
2006-09-04 Lennart Poetteringfix pa_thread_is_running() for foreign threads; fix...
2006-09-04 Lennart Poetteringmake pa_thread_self() return a sensible pointer on...
2006-09-01 Pierre OssmanFix call to pa_mutex_new().
2006-09-01 Pierre OssmanAdd pthread_once() equivalent support.
2006-09-01 Pierre OssmanThread implementation for Win32.
2006-08-31 Pierre OssmanAlso wrap yield functionality so that it can be platfor...
2006-08-31 Lennart Poetteringdefine AO_REQUIRE_CAS in the Makefile instead of each...
2006-08-30 Lennart Poetteringfix handling of "running" variable
2006-08-30 Pierre OssmanAdd AO_REQUIRE_CAS as we do.
2006-08-29 Lennart Poetteringadd a threading primitive API
2006-08-29 Lennart Poetteringmake pa_mempool_stat thread-safe/lock-free
2006-08-29 Lennart Poetteringmodify memory block reference counting to use the new...
2006-08-29 Lennart Poetteringadd lock-free reference counting macros, based on libat...
2006-08-28 Lennart Poetteringfix an misdesigned assert()
2006-08-23 Pierre Ossmanfix typo
2006-08-22 Pierre OssmanFall back to creating a "normal" memory pool if unable...
2006-08-22 Pierre OssmanImprove error messages a bit.
2006-08-22 Pierre OssmanFix up portability of memory pool handling a bit.
2006-08-22 Pierre OssmanFix detection of shared memory support and proper fallback.
2006-08-22 Pierre OssmanFix detection of page size for non-POSIX systems.
2006-08-19 Lennart PoetteringIf a client leaves the sink/source for a stream unspeci...
2006-08-19 Lennart Poetteringfix a bad memory access
2006-08-19 Lennart Poetteringwhen transferring large memory chunks of a pa_pstream...
2006-08-19 Lennart Poetteringif MAP_ANONYMOUS is not supported use posix_memalign...
2006-08-19 Lennart Poetteringprint per-type memory block statistics on "stat"
2006-08-19 Lennart Poetteringgenerate per-type memory block statistics
2006-08-19 Lennart Poetteringrework the resample to allocate temporary memory with...
2006-08-19 Lennart Poetteringallow importing of external shm data blocks uncondition...
2006-08-19 Lennart Poetteringdeal properly with pa_mempool_new() failing
2006-08-19 Lennart Poetteringfix allocation of anonymous memory
2006-08-19 Lennart Poetteringfix a memory leak
2006-08-18 Lennart Poetteringactivate SHM support on the server side only when new...
2006-08-18 Lennart Poetteringone s/0/NULL/
2006-08-18 Lennart Poetteringremove export/import objects when SHM is disable for...
2006-08-18 Lennart Poetteringadd new function pa_mempool_is_shared() to test whether...
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-18 Lennart Poetteringrework logging subsystem, to implicitly include __FILE_...
2006-08-18 Lennart PoetteringRework memory management to allow shared memory data...
2006-08-18 Lennart Poetteringadd abstracted shared memory API
2006-08-18 Lennart Poetteringfix a bad type cast
2006-08-18 Lennart Poetteringcleanup hashmap.[ch] a little: use hash/compare func...
next