summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/ratelimit.c
Commit message (Collapse)AuthorAgeFilesLines
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-311-2/+2
| | | | | | | | | When logging a suppression message do so on the same log level as the suppressed messages. Cherry picked by Colin Guthrie from ec5a7857127a1b3b9c5517c4a70a9b2c8aab35ca with a couple of additional changes due to extra limiting in master that was not present in stable-queue.
* pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-1/+2
|
* perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-1/+1
|
* mutex: add initializer for static mutexesLennart Poettering2009-04-211-1/+1
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* add generic rate limiting implementationLennart Poettering2009-01-231-0/+75