aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fdprintf and vfdprintf get error handlingEric Wong2008-09-182-14/+22
* Directory: don't allocate stat information dynamicallyEric Wong2008-09-182-50/+22
* mp3: fix long line, I can't read past 80 colsEric Wong2008-09-171-1/+2
* mp3: fix buffer overflow when max_frames is too largeMax Kellermann2008-09-171-0/+5
* client: check expired after client_process_line()Max Kellermann2008-09-171-1/+2
* mp4: fix potential integer overflow bug in the mp4_decode() functionTerry2008-09-121-0/+7
* Merge branch 'mk/client-merge'Eric Wong2008-09-1227-1363/+1981
|\
| * client: shorten names of the struct client variablesEric Wong2008-09-121-210/+209
| * client: simplified client_read()Max Kellermann2008-09-101-3/+5
| * client: client_input_received() returns 0Max Kellermann2008-09-101-4/+2
| * client: check for COMMAND_RETURN_CLOSEMax Kellermann2008-09-101-15/+14
| * client: renamed local variable "selret" to "ret"Max Kellermann2008-09-101-4/+5
| * client: moved CLOSE/KILL check after client_process_line()Max Kellermann2008-09-101-4/+3
| * client: don't check FD_ISSET(client->fd) on expired clientMax Kellermann2008-09-091-1/+2
| * client: removed assert(client->fd)>=0Max Kellermann2008-09-091-4/+2
| * Merge branch 'mk/client'Eric Wong2008-09-099-813/+1292
| |\
| | * client: reorder function declarationsMax Kellermann2008-09-011-3/+4
| | * client: check "expired" after command executionMax Kellermann2008-09-011-7/+14
| | * client: added global "expired" flagMax Kellermann2008-09-011-6/+7
| | * client: removed superfluous assertionMax Kellermann2008-09-011-1/+0
| | * client: more assertionsMax Kellermann2008-09-011-0/+6
| | * client: moved code to sockaddr_to_tmp_string()Max Kellermann2008-09-011-9/+17
| | * client: replace "expired" flag with fd==-1Max Kellermann2008-09-011-6/+6
| | * client: moved "expired" accesses into inline functionMax Kellermann2008-09-011-13/+29
| | * client: no while loop in client_manager_io()Max Kellermann2008-09-011-30/+24
| | * client: select() errors are fatalMax Kellermann2008-09-011-30/+6
| | * client: use client_defer_output() in client_write()Max Kellermann2008-09-011-7/+3
| | * client: moved code to client_write()Max Kellermann2008-09-011-26/+28
| | * client: client_defer_output() can create the first defer bufferMax Kellermann2008-09-011-5/+5
| | * client: return early on error in client_defer_output()Max Kellermann2008-09-011-5/+7
| | * client: moved code to client_defer_output()Max Kellermann2008-09-011-20/+27
| | * client: don't free client resources except in client_close()Max Kellermann2008-09-011-15/+0
| | * client: allocate clients dynamicallyMax Kellermann2008-09-011-90/+76
| | * client: added function client_by_fd()Max Kellermann2008-09-011-13/+21
| | * client: return early in client_new()Max Kellermann2008-09-011-30/+31
| | * client: renamed all public functionsMax Kellermann2008-09-016-19/+19
| | * client: renamed internal functions and variablesMax Kellermann2008-09-011-297/+296
| | * client: renamed Interface to struct clientMax Kellermann2008-09-011-19/+19
| | * renamed interface.c to client.cMax Kellermann2008-09-017-7/+7
| | * imported list.h from the Linux kernel sourcesMax Kellermann2008-09-012-0/+485
| * | Merge branch 'mk/strset' into mk/playlistEric Wong2008-09-097-151/+245
| |\ \
| * | | fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-095-27/+42
| * | | playlist: return -1 after assert(0)Max Kellermann2008-09-091-0/+1
| * | | command: concatenate strings at compile timeMax Kellermann2008-09-091-27/+33
| * | | audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-093-18/+21
| * | | volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-093-21/+26
| * | | directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-092-4/+4
| * | | directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-096-32/+69
| * | | directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-094-51/+81
| * | | playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-092-6/+15