| Commit message (Expand) | Author | Age | Files | Lines |
* | merge r2186 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -2/+2 |
* | merge r2185 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -2/+5 |
* | merge r2184 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -1/+2 |
* | merge r2183 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -0/+4 |
* | merge r2182 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -1/+1 |
* | fix the help for --disable-per-user-esound-socket so that it actually | Diego Petteno | 2008-03-31 | 1 | -1/+1 |
* | properly notify clients about suspended state when moving source output strea... | Lennart Poettering | 2008-03-27 | 1 | -0/+1 |
* | merge r2179 from prepare-0.9.10 | Lennart Poettering | 2008-03-27 | 1 | -7/+7 |
* | remove a redundant if check | Lennart Poettering | 2008-03-27 | 1 | -2/+1 |
* | copy originial l2ping license from bluez into bt helper | Lennart Poettering | 2008-03-27 | 1 | -22/+16 |
* | Enable per-user esound sockets by default. Esound CVS already enables this by... | Lennart Poettering | 2008-03-27 | 2 | -30/+47 |
* | make loading of a few more modules non-fatal | Lennart Poettering | 2008-03-27 | 1 | -0/+6 |
* | Double maximum sample size for some overly huge samples some distros ship | Lennart Poettering | 2008-03-27 | 1 | -1/+1 |
* | Attempt to resolve the multilib conflicts by getting all the config files | Lennart Poettering | 2008-03-27 | 3 | -6/+34 |
* | modernize polkit code a bit, use new functions from pk 0.7 instead of our hom... | Lennart Poettering | 2008-03-27 | 2 | -82/+22 |
* | rename polkit policy file to org.pulseaudio.policy to follow upstream guidelines | Lennart Poettering | 2008-03-27 | 2 | -2/+2 |
* | add vendor data to pk policy file | Lennart Poettering | 2008-03-27 | 1 | -0/+3 |
* | Abort instead of cleanly exiting, so we can obtain a core dump and find out | Lennart Poettering | 2008-03-27 | 1 | -1/+1 |
* | add proper arm atomic ops support, patch from Jyri Sarha | Lennart Poettering | 2008-03-26 | 2 | -8/+325 |
* | work around solaris printf %s and NULL string brain damage | Lennart Poettering | 2008-03-14 | 1 | -1/+1 |
* | change policy file to not show polkit auth dlg by default | Lennart Poettering | 2008-03-14 | 1 | -2/+2 |
* | And one more. | Diego Petteno | 2008-03-09 | 1 | -1/+1 |
* | Test for _struct_ lt_user_dlloader, otherwise it won't be found. | Diego Petteno | 2008-03-09 | 2 | -3/+3 |
* | Build and run using libltdl from libtool 2.2. The user module loader support ... | Diego Petteno | 2008-03-08 | 2 | -0/+43 |
* | Clarify the explanation of the in_action field in pa_autoload_entry. | Tanu Kaskinen | 2008-02-15 | 1 | -1/+1 |
* | only call pa_ltdl_done() if we called pa_ltdl_init() before | Lennart Poettering | 2008-02-15 | 1 | -1/+4 |
* | allow compilation on systems that lack POSIX shared memory. Patch from matthi... | Lennart Poettering | 2008-02-15 | 1 | -1/+3 |
* | explicitly recommend the usage of -- in the pasuspender command line, Closes ... | Lennart Poettering | 2008-02-15 | 1 | -0/+7 |
* | look for timer_create in librt, Closes #210, patch supplied by matthijs | Lennart Poettering | 2008-02-15 | 1 | -0/+1 |
* | print pa version id each time we start up, so that it is easier to identify t... | Lennart Poettering | 2008-02-15 | 1 | -2/+3 |
* | Improve compatibility with applications which like to pass invalid strings to... | Lennart Poettering | 2008-02-15 | 1 | -72/+60 |
* | deal with a possibly failing pa_channel_map_init_auto() correctly | Lennart Poettering | 2008-02-13 | 13 | -18/+39 |
* | Mark long_options constant. | Diego Petteno | 2008-01-24 | 1 | -1/+1 |
* | Use check_PROGRAMS rather than noinst_PROGRAMS for test programs. | Diego Petteno | 2008-01-24 | 1 | -3/+3 |
* | Apply the fix for CVE-2008-0008 from 0.9.9 release on trunk. | Diego Petteno | 2008-01-24 | 1 | -5/+7 |
* | use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp... | Lennart Poettering | 2008-01-06 | 1 | -0/+9 |
* | Don't send opcodes introduced in protocol versions 12 to clients using protocol | Sjoerd Simons | 2008-01-04 | 1 | -0/+12 |
* | Implement opcodes in the tunnel modules that were added in version 12 of | Sjoerd Simons | 2008-01-04 | 1 | -0/+40 |
* | Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. Fixes | Sjoerd Simons | 2008-01-04 | 2 | -0/+4 |
* | Add a missing pa_xfree. | Tanu Kaskinen | 2008-01-03 | 1 | -0/+2 |
* | The previous commit introduced a new bug: giving too many values in the "cont... | Tanu Kaskinen | 2008-01-03 | 1 | -1/+1 |
* | Fix the parsing of trailing default values in the "control" module argument. | Tanu Kaskinen | 2008-01-03 | 1 | -6/+14 |
* | Downgraded the priority of a message, because it's really quite uninteresting. | Tanu Kaskinen | 2008-01-02 | 1 | -1/+1 |
* | convert argument to boolean value before passing it on to __builtin_expect in... | Lennart Poettering | 2007-12-29 | 1 | -1/+1 |
* | add new function pa_proplist_contains() | Lennart Poettering | 2007-12-29 | 2 | -0/+15 |
* | add API for resetting allocated resamplers | Lennart Poettering | 2007-12-23 | 2 | -7/+35 |
* | wrap speex_resampler_reset_mem() | Lennart Poettering | 2007-12-23 | 1 | -0/+2 |
* | hide proplist-test | Lennart Poettering | 2007-12-23 | 0 | -0/+0 |
* | add new property list implementation | Lennart Poettering | 2007-12-23 | 5 | -3/+414 |
* | Increase the maximum line length of default.pa from 256 to 1024. Load command... | Tanu Kaskinen | 2007-12-14 | 1 | -1/+1 |