summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* memtrap: add a bit of documentation for memtrapLennart Poettering2009-04-211-0/+11
* memtrap: fix parameter typeLennart Poettering2009-04-211-1/+1
* memtrap: hook up core to memtrap systemLennart Poettering2009-04-213-1/+11
* memtrap: make installation of SIGBUS handler explicit to ease integration int...Lennart Poettering2009-04-213-23/+18
* memtrap: when we fail to handle sigbus say soLennart Poettering2009-04-211-0/+1
* memtrap: add new logic to trap and handle SIGBUSLennart Poettering2009-04-215-2/+374
* semaphore: introduce static semaphoresLennart Poettering2009-04-212-0/+37
* mutex: add initializer for static mutexesLennart Poettering2009-04-212-1/+5
* mutex: when we fail to fill in mutex into static mutex ptr free it againLennart Poettering2009-04-211-0/+2
* llist: add PA_LLIST_FOREACHLennart Poettering2009-04-211-0/+3
* object: revert to old unref() behaviourLennart Poettering2009-04-191-2/+1
* object: fix ref counting of objects on destructionLennart Poettering2009-04-191-1/+1
* alsa: remove debug codeLennart Poettering2009-04-191-2/+0
* alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering2009-04-195-53/+86
* log: use pa_logl() instead of pa_log_level()Lennart Poettering2009-04-191-1/+1
* log: print file name only when we have itLennart Poettering2009-04-191-1/+1
* util: if NULL is passed to pa_path_get_filename() just hand it throughLennart Poettering2009-04-192-2/+3
* reserve-device: allow building without D-BusErich Boleyn2009-04-192-9/+25
* solaris: 0.9.15 solaris module build failureFinn Thain2009-04-181-1/+1
* object: keep refcount at 1 while destructing objectsLennart Poettering2009-04-181-3/+6
* core-util: handle EINTR already inside of pa_read/pa_writeLennart Poettering2009-04-181-7/+32
* bluetoth-device: be less strict on CONNECTED state to switch profileMarc-André Lureau2009-04-171-2/+7
* pulse/context: when NOFAIL, don't try_next_connection() if c->clientMarc-André Lureau2009-04-171-1/+2
* rescue-streams: when one stream move fails try to continue with the remaining...Lennart Poettering2009-04-171-10/+6
* add a few missing initializationsv0.9.15Lennart Poettering2009-04-142-3/+3
* explcitly ignore return values of some functions marked with gcc's warn_unuse...Lennart Poettering2009-04-143-4/+4
* core: when applying delay memblockq take monitored sink latency into accountLennart Poettering2009-04-141-0/+19
* pacat: add missing newlineLennart Poettering2009-04-141-1/+1
* core: use pa_{source|sink}_get_latency_within_thread() at one more placeLennart Poettering2009-04-142-8/+2
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-1315-160/+153
* alsa: include the alsa mixer control that is used in the property listLennart Poettering2009-04-134-4/+7
* alsa: store mixer controls to use in profile dataLennart Poettering2009-04-134-19/+48
* alsa: when passing emptry mixer control name, force sw volumeLennart Poettering2009-04-131-0/+5
* volume: increase dB range to -90dBLennart Poettering2009-04-131-1/+1
* client-conf-x11: unbreak autospawn due to stale X11 propertiesLennart Poettering2009-04-132-1/+22
* client-conf: when is set, disable autospawn settingLennart Poettering2009-04-131-0/+3
* client-conf: make setting a default server independant from the autospawn set...Lennart Poettering2009-04-131-11/+13
* proplist-util: use pa_session_id() instead of accessing 7b816367b01393ed3e3e6...Lennart Poettering2009-04-131-5/+4
* client-conf: modernize a few thingsLennart Poettering2009-04-131-19/+9
* print session id when starting upLennart Poettering2009-04-131-0/+5
* core-util: filter utf8 in pa_machine_id()Lennart Poettering2009-04-131-3/+6
* core-util: add pa_session_id()Lennart Poettering2009-04-132-0/+10
* cork-music-on-phone: make sure that we don't check the refcnt of pa_core when...Lennart Poettering2009-04-131-1/+0
* lirc: fix logic behind mute buttonsLennart Poettering2009-04-131-2/+2
* mmkbd: get rid of support for ancient kernelsLennart Poettering2009-04-131-16/+5
* mmkbd,lirc: make use of pa_assert_not_reached()Lennart Poettering2009-04-132-2/+2
* lirc, mmkbd: extend controllable volume range to PA_VOLUME_MAXLennart Poettering2009-04-132-10/+10
* api: introduce PA_VOLUME_MAXLennart Poettering2009-04-131-2/+6
* lirc: drop lirc_in_use, it's made redundant by PA_MODULE_LOAD_ONCELennart Poettering2009-04-131-11/+0
* make sure we never overflow when calculating sleep timeLennart Poettering2009-04-132-4/+28