Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-02 | ClientFile: move client_allow_file() into the Client class | Max Kellermann | 1 | -4/+1 | |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -3/+0 | |
2013-10-19 | Client: move trivial functions into the Client class | Max Kellermann | 1 | -1/+1 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -1/+1 | |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -2/+1 | |
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. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -9/+7 | |
Replaces GLib's GError. | |||||
2013-08-10 | ack.h: move to protocol/ | Max Kellermann | 1 | -1/+1 | |
2013-05-06 | ClientFile: use Path and file system API, update usages accordingly | Denis Krjuchkov | 1 | -2/+4 | |
This commit also fixes incorrect passing of UTF-8 strings to client_allow_file | |||||
2013-05-06 | ClientFile.cxx: include config.h | Denis Krjuchkov | 1 | -0/+1 | |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -3/+3 | |
2012-10-04 | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark() | Max Kellermann | 1 | -2/+2 | |
g_file_error_quark() is meant to be used with the GFileError enum which does not correspond with errno, but must be converted with g_file_error_from_errno(). At the same time, this removes g_strerror() use for g_file_error_quark(). | |||||
2012-03-06 | client_file: always allow access if client uid equals mpd uid | Max Kellermann | 1 | -0/+5 | |
2012-03-06 | playlist_edit: move UID check to client_allow_file() | Max Kellermann | 1 | -0/+65 | |