- 17 Oct, 2013 8 commits
-
-
Max Kellermann authored
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2013 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move code from map_fs_to_utf8().
-
Max Kellermann authored
-
- 02 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 12 Sep, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Feb, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 27 Jan, 2013 4 commits
-
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
- 26 Jan, 2013 2 commits
-
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
- 21 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 18 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 16 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 20 Feb, 2009 1 commit
-
-
Max Kellermann authored
The function path_set_fs_charset() is only used in path.c.
-
- 08 Jan, 2009 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't use fixed static buffers. GLib allocates a new string for us anyway, let's just return this one instead of copying it.
-
- 04 Jan, 2009 1 commit
-
-
Max Kellermann authored
Use GLib's g_build_filename() instead of pfx_dir().
-
- 29 Dec, 2008 1 commit
-
-
Max Kellermann authored
Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable.
-
- 05 Nov, 2008 1 commit
-
-
Max Kellermann authored
Rename variables and functions.
-
- 31 Oct, 2008 3 commits
-
-
Max Kellermann authored
We don't need to sanitize the path, because the mapper already checks for malformed paths.
-
Max Kellermann authored
Added the function map_spl_utf8_to_fs() which replaces utf8_to_fs_playlist_path().
-
Max Kellermann authored
"LOG_H" is a macro which is also used by ffmpeg/log.h. This is ffmpeg's fault, because short macros should be reserved for applications, but since it's always a good idea to choose prefixed macro names, even for applications, we are going to do that in MPD.
-
- 20 Oct, 2008 2 commits
-
-
Max Kellermann authored
There was only one user of pathcpy_trunc(), which can be eliminated.
-
Max Kellermann authored
Again, GLib's version is more robust than ours.
-