summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* if we are run as root, always use 'root' as username, regardless of any env varsLennart Poettering2008-03-281-2/+5
* merge r2105 from trunkLennart Poettering2008-03-271-5/+5
* merge r2098 from trunkLennart Poettering2008-03-271-0/+9
* merge r2081 from trunkLennart Poettering2008-03-271-3/+3
* merge r2074 from trunkLennart Poettering2008-03-271-1/+1
* - Check process name when dealing with PID filesLennart Poettering2007-11-216-20/+593
* use a prio inheriting mutex for the threaded mainloop, to ease writing of RT ...Lennart Poettering2007-11-141-1/+1
* use a free list for allocation pa_operation objectsLennart Poettering2007-11-141-2/+9
* add array size to increase chance of detecting missing updatesLennart Poettering2007-11-131-3/+2
* minor typoLennart Poettering2007-11-091-1/+1
* add support for 32bit integer samplesLennart Poettering2007-11-092-5/+29
* strip most comments from the default configuration files, since the man page ...Lennart Poettering2007-11-081-20/+9
* pa_boolize the client configLennart Poettering2007-11-012-8/+7
* save and restore errno in the sig handlerLennart Poettering2007-10-301-0/+6
* rename 'length' parameters in the API to 'bytes', to make their unit clearLennart Poettering2007-10-302-7/+7
* ignore network sinks/sourcesLennart Poettering2007-10-291-2/+4
* make use of new pa_readlink() where applicableLennart Poettering2007-10-291-5/+6
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-2834-749/+1154
* only browse for ipv4 pa servers for now. Needs better fixing which however is...Lennart Poettering2007-05-231-1/+1
* don't allow excessively high sample ratesLennart Poettering2007-05-232-0/+4
* Treat empty :0.0 identically to unset :0.0 when trying to find a PA server. (...Lennart Poettering2007-05-231-1/+1
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-1351-0/+156
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-0448-699/+699
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-062-17/+4
* Handle when threaded mainloop is freed before it is started.Pierre Ossman2006-11-061-1/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-262-4/+17
* add missing channel names (fixes a segfault when parsing invalid channel maps)Lennart Poettering2006-09-071-0/+16
* don't hit an assert in the client if posix shm is not availableLennart Poettering2006-09-061-2/+14
* port the threaded mainloop to our new abstract mutex/thread APILennart Poettering2006-09-041-288/+43
* increase operation timeoutLennart Poettering2006-08-271-1/+1
* Proceed with connect even when no cookie is loaded. Allows you to connectPierre Ossman2006-08-221-6/+2
* Fix call to pa_pstream_send_tagstruct().Pierre Ossman2006-08-221-1/+1
* Add an ifdef for when we do not have creds.Pierre Ossman2006-08-221-1/+3
* add default "disable-shm" option to client.confLennart Poettering2006-08-191-0/+3
* add new "disable-shm" option to client.confLennart Poettering2006-08-193-2/+6
* enable SHM support on the client side only if both the client and the server ...Lennart Poettering2006-08-182-8/+24
* remove all occurences of Lennart Poettering2006-08-187-17/+17
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-183-8/+9
* modify pa_bytes_snprint() to return the string we just wrote to. This should ...Lennart Poettering2006-08-172-2/+4
* implement pa_context_move_source_output_by_{name,index}()Lennart Poettering2006-08-032-0/+56
* bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering2006-08-012-0/+3
* wrap PA_COMMAND_MOVE_SINK_INPUT for libpulseLennart Poettering2006-07-312-0/+53
* don't hit an assetr if there are operations outstanding when the pa_context i...Lennart Poettering2006-07-291-0/+4
* fix calculation of pa_usec_to_bytes, to make sure that it never returns fract...Lennart Poettering2006-07-291-1/+1
* 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
* Results of profiling PulseAudio with valgrind's callgrind module: rework the ...Lennart Poettering2006-07-251-194/+353
* add a few more g_assert()s and change all assert()s to g_assert()sLennart Poettering2006-07-251-52/+73
* fix horribly broken glib timeout event handlingLennart Poettering2006-07-221-7/+5