summaryrefslogtreecommitdiff
path: root/src/path.c
AgeCommit message (Expand)Author
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman
2007-01-08Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman
2007-01-08Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman
2006-10-14path.c: speling fix (I coulda sworn I fixed this before... in -ke)Eric Wong
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-14Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong
2006-07-30remove clumsy strncpy useEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-07-13Remove (now) unused code. Hasn't been used since revision 3026.Avuton Olrich
2006-07-13path.*: cleanupsAvuton Olrich
2005-03-28simpler parentPath() function from the uclinux branch (well-tested)Eric Wong
2005-03-06fix stateFile path getting garbledWarren Dukes
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-07-20print strerror() when having problems stat'ingWarren Dukes
2004-07-12icky, s/printf/DEBUG/Warren Dukes
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes
2004-05-11use AM_LANGINFO_CODESET in configure.ac, old configure.ac wasn't checkingWarren Dukes
2004-04-16fix bug in prependCwdToPathDup()Warren Dukes
2004-04-15clean up a little bit main() codeWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-14ok, finished incremental update!Warren Dukes
2004-04-13rename all ascii/utf8 stuff to latin1/utf8Warren Dukes
2004-04-13plug a potential memory leakWarren Dukes
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes
2004-03-21add aac_decode.[ch] and start working on itWarren Dukes
2004-03-19use LC_CTYPE instead of LC_ALLWarren Dukes
2004-03-19more fun with LOCALE and LANGINFOWarren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-02-25some more cleanupsWarren Dukes
2004-02-23import from SF CVSWarren Dukes