aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.c (unfollow)
Commit message (Expand)AuthorFilesLines
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