index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
path.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
path: don't export path_set_fs_charset()
Max Kellermann
2009-02-20
1
-1
/
+2
*
path: validate configured character set
Max Kellermann
2009-02-20
1
-0
/
+11
*
use config_get_string() instead of config_get_param()
Max Kellermann
2009-01-25
1
-5
/
+2
*
conf: no CamelCase, part I
Max Kellermann
2009-01-17
1
-1
/
+2
*
path: include cleanup
Max Kellermann
2009-01-08
1
-1
/
+0
*
path: allocate buffer in fs_charset conversion functions
Max Kellermann
2009-01-08
1
-19
/
+10
*
path, tag: don't allocate GError for charset conversion
Max Kellermann
2009-01-04
1
-10
/
+4
*
path: removed pfx_dir()
Max Kellermann
2009-01-04
1
-17
/
+0
*
don't include utils.h when it isn't used
Max Kellermann
2009-01-03
1
-1
/
+0
*
path: use GLib logging
Max Kellermann
2008-12-29
1
-5
/
+7
*
removed os_compat.h
Max Kellermann
2008-12-29
1
-1
/
+2
*
replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY
Thomas Jansen
2008-12-02
1
-1
/
+1
*
path: fix g_convert() argument order
Konstantin Sobolev
2008-11-20
1
-2
/
+2
*
path: removed superfluous error check in path_set_fs_charset()
Max Kellermann
2008-11-05
1
-8
/
+0
*
path: don't allocate charset twice
Max Kellermann
2008-11-05
1
-5
/
+3
*
path: get filesystem charset from GLib
Max Kellermann
2008-11-05
1
-39
/
+6
*
path: no CamelCase
Max Kellermann
2008-11-05
1
-22
/
+19
*
path: removed sanitizePathDup()
Max Kellermann
2008-10-31
1
-40
/
+0
*
path: moved playlist_dir to mapper.c
Max Kellermann
2008-10-31
1
-28
/
+0
*
removed UTF-8 library, use GLib instead
Max Kellermann
2008-10-31
1
-1
/
+0
*
path: free GLib error in fs_charset_to_utf8()
Max Kellermann
2008-10-31
1
-1
/
+3
*
path: removed pathcpy_trunc()
Max Kellermann
2008-10-20
1
-13
/
+0
*
path: replaced parent_path() with g_path_get_dirname()
Max Kellermann
2008-10-20
1
-28
/
+0
*
path: replaced mpd_basename() with g_path_get_basename()
Max Kellermann
2008-10-20
1
-12
/
+0
*
mapper: moved musicDir initialization from path.c
Max Kellermann
2008-10-15
1
-20
/
+0
*
path: allow starting MPD with non-existing music directory
Max Kellermann
2008-10-15
1
-6
/
+6
*
path, tag_id3: use g_convert() instead of charConv.c
Max Kellermann
2008-10-15
1
-24
/
+30
*
path: add mpd_basename() function
Eric Wong
2008-09-29
1
-0
/
+12
*
added "length" parameter to validUtf8String()
Max Kellermann
2008-08-29
1
-1
/
+1
*
fix -Wconst warnings
Max Kellermann
2008-02-05
1
-7
/
+8
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-8
/
+1
*
document parent_path()
Eric Wong
2008-01-03
1
-0
/
+10
*
Make utf8_to_fs_playlist_path universally accessible
Eric Wong
2008-01-01
1
-0
/
+8
*
Merge branches/ew r7104
Eric Wong
2007-12-28
1
-74
/
+44
*
adding \n to a bunch of error message strings
J. Alexander Treuman
2007-08-27
1
-1
/
+1
*
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-26
1
-4
/
+2
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
Reverting all of my localization changes. It was a horrible
J. Alexander Treuman
2007-02-18
1
-6
/
+50
*
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
1
-3
/
+3
*
Convert log messages sent to stdout to the current locale's charset.
J. Alexander Treuman
2007-01-08
1
-7
/
+3
*
Moving pathConvCharset to charConv.c so it can be reused for localization.
J. Alexander Treuman
2007-01-08
1
-9
/
+2
*
Moving localization stuff from path.c to localization.c so we can reuse it
J. Alexander Treuman
2007-01-08
1
-39
/
+6
*
path.c: speling fix (I coulda sworn I fixed this before... in -ke)
Eric Wong
2006-10-14
1
-2
/
+2
*
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-26
1
-9
/
+10
*
Revert leaks from r4311, and also the leak fixes as a result of that
Eric Wong
2006-08-14
1
-8
/
+10
*
remove clumsy strncpy use
Eric Wong
2006-07-30
1
-21
/
+40
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-102
/
+115
*
sparse: ANSI-fy function declarations
Eric Wong
2006-07-17
1
-3
/
+3
[next]