| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'ew/directory' | Eric Wong | 2008-09-20 | 16 | -253/+318 |
|\| |
|
| * | Don't try to prune unless we're updating | Eric Wong | 2008-09-20 | 1 | -1/+2 |
| * | workaround race condition on updates with broken signal blocking | Eric Wong | 2008-09-20 | 1 | -39/+50 |
| * | Replace SongList with struct songvec | Eric Wong | 2008-09-20 | 8 | -136/+226 |
| * | directory: remove unused updateMp3Directory() function | Eric Wong | 2008-09-20 | 2 | -20/+0 |
| * | start using prefixcmp() | Eric Wong | 2008-09-20 | 8 | -58/+29 |
| * | Add prefixcmp() (stol^H^H^H^Hborrowed from git) | Eric Wong | 2008-09-20 | 2 | -0/+12 |
* | | Oops, open() with O_CREAT is nicer with a mode | Eric Wong | 2008-09-20 | 2 | -2/+2 |
* | | volume: oops, only #include <alloca.h> if OSS is enabled | Eric Wong | 2008-09-18 | 1 | -1/+0 |
* | | oss: avoid heap allocations when configuring mixer | Eric Wong | 2008-09-18 | 1 | -13/+13 |
|/ |
|
* | Move away from fprintf() when writing DB/state_file | Eric Wong | 2008-09-18 | 10 | -55/+60 |
* | fdprintf and vfdprintf get error handling | Eric Wong | 2008-09-18 | 2 | -14/+22 |
* | Directory: don't allocate stat information dynamically | Eric Wong | 2008-09-18 | 2 | -50/+22 |
* | mp3: fix long line, I can't read past 80 cols | Eric Wong | 2008-09-17 | 1 | -1/+2 |
* | mp3: fix buffer overflow when max_frames is too large | Max Kellermann | 2008-09-17 | 1 | -0/+5 |
* | client: check expired after client_process_line() | Max Kellermann | 2008-09-17 | 1 | -1/+2 |
* | mp4: fix potential integer overflow bug in the mp4_decode() function | Terry | 2008-09-12 | 1 | -0/+7 |
* | Merge branch 'mk/client-merge' | Eric Wong | 2008-09-12 | 27 | -1363/+1981 |
|\ |
|
| * | client: shorten names of the struct client variables | Eric Wong | 2008-09-12 | 1 | -210/+209 |
| * | client: simplified client_read() | Max Kellermann | 2008-09-10 | 1 | -3/+5 |
| * | client: client_input_received() returns 0 | Max Kellermann | 2008-09-10 | 1 | -4/+2 |
| * | client: check for COMMAND_RETURN_CLOSE | Max Kellermann | 2008-09-10 | 1 | -15/+14 |
| * | client: renamed local variable "selret" to "ret" | Max Kellermann | 2008-09-10 | 1 | -4/+5 |
| * | client: moved CLOSE/KILL check after client_process_line() | Max Kellermann | 2008-09-10 | 1 | -4/+3 |
| * | client: don't check FD_ISSET(client->fd) on expired client | Max Kellermann | 2008-09-09 | 1 | -1/+2 |
| * | client: removed assert(client->fd)>=0 | Max Kellermann | 2008-09-09 | 1 | -4/+2 |
| * | Merge branch 'mk/client' | Eric Wong | 2008-09-09 | 9 | -813/+1292 |
| |\ |
|
| | * | client: reorder function declarations | Max Kellermann | 2008-09-01 | 1 | -3/+4 |
| | * | client: check "expired" after command execution | Max Kellermann | 2008-09-01 | 1 | -7/+14 |
| | * | client: added global "expired" flag | Max Kellermann | 2008-09-01 | 1 | -6/+7 |
| | * | client: removed superfluous assertion | Max Kellermann | 2008-09-01 | 1 | -1/+0 |
| | * | client: more assertions | Max Kellermann | 2008-09-01 | 1 | -0/+6 |
| | * | client: moved code to sockaddr_to_tmp_string() | Max Kellermann | 2008-09-01 | 1 | -9/+17 |
| | * | client: replace "expired" flag with fd==-1 | Max Kellermann | 2008-09-01 | 1 | -6/+6 |
| | * | client: moved "expired" accesses into inline function | Max Kellermann | 2008-09-01 | 1 | -13/+29 |
| | * | client: no while loop in client_manager_io() | Max Kellermann | 2008-09-01 | 1 | -30/+24 |
| | * | client: select() errors are fatal | Max Kellermann | 2008-09-01 | 1 | -30/+6 |
| | * | client: use client_defer_output() in client_write() | Max Kellermann | 2008-09-01 | 1 | -7/+3 |
| | * | client: moved code to client_write() | Max Kellermann | 2008-09-01 | 1 | -26/+28 |
| | * | client: client_defer_output() can create the first defer buffer | Max Kellermann | 2008-09-01 | 1 | -5/+5 |
| | * | client: return early on error in client_defer_output() | Max Kellermann | 2008-09-01 | 1 | -5/+7 |
| | * | client: moved code to client_defer_output() | Max Kellermann | 2008-09-01 | 1 | -20/+27 |
| | * | client: don't free client resources except in client_close() | Max Kellermann | 2008-09-01 | 1 | -15/+0 |
| | * | client: allocate clients dynamically | Max Kellermann | 2008-09-01 | 1 | -90/+76 |
| | * | client: added function client_by_fd() | Max Kellermann | 2008-09-01 | 1 | -13/+21 |
| | * | client: return early in client_new() | Max Kellermann | 2008-09-01 | 1 | -30/+31 |
| | * | client: renamed all public functions | Max Kellermann | 2008-09-01 | 6 | -19/+19 |
| | * | client: renamed internal functions and variables | Max Kellermann | 2008-09-01 | 1 | -297/+296 |
| | * | client: renamed Interface to struct client | Max Kellermann | 2008-09-01 | 1 | -19/+19 |
| | * | renamed interface.c to client.c | Max Kellermann | 2008-09-01 | 7 | -7/+7 |