summaryrefslogtreecommitdiffstats
path: root/options/path.c
Commit message (Expand)AuthorAgeFilesLines
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* player: make watch later/resume work when "playing" directorieswm42016-01-061-0/+15
* path: cosmeticslzmths2015-12-021-3/+5
* player: prefer logical current directory pathwm42015-09-111-0/+4
* options: fix --no-configwm42015-09-051-1/+3
* path: improve verbose loggingwm42015-05-091-8/+8
* path: use mp_path_join in one more placewm42015-05-091-1/+1
* player: make resuming playlists less noisy in verbose modewm42015-05-091-8/+15
* path: make mp_path_join accept normal C stringswm42015-05-091-3/+8
* path: unify the two config file lookup functionswm42015-05-091-83/+60
* path: start special espansion with ~~name instead of ~namewm42015-05-031-1/+1
* path: fix user path resolutionwm42015-05-011-2/+2
* path: expose platform-specific path resolverswm42015-05-011-0/+5
* path: refactorwm42015-05-011-43/+40
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* win32: fix some more -Wparentheses warningswm42015-03-041-2/+2
* player: undeprecate 'config' fileswm42015-02-151-6/+9
* build: rename MPLAYER_CONFDIR definewm42015-01-021-1/+1
* win32: silence some warningsJames Ross-Gowan2014-11-081-0/+2
* win32: get rid of mp_stat in the normal source codewm42014-10-171-2/+2
* path: remove XDG bullshitwm42014-09-031-23/+1
* config: use the same signature for win32/OSX specific path functionswm42014-06-261-6/+7
* config: handle --no-config case directly in mp_config_dirs()wm42014-06-261-26/+23
* config, player: avoid some temporary talloc contextswm42014-06-261-13/+14
* config: make passing talloc context optional for some functionswm42014-06-261-17/+21
* player: create config dir if it doesn't existwm42014-06-261-4/+1
* config: prefer the old config dir if it exists, but XDG doesn'twm42014-06-261-6/+14
* Basic xdg directory implementationKenneth Zhou2014-06-261-71/+131
* config: fix --config-dir logic for global config fileswm42014-02-281-1/+1
* config: always print resolved config paths in verbose modewm42014-02-251-50/+63
* config: add a --config-dir option to force config directorywm42014-02-251-0/+15
* options: make --no-config block all auto-loaded configuration fileswm42014-02-141-0/+11
* path: add function to split URL into prefix and pathwm42013-12-221-0/+11
* path: don't accept empty protocol as validwm42013-12-221-1/+1
* path: change mp_splitext() semanticswm42013-12-221-4/+4
* path lookup functions: mp_msg conversionswm42013-12-211-17/+23
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-0/+238