summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* memblockq: add pa_memblockq_get_maxrewind() APILennart Poettering2009-08-142-0/+9
* shm: bump shm size limit to 1GBLennart Poettering2009-08-141-1/+2
* core: add functions to query max_rewind/max_request values from streamsLennart Poettering2009-08-134-0/+33
* core: add assert macros for verifying calling contextLennart Poettering2009-08-139-31/+234
* start-child: clean up child environment a bit betterLennart Poettering2009-08-121-7/+8
* memblock: rate limit 'Pool full' messageLennart Poettering2009-08-121-1/+2
* core-util: move personality resetting into core-utilLennart Poettering2009-08-122-0/+15
* conf: add pa_config_parse_not_bool() for parsing inverse boolean configuratio...Lennart Poettering2009-08-122-0/+25
* ladspa/remap: make sure we process all requested rewinds unconditionallyLennart Poettering2009-08-072-5/+8
* core: save volume/mute changes coming from the hardware automaticallyLennart Poettering2009-08-074-25/+30
* smoother: readd #ifdef protectionLennart Poettering2009-08-051-2/+2
* autospawn: if creating the lock file fails, pass error code cleanly back to m...Lennart Poettering2009-08-011-21/+45
* core-util: replace remaining fixed size destination string functions by _mall...Lennart Poettering2009-08-015-33/+91
* core-util: rework pa_strlcpy() to not rely on strncpy()Lennart Poettering2009-08-011-2/+10
* pipe: replace PIPE_BUF macro pa pa_pipe_buf callLennart Poettering2009-08-012-0/+19
* alsa: throw timing data away after device resumeLennart Poettering2009-07-242-22/+21
* memblock: try to hit an assert earlier when ref counting doesn't workLennart Poettering2009-07-241-9/+14
* daemon: replace colons by dash in per-machine directory names for compat with...Lennart Poettering2009-07-231-2/+2
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-07-232-3/+3
|\
| * Merge commit 'flameeyes/osx'Lennart Poettering2009-07-231-2/+2
| |\
| | * Again make sure that the wait() definition is not shadowed.Diego Elio 'Flameeyes' Pettenò2009-07-171-2/+2
| * | protocol-native: use the right samplerateWim Taymans2009-07-231-1/+1
| |/
* / memtrap: clarify that we are not interested in the return value of write()Lennart Poettering2009-07-201-1/+1
|/
* memtrap: properly lock access to memtrap changerLennart Poettering2009-07-011-0/+20
* memblock: rearrange locking orderLennart Poettering2009-07-011-17/+21
* native: don't hit assert when user uploads zero-sized sampleLennart Poettering2009-07-011-1/+3
* Add missing headers includes for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+1
* Rename the flock variable to f_lock.Diego Elio 'Flameeyes' Pettenò2009-06-291-8/+8
* Only declare saved_errno when it's going to be used (on Linux).Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+1
* Rename the wait parameter to wait_op, to avoid shadowing wait().Diego Elio 'Flameeyes' Pettenò2009-06-292-13/+13
* Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+5
* sndfile: fix build on BE archsv0.9.16-test1Lennart Poettering2009-06-231-1/+1
* rtclock: make use of constants when converting between nsec and usecLennart Poettering2009-06-231-3/+3
* rtclock: fix type of PA_TIMEVAL_RTCLOCKLennart Poettering2009-06-231-1/+1
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-2218-101/+163
|\
| * rtclock: fix issues found by LennartMarc-André Lureau2009-06-201-0/+3
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-2015-84/+149
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-205-12/+6
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-195-7/+7
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-194-345/+4
* | core: use rtkit to acquire high-priority schedulingLennart Poettering2009-06-192-107/+46
* | core: ask RealtimeKit for RT schedulingLennart Poettering2009-06-193-18/+329
|/
* alsa,core: include mapping name in description stringsLennart Poettering2009-06-181-15/+20
* core: be a bit more verbose when registering a sink/source failsLennart Poettering2009-06-182-0/+2
* native-protocol: allow enumerating portsLennart Poettering2009-06-171-0/+35
* native: implement command to change sink/source portLennart Poettering2009-06-172-2/+69
* alsa: rework mixer logicLennart Poettering2009-06-178-50/+425
* pdispatch: fix s/recieve/receive/ typosLennart Poettering2009-06-171-2/+2
* pstream: fix s/recieve/receive/ typosLennart Poettering2009-06-171-4/+4
* gdbm: set default block size to 1KLennart Poettering2009-06-171-2/+5