index
:
~tanuk/pulseaudio
better-move-logging-for-11.1
device-manager-fix
hfp
master
rtpoll-mainloop-v2
webrtc
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-detect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-25
detect: Don't deprecate module-detect on non-Linux systems
Ahmed S. Darwish
1
-0
/
+3
2015-04-13
detect: Fix OSS device detection with long names
Andrey Zholos
1
-1
/
+1
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-3
/
+3
2012-06-09
modules: Use pa_streq instead of strcmp.
Arti Trivedi Bora
1
-1
/
+1
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-2
/
+0
2011-03-11
Fix up according to Coding Style
Maarten Bosmans
1
-1
/
+1
2009-10-30
use pa_fopen_cloexec() where applicable
Lennart Poettering
1
-4
/
+4
2009-08-24
detect: recommend module-udev-detect instead of module-hal-detect
Lennart Poettering
1
-1
/
+1
2009-08-08
Split OSS support in output and wrapper.
Diego Elio 'Flameeyes' Pettenò
1
-2
/
+2
2009-05-28
modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated
Lennart Poettering
1
-0
/
+1
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-15
don't open the alsa devices in hw:xxx mode
Lennart Poettering
1
-1
/
+1
2009-01-22
Use #ifdef to avoid warning about undefined macro.
Diego E. 'Flameeyes' Pettenò
1
-1
/
+1
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-3
/
+3
2008-08-05
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
1
-1
/
+1
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2007-11-13
Completely rework ALSA device selection code: choose the device to open depen...
Lennart Poettering
1
-1
/
+2
2007-11-09
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
1
-4
/
+5
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-27
/
+20
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+4
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-18
/
+18
2006-08-18
remove all occurences of
Lennart Poettering
1
-7
/
+7
2006-07-18
fix module-detect on FreeBSD (patch from Diego "Flameeyes" Pettenó)
Lennart Poettering
1
-11
/
+17
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-10
/
+10
2006-05-30
load alsa modules with device string hw:0 instead of hw:0,0
Lennart Poettering
1
-1
/
+1
2006-05-25
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
1
-1
/
+1
2006-05-22
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
1
-3
/
+4
2006-05-17
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
1
-1
/
+1
2006-05-17
Move xmalloc to the public side (libpolyp).
Pierre Ossman
1
-1
/
+2
2006-04-18
fix a couple of issues I found when compiling polypaudio with gcc 2.95
Lennart Poettering
1
-1
/
+1
2006-04-16
replace homegrown endswith() with pa_endswith() from util.h
Lennart Poettering
1
-15
/
+4
2006-02-23
change pa_log() and friends to not require a trailing \n on all logged strings
Lennart Poettering
1
-7
/
+7
2006-02-20
Fixes for the Solaris detection.
Pierre Ossman
1
-1
/
+3
2006-02-20
Detect support for Windows' waveout.
Pierre Ossman
1
-0
/
+16
2006-02-20
Detect support for Solaris (/dev/audio).
Pierre Ossman
1
-0
/
+31
2006-02-16
Reorganised the source tree. We now have src/ with a couple of subdirs:
Pierre Ossman
1
-0
/
+227