summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 new module module-device-restoreLennart Poettering2008-04-112-0/+356
* 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
* 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-041-0/+13
* - deprecate autoload stuffLennart Poettering2008-04-0325-258/+699
* catch up with trunk HEAD (i.e. 2118:2213)Lennart Poettering2008-03-3123-174/+403
* commit glitch-free workLennart Poettering2008-03-154-19/+30
* commit glitch-free workLennart Poettering2008-03-1522-504/+1266
* commit glitch-free workLennart Poettering2008-03-151-24/+35
* commit glitch-free workLennart Poettering2008-03-1550-1165/+2848
* commit glitch-free workLennart Poettering2008-03-1514-99/+765
* work around solaris printf %s and NULL string brain damageLennart Poettering2008-03-141-1/+1
* change policy file to not show polkit auth dlg by defaultLennart Poettering2008-03-141-2/+2
* And one more.Diego Petteno2008-03-091-1/+1
* Test for _struct_ lt_user_dlloader, otherwise it won't be found.Diego Petteno2008-03-091-2/+2
* Build and run using libltdl from libtool 2.2. The user module loader support ...Diego Petteno2008-03-081-0/+37
* Clarify the explanation of the in_action field in pa_autoload_entry.Tanu Kaskinen2008-02-151-1/+1
* only call pa_ltdl_done() if we called pa_ltdl_init() beforeLennart Poettering2008-02-151-1/+4
* allow compilation on systems that lack POSIX shared memory. Patch from matthi...Lennart Poettering2008-02-151-1/+3
* print pa version id each time we start up, so that it is easier to identify t...Lennart Poettering2008-02-151-2/+3
* Improve compatibility with applications which like to pass invalid strings to...Lennart Poettering2008-02-151-72/+60
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-1313-18/+39
* Mark long_options constant.Diego Petteno2008-01-241-1/+1
* Use check_PROGRAMS rather than noinst_PROGRAMS for test programs.Diego Petteno2008-01-241-3/+3
* Apply the fix for CVE-2008-0008 from 0.9.9 release on trunk.Diego Petteno2008-01-241-5/+7
* use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...Lennart Poettering2008-01-061-0/+9
* Don't send opcodes introduced in protocol versions 12 to clients using protocolSjoerd Simons2008-01-041-0/+12
* Implement opcodes in the tunnel modules that were added in version 12 ofSjoerd Simons2008-01-041-0/+40
* Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. FixesSjoerd Simons2008-01-042-0/+4
* Add a missing pa_xfree.Tanu Kaskinen2008-01-031-0/+2
* The previous commit introduced a new bug: giving too many values in the "cont...Tanu Kaskinen2008-01-031-1/+1