summaryrefslogtreecommitdiff
path: root/src/modules/module-suspend-on-idle.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-4/+1
2014-03-03suspend-on-idle: Fix monitor source handlingv5.0Tanu Kaskinen1-2/+9
2014-02-28suspend-on-idle: Ensure we still time out if a stream remains corkedDavid Henningsson1-3/+10
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-2/+2
2013-09-13suspend-on-idle: Allow disabling suspending for specific devicesTanu Kaskinen1-11/+23
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-5/+5
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-5/+1
2012-12-19Log the reason for every suspend/resume.Tanu Kaskinen1-4/+2
2012-05-31modules: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora1-2/+2
2011-09-09module-suspend-on-idle: Move vacuum code to coreMaarten Bosmans1-40/+3
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2011-05-15suspend-on-idle: Trigger mempool vacuumingJyri Sarha1-1/+40
2011-03-18Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans1-0/+1
2010-02-22suspend-on-idle: resume audio device even for initially corked streamsLennart Poettering1-5/+3
2009-08-28suspend-on-idle: don't resume devices for corked streamsLennart Poettering1-12/+18
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-10/+9
2009-06-05core: add a suspend cause flags fieldLennart Poettering1-6/+6
2009-05-12suspend-on-idle: add per-device timeout propertyMarc-André Lureau1-3/+13
2009-03-04never try to suspend monitor sources, suspend the sinks they belong to insteadLennart Poettering1-13/+50
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-12addendum to f56da9893: don't crash when s->sink is NULLLennart Poettering1-0/+3
2009-02-11suspend-on-idle: don't crash when so->source is NULLMarc-André Lureau1-0/+3
2009-01-23move sink input/source output move functions into two parts so that we can st...Lennart Poettering1-20/+48
2008-10-26Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering1-10/+10
2008-10-04increase suspend timeout to 5s so that it is always longer then the default t...Lennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-11merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering1-15/+15
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-4/+4
2007-11-21- Check process name when dealing with PID filesLennart Poettering1-50/+22
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-3/+4
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-0/+473