summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix build; change return value of pa_rtclock_hrtimer() to pa_boolLennart Poettering2007-10-072-8/+9
| | * | fix poll.h check, bad boy ossman brokeLennart Poettering2007-10-041-1/+1
| | * | Don't call pa_rtsig_configure() when we lack the necessary defines.Pierre Ossman2007-10-031-0/+2
| | * | module_ladspa used libltdl so make sure it links against it.Pierre Ossman2007-10-031-1/+1
| | * | Platform dependent semaphore implementation for Windows.Pierre Ossman2007-10-031-0/+65
| | * | Assorted minor Windows compatibility fixes for recent code updates.Pierre Ossman2007-10-0315-39/+98
| | * | Add stubs when RT signals aren't available.Pierre Ossman2007-10-031-0/+20
| | * | Adapt rtpoll and friends to Windows by replacing timespec with timeval andPierre Ossman2007-10-037-152/+83
| | * | Replace all references to sys/poll.h with poll.h as that's what POSIX defines.Pierre Ossman2007-10-033-8/+5
| | * | update native protocol to make use of pa_memblockq_pop_missingLennart Poettering2007-10-011-88/+89
| | * | Move request size handling into pa_memblockq, function pa_memblockq_pop_missi...Lennart Poettering2007-10-012-31/+108
| | * | Fix race condition between IO thread creation and pa_sink_put(). Move activat...Lennart Poettering2007-10-017-102/+158
| | * | fix trivial typoLennart Poettering2007-10-011-1/+1
| | * | fix silence initializer for alaw and ulawLennart Poettering2007-10-011-2/+4
| | * | Fixed PA_GCC_CONST definition.Tanu Kaskinen2007-09-301-2/+2
| | * | Update module-solaris to new structure.Pierre Ossman2007-09-282-307/+395
| | * | treat timer_enabled like a real, grown-up boolean variableLennart Poettering2007-09-281-3/+3
| | * | rework module-combine once again. We now run the data generation always in a ...Lennart Poettering2007-09-281-336/+208
| | * | Move the poll() call outside the #ifdef checking for ppoll, since we want the...Lennart Poettering2007-09-281-61/+60
| | * | use the full range of RTSIGS for our stuffLennart Poettering2007-09-281-10/+10
| | * | Allocate rtsigs from back to front, to avoid clashes with other libraries mak...Lennart Poettering2007-09-281-12/+13
| | * | only do IO if we are RUNNING or IDLE, but not when we are in INITLennart Poettering2007-09-281-2/+2
| | * | Incorrectly used str2sig() instead of sig2str().Pierre Ossman2007-09-281-1/+1
| | * | don't free silence memblocks that don't existLennart Poettering2007-09-281-3/+4
| | * | speed up semaphore allocation with an flistLennart Poettering2007-09-281-7/+14
| | * | Use Linux eventfd() if kernel supports itLennart Poettering2007-09-261-19/+100
| | * | fix build with compilers that lack __threadLennart Poettering2007-09-261-1/+1
| | * | make sure when can shutdown PA cleanly without segfaultLennart Poettering2007-09-251-1/+1
| | * | work around newest open() magic in fedora glibcLennart Poettering2007-09-251-24/+35
| | * | fix make distLennart Poettering2007-09-251-2/+2
| | * | fix suspending in module-combine.cLennart Poettering2007-09-241-4/+4
| | * | * decouple suspending of monitor sources and their sinksLennart Poettering2007-09-241-13/+48
| | * | only post data into the monitor source when it is not suspendedLennart Poettering2007-09-241-2/+2
| | * | * add new state changed hook for streamsLennart Poettering2007-09-243-0/+18
| | * | fix IDLE vs. RUNNING state handling of sinks/sources when changing cork statu...Lennart Poettering2007-09-242-0/+10
| | * | rework zeroconf service publishing, to use synchronous hooks instead of async...Lennart Poettering2007-09-241-340/+198
| | * | add hooks for name/description changes of sinks/source and streamsLennart Poettering2007-09-245-6/+22
| | * | fix stream corking: ignore pa_sink_input() when we are in corked stateLennart Poettering2007-09-241-1/+4
| | * | don't count streams using the monitor source in pa_sink_used_by(), because th...Lennart Poettering2007-09-242-9/+14
| | * | drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-2412-214/+196
| | * | instead of using the mixer ioctl()s on the dsp fd, open a seperate fd for the...Lennart Poettering2007-09-233-192/+290
| | * | use O_NOFOLLOW when creating lock files, tooLennart Poettering2007-09-231-38/+41
| | * | use O_NOFOLLOW when creating PID file, to avoid symlink vulnerabilityLennart Poettering2007-09-231-4/+8
| | * | Added an assertion for the case when the sink programmer hasn't installed the...Tanu Kaskinen2007-09-231-1/+3
| | * | Comment typo fix.Tanu Kaskinen2007-09-231-1/+1
| | * | Fix the assignment of control values by using the right variable for indexing.Tanu Kaskinen2007-09-221-1/+1
| | * | Correct the parameter positions with the pa_cvolume_set() call.Tanu Kaskinen2007-09-221-1/+1
| | * | minor optimizationLennart Poettering2007-09-221-2/+3
| | * | include the name of the master sink in the name for piggy-backed virtual sinksLennart Poettering2007-09-222-23/+30
| | * | prefix by order macros with PA_Lennart Poettering2007-09-228-93/+96