aboutsummaryrefslogtreecommitdiffhomepage
path: root/m_config.c
Commit message (Expand)AuthorAge
* m_config: support auto-allocated sub-structsGravatar wm42012-08-06
* m_config: support flatten and merge flags for suboptionsGravatar wm42012-08-06
* options: get rid of some compatibility stuffGravatar wm42012-08-06
* options: get rid of ambiguous option parsingGravatar wm42012-08-05
* m_config: always reject setting global options in per-file modeGravatar wm42012-08-04
* m_options: get rid of CONF_NOSAVEGravatar wm42012-08-04
* m_config: implement m_config_new in terms of m_config_simpleGravatar wm42012-08-04
* options: revert passing around talloc contextsGravatar wm42012-08-04
* m_config: reallow specifying static default values for string optionsGravatar wm42012-08-02
* mplayer: turn playtree into a list, and change per-file option handlingGravatar wm42012-07-31
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrGravatar wm42012-07-28
* options: support "no-foo" syntax for flag suboptionsGravatar Uoti Urpala2012-07-27
* options: make option struct the talloc parent of optionsGravatar Uoti Urpala2012-07-16
* options: support parsing values into substructsGravatar Uoti Urpala2012-07-16
* options: simplify option parsing/setting machineryGravatar Uoti Urpala2012-05-08
* options: add "disabled option" functionalityGravatar Uoti Urpala2011-09-04
* options: change option parsing to use bstrGravatar Uoti Urpala2011-07-29
* options: indicate ambiguous option parameters explicitlyGravatar Uoti Urpala2011-07-29
* options: free option defaults when freeing configGravatar Uoti Urpala2011-07-06
* options: allocate dynamic options with tallocGravatar Uoti Urpala2011-07-06
* cleanup: reformat and clean up m_config.[ch]Gravatar Uoti Urpala2011-07-06
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* options: remove CONF_OLD option flagGravatar Uoti Urpala2011-01-31
* commands: add generic option -> property wrapperGravatar Uoti Urpala2010-12-18
* options: fix autoloaded profile handling of flag optionsGravatar Uoti Urpala2010-11-15
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* m_config.c: cosmetics: Move functions to avoid forward declarationsGravatar diego2010-11-02
* m_config.[ch]: mark some function parameters constGravatar diego2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
* | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| | * Make more option-parsing related function arguments const.Gravatar reimar2010-02-25
| | * Mark m_config_get_option_ptr() as static, it is only used within the file.Gravatar diego2010-02-20
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | m_config.c: Remove unused function m_config_get_option_ptrGravatar Uoti Urpala2008-08-12
* | options: Make dynamic dup hack work with new optionsGravatar Uoti Urpala2008-04-30
* | m_config.c: Cosmetics: fix nested block lacking indentationGravatar Uoti Urpala2008-04-30
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
* | Convert m_config.c to use tallocGravatar Uoti Urpala2008-04-26
* | Start of new option systemGravatar Uoti Urpala2008-04-23
|/
* Replace the trivial command line preparser with a more robust versionGravatar albeu2008-04-13
* Add some const qualifiers to reduce warningsGravatar uau2008-04-02
* typo fix: inited --> initializedGravatar diego2008-02-14
* export m_config_set_profile()Gravatar ben2008-01-10