| Commit message (Expand) | Author | Age | Files | Lines |
* | path: removed superfluous error check in path_set_fs_charset() | Max Kellermann | 2008-11-05 | 1 | -8/+0 |
* | path: don't allocate charset twice | Max Kellermann | 2008-11-05 | 1 | -5/+3 |
* | path: get filesystem charset from GLib | Max Kellermann | 2008-11-05 | 1 | -39/+6 |
* | path: no CamelCase | Max Kellermann | 2008-11-05 | 1 | -22/+19 |
* | path: removed sanitizePathDup() | Max Kellermann | 2008-10-31 | 1 | -40/+0 |
* | path: moved playlist_dir to mapper.c | Max Kellermann | 2008-10-31 | 1 | -28/+0 |
* | removed UTF-8 library, use GLib instead | Max Kellermann | 2008-10-31 | 1 | -1/+0 |
* | path: free GLib error in fs_charset_to_utf8() | Max Kellermann | 2008-10-31 | 1 | -1/+3 |
* | path: removed pathcpy_trunc() | Max Kellermann | 2008-10-20 | 1 | -13/+0 |
* | path: replaced parent_path() with g_path_get_dirname() | Max Kellermann | 2008-10-20 | 1 | -28/+0 |
* | path: replaced mpd_basename() with g_path_get_basename() | Max Kellermann | 2008-10-20 | 1 | -12/+0 |
* | mapper: moved musicDir initialization from path.c | Max Kellermann | 2008-10-15 | 1 | -20/+0 |
* | path: allow starting MPD with non-existing music directory | Max Kellermann | 2008-10-15 | 1 | -6/+6 |
* | path, tag_id3: use g_convert() instead of charConv.c | Max Kellermann | 2008-10-15 | 1 | -24/+30 |
* | path: add mpd_basename() function | Eric Wong | 2008-09-29 | 1 | -0/+12 |
* | added "length" parameter to validUtf8String() | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -7/+8 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -8/+1 |
* | document parent_path() | Eric Wong | 2008-01-03 | 1 | -0/+10 |
* | Make utf8_to_fs_playlist_path universally accessible | Eric Wong | 2008-01-01 | 1 | -0/+8 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -74/+44 |
* | adding \n to a bunch of error message strings | J. Alexander Treuman | 2007-08-27 | 1 | -1/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -4/+2 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Reverting all of my localization changes. It was a horrible | J. Alexander Treuman | 2007-02-18 | 1 | -6/+50 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -3/+3 |
* | Convert log messages sent to stdout to the current locale's charset. | J. Alexander Treuman | 2007-01-08 | 1 | -7/+3 |
* | Moving pathConvCharset to charConv.c so it can be reused for localization. | J. Alexander Treuman | 2007-01-08 | 1 | -9/+2 |
* | Moving localization stuff from path.c to localization.c so we can reuse it | J. Alexander Treuman | 2007-01-08 | 1 | -39/+6 |
* | path.c: speling fix (I coulda sworn I fixed this before... in -ke) | Eric Wong | 2006-10-14 | 1 | -2/+2 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -9/+10 |
* | Revert leaks from r4311, and also the leak fixes as a result of that | Eric Wong | 2006-08-14 | 1 | -8/+10 |
* | remove clumsy strncpy use | Eric Wong | 2006-07-30 | 1 | -21/+40 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -102/+115 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -3/+3 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Remove (now) unused code. Hasn't been used since revision 3026. | Avuton Olrich | 2006-07-13 | 1 | -29/+0 |
* | path.*: cleanups | Avuton Olrich | 2006-07-13 | 1 | -14/+5 |
* | simpler parentPath() function from the uclinux branch (well-tested) | Eric Wong | 2005-03-28 | 1 | -12/+9 |
* | fix stateFile path getting garbled | Warren Dukes | 2005-03-06 | 1 | -8/+8 |
* | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 2005-03-06 | 1 | -21/+38 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -4/+5 |
* | print strerror() when having problems stat'ing | Warren Dukes | 2004-07-20 | 1 | -2/+3 |
* | icky, s/printf/DEBUG/ | Warren Dukes | 2004-07-12 | 1 | -1/+1 |
* | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 2004-06-12 | 1 | -9/+9 |
* | use AM_LANGINFO_CODESET in configure.ac, old configure.ac wasn't checking | Warren Dukes | 2004-05-11 | 1 | -2/+2 |
* | fix bug in prependCwdToPathDup() | Warren Dukes | 2004-04-16 | 1 | -2/+2 |
* | clean up a little bit main() code | Warren Dukes | 2004-04-15 | 1 | -3/+58 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |