summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | | | Fix the parsing of trailing default values in the "control" module argument.Tanu Kaskinen2008-01-031-6/+14
* | | | | | Downgraded the priority of a message, because it's really quite uninteresting.Tanu Kaskinen2008-01-021-1/+1
* | | | | | convert argument to boolean value before passing it on to __builtin_expect in...Lennart Poettering2007-12-291-1/+1
* | | | | | add new function pa_proplist_contains()Lennart Poettering2007-12-292-0/+15
* | | | | | add API for resetting allocated resamplersLennart Poettering2007-12-232-7/+35
* | | | | | wrap speex_resampler_reset_mem()Lennart Poettering2007-12-231-0/+2
* | | | | | hide proplist-testLennart Poettering2007-12-230-0/+0
* | | | | | add new property list implementationLennart Poettering2007-12-235-3/+414
* | | | | | Increase the maximum line length of default.pa from 256 to 1024. Load command...Tanu Kaskinen2007-12-141-1/+1
* | | | | | Add a configure switch to enable the per-user ESounD socket path, but default...Diego Petteno2007-12-062-3/+15
* | | | | | Add new subsystem for applying envelopes (such as volume ramps) to audio signalsLennart Poettering2007-11-244-1/+1094
* | | | | | rearrange #includesLennart Poettering2007-11-241-3/+3
* | | | | | add new pa_mutex_try_lock() APILennart Poettering2007-11-242-0/+13
* | | | | | add new endianess macros for FLOAT32Lennart Poettering2007-11-241-0/+14
* | | | | | make sure to create ~/.pulse before using any configuration file from itLennart Poettering2007-11-241-1/+8
* | | | | | Check for mkdir -p or equivalent, and use that rather than simple mkdir to cr...Diego Petteno2007-11-232-3/+7
* | | | | | Enable D-Bus if Bluez or HAL are enabled; use DBUS_LIBS/DBUS_CFLAGS when buil...Diego Petteno2007-11-232-3/+3
* | | | | | Fix detection of polkit_context_is_caller_authorized() function, also reporte...Diego Petteno2007-11-231-2/+2
* | | | | | fix uploading of samples into PA. Problem discovered by Colin GuthrieLennart Poettering2007-11-221-1/+1
* | | | | | update speex resampler with newer snapshot from Speex SVNLennart Poettering2007-11-223-16/+67
|/ / / / /
* | | | | bump version and sonameLennart Poettering2007-11-211-3/+3
* | | | | update man pages a bitLennart Poettering2007-11-212-0/+31
* | | | | when speaking to a client with a version < 12, hide S32 sample specs, and mak...Lennart Poettering2007-11-211-18/+59
* | | | | increment api and protocol versionLennart Poettering2007-11-211-2/+2
* | | | | - Check process name when dealing with PID filesLennart Poettering2007-11-2127-230/+1497
* | | | | minor typo fixLennart Poettering2007-11-211-1/+1
* | | | | add short version history of the PA protocolLennart Poettering2007-11-211-0/+80
* | | | | add a couple of new opcodes, and document the versions the opcodes where addedLennart Poettering2007-11-211-6/+25
* | | | | add API to allow runtime reconfiguration of memblockqsLennart Poettering2007-11-212-23/+78
* | | | | detect whether PolicyKit support is availableLennart Poettering2007-11-161-0/+47
* | | | | build PolicyKit supportLennart Poettering2007-11-161-1/+13
* | | | | add interface to PolicyKitLennart Poettering2007-11-163-0/+301
* | | | | use a prio inheriting mutex for the threaded mainloop, to ease writing of RT ...Lennart Poettering2007-11-141-1/+1
* | | | | use a free list for allocation pa_operation objectsLennart Poettering2007-11-141-2/+9
* | | | | use a free list for allocating reply_info structsLennart Poettering2007-11-141-2/+8
* | | | | add missing pa_boolizationLennart Poettering2007-11-142-2/+2
* | | | | Rework ALSA mixer channel detection code. This time we actually care about th...Lennart Poettering2007-11-134-48/+192
* | | | | add array size to increase chance of detecting missing updatesLennart Poettering2007-11-131-3/+2
* | | | | don't fail if the bt-proximity-helper is not builtLennart Poettering2007-11-131-1/+1
* | | | | don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box co...Lennart Poettering2007-11-132-2/+2
* | | | | increase the pacmd timeout a bitLennart Poettering2007-11-131-1/+1
* | | | | Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-1315-122/+350