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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-02-20
path: don't export path_set_fs_charset()
Max Kellermann
1
-1
/
+2
2009-02-20
path: validate configured character set
Max Kellermann
1
-0
/
+11
2009-01-25
use config_get_string() instead of config_get_param()
Max Kellermann
1
-5
/
+2
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-1
/
+2
2009-01-08
path: include cleanup
Max Kellermann
1
-1
/
+0
2009-01-08
path: allocate buffer in fs_charset conversion functions
Max Kellermann
1
-19
/
+10
2009-01-04
path, tag: don't allocate GError for charset conversion
Max Kellermann
1
-10
/
+4
2009-01-04
path: removed pfx_dir()
Max Kellermann
1
-17
/
+0
2009-01-03
don't include utils.h when it isn't used
Max Kellermann
1
-1
/
+0
2008-12-29
path: use GLib logging
Max Kellermann
1
-5
/
+7
2008-12-29
removed os_compat.h
Max Kellermann
1
-1
/
+2
2008-12-02
replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY
Thomas Jansen
1
-1
/
+1
2008-11-20
path: fix g_convert() argument order
Konstantin Sobolev
1
-2
/
+2
2008-11-05
path: removed superfluous error check in path_set_fs_charset()
Max Kellermann
1
-8
/
+0
2008-11-05
path: don't allocate charset twice
Max Kellermann
1
-5
/
+3
2008-11-05
path: get filesystem charset from GLib
Max Kellermann
1
-39
/
+6
2008-11-05
path: no CamelCase
Max Kellermann
1
-22
/
+19
2008-10-31
path: removed sanitizePathDup()
Max Kellermann
1
-40
/
+0
2008-10-31
path: moved playlist_dir to mapper.c
Max Kellermann
1
-28
/
+0
2008-10-31
removed UTF-8 library, use GLib instead
Max Kellermann
1
-1
/
+0
2008-10-31
path: free GLib error in fs_charset_to_utf8()
Max Kellermann
1
-1
/
+3
2008-10-20
path: removed pathcpy_trunc()
Max Kellermann
1
-13
/
+0
2008-10-20
path: replaced parent_path() with g_path_get_dirname()
Max Kellermann
1
-28
/
+0
2008-10-20
path: replaced mpd_basename() with g_path_get_basename()
Max Kellermann
1
-12
/
+0
2008-10-15
mapper: moved musicDir initialization from path.c
Max Kellermann
1
-20
/
+0
2008-10-15
path: allow starting MPD with non-existing music directory
Max Kellermann
1
-6
/
+6
2008-10-15
path, tag_id3: use g_convert() instead of charConv.c
Max Kellermann
1
-24
/
+30
2008-09-29
path: add mpd_basename() function
Eric Wong
1
-0
/
+12
2008-08-29
added "length" parameter to validUtf8String()
Max Kellermann
1
-1
/
+1
2008-02-05
fix -Wconst warnings
Max Kellermann
1
-7
/
+8
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-8
/
+1
2008-01-03
document parent_path()
Eric Wong
1
-0
/
+10
2008-01-01
Make utf8_to_fs_playlist_path universally accessible
Eric Wong
1
-0
/
+8
2007-12-28
Merge branches/ew r7104
Eric Wong
1
-74
/
+44
2007-08-27
adding \n to a bunch of error message strings
J. Alexander Treuman
1
-1
/
+1
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
1
-4
/
+2
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2007-02-18
Reverting all of my localization changes. It was a horrible
J. Alexander Treuman
1
-6
/
+50
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
1
-3
/
+3
2007-01-08
Convert log messages sent to stdout to the current locale's charset.
J. Alexander Treuman
1
-7
/
+3
2007-01-08
Moving pathConvCharset to charConv.c so it can be reused for localization.
J. Alexander Treuman
1
-9
/
+2
2007-01-08
Moving localization stuff from path.c to localization.c so we can reuse it
J. Alexander Treuman
1
-39
/
+6
2006-10-14
path.c: speling fix (I coulda sworn I fixed this before... in -ke)
Eric Wong
1
-2
/
+2
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-14
Revert leaks from r4311, and also the leak fixes as a result of that
Eric Wong
1
-8
/
+10
2006-07-30
remove clumsy strncpy use
Eric Wong
1
-21
/
+40
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-102
/
+115
[next]