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