| Commit message (Expand) | Author | Files | Lines |
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 |
2004-06-15 | fix C99 stuff for commandError | Warren Dukes | 1 | -1/+1 |
2004-06-09 | fix some streaming metadata issues | Warren Dukes | 1 | -7/+3 |
2004-06-07 | some fixes to metadata stuff | Warren Dukes | 1 | -4/+5 |
2004-06-06 | slightly safer copying of metadataChunk to MpdTag | Warren Dukes | 1 | -5/+5 |
2004-06-06 | mechanism for updating metadata while decoding | Warren Dukes | 1 | -19/+7 |
2004-06-06 | todo update | Warren Dukes | 1 | -3/+6 |
2004-06-04 | finish ack error codes | Warren Dukes | 1 | -1/+2 |
2004-06-04 | clean up ACK error coding a little bit | Warren Dukes | 1 | -2/+1 |
2004-06-03 | better method for computing total time played | Warren Dukes | 1 | -5/+1 |
2004-06-01 | ogg voribs comment parsing on the fly in the decoder | Warren Dukes | 1 | -0/+8 |
2004-06-01 | validateUtf8Tag on stream metadata | Warren Dukes | 1 | -0/+1 |
2004-05-31 | some stream metadata fixes | Warren Dukes | 1 | -8/+23 |
2004-05-31 | little tidying up that will be deleted anyway | Warren Dukes | 1 | -4/+3 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -22/+33 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -53/+0 |
2004-05-20 | removed a debug statement | Warren Dukes | 1 | -1/+0 |
2004-05-20 | ogg stream playing! some non-blocking seek bug fixes | Warren Dukes | 1 | -0/+1 |
2004-05-19 | just a we bit of changes | Warren Dukes | 1 | -21/+30 |
2004-05-18 | streaming fixes and such, now it seems to work good, what an annoying bug | Warren Dukes | 1 | -2/+2 |
2004-05-18 | rework stuff so that we can use mime-type of streams to detect type of file | Warren Dukes | 1 | -13/+20 |
2004-05-18 | assume all streams are mp3's, we'll need to open the streams before calling | Warren Dukes | 1 | -1/+2 |
2004-05-18 | yes! rudimentary stream playing for mp3's! | Warren Dukes | 1 | -12/+19 |
2004-05-10 | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 1 | -1/+1 |
2004-04-16 | some cleanups of sprintf's => snprintf's | Warren Dukes | 1 | -12/+25 |
2004-04-15 | log cycling and a few cleanups | Warren Dukes | 1 | -0/+13 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | add a error msg for playerSeek() | Warren Dukes | 1 | -0/+1 |