| Commit message (Expand) | Author | Age | Files | Lines |
* | use the notify API in the main thread | Max Kellermann | 2008-04-12 | 1 | -9/+1 |
* | use the notify API in the player | Max Kellermann | 2008-04-12 | 1 | -6/+8 |
* | Start using song pointers in core data structures | Eric Wong | 2008-04-12 | 1 | -24/+14 |
* | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 2008-04-12 | 1 | -32/+1 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -196/+79 |
* | player: more assertions | Max Kellermann | 2008-03-26 | 1 | -0/+2 |
* | fix "unreachable code" warning | Max Kellermann | 2008-03-26 | 1 | -2/+0 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -5/+5 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -12/+1 |
* | playerCloseAudio() is static | Eric Wong | 2008-01-03 | 1 | -1/+3 |
* | player.c: introduce set_current_song to avoid needless repetition | Eric Wong | 2008-01-03 | 1 | -27/+13 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -5/+6 |
* | playerInit() is static | Eric Wong | 2007-09-08 | 1 | -1/+1 |
* | Once again get rid of busy waiting and use SIGSTOP for pause | Eric Wong | 2007-09-06 | 1 | -0/+14 |
* | return to busy-waiting on pause for now.. | Eric Wong | 2007-09-06 | 1 | -14/+0 |
* | send SIGCONT to the player process whenever we need to busy wait on it | Eric Wong | 2007-09-06 | 1 | -0/+11 |
* | removing debug messages from signal handlers | J. Alexander Treuman | 2007-08-27 | 1 | -0/+4 |
* | send SIGSTOP to player and decoder processes on pause, too | Eric Wong | 2007-08-27 | 1 | -0/+3 |
* | Set a flag if we've sent the player process SIGSTOP so that we know not to | J. Alexander Treuman | 2007-06-04 | 1 | -3/+9 |
* | Don't kill the player process (and effectively the decode process) when | J. Alexander Treuman | 2007-06-04 | 1 | -12/+17 |
* | Tell the player process (and thus also the decode process) to quit when | J. Alexander Treuman | 2007-06-01 | 1 | -0/+23 |
* | Minor formatting cleanups. | J. Alexander Treuman | 2007-06-01 | 1 | -5/+0 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | More (v)snprintf-related buffer over-allocations removed | Eric Wong | 2007-02-19 | 1 | -2/+2 |
* | #1) fix a few potential deadlock conditons in decode.c when crossfading is en... | Warren Dukes | 2007-02-11 | 1 | -0/+2 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -3/+3 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -4/+4 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -1/+1 |
* | Several bugfixes during exit found by valgrind | Eric Wong | 2006-08-14 | 1 | -1/+1 |
* | Spelling & Grammar | Avuton Olrich | 2006-08-11 | 1 | -1/+1 |
* | more sparse cleanups | Eric Wong | 2006-08-08 | 1 | -23/+23 |
* | merge changes from mpd-tree: | Warren Dukes | 2006-08-06 | 1 | -37/+52 |
* | logging cleanups | Eric Wong | 2006-08-01 | 1 | -1/+1 |
* | remove clumsy strncpy use | Eric Wong | 2006-07-30 | 1 | -6/+4 |
* | commandError() cleanups, fixup gcc checks | Eric Wong | 2006-07-30 | 1 | -1/+1 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -13/+10 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -163/+214 |
* | Fix the undefined reference to `playerInitReal' | Avuton Olrich | 2006-07-14 | 1 | -1/+1 |
* | [CLEANUP] Remove unused function | Avuton Olrich | 2006-07-14 | 1 | -54/+26 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | remove C++ style comments | Eric Wong | 2005-11-19 | 1 | -10/+13 |
* | DJWLindenaar balanced tree and master process patch | Qball Cow | 2005-11-16 | 1 | -31/+37 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -5/+5 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -3/+0 |
* | now one can specify multiple bind_to_addresses | Warren Dukes | 2004-11-03 | 1 | -1/+1 |
* | new setSigHandlersForDecoder() function, and be sure player/decode processes ... | Warren Dukes | 2004-11-03 | 1 | -9/+1 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 1 | -0/+6 |
* | remove an extra line of code | Warren Dukes | 2004-06-29 | 1 | -1/+0 |
* | fix C99 stuff for commandError | Warren Dukes | 2004-06-15 | 1 | -1/+1 |