summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* add new native protocol function for moving sink inputs between sinksLennart Poettering2006-07-311-1/+44
* add new commands opcode for moving sink inputs and source outputsLennart Poettering2006-07-311-0/+4
* deal properly with recursive module unloadingLennart Poettering2006-07-311-0/+4
* fix bad memory access if a non-existing entry shall be removed from a pa_idxs...Lennart Poettering2006-07-311-0/+3
* add new CLI function "move-sink-input" as wrapper around pa_sink_input_move_to()Lennart Poettering2006-07-291-2/+40
* * implement "hot" moving of playback streams between sinks (pa_sink_input_mov...Lennart Poettering2006-07-292-6/+239
* free the memblockq if we decide not to play itLennart Poettering2006-07-291-2/+6
* if the memblockq is empty, return -1 in all casesLennart Poettering2006-07-291-0/+6
* for the playing field of pa_timing_info use pa_sink_input::state == PA_SINK_I...Lennart Poettering2006-07-281-1/+1
* fold the seperate variable pa_sink_input::playing into pa_sink_input::state a...Lennart Poettering2006-07-282-15/+18
* introduce pa_play_memblockq() which creates a playback stream and passes the ...Lennart Poettering2006-07-282-0/+149
* introduce three virtual sink/source names: @DEFAULT_SINK@, @DEFAULT_SOURCE@, ...Lennart Poettering2006-07-271-2/+26
* split a few assertsLennart Poettering2006-07-251-2/+2
* split a few assert()sLennart Poettering2006-07-251-4/+6
* as a result of memory profiling with valgrind/massif: decrease default hash t...Lennart Poettering2006-07-232-2/+2
* Get ACL:s to work on Win32.Pierre Ossman2006-07-201-3/+21
* add missing #ifdef HAVE_CREDS (thanks, Flameeyes)Lennart Poettering2006-07-201-0/+2
* some more FreeBSD compat from FlameeyesLennart Poettering2006-07-201-0/+2
* implement "auth-ip-acl=" in the native and esound protocolsLennart Poettering2006-07-204-15/+78
* add IP address ACL subsystemLennart Poettering2006-07-202-0/+247
* undo r1111 in some way: include sys/socket.h and sys/un.h but wrap it in #ifdefLennart Poettering2006-07-201-0/+10
* Make -1 mean "current group/user" so that some platform dependent callsPierre Ossman2006-07-201-0/+4
* Protect platform dependent headers with ifdefs.Pierre Ossman2006-07-201-1/+5
* Remove unneeded headers.Pierre Ossman2006-07-201-2/+0
* * add new function pa_check_in_group()Lennart Poettering2006-07-1913-97/+183
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-1914-64/+123
* change licensing blurb form "Library GPL" to "Lesser GPL" on request of Loic ...Lennart Poettering2006-07-174-60/+68
* Forgot to protect one access to with_creds with an ifdef.Pierre Ossman2006-07-171-0/+2
* Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.Pierre Ossman2006-07-171-0/+5
* add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flagLennart Poettering2006-07-161-2/+8
* add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ...Lennart Poettering2006-07-164-0/+8
* don't send SCM_CREDENTIALS on every sendmsg(), instead do it only on handshakeLennart Poettering2006-07-141-5/+4
* don't set MSG_NOSIGNAL for recvmsg(), since it doesn't make sense thereLennart Poettering2006-07-141-1/+1
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-146-37/+72
* support time events with NULL timevals which are OK in avahi, but not in PA. ...Lennart Poettering2006-07-131-3/+12
* * port libpulse-browse to use the native avahi API instead of the HOWL cruftLennart Poettering2006-07-131-1/+0
* update module-zeroconf-publish to make use of the native AVAHI API, instead o...Lennart Poettering2006-07-132-0/+221
* make sure gccmacro.h and cdecl.h may be included at the same time as those he...Lennart Poettering2006-07-131-2/+2
* increase the maxium number of concurrent esd and native connectionsLennart Poettering2006-06-212-2/+2
* s/POLYP/PULSE/gLennart Poettering2006-06-192-6/+6
* * more s/pulseaudio/PulseAudio/ replacementsLennart Poettering2006-06-195-8/+8
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-192-2/+2
* big s/polyp/pulse/gLennart Poettering2006-06-19145-0/+27456