summaryrefslogtreecommitdiffstats
path: root/src/modules/module-detect.c
Commit message (Expand)AuthorAgeFilesLines
* don't open the alsa devices in hw:xxx modeLennart Poettering2009-02-151-1/+1
* Use #ifdef to avoid warning about undefined macro.Diego E. 'Flameeyes' Pettenò2009-01-221-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-3/+3
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-131-1/+2
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-4/+5
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-27/+20
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+4
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-18/+18
* remove all occurences of Lennart Poettering2006-08-181-7/+7
* fix module-detect on FreeBSD (patch from Diego "Flameeyes" Pettenó)Lennart Poettering2006-07-181-11/+17
* big s/polyp/pulse/gLennart Poettering2006-06-191-10/+10
* load alsa modules with device string hw:0 instead of hw:0,0Lennart Poettering2006-05-301-1/+1
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-3/+4
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+1
* replace homegrown endswith() with pa_endswith() from util.hLennart Poettering2006-04-161-15/+4
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-7/+7
* Fixes for the Solaris detection.Pierre Ossman2006-02-201-1/+3
* Detect support for Windows' waveout.Pierre Ossman2006-02-201-0/+16
* Detect support for Solaris (/dev/audio).Pierre Ossman2006-02-201-0/+31
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+227