Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-02-20 | ConfigGlobal: eliminate function config_get_next_param() | Max Kellermann | |
2014-02-19 | Listen: eliminate local variable | Max Kellermann | |
2014-02-19 | Listen: reduce overhead for builds without systemd | Max Kellermann | |
2014-02-19 | Listen: add Partition reference | Max Kellermann | |
2014-01-29 | Listen: pass EventLoop to listen_global_init() | Max Kellermann | |
Don't use global variables. | |||
2014-01-24 | Client*: move to client/ | Max Kellermann | |
2014-01-24 | Config*: move to config/ | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | |
2013-10-19 | event/ServerSocket: pass AllocatedPath to AddPath() | Max Kellermann | |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | |
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-10-15 | Client, ...: remove unnecessary glib.h include | Max Kellermann | |
2013-10-15 | ConfigData: use std::string for config_param::value | Max Kellermann | |
2013-10-02 | Log: new logging library API | Max Kellermann | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||
2013-10-02 | Listen, ...: add missing includes | Max Kellermann | |
2013-09-12 | Listen: Allow tilde paths for socket. | Maarten de Vries | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-04-17 | Main: move global variables to struct Instance | Max Kellermann | |
More preparations for multi-player support. | |||
2013-01-30 | ServerSocket: replace callback with virtual method | Max Kellermann | |
2013-01-30 | ServerSocket: expose the class | Max Kellermann | |
Eliminate the C wrappers. | |||
2013-01-30 | ServerSocket: move to libevent.a | Max Kellermann | |
2013-01-15 | ServerSocket: use the SocketMonitor class | Max Kellermann | |
2013-01-15 | server_socket: convert to C++ | Max Kellermann | |
2013-01-15 | Client: rebase on the new BufferedSocket class | Max Kellermann | |
2013-01-07 | Client: add Partition reference attribute | Max Kellermann | |
playlist and player_control are deprecated. | |||
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | |
2013-01-05 | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | |
This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | |||
2013-01-04 | Client: add "playlist" attribute | Max Kellermann | |
Reduce access to the global variable "g_playlist". | |||
2013-01-03 | client: convert to C++ | Max Kellermann | |
2013-01-03 | listen: convert to C++ | Max Kellermann | |