summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * add _cb suffix to _max_rewind function like with all other functions, tooLennart Poettering2008-04-141-2/+2
| | * add missing 'break's in switchLennart Poettering2008-04-111-0/+2
| | * s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/Lennart Poettering2008-04-1119-15/+22
| | * register sink/source name as first step when creating a new sink/source so th...Lennart Poettering2008-04-112-40/+36
| | * dump all info we know about sinks/sources/... in pactlLennart Poettering2008-04-111-40/+65
| | * properly initialize ->memblockqLennart Poettering2008-04-111-0/+1
| | * add new pa_get_state_dir() function, move pa_strnull() hereLennart Poettering2008-04-112-1/+36
| | * fix help string for volume commandsLennart Poettering2008-04-111-4/+4
| | * fix packet formatting for a few commandsLennart Poettering2008-04-111-9/+10
| | * mark shm marker struct as packed, to guarantee identical sizes between archsLennart Poettering2008-04-111-2/+4
| | * add new PA_GCC_PACKED macroLennart Poettering2008-04-111-0/+9
| | * make shm magic marker compat with multiarch systems where 64bit and 32bit pro...Lennart Poettering2008-04-111-4/+4
| | * don't fail if a signalled writability of STDOUT is no longer true when we try...Lennart Poettering2008-04-111-0/+7
| | * update list-xxx commands a bitLennart Poettering2008-04-111-10/+10
| | * don't print 'signal' each time a rtpoll poll() call is canceledLennart Poettering2008-04-111-1/+1
| | * fix linker warning macro code, move pa_strnull() to core-util.h, move PA_LIKE...Lennart Poettering2008-04-111-9/+15
| | * don't use fqdn if we don't have toLennart Poettering2008-04-111-1/+1
| | * redirect alsa errors to normal PA log system; export buffer settings in devic...Lennart Poettering2008-04-112-8/+32
| | * make use of new alsa SND_PCM_NO_AUTO_xxx flags; redirect alsa errors to norma...Lennart Poettering2008-04-112-4/+44
| | * mark autoload functions as deprecatedLennart Poettering2008-04-111-6/+7
| | * remove misplaced PA_GCC_PURELennart Poettering2008-04-111-1/+3
| | * add C++ safety to header fileLennart Poettering2008-04-111-39/+44
| | * fix bit depth guarantee for pa_usec_tLennart Poettering2008-04-111-1/+2
| | * add new API function pa_timeval_add()Lennart Poettering2008-04-112-1/+23
| | * remove gcc macros from cdecl.h because we have them in gccmacro.h nowLennart Poettering2008-04-111-18/+0
| | * fix bad memory access when initializing client proplistLennart Poettering2008-04-111-2/+4
| | * add gccmacro.h to doxygen docsLennart Poettering2008-04-111-1/+1
| | * add new module module-device-restoreLennart Poettering2008-04-112-0/+356
| | * increase version of required ALSA to 1.0.16. check for gdbmLennart Poettering2008-04-111-1/+4
| | * add new API pa_rtclock_from_wallclock()Lennart Poettering2008-04-112-0/+23
| | * fix proplist serializationLennart Poettering2008-04-112-9/+7
| | * move gccmacro from pulsecore/ to pulse/Lennart Poettering2008-04-111-5/+4
| | * add new describe-module CLI commandLennart Poettering2008-04-091-0/+41
| | * add new pa_proplist_setf() API functionLennart Poettering2008-04-092-0/+31
| | * implement server side of new sink/source reconfiguration commandsLennart Poettering2008-04-091-15/+27
| | * remove doxygen \since tag for API changes older than 0.9; properly implement ...Lennart Poettering2008-04-0912-151/+175
| | * init min/max latency properly; fix avail_min updatingLennart Poettering2008-04-094-9/+11
| | * show configured latency and its rangesLennart Poettering2008-04-091-0/+4
| | * export both min and max latency that is configured for a sink; add API for qu...Lennart Poettering2008-04-096-15/+104
| | * add new latency argumentLennart Poettering2008-04-091-4/+23
| | * bump protocol versionLennart Poettering2008-04-091-2/+2
| | * include proplist.h in doxygen docsLennart Poettering2008-04-091-1/+1
| | * call snd_pcm_hwsync() expclicitly before we access any of the status fields, ...Lennart Poettering2008-04-072-85/+150
| | * fix bug where we silently dropped data that didn't fit into one mempool tileLennart Poettering2008-04-071-18/+27
| | * add utility functions to dump alsa PCM stateLennart Poettering2008-04-072-0/+46
| | * propery calculate min_avail in frames instead of bytes. don't use device_id= ...Lennart Poettering2008-04-044-24/+49
| | * drop support for periodic timers, cleanup code a bitLennart Poettering2008-04-042-47/+6
| | * mark libpulse-browse as obsoleteLennart Poettering2008-04-042-1/+14
| | * - deprecate autoload stuffLennart Poettering2008-04-0326-260/+708
| | * catch up with trunk HEAD (i.e. 2118:2213)Lennart Poettering2008-03-3124-219/+548