summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | fix module-gconf initializationLennart Poettering2006-07-291-0/+1
* | | don't hit an assetr if there are operations outstanding when the pa_context i...Lennart Poettering2006-07-291-0/+4
* | | fix two typos (pierre, have you been sleeping? next time please the comments ...Lennart Poettering2006-07-291-2/+2
* | | 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
* | | fix calculation of pa_usec_to_bytes, to make sure that it never returns fract...Lennart Poettering2006-07-291-1/+1
* | | handle EOF correctly if it is read before the stream was createdLennart Poettering2006-07-291-9/+13
* | | 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-283-0/+151
* | | update todoLennart Poettering2006-07-271-1/+0
* | | load module-gconf in default installLennart Poettering2006-07-271-1/+7
* | | introduce three virtual sink/source names: @DEFAULT_SINK@, @DEFAULT_SOURCE@, ...Lennart Poettering2006-07-271-2/+26
* | | if possible do not unload already loaded modules when the gconf settings chan...Lennart Poettering2006-07-271-29/+71
* | | because gconf doesn't provide real transactions we emulate our own with a "lo...Lennart Poettering2006-07-271-2/+8
* | | remove superfluous codeLennart Poettering2006-07-271-43/+0
* | | remove two superfluous linesLennart Poettering2006-07-261-3/+0
* | | mainloop fixes: when disabling time events when dispatching them, make sure t...Lennart Poettering2006-07-262-2/+12
* | | add some protection that the gconf helper process will be killed when the dae...Lennart Poettering2006-07-261-4/+54
* | | add missing configure.ac checks for module-gconfLennart Poettering2006-07-261-1/+38
* | | add new module "module-gconf" which reads configuration information from gcon...Lennart Poettering2006-07-264-2/+544
* | | add new command line option --no-cpu-limit. This is useful when running Pulse...Lennart Poettering2006-07-255-16/+42
* | | Results of profiling PulseAudio with valgrind's callgrind module: rework the ...Lennart Poettering2006-07-251-194/+353
* | | split a few assertsLennart Poettering2006-07-251-2/+2
* | | split a few assert()sLennart Poettering2006-07-251-4/+6
* | | add a few more g_assert()s and change all assert()s to g_assert()sLennart Poettering2006-07-251-52/+73
* | | add autogen.sh for jhbuild (for you, elmarco!)Lennart Poettering2006-07-241-0/+24
* | | bump version and sonamesLennart Poettering2006-07-241-3/+3
* | | add massif target to MakefileLennart Poettering2006-07-231-0/+3
* | | as a result of memory profiling with valgrind/massif: decrease default hash t...Lennart Poettering2006-07-232-2/+2
* | | update todoLennart Poettering2006-07-231-0/+1
* | | fix horribly broken glib timeout event handlingLennart Poettering2006-07-221-7/+5
* | | Use proper @libdir@ in pc.in files to handle x86_64 machines.Pierre Ossman2006-07-214-5/+5
* | | raise the default value for RLIMIT_NOFILE to 200 since 25 is apparently too s...Lennart Poettering2006-07-212-2/+2
* | | Get ACL:s to work on Win32.Pierre Ossman2006-07-203-9/+47
* | | remove access group setting from default client.confLennart Poettering2006-07-201-3/+0
* | | fix a few @@ replacmentsLennart Poettering2006-07-201-3/+3
* | | even more FreeBSD portability (thanks Flameeyes, again!)Lennart Poettering2006-07-201-0/+2
* | | add missing #ifdef HAVE_CREDS (thanks, Flameeyes)Lennart Poettering2006-07-201-0/+2
* | | some more FreeBSD compat from FlameeyesLennart Poettering2006-07-201-0/+2
* | | bump release and sonamesLennart Poettering2006-07-201-5/+5
* | | remove configurable client access group, since can never work on Linux anway,...Lennart Poettering2006-07-203-11/+1
* | | update todoLennart Poettering2006-07-201-1/+0
* | | implement "auth-ip-acl=" in the native and esound protocolsLennart Poettering2006-07-206-20/+96
* | | actually ship src/pulsecore/creds.h in the tarballsLennart Poettering2006-07-201-2/+3
* | | add IP address ACL subsystemLennart Poettering2006-07-204-1/+377