summaryrefslogtreecommitdiffstats
path: root/src/daemon/cpulimit.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* explcitly ignore return values of some functions marked with gcc's warn_unuse...Lennart Poettering2009-04-141-1/+1
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* Fix typo in log message: s/Recevied/Received/chocolateboy2009-01-071-1/+1
* if we are exiting due to cpu overload, say so via syslog, tooLennart Poettering2008-09-051-0/+2
* rework cpu limit logic to use monotonic instead of wall clock timeLennart Poettering2008-08-191-6/+9
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-2/+2
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-3/+3
* Abort instead of cleanly exiting, so we can obtain a core dump and find outLennart Poettering2008-03-271-1/+1
* save and restore errno in sig handlerLennart Poettering2007-11-011-0/+5
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-26/+26
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-11/+11
* remove all occurences of Lennart Poettering2006-08-181-1/+1
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-141-2/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-8/+8
* actually build cpulimit support if SIGXCPU is availableLennart Poettering2006-06-021-3/+4
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-1/+3
* fix include line for "core-util.h"Lennart Poettering2006-05-171-1/+1
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-1/+1
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-1/+2
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+236