| Commit message (Expand) | Author | Files | Lines |
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 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+4 |
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 |
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 |
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 |
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 |
2013-01-04 | Client: add "playlist" attribute | Max Kellermann | 1 | -4/+5 |
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 |
2013-01-03 | Client: add constructor and destructor | Max Kellermann | 1 | -52/+51 |
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 |
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 |
2011-09-20 | glib_socket.h: wrap g_io_channel_*_new() calls portably | Max Kellermann | 1 | -5/+2 |
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 |
2010-05-08 | client_new: Send greeting using send() rather than write(). | Avuton Olrich | 1 | -1/+7 |
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 |
2009-07-28 | client: splitted client.c into several pieces | Max Kellermann | 1 | -0/+123 |