aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAge
* 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
* fix stateFile path getting garbledWarren Dukes2005-03-06
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-06
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* print strerror() when having problems stat'ingWarren Dukes2004-07-20
* icky, s/printf/DEBUG/Warren Dukes2004-07-12
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-12
* use AM_LANGINFO_CODESET in configure.ac, old configure.ac wasn't checkingWarren Dukes2004-05-11
* fix bug in prependCwdToPathDup()Warren Dukes2004-04-16
* clean up a little bit main() codeWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* ok, finished incremental update!Warren Dukes2004-04-14
* rename all ascii/utf8 stuff to latin1/utf8Warren Dukes2004-04-13
* plug a potential memory leakWarren Dukes2004-04-13
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-13
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-21
* use LC_CTYPE instead of LC_ALLWarren Dukes2004-03-19
* more fun with LOCALE and LANGINFOWarren Dukes2004-03-19
* bunch of autotool cleanupsWarren Dukes2004-03-18
* some more cleanupsWarren Dukes2004-02-25
* import from SF CVSWarren Dukes2004-02-23