sched: Add missing documentation for timeout-request functions.
[paraslash.git] / mood.c
2010-01-31 Andre NollMerge branch 'maint'
2010-01-17 Andre NollMerge branch 'maint'
2009-12-20 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-10 Andre NollMerge branch 'maint'
2009-12-07 Andre NollMerge branch 'maint'
2009-12-02 Andre NollMerge branch 'maint'
2009-11-30 Andre NollMerge branch 'maint'
2009-11-27 Andre NollMerge branch 'maint'
2009-11-18 Andre NollMerge branch 'maint'
2009-11-12 Andre NollMerge branch 'maint'
2009-11-09 Andre NollMerge branch 'maint'
2009-11-07 Andre NollMerge branch 'maint'
2009-11-06 Andre NollMerge branch 'maint'
2009-11-05 Andre NollMerge branch 'maint'
2009-11-05 Andre NollMerge branch 'maint'
2009-10-24 Andre NollMerge branch 'maint'
2009-10-22 Andre NollMerge branch 'maint' into next
2009-10-22 Andre NollMerge branch 'maint'
2009-10-22 Andre NollMerge branch 'maint'
2009-10-16 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-10-06 Andre NollMerge branch 'maint'
2009-09-24 Andre NollMerge branch 'master' into next
2009-09-21 Andre NollMerge branch 'master' into next
2009-09-19 Andre NollMerge branch 'master' into next
2009-09-14 Andre NollMerge branch 'master' into next
2009-09-06 Andre NollMerge branch 'master' into next
2009-09-06 Andre Nollmood: Do not handle events if no mood is active.
2009-09-04 Andre NollMerge branch 'master' into next
2009-09-03 Andre NollMerge branch 'master' into next
2009-08-31 Andre NollMerge branch 'master' into next
2009-08-29 Andre NollMerge branch 'master' into next
2009-08-21 Andre NollMerge branch 'master' into next
2009-08-02 Andre NollMerge branch 'master' into next
2009-08-01 Andre NollMerge branch 'master' into next
2009-07-25 Andre NollMerge branch 'master' into next
2009-07-21 Andre NollMake some functions/variables static.
2009-07-20 Andre NollMerge branch 'master' into next
2009-07-19 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-13 Andre NollMerge commit 'meins/next' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollScoring performance enhancements.
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollScoring fixes.
2009-07-11 Andre NollMove mood methods to a separate file.
2009-07-10 Andre NollMerge commit 'meins/next' into next
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-09 Andre NollAdd the new "year" mood method.
2009-07-09 Andre NollMerge branch 'master' into next
2009-07-09 Andre NollMerge commit 'meins/next' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-07-08 Andre NollPass full argument list to mood parsers.
2009-07-05 Andre NollReplace split_args() by create_argv().
2009-07-05 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'master' into next
2009-07-04 Andre NollMerge branch 'afh_cleanup' into next.
2009-06-26 Andre NollMajor audio format handler cleanups.
2009-06-11 Andre NollFix para_strerror() and use osl() wrapper for osl libra...
2009-03-18 Andre NollFix various dead stores found by the clang static analyzer.
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-11-22 Andre NollMinor documentation improvements.
2008-06-30 Andre NollMerge commit 'meins/master'
2008-06-28 Andre NollAllocate afh_info->info_string dynamically.
2008-03-25 Andre NollUpdate doxygen documentation.
2008-03-24 Andre NollComplete the afs callback conversion.
2008-03-24 Andre Nollmake send_callback_request() and friends take a result...
2008-01-19 Andre Nollmood.c: Kill unrechable return statement.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-12-28 Andre Nollmood.c: Only print log message if we are actually reloa...
2007-11-24 Andre NollRename mood_method "name_like" to "path_matches".
2007-10-26 Andre NollAdd doxygen comments for various structs.
2007-10-26 Andre NollFix a bug in the mood line parser.
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-23 Andre NollMark some unused variables as such.
2007-10-23 Andre NollImplement com_select().
2007-10-23 Andre Nollmood.c: Add missing initialization of mood_name.
2007-10-23 Andre NollKill loading of first available mood.
2007-10-21 Andre NollComplete afs event handling.
2007-10-18 Andre NollImplement afs events.
2007-10-13 Andre NollReplace struct table_info by struct afs_table.
2007-10-06 Andre Nollmood.c: Fix comment for the scoring function.
2007-10-02 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-10-01 Andre Nollmood.c: Remove debug log message.
2007-09-29 Andre Nollmood.c: Introduce DEFINE_MOOD_METHOD and DEFINE_MOOD_ME...
2007-09-29 Andre Nollmood.c: Add no_attributes_set mood method.
2007-09-29 Andre NollSpeed up mood loading.
2007-09-29 Andre Nollmood.c: Switch to fnmatch() in mood method name_like.
next