| Commit message (Expand) | Author | Age | Files | Lines |
* | install libpulsecore again, since libtool otherwise links it statically into ... | Lennart Poettering | 2007-09-06 | 1 | -1/+1 |
* | fix copynpaste error | Lennart Poettering | 2007-09-06 | 1 | -1/+1 |
* | downgrade realtime group membership warning to 'info' at be a little bit more... | Lennart Poettering | 2007-09-06 | 1 | -1/+2 |
* | update default config: | Lennart Poettering | 2007-09-06 | 3 | -10/+17 |
* | explicitly test for the availability of dbus_watch_get_unix_fd() before using... | Lennart Poettering | 2007-09-06 | 1 | -7/+8 |
* | add native amd64 atomic int implementation | Lennart Poettering | 2007-09-04 | 1 | -4/+83 |
* | fix a couple of compiler warnings | Lennart Poettering | 2007-09-04 | 7 | -10/+11 |
* | if available, use native gcc atomicity builtins | Lennart Poettering | 2007-09-04 | 1 | -9/+84 |
* | add a few missing files for make dist | Lennart Poettering | 2007-09-04 | 1 | -2/+2 |
* | drop initial libtool_lock() call since this is a debian-specific borkage | Lennart Poettering | 2007-09-04 | 1 | -1/+0 |
* | initialize libltdl for multi-thread support | Lennart Poettering | 2007-09-04 | 1 | -2/+38 |
* | When in PA_STREAM_AUTO_TIMING_UPDATE mode, delay completion of initialization... | Lennart Poettering | 2007-09-04 | 1 | -20/+45 |
* | actually add source code of module-default-device-restore | Lennart Poettering | 2007-09-03 | 1 | -0/+103 |
* | add a new module module-default-device-restore which automatically saves and ... | Lennart Poettering | 2007-09-03 | 2 | -0/+11 |
* | header file cleanup | Lennart Poettering | 2007-09-03 | 1 | -2/+1 |
* | only list supported resampling methods when --dump-resample-methods is executed | Lennart Poettering | 2007-09-03 | 1 | -3/+3 |
* | add new API function pa_resample_method_supported() which tests whether a res... | Lennart Poettering | 2007-09-03 | 2 | -0/+24 |
* | make libpulse-core a noinst lib, because it does not have yet a stable API an... | Lennart Poettering | 2007-09-02 | 1 | -15/+18 |
* | Allow compilation without libsamplerate; based on patch from Marc-Andre Lurea... | Lennart Poettering | 2007-09-02 | 3 | -8/+21 |
* | fix dbus version check for dbus_watch_get_unix_fd() | Lennart Poettering | 2007-09-02 | 1 | -1/+1 |
* | make argument to pa_memchunk_will_need() const | Lennart Poettering | 2007-09-02 | 2 | -3/+3 |
* | fix build for dbus < 1.1.1, re #126, patch from Marc-Andre Lureau | Lennart Poettering | 2007-09-02 | 1 | -1/+11 |
* | Don't set RLIMIT_MEMBLOCK to 0 on startup. Retain 4 pages | Lennart Poettering | 2007-09-02 | 3 | -5/+8 |
* | make use of pa_memchunk_will_need() before handing sample cache audio to the ... | Lennart Poettering | 2007-09-02 | 1 | -0/+2 |
* | add new pa_memchunk_will_need() API, similar to pa_memblock_will_need() | Lennart Poettering | 2007-09-02 | 2 | -0/+22 |
* | add new API pa_memblock_will_need() and make use of PA_PAGE_SIZE macro | Lennart Poettering | 2007-09-02 | 2 | -13/+21 |
* | add new pa_will_need() API for paging in memory | Lennart Poettering | 2007-09-02 | 2 | -0/+72 |
* | make use of new PA_PAGE_SIZE macro | Lennart Poettering | 2007-09-02 | 1 | -1/+1 |
* | make use of new memory page alignment macros, reindent | Lennart Poettering | 2007-09-02 | 1 | -36/+33 |
* | add a couple of macros for memory page alignment | Lennart Poettering | 2007-09-02 | 1 | -1/+25 |
* | add pa_channel_position_to_pretty_string() to header | Lennart Poettering | 2007-08-31 | 1 | -0/+3 |
* | add pa_channel_position_to_pretty_string() for usage in pavucontrol/pavumeter | Lennart Poettering | 2007-08-31 | 1 | -3/+73 |
* | make sure that we make include paths absolute before calling chdir() | Lennart Poettering | 2007-08-31 | 1 | -2/+5 |
* | minor reformatting | Lennart Poettering | 2007-08-31 | 1 | -2/+2 |
* | add two new functions pa_make_path_absolute()/pa_getcwd() | Lennart Poettering | 2007-08-31 | 2 | -0/+36 |
* | replace a pa_assert() by an pa_assert_se() | Lennart Poettering | 2007-08-31 | 1 | -1/+1 |
* | - fix suspend handling | Lennart Poettering | 2007-08-31 | 1 | -23/+38 |
* | port module-combine to new core | Lennart Poettering | 2007-08-30 | 2 | -182/+938 |
* | Lots of assorted minor cleanups and fixes: | Lennart Poettering | 2007-08-30 | 26 | -372/+702 |
* | reorder initialization of pa_core variables | Lennart Poettering | 2007-08-30 | 1 | -7/+6 |
* | modernize and make use of a static flist for allocating idxset entries | Lennart Poettering | 2007-08-30 | 1 | -53/+76 |
* | move queue processing code into pa_thread_mq | Lennart Poettering | 2007-08-30 | 2 | -0/+27 |
* | add new function pa_memblock_ref_is_one() | Lennart Poettering | 2007-08-30 | 2 | -0/+13 |
* | fix pa_memchunk_make_writable(), make memchunk functions return the memchunk ... | Lennart Poettering | 2007-08-30 | 2 | -6/+11 |
* | add an assert() | Lennart Poettering | 2007-08-30 | 1 | -1/+1 |
* | add pa_timespec_reset() | Lennart Poettering | 2007-08-30 | 2 | -0/+8 |
* | make passing a code pointer to pa_asyncmsgq_get() optional | Lennart Poettering | 2007-08-30 | 1 | -3/+3 |
* | add new PA_SINK_CAN_SUSPEND/PA_SOURCE_CAN_SUSPEND flag | Lennart Poettering | 2007-08-30 | 1 | -2/+4 |
* | drop check for gid < 500, since this isn't really a security improvement, re:... | Lennart Poettering | 2007-08-26 | 1 | -1/+1 |
* | Add option --dump-resample-methods to list available resampler implementations | Lennart Poettering | 2007-08-25 | 3 | -4/+20 |