2008-05-30 |
Antoine Cellerier | Fix stupid logic (CID 13). |
tree | commitdiff |
2008-05-26 |
Rafaël Carré | Include assert.h where assert() is used |
tree | commitdiff |
2008-05-26 |
Rafaël Carré | Adds missing assert.h header |
tree | commitdiff |
2008-05-23 |
Pierre d'Herbemont | config: Clean up for the -psn cmd line argument case... |
tree | commitdiff |
2008-05-23 |
Felix Paul Kühne | We need xlocale.h here too |
tree | commitdiff |
2008-05-22 |
Rémi Denis-Courmont | Remove libvlc->psz_homedir and use config_GetHomeDir... |
tree | commitdiff |
2008-05-22 |
Rémi Denis-Courmont | Make config_GetHomeDir return a const string too |
tree | commitdiff |
2008-05-22 |
Rémi Denis-Courmont | Store the home directory statically, as it cannot change |
tree | commitdiff |
2008-05-22 |
Rémi Denis-Courmont | Use the same directory layout on all platforms. |
tree | commitdiff |
2008-05-22 |
Rémi Denis-Courmont | Split directory handling and core configuration |
tree | commitdiff |
2008-05-21 |
Rémi Denis-Courmont | Parse vlcrc following American standards for numbers |
tree | commitdiff |
2008-05-21 |
Rémi Denis-Courmont | Always print numbers (floats) in American format in... |
tree | commitdiff |
2008-05-06 |
Rémi Denis-Courmont | config_GetConfigFile: remove unused parameter |
tree | commitdiff |
2008-05-06 |
Rémi Denis-Courmont | Use config_GetUserConfDir internally too |
tree | commitdiff |
2008-05-05 |
Rémi Denis-Courmont | Add config_GetConfDir |
tree | commitdiff |
2008-05-05 |
Rémi Denis-Courmont | config_GetConfigDir -> config_GetUserConfDir |
tree | commitdiff |
2008-05-05 |
Rémi Denis-Courmont | Hide psz_(cache|config|data)dir |
tree | commitdiff |
2008-05-05 |
Rémi Denis-Courmont | Export config_Get*Dir |
tree | commitdiff |
2008-05-05 |
Rémi Denis-Courmont | Inline config_GetUserDir |
tree | commitdiff |
2008-05-05 |
Rémi Denis-Courmont | Don't duplicate getenv("HOME") |
tree | commitdiff |
2008-05-05 |
Rémi Denis-Courmont | Simplify Win32 GetDir, and use the proper header files |
tree | commitdiff |
2008-05-05 |
Rémi Denis-Courmont | Use getpwuid_r - thread safety |
tree | commitdiff |
2008-05-05 |
Rafaël Carré | Do not duplicate potentially NULL strings |
tree | commitdiff |
2008-05-04 |
Rémi Denis-Courmont | Remove unused parameter |
tree | commitdiff |
2008-05-04 |
Rémi Denis-Courmont | Remove unused parameter |
tree | commitdiff |
2008-05-04 |
Rémi Denis-Courmont | Fix memleak on Windows, fix locale on Linux |
tree | commitdiff |
2008-05-04 |
Rémi Denis-Courmont | XDG code factorization |
tree | commitdiff |
2008-05-04 |
Rémi Denis-Courmont | Privatize psz_configfile |
tree | commitdiff |
2008-05-04 |
Rémi Denis-Courmont | Add long overdue private libvlc object pointer... |
tree | commitdiff |
2008-04-14 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
tree | commitdiff |
2008-04-14 |
Pierre d'Herbemont | Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA... |
tree | commitdiff |
2008-03-23 |
Felix Paul Kühne | fixed typo |
tree | commitdiff |
2008-03-18 |
Rémi Denis-Courmont | Remove redumdant stdbool includes |
tree | commitdiff |
2008-03-12 |
Rémi Duraffort | Remove useless test before freeing something. |
tree | commitdiff |
2008-03-11 |
Rafaël Carré | fix ticket #1482 (and most problems with config saving... |
tree | commitdiff |
2008-03-11 |
Rafaël Carré | cleanup : remove useless headers, not used functions... |
tree | commitdiff |
2008-03-08 |
Rafaël Carré | Remove useless headers inclusion |
tree | commitdiff |
2008-03-02 |
André Weber | Merge branch 'master' of git@git.videolan.org:vlc |
tree | commitdiff |
2008-03-02 |
Rémi Denis-Courmont | Remove security-policy from config_ChainParse() |
tree | commitdiff |
2008-02-25 |
Rémi Denis-Courmont | Remove argv/argc from libvlc_t (not really needed here) |
tree | commitdiff |
2008-02-07 |
Christophe Mutricy | Distribute include/vlc_plugin.h and src/config/intf.c |
tree | commitdiff |
2008-02-04 |
Christophe Mutricy | Missing include for config_GetUserDir |
tree | commitdiff |
2008-02-03 |
Rémi Denis-Courmont | We don't check for limits.h, so don't use HAVE_LIMITS_H |
tree | commitdiff |
2008-01-24 |
Rémi Denis-Courmont | Include assert.h when needed |
tree | commitdiff |
2008-01-24 |
Rémi Denis-Courmont | ...and consistent semantics |
tree | commitdiff |
2008-01-24 |
Rémi Denis-Courmont | Consistent naming |
tree | commitdiff |
2008-01-23 |
Rémi Denis-Courmont | Don't include config.h from the headers - refs #297. |
tree | commitdiff |
2008-01-22 |
Rémi Denis-Courmont | Remove forward declaration |
tree | commitdiff |
2008-01-16 |
Damien Fouilleul | vlc security: As i've seen very little improvement... |
tree | commitdiff |
2008-01-13 |
Christophe Mutricy | Fix saving of strings config variables. Patch courtesy... |
tree | commitdiff |
2007-12-22 |
Christophe Mutricy | Use dgettext() (aka _() ) rather than gettext(). |
tree | commitdiff |
2007-12-18 |
Rémi Denis-Courmont | Good riddance the helper module |
tree | commitdiff |
2007-12-17 |
Rémi Denis-Courmont | Use vlc_config_create() |
tree | commitdiff |
2007-12-17 |
Rémi Denis-Courmont | Save one memory copy and fix the helper module leak |
tree | commitdiff |
2007-12-17 |
Rémi Denis-Courmont | Memory leaks |
tree | commitdiff |
2007-12-17 |
Rémi Denis-Courmont | Add support for aliases through vlc_config_set |
tree | commitdiff |
2007-12-17 |
Rémi Denis-Courmont | Add action through vlc_config_set |
tree | commitdiff |
2007-12-16 |
Rémi Denis-Courmont | Typo (free both tabs once, rather than one twice, and... |
tree | commitdiff |
2007-12-16 |
Rémi Denis-Courmont | config_Free simplifications |
tree | commitdiff |
2007-12-16 |
Rémi Denis-Courmont | short and list support for vlc_config_set |
tree | commitdiff |
2007-12-16 |
Rémi Denis-Courmont | Simplification, and no-ops removal |
tree | commitdiff |
2007-12-16 |
Rémi Denis-Courmont | Migrate module, module_list and obsolete_* to vlc_confi... |
tree | commitdiff |
2007-12-16 |
Rémi Denis-Courmont | Code factorization |
tree | commitdiff |
2007-12-15 |
Rémi Denis-Courmont | export IsConfigIntegerType and IsConfigFloatType within... |
tree | commitdiff |
2007-12-15 |
Rémi Denis-Courmont | Partially introduce vlc_config_set() to modify module_c... |
tree | commitdiff |
2007-12-12 |
Rémi Denis-Courmont | - Remove config_FindModule as module_Find nowadays... |
tree | commitdiff |
2007-12-09 |
Rémi Denis-Courmont | Split the big config file |
tree | commitdiff |
|