summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* add new API function pa_timeval_store()Lennart Poettering2007-10-072-2/+14
* Replace all references to sys/poll.h with poll.h as that's what POSIX defines.Pierre Ossman2007-10-032-4/+4
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-242-10/+8
* make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always...Lennart Poettering2007-09-193-11/+11
* drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-172-2/+2
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-171-1/+1
* use gcc const and pure function attributes wherever applicableLennart Poettering2007-09-166-26/+44
* add new pa_pipe_close() API to close two fds at the same timeLennart Poettering2007-09-123-11/+3
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-122-6/+6
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-113-4/+0
* finish modernizations in pulse/, s/assert/pa_assert/gLennart Poettering2007-09-115-133/+151
* More s/assert/pa_assert/ modernizationsLennart Poettering2007-09-114-245/+271
* port client libs to refcnt.hLennart Poettering2007-09-117-127/+129
* add globally defined PA_PATH_SEP macro, replacing private per-file macrosLennart Poettering2007-09-112-14/+2
* more s/assert/pa_assert/ modernizationsLennart Poettering2007-09-116-125/+132
* s/assert/pa_assert/ modernizationsLennart Poettering2007-09-101-19/+31
* add new API pa_threaded_mainloop_in_thread(), update test case for itLennart Poettering2007-09-102-0/+9
* simple modernizations: s/assert/pa_assertLennart Poettering2007-09-108-61/+83
* Changed PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the example code in the Simple...Tanu Kaskinen2007-09-091-1/+1
* When in PA_STREAM_AUTO_TIMING_UPDATE mode, delay completion of initialization...Lennart Poettering2007-09-041-20/+45
* add pa_channel_position_to_pretty_string() to headerLennart Poettering2007-08-311-0/+3
* add pa_channel_position_to_pretty_string() for usage in pavucontrol/pavumeterLennart Poettering2007-08-311-3/+73
* add new PA_SINK_CAN_SUSPEND/PA_SOURCE_CAN_SUSPEND flagLennart Poettering2007-08-301-2/+4
* a couple of modernizations; parse RE sample types properlyLennart Poettering2007-08-231-28/+38
* modernizationsLennart Poettering2007-08-222-20/+27
* set CLOEXEC on more fdsLennart Poettering2007-08-151-0/+2
* add protocol support for muting sink inputs and suspending sinks/sourcesLennart Poettering2007-08-152-7/+154
* minor cleanliness fixesLennart Poettering2007-08-101-1/+4
* fix bug in handling of defer eventsLennart Poettering2007-08-091-0/+1
* follow rename of pstream_close() to pstream_unlink()Lennart Poettering2007-08-051-2/+2
* minor modernizationsLennart Poettering2007-07-281-6/+5
* Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-256-12/+14
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-251-1/+1
* make untabifyLennart Poettering2007-06-111-1/+1
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-113-3/+25
* 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