aboutsummaryrefslogtreecommitdiffhomepage
path: root/options/path.c
Commit message (Expand)AuthorAge
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* options/path: fallback to USERPROFILE if HOME isn't setGravatar Ricardo Constantino2017-07-06
* Universal Windows Plaform (UWP) supportGravatar Pedro Pombeiro2017-06-29
* path: change license to LGPLGravatar wm42017-06-12
* path: default ~~ paths to home directoryGravatar wm42016-09-29
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* player: make watch later/resume work when "playing" directoriesGravatar wm42016-01-06
* path: cosmeticsGravatar lzmths2015-12-02
* player: prefer logical current directory pathGravatar wm42015-09-11
* options: fix --no-configGravatar wm42015-09-05
* path: improve verbose loggingGravatar wm42015-05-09
* path: use mp_path_join in one more placeGravatar wm42015-05-09
* player: make resuming playlists less noisy in verbose modeGravatar wm42015-05-09
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* path: unify the two config file lookup functionsGravatar wm42015-05-09
* path: start special espansion with ~~name instead of ~nameGravatar wm42015-05-03
* path: fix user path resolutionGravatar wm42015-05-01
* path: expose platform-specific path resolversGravatar wm42015-05-01
* path: refactorGravatar wm42015-05-01
* Update license headersGravatar Marcin Kurczewski2015-04-13
* win32: fix some more -Wparentheses warningsGravatar wm42015-03-04
* player: undeprecate 'config' filesGravatar wm42015-02-15
* build: rename MPLAYER_CONFDIR defineGravatar wm42015-01-02
* win32: silence some warningsGravatar James Ross-Gowan2014-11-08
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* path: remove XDG bullshitGravatar wm42014-09-03
* config: use the same signature for win32/OSX specific path functionsGravatar wm42014-06-26
* config: handle --no-config case directly in mp_config_dirs()Gravatar wm42014-06-26
* config, player: avoid some temporary talloc contextsGravatar wm42014-06-26
* config: make passing talloc context optional for some functionsGravatar wm42014-06-26
* player: create config dir if it doesn't existGravatar wm42014-06-26
* config: prefer the old config dir if it exists, but XDG doesn'tGravatar wm42014-06-26
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* config: fix --config-dir logic for global config filesGravatar wm42014-02-28
* config: always print resolved config paths in verbose modeGravatar wm42014-02-25
* config: add a --config-dir option to force config directoryGravatar wm42014-02-25
* options: make --no-config block all auto-loaded configuration filesGravatar wm42014-02-14
* path: add function to split URL into prefix and pathGravatar wm42013-12-22
* path: don't accept empty protocol as validGravatar wm42013-12-22
* path: change mp_splitext() semanticsGravatar wm42013-12-22
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17