| Commit message (Expand) | Author | Age | Files | Lines |
* | - don't call pa_sink_notify in pa_sink_input_new() because the virtual method... | Lennart Poettering | 2006-08-03 | 1 | -4/+6 |
* | add new native protocol function for moving sink inputs between sinks | Lennart Poettering | 2006-07-31 | 1 | -1/+44 |
* | add new commands opcode for moving sink inputs and source outputs | Lennart Poettering | 2006-07-31 | 1 | -0/+4 |
* | deal properly with recursive module unloading | Lennart Poettering | 2006-07-31 | 1 | -0/+4 |
* | fix bad memory access if a non-existing entry shall be removed from a pa_idxs... | Lennart Poettering | 2006-07-31 | 1 | -0/+3 |
* | add new CLI function "move-sink-input" as wrapper around pa_sink_input_move_to() | Lennart Poettering | 2006-07-29 | 1 | -2/+40 |
* | * implement "hot" moving of playback streams between sinks (pa_sink_input_mov... | Lennart Poettering | 2006-07-29 | 2 | -6/+239 |
* | free the memblockq if we decide not to play it | Lennart Poettering | 2006-07-29 | 1 | -2/+6 |
* | if the memblockq is empty, return -1 in all cases | Lennart Poettering | 2006-07-29 | 1 | -0/+6 |
* | for the playing field of pa_timing_info use pa_sink_input::state == PA_SINK_I... | Lennart Poettering | 2006-07-28 | 1 | -1/+1 |
* | fold the seperate variable pa_sink_input::playing into pa_sink_input::state a... | Lennart Poettering | 2006-07-28 | 2 | -15/+18 |
* | introduce pa_play_memblockq() which creates a playback stream and passes the ... | Lennart Poettering | 2006-07-28 | 2 | -0/+149 |
* | introduce three virtual sink/source names: @DEFAULT_SINK@, @DEFAULT_SOURCE@, ... | Lennart Poettering | 2006-07-27 | 1 | -2/+26 |
* | split a few asserts | Lennart Poettering | 2006-07-25 | 1 | -2/+2 |
* | split a few assert()s | Lennart Poettering | 2006-07-25 | 1 | -4/+6 |
* | as a result of memory profiling with valgrind/massif: decrease default hash t... | Lennart Poettering | 2006-07-23 | 2 | -2/+2 |
* | Get ACL:s to work on Win32. | Pierre Ossman | 2006-07-20 | 1 | -3/+21 |
* | add missing #ifdef HAVE_CREDS (thanks, Flameeyes) | Lennart Poettering | 2006-07-20 | 1 | -0/+2 |
* | some more FreeBSD compat from Flameeyes | Lennart Poettering | 2006-07-20 | 1 | -0/+2 |
* | implement "auth-ip-acl=" in the native and esound protocols | Lennart Poettering | 2006-07-20 | 4 | -15/+78 |
* | add IP address ACL subsystem | Lennart Poettering | 2006-07-20 | 2 | -0/+247 |
* | undo r1111 in some way: include sys/socket.h and sys/un.h but wrap it in #ifdef | Lennart Poettering | 2006-07-20 | 1 | -0/+10 |
* | Make -1 mean "current group/user" so that some platform dependent calls | Pierre Ossman | 2006-07-20 | 1 | -0/+4 |
* | Protect platform dependent headers with ifdefs. | Pierre Ossman | 2006-07-20 | 1 | -1/+5 |
* | Remove unneeded headers. | Pierre Ossman | 2006-07-20 | 1 | -2/+0 |
* | * add new function pa_check_in_group() | Lennart Poettering | 2006-07-19 | 13 | -97/+183 |
* | * add new --system command line parameter to the daemon for running PulseAudi... | Lennart Poettering | 2006-07-19 | 14 | -64/+123 |
* | change licensing blurb form "Library GPL" to "Lesser GPL" on request of Loic ... | Lennart Poettering | 2006-07-17 | 4 | -60/+68 |
* | Forgot to protect one access to with_creds with an ifdef. | Pierre Ossman | 2006-07-17 | 1 | -0/+2 |
* | Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL. | Pierre Ossman | 2006-07-17 | 1 | -0/+5 |
* | add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flag | Lennart Poettering | 2006-07-16 | 1 | -2/+8 |
* | add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ... | Lennart Poettering | 2006-07-16 | 4 | -0/+8 |
* | don't send SCM_CREDENTIALS on every sendmsg(), instead do it only on handshake | Lennart Poettering | 2006-07-14 | 1 | -5/+4 |
* | don't set MSG_NOSIGNAL for recvmsg(), since it doesn't make sense there | Lennart Poettering | 2006-07-14 | 1 | -1/+1 |
* | try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which | Lennart Poettering | 2006-07-14 | 6 | -37/+72 |
* | support time events with NULL timevals which are OK in avahi, but not in PA. ... | Lennart Poettering | 2006-07-13 | 1 | -3/+12 |
* | * port libpulse-browse to use the native avahi API instead of the HOWL cruft | Lennart Poettering | 2006-07-13 | 1 | -1/+0 |
* | update module-zeroconf-publish to make use of the native AVAHI API, instead o... | Lennart Poettering | 2006-07-13 | 2 | -0/+221 |
* | make sure gccmacro.h and cdecl.h may be included at the same time as those he... | Lennart Poettering | 2006-07-13 | 1 | -2/+2 |
* | increase the maxium number of concurrent esd and native connections | Lennart Poettering | 2006-06-21 | 2 | -2/+2 |
* | s/POLYP/PULSE/g | Lennart Poettering | 2006-06-19 | 2 | -6/+6 |
* | * more s/pulseaudio/PulseAudio/ replacements | Lennart Poettering | 2006-06-19 | 5 | -8/+8 |
* | replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio" | Lennart Poettering | 2006-06-19 | 2 | -2/+2 |
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 145 | -0/+27456 |