summaryrefslogtreecommitdiff
path: root/src/pulse
AgeCommit message (Expand)AuthorFilesLines
2008-06-18add another .gitignore file, this time for pulse/Lennart Poettering1-0/+1
2008-06-17rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ...Lennart Poettering2-99/+42
2008-06-17minor modernizationsLennart Poettering1-2/+4
2008-06-17make use of the pa_init_proplist() version in proplist-util.[ch]Lennart Poettering1-1/+3
2008-06-16add missing const to a few functionsLennart Poettering2-8/+8
2008-06-16check for packet size on server info dataLennart Poettering1-1/+2
2008-06-16add missing inclusionLennart Poettering1-0/+2
2008-06-13fix a bad memory access pulsecore/client.cLennart Poettering3-3/+44
2008-06-11enable auto-spawning by defaultLennart Poettering3-3/+3
2008-06-11update well-known property listLennart Poettering1-3/+12
2008-06-09Do not invalidate the cookie if no file was specified.Colin Guthrie1-2/+2
2008-06-03Perfer client.conf over X11 property variables.Colin Guthrie1-1/+1
2008-05-29update propsLennart Poettering1-11/+20
2008-05-27readd name field to upload datagramLennart Poettering1-3/+8
2008-05-27fix a minor memory leakLennart Poettering1-2/+6
2008-05-21deal with failing pa_runtime_path()Lennart Poettering1-3/+7
2008-05-18make sure we don't hit an assert when autospawningLennart Poettering1-0/+1
2008-05-17fix pa_stream flag checkingLennart Poettering1-2/+2
2008-05-17type fixes for constantsLennart Poettering1-2/+2
2008-05-17type fixes for constantsLennart Poettering1-3/+3
2008-05-17declare the explicit type for our PA_xSEC_PER_ySEC constantsLennart Poettering2-7/+7
2008-05-15merge glitch-free branch back into trunkLennart Poettering34-824/+2223
2008-03-31merge r2185 from prepare-0.9.10Lennart Poettering1-2/+5
2008-02-13deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering1-5/+5
2008-01-06use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...Lennart Poettering1-0/+9
2007-12-29add new function pa_proplist_contains()Lennart Poettering2-0/+15
2007-12-23add new property list implementationLennart Poettering2-0/+332
2007-11-24rearrange #includesLennart Poettering1-3/+3
2007-11-22fix uploading of samples into PA. Problem discovered by Colin GuthrieLennart Poettering1-1/+1
2007-11-21- Check process name when dealing with PID filesLennart Poettering6-20/+593
2007-11-14use a prio inheriting mutex for the threaded mainloop, to ease writing of RT ...Lennart Poettering1-1/+1
2007-11-14use a free list for allocation pa_operation objectsLennart Poettering1-2/+9
2007-11-13add array size to increase chance of detecting missing updatesLennart Poettering1-3/+2
2007-11-09minor typoLennart Poettering1-1/+1
2007-11-09add support for 32bit integer samplesLennart Poettering2-5/+29
2007-11-08strip most comments from the default configuration files, since the man page ...Lennart Poettering1-20/+9
2007-11-01pa_boolize the client configLennart Poettering2-8/+7
2007-10-30save and restore errno in the sig handlerLennart Poettering1-0/+6
2007-10-30rename 'length' parameters in the API to 'bytes', to make their unit clearLennart Poettering2-7/+7
2007-10-29ignore network sinks/sourcesLennart Poettering1-2/+4
2007-10-29make use of new pa_readlink() where applicableLennart Poettering1-5/+6
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering34-749/+1154
2007-05-23only browse for ipv4 pa servers for now. Needs better fixing which however is...Lennart Poettering1-1/+1
2007-05-23don't allow excessively high sample ratesLennart Poettering2-0/+4
2007-05-23Treat empty :0.0 identically to unset :0.0 when trying to find a PA server. (...Lennart Poettering1-1/+1
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman51-0/+156
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman48-699/+699
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2-17/+4
2006-11-06Handle when threaded mainloop is freed before it is started.Pierre Ossman1-1/+2
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2-4/+17