summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* remaining bits and piecesLennart Poettering2008-03-152-0/+40
* 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
* really create glitch-free branchLennart Poettering2008-03-15427-0/+116827
|\
| * 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-092-3/+3
| * Build and run using libltdl from libtool 2.2. The user module loader support ...Diego Petteno2008-03-082-0/+43
| * 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
| * explicitly recommend the usage of -- in the pasuspender command line, Closes ...Lennart Poettering2008-02-151-0/+7
| * look for timer_create in librt, Closes #210, patch supplied by matthijsLennart Poettering2008-02-151-0/+1
| * 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
| * 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