aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-28path: add mpd_basename() functionEric Wong1-0/+12
2008-09-02added "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
2006-08-14Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong1-8/+10
2006-07-30remove clumsy strncpy useEric Wong1-21/+40
2006-07-20Add mpd-indent.shAvuton Olrich1-102/+115
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-3/+3
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-13Remove (now) unused code. Hasn't been used since revision 3026.Avuton Olrich1-29/+0
2006-07-13path.*: cleanupsAvuton Olrich1-14/+5
2005-03-28simpler parentPath() function from the uclinux branch (well-tested)Eric Wong1-12/+9
2005-03-06fix stateFile path getting garbledWarren Dukes1-8/+8
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes1-21/+38
2004-10-28merge shank-rewrite-config changesWarren Dukes1-4/+5
2004-07-20print strerror() when having problems stat'ingWarren Dukes1-2/+3
2004-07-12icky, s/printf/DEBUG/Warren Dukes1-1/+1
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes1-9/+9
2004-05-11use AM_LANGINFO_CODESET in configure.ac, old configure.ac wasn't checkingWarren Dukes1-2/+2
2004-04-16fix bug in prependCwdToPathDup()Warren Dukes1-2/+2
2004-04-15clean up a little bit main() codeWarren Dukes1-3/+58
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-14ok, finished incremental update!Warren Dukes1-0/+39
2004-04-13rename all ascii/utf8 stuff to latin1/utf8Warren Dukes1-4/+0
2004-04-13plug a potential memory leakWarren Dukes1-1/+4
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes1-4/+24
2004-03-21add aac_decode.[ch] and start working on itWarren Dukes1-14/+26
2004-03-19use LC_CTYPE instead of LC_ALLWarren Dukes1-2/+2
2004-03-19more fun with LOCALE and LANGINFOWarren Dukes1-6/+6
2004-03-18bunch of autotool cleanupsWarren Dukes1-6/+6
2004-02-25some more cleanupsWarren Dukes1-2/+2