Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-27 | db/simple: mount points | Max Kellermann | 1 | -0/+4 | |
A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option. | |||||
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -0/+2 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-15 | system/SocketError, ...: use strerror() instead of g_strerror() | Max Kellermann | 1 | -4/+3 | |
Avoid GLib. | |||||
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 1 | -0/+0 | |
2013-10-20 | command: convert command_return to to a strictly-typed enum | Max Kellermann | 1 | -19/+19 | |
2013-10-20 | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 1 | -13/+13 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -3/+2 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -1/+2 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -27/+17 | |
Replaces GLib's GError. | |||||
2013-08-10 | db_error: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -2/+2 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2012-10-04 | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark() | Max Kellermann | 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(). | |||||
2012-09-25 | rename CommandError.h to CommandError.hxx | Max Kellermann | 1 | -1/+1 | |
2012-08-07 | command: move print_error() to CommandError.cxx | Max Kellermann | 1 | -0/+132 | |
Prepare for splitting command.c. |