| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't kill the player process (and effectively the decode process) when | J. Alexander Treuman | 2007-06-04 | 1 | -2/+2 |
* | Making some bool options more consistent. | J. Alexander Treuman | 2007-06-03 | 1 | -2/+4 |
* | Tell the player process (and thus also the decode process) to quit when | J. Alexander Treuman | 2007-06-01 | 1 | -3/+2 |
* | Minor formatting cleanups. | J. Alexander Treuman | 2007-06-01 | 1 | -2/+0 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -2/+1 |
* | Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL. | J. Alexander Treuman | 2007-05-26 | 1 | -9/+18 |
* | Make sure StoredPlaylists always contain UTF-8 paths that are either | J. Alexander Treuman | 2007-05-26 | 1 | -3/+1 |
* | Committing pat's rewrite of the stored playlist code. This also adds two | J. Alexander Treuman | 2007-05-16 | 1 | -277/+56 |
* | Typo. | J. Alexander Treuman | 2007-04-08 | 1 | -1/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Doing those previous SONG_* commits properly. Thanks to normalperson for | J. Alexander Treuman | 2007-03-20 | 1 | -2/+2 |
* | Use SONG_FILE instead of literal "file: " for consistency with db code. | J. Alexander Treuman | 2007-03-20 | 1 | -2/+2 |
* | Adding playlistfind and playlistsearch commands for searching the current | J. Alexander Treuman | 2007-02-24 | 1 | -0/+33 |
* | fix for bug #1447 | Warren Dukes | 2007-02-18 | 1 | -6/+20 |
* | More sparse fixes now that we've re-enabled -Wmissing-prototypes | Eric Wong | 2007-01-14 | 1 | -1/+1 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -3/+3 |
* | Remove a line of dead code | Qball Cow | 2007-01-11 | 1 | -2/+1 |
* | Use the existing define for the default value of save_absolute_playlists | J. Alexander Treuman | 2006-12-23 | 1 | -1/+1 |
* | Adding functions for clearing/adding to stored playlists. Commands to make | J. Alexander Treuman | 2006-11-20 | 1 | -0/+102 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -11/+11 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -8/+8 |
* | Revert leaks from r4311, and also the leak fixes as a result of that | Eric Wong | 2006-08-14 | 1 | -12/+2 |
* | Standardize state_file handling routines. | Eric Wong | 2006-07-30 | 1 | -179/+103 |
* | remove deprecated myfprintf wrapper | Eric Wong | 2006-07-30 | 1 | -13/+14 |
* | commandError() cleanups, fixup gcc checks | Eric Wong | 2006-07-30 | 1 | -4/+3 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -122/+127 |
* | Use AudioCompress for volume normalization | J. Alexander Treuman | 2006-07-27 | 1 | -9/+2 |
* | Fix a memory leak when removing a playlist | J. Alexander Treuman | 2006-07-21 | 1 | -0/+2 |
* | Remember kids: always test your code before committing | J. Alexander Treuman | 2006-07-21 | 1 | -5/+6 |
* | Make getBoolConfigParam and save_absolute_paths_in_playlist less stupid | J. Alexander Treuman | 2006-07-21 | 1 | -1/+8 |
* | Use getBoolConfigParam for save_absolute_paths_in_playlist | J. Alexander Treuman | 2006-07-21 | 1 | -14/+2 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -1/+5 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -623/+709 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -22/+22 |
* | Sigh, another memory leak | J. Alexander Treuman | 2006-07-16 | 1 | -2/+7 |
* | Fixing what looks like a *huge* memory leak | J. Alexander Treuman | 2006-07-16 | 1 | -0/+1 |
* | Fixing a whopping 4 memory leaks | J. Alexander Treuman | 2006-07-16 | 1 | -2/+2 |
* | [CLEANUP] cleanup whitespace -> tabs | Avuton Olrich | 2006-07-14 | 1 | -69/+66 |
* | 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 superfluous \n from addid's commandError call. | J. Alexander Treuman | 2006-05-20 | 1 | -1/+1 |
* | Commit Jat's patch for bug 1282 | Qball Cow | 2006-05-08 | 1 | -3/+3 |
* | Commit Jat's patch for bug 1281 | Qball Cow | 2006-05-08 | 1 | -1/+1 |
* | Adding of plchangesposid command, this is a stripped down version of the plch... | Qball Cow | 2006-04-23 | 1 | -0/+20 |
* | src/playlist.c: remove unnecessary strdup() | Eric Wong | 2006-03-26 | 1 | -4/+5 |
* | Small fix, it's file: test not file:test | Qball Cow | 2006-03-26 | 1 | -2/+2 |
* | Support for fetching the content of a stored playlist (patch by qball), this ... | Qball Cow | 2006-03-26 | 1 | -73/+106 |
* | for windows compatibility, if we're unable to add a song, convert '\' to '/' ... | Warren Dukes | 2005-03-08 | 1 | -4/+14 |
* | fix stateFile path getting garbled | Warren Dukes | 2005-03-06 | 1 | -18/+28 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -16/+11 |