| Commit message (Expand) | Author | Files | Lines |
2008-04-12 | deconstify input buffer for iconv() | Max Kellermann | 1 | -2/+18 |
2008-03-26 | fix "unreachable code" warning | Max Kellermann | 1 | -2/+2 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -2/+2 |
2008-01-26 | fixed "comparison between signed and unsigned" | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+1 |
2008-01-01 | charConv: tie the buffer size for iconv() to our PATH_MAX constant | Eric Wong | 1 | -1/+2 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -15/+9 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-18 | Removing a global initialization to 0. | J. Alexander Treuman | 1 | -1/+1 |
2007-02-18 | Reverting all of my localization changes. It was a horrible | J. Alexander Treuman | 1 | -7/+0 |
2007-01-14 | More sparse fixes now that we've re-enabled -Wmissing-prototypes | Eric Wong | 1 | -6/+6 |
2007-01-08 | Moving pathConvCharset to charConv.c so it can be reused for localization. | J. Alexander Treuman | 1 | -0/+7 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -9/+10 |
2006-08-20 | This fixes 5 potential bugs where the conditional would always be true. | Avuton Olrich | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -1/+1 |
2006-08-01 | charConv: optimize away a boatload of strdups during update (try #2) | Eric Wong | 1 | -4/+13 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -30/+37 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove closeCharSetConversion from the | Avuton Olrich | 1 | -2/+4 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-01-25 | fix bug 544 | Warren Dukes | 1 | -11/+4 |
2005-12-05 | optimize away a boatload of strdups during update | Eric Wong | 1 | -4/+11 |
2004-11-03 | todo update | Warren Dukes | 1 | -1/+0 |
2004-06-17 | actually, scratch the last change | Warren Dukes | 1 | -1/+1 |
2004-06-17 | check in configure script if iconv() needs CONST | Warren Dukes | 1 | -1/+1 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | rename all ascii/utf8 stuff to latin1/utf8 | Warren Dukes | 1 | -11/+11 |
2004-04-13 | lots of fsCharset, utf8/ascii converting clean-up and robustness stuff | Warren Dukes | 1 | -29/+78 |
2004-02-25 | few cleanups | Warren Dukes | 1 | -2/+3 |
2004-02-25 | a few more cleanups, use memcpy instead of strncpy | Warren Dukes | 1 | -2/+2 |