OSDN Git Service

conf: Check the availability of PTHREAD_MUTEX_RECURSIVE
[android-x86/external-alsa-lib.git] / src / conf.c
2017-05-16 Takashi Iwaiconf: Check the availability of PTHREAD_MUTEX_RECURSIVE
2017-05-03 Takashi Iwaiconf: Allow dynamic top-level config directory
2016-10-25 Mengdong Linconf: Search included files under user specified config...
2016-05-17 Takashi Iwaiconf: Add thread-safe global tree reference
2016-03-03 Thomas KlausnerUse alphasort where versionsort is not available.
2015-11-05 Mike Frysingermove page helpers to common code
2015-10-12 Mike Frysingerfix _GNU_SOURCE handling & header inclusion
2015-06-29 Alexander E. PatrakovReplace unsafe characters with _ in card name
2014-09-23 Renu Tyagiconf: return negative value in case of error
2013-11-08 Timo Teräsconf.c: use portable way to initialize recursive mutex
2013-04-08 Jaroslav Kyselaall places: doxygen cleanups
2013-02-01 Allan Wirthconf: Fix a memory access violation resulting from...
2012-07-17 Arun Raghavanbuild: Fallback to alphasort() if versionsort() isn...
2012-04-24 John SpencerFix invalid long long format specifier
2011-09-20 Colin Guthrieconf: Allow for a directory to be given as a config...
2011-05-04 Sudarshan Bishtalsa-lib: fixed coverity reported issues under "FORWARD...
2011-01-24 Jaroslav KyselaMerge branch 'ucm'
2010-10-11 Jaroslav Kyselaconfig file processing: rewrite the locking - use one...
2010-04-21 Rémi Denis-CourmontUse thread-safe locale functions if available
2009-09-09 Jaroslav KyselaRevert "Fix driver conf parsing in snd_config_hook_load...
2009-08-10 Takashi IwaiFix driver conf parsing in snd_config_hook_load_for_all...
2009-07-27 Clemens Ladischconf.c: more documentation
2009-07-17 Clemens Ladischconf.c: rename 'node' to 'config'
2009-07-17 Clemens Ladischconf.c: rename 'leaf' to 'child'
2009-07-17 Clemens Ladischconf.c: rename 'father' to 'parent'
2009-07-15 Clemens Ladischconf.c: snd_config_add: prevent adopting a non-orphan
2009-07-10 Clemens Ladischconf.c: fix handling of NULL string values
2009-07-10 Clemens Ladischconf.c: snd_config_set_id: prevent duplicate ids
2009-07-09 Clemens Ladischconf.c: fix handling of NULL ids
2008-12-10 Takashi IwaiDon't accept an empty string for $ALSA_CONFIG_PATH
2008-01-14 Clemens Ladischfix memory leak in snd_config_update_r error path
2008-01-09 Clemens Ladischconf: show path of any missing configuration file
2007-11-25 Jaroslav Kyselafix error path in snd_config_hook_load_for_all_cards()
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2007-05-03 Takashi IwaiAdd config and plugin directory options to configure
2007-03-21 Takashi IwaiAllow build without libdl and libpthread
2006-10-11 Jaroslav Kyselaadd snd_device_name_hint() function and initial impleme...
2006-09-28 Jaroslav Kyselaconfiguration: added one more alias check to detect...
2006-09-28 Jaroslav Kyselaconfiguration: avoid endless loop when a key refers...
2006-09-18 Clemens Ladischfix parsing of non-decimal integers in configuration...
2006-05-02 Takashi IwaiFix the description of return value of snd_config_searc...
2006-02-27 Clemens Ladischremove superfluous free() checks
2006-01-30 Takashi IwaiFix infinite parse of recursive definitions
2006-01-27 Takashi IwaiRemove bad assert
2005-11-28 Jaroslav KyselaRemove superfluous wordexp.h inclusion
2005-11-18 Takashi IwaiFix free of uninitialized pointer
2005-10-12 Clemens Ladischfix doxygen warnings
2005-08-18 Takashi IwaiFix invalid read in setlocale()
2005-08-18 Takashi IwaiClean up string parser
2005-06-28 Takashi IwaiFix compile warnings with gcc-4
2005-05-24 Takashi IwaiFix doxygen documents
2005-03-24 Takashi IwaiFix compile with gcc-4.0
2005-02-14 Takashi IwaiSupport dl-object cache
2005-02-14 Clemens Ladischuse "C" locale when parsing floating point numbers
2005-02-09 Takashi IwaiFix the parse of filenames with spaces
2005-01-13 Takashi IwaiFix the bogus return values
2004-10-05 Clemens Ladischfix memory leak
2004-09-08 Jaroslav Kyselafixed endless loop when parsing backslash inside bad...
2004-02-25 Takashi Iwai- check the return value of malloc & co.
2003-09-03 Jaroslav Kyselaadded snd_user_file() function
2003-04-23 Jaroslav KyselaFixed documented bugs by Clemens Ladisch <clemens@ladis...
2002-07-23 Jaroslav KyselaDocumentation update by Clement Ladish
2002-07-03 Takashi Iwaifixed safe_strtoll to check the following characters.
2002-06-18 Takashi Iwairemoved invalid const qualifier.
2002-05-13 Jaroslav KyselaAdded INTEGER64 support by Paul Davis
2002-03-12 Jaroslav KyselaCorrections by Kevin Conder <kconder@interaccess.com>
2002-01-12 Jaroslav KyselaMoved some prototypes from src/pcm/pcm_plugin.h to...
2002-01-09 Jaroslav KyselaAdded snd_config_load_override().
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-12-29 Jaroslav KyselaFixed get_ascii (null string), fixed hooks_load_for_all...
2001-12-15 Jaroslav KyselaAdded snd_config_update_free_global().
2001-12-07 Jaroslav KyselaAdded snd_config_update_r, snd_config_update_free functions
2001-11-26 Jaroslav KyselaAdded snd_config_get_ireal function
2001-11-24 Jaroslav KyselaAdded snd_config_imake_* functions.
2001-11-24 Jaroslav KyselaAdded snd_*_open_lconf functions.
2001-11-19 Jaroslav KyselaConfiguration:
2001-11-08 Jaroslav KyselaDiscard newline when backslash is the last character...
2001-10-24 Jaroslav KyselaChanges for static build.
2001-08-24 Jaroslav KyselaFixed OOPS (double free)
2001-08-15 Jaroslav KyselaSome small modifications to make doxygen happy.
2001-08-15 Jaroslav KyselaAdded symbol versioning for dlsym-callbacks.
2001-07-21 Jaroslav KyselaFixed braces
2001-07-19 Jaroslav KyselaImproved documentation for snd_config_update
2001-07-18 Jaroslav KyselaMore documentation updates.
2001-07-11 Jaroslav KyselaMore documentation enhancements / removal of non-existe...
2001-07-11 Jaroslav KyselaAdded documentation for instrument and midi event funct...
2001-07-02 Abramo BagnaraAdded "dont override" behaviour
2001-06-26 Jaroslav KyselaAdded snd_func_private_string.
2001-06-21 Jaroslav KyselaAdded snd_config_hook_load_for_all_cards.
2001-06-20 Abramo BagnaraNew async notification API. Removed obsolete surround...
2001-06-20 Jaroslav Kyselamacro->refer
2001-06-18 Abramo BagnaraChanged $(var) in $var
2001-06-18 Jaroslav KyselaMoved preloaded configuration files to the preload...
2001-06-16 Jaroslav KyselaAdded context handling for snd_config_expand.
2001-06-16 Abramo BagnaraSome fixes. Added conf for trident
2001-06-16 Abramo BagnaraSimplified evaluation using snd_config_walk. Fixed...
2001-06-15 Abramo BagnaraConverted @refer special case in ordinary @func. Remove...
2001-06-15 Abramo BagnaraExtended parameterization. Marked with @ all fields...
2001-06-15 Abramo BagnaraSimplified and fixed semantic
2001-06-15 Jaroslav Kysela* Cleaned the alsa.conf syntax:
next