aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAge
* conf: no CamelCase, part IMax Kellermann2009-01-17
* path: include cleanupMax Kellermann2009-01-08
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-08
* path, tag: don't allocate GError for charset conversionMax Kellermann2009-01-04
* path: removed pfx_dir()Max Kellermann2009-01-04
* don't include utils.h when it isn't usedMax Kellermann2009-01-03
* path: use GLib loggingMax Kellermann2008-12-29
* removed os_compat.hMax Kellermann2008-12-29
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-02
* path: fix g_convert() argument orderKonstantin Sobolev2008-11-20
* path: removed superfluous error check in path_set_fs_charset()Max Kellermann2008-11-05
* path: don't allocate charset twiceMax Kellermann2008-11-05
* path: get filesystem charset from GLibMax Kellermann2008-11-05
* path: no CamelCaseMax Kellermann2008-11-05
* path: removed sanitizePathDup()Max Kellermann2008-10-31
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-31
* removed UTF-8 library, use GLib insteadMax Kellermann2008-10-31
* path: free GLib error in fs_charset_to_utf8()Max Kellermann2008-10-31
* path: removed pathcpy_trunc()Max Kellermann2008-10-20
* path: replaced parent_path() with g_path_get_dirname()Max Kellermann2008-10-20
* path: replaced mpd_basename() with g_path_get_basename()Max Kellermann2008-10-20
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-15
* path: allow starting MPD with non-existing music directoryMax Kellermann2008-10-15
* path, tag_id3: use g_convert() instead of charConv.cMax Kellermann2008-10-15
* path: add mpd_basename() functionEric Wong2008-09-29
* added "length" parameter to validUtf8String()Max Kellermann2008-08-29
* fix -Wconst warningsMax Kellermann2008-02-05
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* document parent_path()Eric Wong2008-01-03
* Make utf8_to_fs_playlist_path universally accessibleEric Wong2008-01-01
* Merge branches/ew r7104Eric Wong2007-12-28
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* The massive copyright updateAvuton Olrich2007-04-05
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-18
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-08
* Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman2007-01-08
* Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman2007-01-08
* path.c: speling fix (I coulda sworn I fixed this before... in -ke)Eric Wong2006-10-14
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-14
* remove clumsy strncpy useEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Remove (now) unused code. Hasn't been used since revision 3026.Avuton Olrich2006-07-13
* path.*: cleanupsAvuton Olrich2006-07-13
* simpler parentPath() function from the uclinux branch (well-tested)Eric Wong2005-03-28