index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
charConv.c
Age
Commit message (
Expand
)
Author
2008-10-15
path, tag_id3: use g_convert() instead of charConv.c
Max Kellermann
2008-09-29
assume stdint.h and stddef.h are available
Max Kellermann
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-04-12
clean up CPP includes
Max Kellermann
2008-04-12
deconstify input buffer for iconv()
Max Kellermann
2008-03-26
fix "unreachable code" warning
Max Kellermann
2008-02-05
fix -Wconst warnings
Max Kellermann
2008-01-26
fixed "comparison between signed and unsigned"
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-01
charConv: tie the buffer size for iconv() to our PATH_MAX constant
Eric Wong
2007-12-28
Merge branches/ew r7104
Eric Wong
2007-04-05
The massive copyright update
Avuton Olrich
2007-02-18
Removing a global initialization to 0.
J. Alexander Treuman
2007-02-18
Reverting all of my localization changes. It was a horrible
J. Alexander Treuman
2007-01-14
More sparse fixes now that we've re-enabled -Wmissing-prototypes
Eric Wong
2007-01-08
Moving pathConvCharset to charConv.c so it can be reused for localization.
J. Alexander Treuman
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-20
This fixes 5 potential bugs where the conditional would always be true.
Avuton Olrich
2006-08-20
Fix warnings for -Wmissing-prototypes
Avuton Olrich
2006-08-01
charConv: optimize away a boatload of strdups during update (try #2)
Eric Wong
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-17
sparse: ANSI-fy function declarations
Eric Wong
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-14
[CLEANUP] Remove closeCharSetConversion from the
Avuton Olrich
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2006-01-25
fix bug 544
Warren Dukes
2005-12-05
optimize away a boatload of strdups during update
Eric Wong
2004-11-03
todo update
Warren Dukes
2004-06-17
actually, scratch the last change
Warren Dukes
2004-06-17
check in configure script if iconv() needs CONST
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-04-13
rename all ascii/utf8 stuff to latin1/utf8
Warren Dukes
2004-04-13
lots of fsCharset, utf8/ascii converting clean-up and robustness stuff
Warren Dukes
2004-02-25
few cleanups
Warren Dukes
2004-02-25
a few more cleanups, use memcpy instead of strncpy
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes