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