aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* path: add mpd_basename() functionEric Wong2008-09-281-0/+12
* added "length" parameter to validUtf8String()Max Kellermann2008-09-021-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
* remove clumsy strncpy useEric Wong2006-07-301-21/+40
* Add mpd-indent.shAvuton Olrich2006-07-201-102/+115
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-3/+3
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Remove (now) unused code. Hasn't been used since revision 3026.Avuton Olrich2006-07-131-29/+0
* path.*: cleanupsAvuton Olrich2006-07-131-14/+5
* simpler parentPath() function from the uclinux branch (well-tested)Eric Wong2005-03-281-12/+9
* fix stateFile path getting garbledWarren Dukes2005-03-061-8/+8
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-061-21/+38
* merge shank-rewrite-config changesWarren Dukes2004-10-281-4/+5
* print strerror() when having problems stat'ingWarren Dukes2004-07-201-2/+3
* icky, s/printf/DEBUG/Warren Dukes2004-07-121-1/+1
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-121-9/+9
* use AM_LANGINFO_CODESET in configure.ac, old configure.ac wasn't checkingWarren Dukes2004-05-111-2/+2
* fix bug in prependCwdToPathDup()Warren Dukes2004-04-161-2/+2
* clean up a little bit main() codeWarren Dukes2004-04-151-3/+58
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* ok, finished incremental update!Warren Dukes2004-04-141-0/+39
* rename all ascii/utf8 stuff to latin1/utf8Warren Dukes2004-04-131-4/+0
* plug a potential memory leakWarren Dukes2004-04-131-1/+4
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-131-4/+24
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-211-14/+26
* use LC_CTYPE instead of LC_ALLWarren Dukes2004-03-191-2/+2
* more fun with LOCALE and LANGINFOWarren Dukes2004-03-191-6/+6
* bunch of autotool cleanupsWarren Dukes2004-03-181-6/+6
* some more cleanupsWarren Dukes2004-02-251-2/+2
* import from SF CVSWarren Dukes2004-02-231-0/+173