Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-04 | system/Resolver: sockaddr_to_string() returns std::string() | Max Kellermann | 1 | -13/+4 | |
No GLib memory allocation. | |||||
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 | |
2013-11-25 | ClientNew: fix nullptr dereference after g_get_prgname() failure | Max Kellermann | 1 | -1/+3 | |
Hard-code the program name to "mpd" instead of using g_get_prgname(). The latter has become useless since this GLib variable doesn't get initialized anymore. | |||||
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -1/+1 | |
2013-10-17 | Thread/Thread: replacement library for GThread | Max Kellermann | 1 | -0/+2 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -10/+7 | |
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 | -2/+4 | |
Replaces GLib's GError. | |||||
2013-09-04 | system/resolver: convert to C++ | Max Kellermann | 1 | -3/+1 | |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -2/+2 | |
2013-04-17 | Main: move global variables to struct Instance | Max Kellermann | 1 | -4/+5 | |
More preparations for multi-player support. | |||||
2013-01-30 | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 1 | -1/+0 | |
2013-01-30 | event/BufferedSocket: move output buffer to FullyBufferedSocket | Max Kellermann | 1 | -1/+1 | |
BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer. | |||||
2013-01-16 | ClientList: convert to a class | Max Kellermann | 1 | -3/+4 | |
2013-01-16 | Client: use TimeoutMonitor to track connection timeout | Max Kellermann | 1 | -6/+2 | |
Don't use a global loop over the whole client list. | |||||
2013-01-15 | Client: rebase on the new BufferedSocket class | Max Kellermann | 1 | -25/+6 | |
2013-01-15 | Client: move output buffer code to new class PeakBuffer | Max Kellermann | 1 | -12/+1 | |
2013-01-15 | Client: move connection functions into the class | Max Kellermann | 1 | -6/+5 | |
2013-01-15 | fifo_buffer: move to util/ | Max Kellermann | 1 | -1/+1 | |
2013-01-15 | fifo_buffer: add extern "C" | Max Kellermann | 1 | -1/+1 | |
2013-01-09 | ClientList: add header ClientList.hxx | Max Kellermann | 1 | -0/+1 | |
2013-01-07 | Client: add Partition reference attribute | Max Kellermann | 1 | -6/+6 | |
playlist and player_control are deprecated. | |||||
2013-01-04 | Client: add "playlist" attribute | Max Kellermann | 1 | -4/+5 | |
Reduce access to the global variable "g_playlist". | |||||
2013-01-04 | Client: initialize num_subscriptions | Max Kellermann | 1 | -1/+2 | |
2013-01-04 | Client: move code to class CommandListBuilder | Max Kellermann | 1 | -4/+0 | |
2013-01-03 | ClientNew: initialise the "idle" attributes | Max Kellermann | 1 | -1/+2 | |
Make valgrind happy. | |||||
2013-01-03 | Client: add constructor and destructor | Max Kellermann | 1 | -52/+51 | |
Move code from client_new() and client_close(). | |||||
2013-01-03 | Client: use std::deque for messages | Max Kellermann | 1 | -3/+0 | |
2013-01-03 | ClientInternal: use std::set for subscriptions | Max Kellermann | 1 | -1/+0 | |
2013-01-03 | ClientNew: allocate/dispose client objects with new/delete | Max Kellermann | 1 | -3/+2 | |
Prepare for adding non-trivial attributes. | |||||
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -3/+3 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -3/+1 | |
2013-01-03 | permission: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | client_new: convert to C++ | Max Kellermann | 1 | -3/+7 | |
2011-09-20 | socket_util: move sockaddr_to_string() to resolver.c | Max Kellermann | 1 | -1/+1 | |
2011-09-20 | fd_util: add function close_socket() | Max Kellermann | 1 | -2/+3 | |
Wrap close(), use closesocket() on WIN32/WinSock. | |||||
2011-09-20 | glib_socket.h: wrap g_io_channel_*_new() calls portably | Max Kellermann | 1 | -5/+2 | |
The server_socket library (used by the httpd output plugin) didn't check for WIN32, that's fixed now. | |||||
2011-01-29 | protocol: support client-to-client communication | Max Kellermann | 1 | -0/+4 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -1/+5 | |
Allocate a player_control object where needed, and pass it around. Each "client" object is associated with a "player_control" instance. This prepares multi-player support. | |||||
2010-05-08 | client_new: Send greeting using send() rather than write(). | Avuton Olrich | 1 | -1/+7 | |
This is portable for win32 and fixes client logins there. | |||||
2010-01-20 | client: optionally use libwrap | Davide Camurri | 1 | -0/+30 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-07-28 | client: splitted client.c into several pieces | Max Kellermann | 1 | -0/+123 | |
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability. |