Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-06-19 | client: increase send_buf from 4kB to 16kB | Andrzej Rybczak | 1 | -1/+1 | |
this greatly improves performance of commands that return a lot of data, e.g. search results or recursive content of a directory, while being connected to local mpd via tcp/ip socket. | |||||
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-07-28 | client: splitted client.c into several pieces | Max Kellermann | 1 | -0/+77 | |
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability. | |||||
2009-07-28 | client: moved struct client to client_internal.h | Max Kellermann | 1 | -0/+68 | |
Prepare splitting client.c into several sources. |