summaryrefslogtreecommitdiff
path: root/src/modules/module-detect.c
Commit message (Expand)AuthorAgeFilesLines
* detect: fix/improve FreeBSD supportGreg V2021-01-181-2/+31
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-2/+0
* cli-command: don't exit on "module already loaded" errorsColin Leroy2017-09-051-5/+9
* detect: Don't deprecate module-detect on non-Linux systemsAhmed S. Darwish2016-04-251-0/+3
* detect: Fix OSS device detection with long namesAndrey Zholos2015-04-131-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-3/+3
* modules: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-1/+1
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+0
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-4/+4
* detect: recommend module-udev-detect instead of module-hal-detectLennart Poettering2009-08-241-1/+1
* Split OSS support in output and wrapper.Diego Elio 'Flameeyes' Pettenò2009-08-081-2/+2
* modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-281-0/+1
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* 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