summaryrefslogtreecommitdiff
path: root/src/modules/module-detect.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-30use pa_fopen_cloexec() where applicableLennart Poettering1-4/+4
2009-08-24detect: recommend module-udev-detect instead of module-hal-detectLennart Poettering1-1/+1
2009-08-08Split OSS support in output and wrapper.Diego Elio 'Flameeyes' Pettenò1-2/+2
2009-05-28modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering1-0/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-15don't open the alsa devices in hw:xxx modeLennart Poettering1-1/+1
2009-01-22Use #ifdef to avoid warning about undefined macro.Diego E. 'Flameeyes' Pettenò1-1/+1
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-3/+3
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2007-11-13Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering1-1/+2
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-4/+5
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-27/+20
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+4
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-18/+18
2006-08-18remove all occurences of Lennart Poettering1-7/+7
2006-07-18fix module-detect on FreeBSD (patch from Diego "Flameeyes" Pettenó)Lennart Poettering1-11/+17
2006-06-19big s/polyp/pulse/gLennart Poettering1-10/+10
2006-05-30load alsa modules with device string hw:0 instead of hw:0,0Lennart Poettering1-1/+1
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering1-1/+1
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-3/+4
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-1/+1
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-04-18fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering1-1/+1
2006-04-16replace homegrown endswith() with pa_endswith() from util.hLennart Poettering1-15/+4
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-7/+7
2006-02-20Fixes for the Solaris detection.Pierre Ossman1-1/+3
2006-02-20Detect support for Windows' waveout.Pierre Ossman1-0/+16
2006-02-20Detect support for Solaris (/dev/audio).Pierre Ossman1-0/+31
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+227