| Commit message (Expand) | Author | Files | Lines |
2008-08-29 | client: check "expired" after command execution | Max Kellermann | 1 | -7/+14 |
2008-08-29 | client: added global "expired" flag | Max Kellermann | 1 | -6/+7 |
2008-08-29 | client: removed superfluous assertion | Max Kellermann | 1 | -1/+0 |
2008-08-28 | client: more assertions | Max Kellermann | 1 | -0/+6 |
2008-08-28 | client: replace "expired" flag with fd==-1 | Max Kellermann | 1 | -6/+6 |
2008-08-28 | client: moved "expired" accesses into inline function | Max Kellermann | 1 | -13/+29 |
2008-08-28 | moved code to sockaddr_to_tmp_string() | Max Kellermann | 1 | -9/+17 |
2008-08-28 | client: no while loop in client_manager_io() | Max Kellermann | 1 | -32/+26 |
2008-08-28 | client: select() errors are fatal | Max Kellermann | 1 | -30/+6 |
2008-08-28 | client: use client_defer_output() in client_write() | Max Kellermann | 1 | -7/+3 |
2008-08-28 | moved code to client_write() | Max Kellermann | 1 | -26/+28 |
2008-08-28 | client: client_defer_output() can create the first defer buffer | Max Kellermann | 1 | -5/+5 |
2008-08-28 | client: return early on error in client_defer_output() | Max Kellermann | 1 | -5/+7 |
2008-08-28 | client: moved code to client_defer_output() | Max Kellermann | 1 | -20/+27 |
2008-08-28 | don't free client resources except in client_close() | Max Kellermann | 1 | -15/+0 |
2008-08-28 | client: allocate clients dynamically | Max Kellermann | 1 | -90/+76 |
2008-08-28 | client: added function client_by_fd() | Max Kellermann | 1 | -13/+21 |
2008-08-28 | client: return early in client_new() | Max Kellermann | 1 | -30/+31 |
2008-08-28 | client: renamed all public functions | Max Kellermann | 1 | -6/+6 |
2008-08-28 | client: renamed internal functions and variables | Max Kellermann | 1 | -297/+296 |
2008-08-28 | client: renamed Interface to struct client | Max Kellermann | 1 | -19/+19 |
2008-08-28 | renamed interface.c to client.c | Max Kellermann | 1 | -1/+1 |
2008-08-28 | const pointers | Max Kellermann | 1 | -5/+5 |
2008-04-12 | Fix the problem of songs not advancing without client activity | Eric Wong | 1 | -0/+3 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+3 |
2008-04-12 | provide switches for TCP and unix sockets | Max Kellermann | 1 | -0/+4 |
2008-04-12 | fix sign compare warnings | Max Kellermann | 1 | -1/+1 |
2008-03-26 | interface: use a saner fdmax for select(2) when closing errored interfaces | Eric Wong | 1 | -1/+2 |
2008-03-26 | notify: cleanups | Eric Wong | 1 | -4/+1 |
2008-03-26 | unsigned counters | Max Kellermann | 1 | -11/+11 |
2008-03-26 | don't repeat select() | Max Kellermann | 1 | -5/+2 |
2008-03-26 | unlimited select() timeout | Max Kellermann | 1 | -5/+3 |
2008-03-26 | networking: more assertions and cleanups to size_t/unsigned changes | Eric Wong | 1 | -17/+25 |
2008-03-26 | use size_t | Max Kellermann | 1 | -24/+24 |
2008-03-26 | zero is a valid file descriptor | Max Kellermann | 1 | -3/+3 |
2008-01-27 | interface: abort if we expire while processing lines | Eric Wong | 1 | -0/+2 |
2008-01-03 | ioops: make this zero-impact when compiling w/o zeroconf as well | Eric Wong | 1 | -49/+2 |
2008-01-03 | zeroconf: reformat (with mpd-indent.sh + manual tweaks) | Eric Wong | 1 | -7/+7 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -15/+1 |
2007-09-01 | interface: fix IPV6 hostname buffer deallocation from automatics | Eric Wong | 1 | -12/+7 |
2007-08-27 | interface: print whole debug message at once | J. Alexander Treuman | 1 | -7/+8 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -8/+4 |
2007-05-15 | Changing "//" comments to "/* */" comments. | J. Alexander Treuman | 1 | -3/+3 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-03-18 | This fixes a bug where a client sending just the right data could cause mpd | J. Alexander Treuman | 1 | -0/+1 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -6/+6 |
2007-01-14 | avahi: more sparse fixes (-Wshadow, non-ANSI declarations) | Eric Wong | 1 | -8/+8 |
2007-01-11 | Added zeroconf service publishing using avahi | Jim Ramsay | 1 | -2/+60 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -3/+3 |
2006-08-18 | fix a few warnings on 64-bit machines | Eric Wong | 1 | -2/+2 |