summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove access group setting from default client.confLennart Poettering2006-07-201-3/+0
* remove configurable client access group, since can never work on Linux anway,...Lennart Poettering2006-07-203-11/+1
* Make -1 mean "current group/user" so that some platform dependent callsPierre Ossman2006-07-201-1/+1
* Protect platform dependent headers with ifdefs.Pierre Ossman2006-07-201-2/+3
* * add new function pa_check_in_group()Lennart Poettering2006-07-192-8/+16
* use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUPLennart Poettering2006-07-191-1/+1
* update @@ tokens according to recent Makefile.am changeLennart Poettering2006-07-191-1/+7
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-193-15/+30
* remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...Lennart Poettering2006-07-182-508/+1
* add two more \sinceLennart Poettering2006-07-181-2/+2
* turn the glib adapter into a single GSource instead of creating a bunch of se...Lennart Poettering2006-07-181-344/+444
* define proper typdefs for callback prototypesLennart Poettering2006-07-181-20/+23
* Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.Pierre Ossman2006-07-171-0/+6
* add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flagLennart Poettering2006-07-161-2/+4
* remove checking for SIGPIPE blocking from client code. Because we useLennart Poettering2006-07-141-4/+0
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-143-5/+7
* * fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() failsLennart Poettering2006-07-141-18/+45
* * port libpulse-browse to use the native avahi API instead of the HOWL cruftLennart Poettering2006-07-132-190/+319