summaryrefslogtreecommitdiffstats
path: root/src/pulse/ext-stream-restore.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
|
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-3/+2
| | | | | Use #include "header.h" if functionality of header.h is implemented and #include <header.h> if functionality of header.h is used.
* Fix checking for NULL after usageAndy Shevchenko2009-08-281-12/+6
| | | | | | The pa_xmalloc calls oom() in case of NULL pointer returned by malloc() on one hand and dereferencing of pointer is happen early than actual check on other hand. Thus, just remove useless checks.
* try to detect when stupid clients forks and refuse all service from then onLennart Poettering2009-03-051-0/+9
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* add a few additional validity checksLennart Poettering2009-02-041-6/+42
|
* don't enforce valid callbacks for extension module APIsLennart Poettering2008-08-051-5/+0
|
* pa_bool_t is not exportedLennart Poettering2008-08-041-1/+1
|
* wrap protocol extension of module-stream-restoreLennart Poettering2008-08-041-0/+331