aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* eliminate g_error() usageThomas Jansen2010-09-251-1/+2
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* path: don't export path_set_fs_charset()Max Kellermann2009-02-201-1/+2
* path: validate configured character setMax Kellermann2009-02-201-0/+11
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-251-5/+2
* conf: no CamelCase, part IMax Kellermann2009-01-171-1/+2
* path: include cleanupMax Kellermann2009-01-081-1/+0
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-081-19/+10
* path, tag: don't allocate GError for charset conversionMax Kellermann2009-01-041-10/+4
* path: removed pfx_dir()Max Kellermann2009-01-041-17/+0
* don't include utils.h when it isn't usedMax Kellermann2009-01-031-1/+0
* path: use GLib loggingMax Kellermann2008-12-291-5/+7
* removed os_compat.hMax Kellermann2008-12-291-1/+2
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-021-1/+1
* path: fix g_convert() argument orderKonstantin Sobolev2008-11-201-2/+2
* path: removed superfluous error check in path_set_fs_charset()Max Kellermann2008-11-051-8/+0
* path: don't allocate charset twiceMax Kellermann2008-11-051-5/+3
* path: get filesystem charset from GLibMax Kellermann2008-11-051-39/+6
* path: no CamelCaseMax Kellermann2008-11-051-22/+19
* path: removed sanitizePathDup()Max Kellermann2008-10-311-40/+0
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-311-28/+0
* removed UTF-8 library, use GLib insteadMax Kellermann2008-10-311-1/+0
* path: free GLib error in fs_charset_to_utf8()Max Kellermann2008-10-311-1/+3
* path: removed pathcpy_trunc()Max Kellermann2008-10-201-13/+0
* path: replaced parent_path() with g_path_get_dirname()Max Kellermann2008-10-201-28/+0
* path: replaced mpd_basename() with g_path_get_basename()Max Kellermann2008-10-201-12/+0
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-151-20/+0
* path: allow starting MPD with non-existing music directoryMax Kellermann2008-10-151-6/+6
* path, tag_id3: use g_convert() instead of charConv.cMax Kellermann2008-10-151-24/+30
* path: add mpd_basename() functionEric Wong2008-09-291-0/+12
* added "length" parameter to validUtf8String()Max Kellermann2008-08-291-1/+1
* fix -Wconst warningsMax Kellermann2008-02-051-7/+8
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-8/+1
* document parent_path()Eric Wong2008-01-031-0/+10
* Make utf8_to_fs_playlist_path universally accessibleEric Wong2008-01-011-0/+8
* Merge branches/ew r7104Eric Wong2007-12-281-74/+44
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-271-1/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-4/+2
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-181-6/+50
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-3/+3
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-081-7/+3
* Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman2007-01-081-9/+2
* Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman2007-01-081-39/+6
* path.c: speling fix (I coulda sworn I fixed this before... in -ke)Eric Wong2006-10-141-2/+2
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-9/+10
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-141-8/+10