| 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 | -11/+11 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -8/+8 |
2006-08-14 | Revert leaks from r4311, and also the leak fixes as a result of that | Eric Wong | 1 | -12/+2 |
2006-07-30 | Standardize state_file handling routines. | Eric Wong | 1 | -179/+103 |
2006-07-30 | remove deprecated myfprintf wrapper | Eric Wong | 1 | -13/+14 |
2006-07-30 | commandError() cleanups, fixup gcc checks | Eric Wong | 1 | -4/+3 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -122/+127 |
2006-07-27 | Use AudioCompress for volume normalization | J. Alexander Treuman | 1 | -9/+2 |
2006-07-21 | Fix a memory leak when removing a playlist | J. Alexander Treuman | 1 | -0/+2 |
2006-07-21 | Remember kids: always test your code before committing | J. Alexander Treuman | 1 | -5/+6 |
2006-07-21 | Make getBoolConfigParam and save_absolute_paths_in_playlist less stupid | J. Alexander Treuman | 1 | -1/+8 |
2006-07-21 | Use getBoolConfigParam for save_absolute_paths_in_playlist | J. Alexander Treuman | 1 | -14/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -1/+5 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -623/+709 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -22/+22 |
2006-07-16 | Sigh, another memory leak | J. Alexander Treuman | 1 | -2/+7 |
2006-07-16 | Fixing what looks like a *huge* memory leak | J. Alexander Treuman | 1 | -0/+1 |
2006-07-16 | Fixing a whopping 4 memory leaks | J. Alexander Treuman | 1 | -2/+2 |
2006-07-14 | [CLEANUP] cleanup whitespace -> tabs | Avuton Olrich | 1 | -69/+66 |
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 |
2006-05-20 | Remove superfluous \n from addid's commandError call. | J. Alexander Treuman | 1 | -1/+1 |
2006-05-08 | Commit Jat's patch for bug 1282 | Qball Cow | 1 | -3/+3 |
2006-05-08 | Commit Jat's patch for bug 1281 | Qball Cow | 1 | -1/+1 |
2006-04-23 | Adding of plchangesposid command, this is a stripped down version of the plch... | Qball Cow | 1 | -0/+20 |
2006-03-26 | src/playlist.c: remove unnecessary strdup() | Eric Wong | 1 | -4/+5 |
2006-03-26 | Small fix, it's file: test not file:test | Qball Cow | 1 | -2/+2 |
2006-03-26 | Support for fetching the content of a stored playlist (patch by qball), this ... | Qball Cow | 1 | -73/+106 |
2005-03-08 | for windows compatibility, if we're unable to add a song, convert '\' to '/' ... | Warren Dukes | 1 | -4/+14 |
2005-03-06 | fix stateFile path getting garbled | Warren Dukes | 1 | -18/+28 |
2004-11-11 | implement saved memory by not storing full path | Warren Dukes | 1 | -16/+11 |
2004-11-02 | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 1 | -6/+12 |
2004-11-02 | oops, a typo, but that's ok, i'm still da man | Warren Dukes | 1 | -1/+1 |
2004-11-02 | a few extra strerror()'s sprinkled in the code | Warren Dukes | 1 | -2/+4 |
2004-10-30 | use random() instead of rand() | Warren Dukes | 1 | -4/+4 |
2004-10-28 | oops, forgot the parse the state_file as a path | Warren Dukes | 1 | -1/+1 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -23/+31 |
2004-10-16 | #1) Fix a potential security hole, where mpd sends a line from a playlist to ... | Warren Dukes | 1 | -1/+3 |
2004-10-15 | fix bug #307 | Warren Dukes | 1 | -2/+7 |
2004-06-30 | rename idToNum and numToId to idToPostion and positionToId - from tw-nym | Warren Dukes | 1 | -34/+34 |
2004-06-26 | patch from np for orderPlaylist() | Warren Dukes | 1 | -1/+3 |
2004-06-19 | fix move command | Warren Dukes | 1 | -1/+1 |
2004-06-15 | fix C99 stuff for commandError | Warren Dukes | 1 | -3/+4 |
2004-06-14 | forget to set playlist.current = 0 when toggling random | Warren Dukes | 1 | -0/+1 |
2004-06-14 | bug fix for deleting a song when the last song or next to last song is playin... | Warren Dukes | 1 | -4/+4 |
2004-06-13 | change 'Num' => 'Pos" for position | Warren Dukes | 1 | -1/+1 |
2004-06-10 | since stuff like vorbis streams report actual time into stream, | Warren Dukes | 1 | -4/+6 |
2004-06-09 | implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw... | Warren Dukes | 1 | -4/+6 |
2004-06-09 | implmented ID functions, need to implemented id commands | Warren Dukes | 1 | -1/+64 |
2004-06-09 | implemented song id's | Warren Dukes | 1 | -9/+60 |