summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* add another .gitignore file, this time for pulse/Lennart Poettering2008-06-181-0/+1
* rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ...Lennart Poettering2008-06-172-99/+42
* minor modernizationsLennart Poettering2008-06-171-2/+4
* make use of the pa_init_proplist() version in proplist-util.[ch]Lennart Poettering2008-06-171-1/+3
* add missing const to a few functionsLennart Poettering2008-06-162-8/+8
* check for packet size on server info dataLennart Poettering2008-06-161-1/+2
* add missing inclusionLennart Poettering2008-06-161-0/+2
* fix a bad memory access pulsecore/client.cLennart Poettering2008-06-133-3/+44
* enable auto-spawning by defaultLennart Poettering2008-06-113-3/+3
* update well-known property listLennart Poettering2008-06-111-3/+12
* Do not invalidate the cookie if no file was specified.Colin Guthrie2008-06-091-2/+2
* Perfer client.conf over X11 property variables.Colin Guthrie2008-06-031-1/+1
* update propsLennart Poettering2008-05-291-11/+20
* readd name field to upload datagramLennart Poettering2008-05-271-3/+8
* fix a minor memory leakLennart Poettering2008-05-271-2/+6
* deal with failing pa_runtime_path()Lennart Poettering2008-05-211-3/+7
* make sure we don't hit an assert when autospawningLennart Poettering2008-05-181-0/+1
* fix pa_stream flag checkingLennart Poettering2008-05-171-2/+2
* type fixes for constantsLennart Poettering2008-05-171-2/+2
* type fixes for constantsLennart Poettering2008-05-171-3/+3
* declare the explicit type for our PA_xSEC_PER_ySEC constantsLennart Poettering2008-05-172-7/+7
* merge glitch-free branch back into trunkLennart Poettering2008-05-1534-824/+2223
* merge r2185 from prepare-0.9.10Lennart Poettering2008-03-311-2/+5
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-5/+5
* use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...Lennart Poettering2008-01-061-0/+9
* add new function pa_proplist_contains()Lennart Poettering2007-12-292-0/+15
* add new property list implementationLennart Poettering2007-12-232-0/+332
* rearrange #includesLennart Poettering2007-11-241-3/+3
* fix uploading of samples into PA. Problem discovered by Colin GuthrieLennart Poettering2007-11-221-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