Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -1/+2 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -27/+17 |
| | | | | Replaces GLib's GError. | ||||
* | db_error: convert to C++ | Max Kellermann | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -4/+1 |
| | |||||
* | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark() | Max Kellermann | 2012-10-04 | 1 | -1/+6 |
| | | | | | | | | | 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(). | ||||
* | rename CommandError.h to CommandError.hxx | Max Kellermann | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | command: move print_error() to CommandError.cxx | Max Kellermann | 2012-08-07 | 1 | -0/+132 |
Prepare for splitting command.c. |