aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-23path: autodetect filesystem encoding on Win32Denis Krjuchkov1-0/+16
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-1/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-20path: don't export path_set_fs_charset()Max Kellermann1-1/+2
2009-02-20path: validate configured character setMax Kellermann1-0/+11
2009-01-25use config_get_string() instead of config_get_param()Max Kellermann1-5/+2
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+2
2009-01-08path: include cleanupMax Kellermann1-1/+0
2009-01-08path: allocate buffer in fs_charset conversion functionsMax Kellermann1-19/+10
2009-01-04path, tag: don't allocate GError for charset conversionMax Kellermann1-10/+4
2009-01-04path: removed pfx_dir()Max Kellermann1-17/+0
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-1/+0
2008-12-29path: use GLib loggingMax Kellermann1-5/+7
2008-12-29removed os_compat.hMax Kellermann1-1/+2
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen1-1/+1
2008-11-20path: fix g_convert() argument orderKonstantin Sobolev1-2/+2
2008-11-05path: removed superfluous error check in path_set_fs_charset()Max Kellermann1-8/+0
2008-11-05path: don't allocate charset twiceMax Kellermann1-5/+3
2008-11-05path: get filesystem charset from GLibMax Kellermann1-39/+6
2008-11-05path: no CamelCaseMax Kellermann1-22/+19
2008-10-31path: removed sanitizePathDup()Max Kellermann1-40/+0
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann1-28/+0
2008-10-31removed UTF-8 library, use GLib insteadMax Kellermann1-1/+0
2008-10-31path: free GLib error in fs_charset_to_utf8()Max Kellermann1-1/+3
2008-10-20path: removed pathcpy_trunc()Max Kellermann1-13/+0
2008-10-20path: replaced parent_path() with g_path_get_dirname()Max Kellermann1-28/+0
2008-10-20path: replaced mpd_basename() with g_path_get_basename()Max Kellermann1-12/+0
2008-10-15mapper: moved musicDir initialization from path.cMax Kellermann1-20/+0
2008-10-15path: allow starting MPD with non-existing music directoryMax Kellermann1-6/+6
2008-10-15path, tag_id3: use g_convert() instead of charConv.cMax Kellermann1-24/+30
2008-09-29path: add mpd_basename() functionEric Wong1-0/+12
2008-08-29added "length" parameter to validUtf8String()Max Kellermann1-1/+1
2008-02-05fix -Wconst warningsMax Kellermann1-7/+8
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-8/+1
2008-01-03document parent_path()Eric Wong1-0/+10
2008-01-01Make utf8_to_fs_playlist_path universally accessibleEric Wong1-0/+8
2007-12-28Merge branches/ew r7104Eric Wong1-74/+44
2007-08-27adding \n to a bunch of error message stringsJ. Alexander Treuman1-1/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-4/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman1-6/+50
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-3/+3
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman1-7/+3
2007-01-08Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman1-9/+2
2007-01-08Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman1-39/+6
2006-10-14path.c: speling fix (I coulda sworn I fixed this before... in -ke)Eric Wong1-2/+2
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-9/+10