aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-041-2/+2
* Making some bool options more consistent.J. Alexander Treuman2007-06-031-2/+4
* Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman2007-06-011-3/+2
* Minor formatting cleanups.J. Alexander Treuman2007-06-011-2/+0
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-2/+1
* Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman2007-05-261-9/+18
* Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman2007-05-261-3/+1
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-161-277/+56
* Typo.J. Alexander Treuman2007-04-081-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman2007-03-201-2/+2
* Use SONG_FILE instead of literal "file: " for consistency with db code.J. Alexander Treuman2007-03-201-2/+2
* Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman2007-02-241-0/+33
* fix for bug #1447Warren Dukes2007-02-181-6/+20
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-141-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-3/+3
* Remove a line of dead codeQball Cow2007-01-111-2/+1
* Use the existing define for the default value of save_absolute_playlistsJ. Alexander Treuman2006-12-231-1/+1
* Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman2006-11-201-0/+102
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-11/+11
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-8/+8
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-141-12/+2
* Standardize state_file handling routines.Eric Wong2006-07-301-179/+103
* remove deprecated myfprintf wrapperEric Wong2006-07-301-13/+14
* commandError() cleanups, fixup gcc checksEric Wong2006-07-301-4/+3
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-122/+127
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-271-9/+2
* Fix a memory leak when removing a playlistJ. Alexander Treuman2006-07-211-0/+2
* Remember kids: always test your code before committingJ. Alexander Treuman2006-07-211-5/+6
* Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman2006-07-211-1/+8
* Use getBoolConfigParam for save_absolute_paths_in_playlistJ. Alexander Treuman2006-07-211-14/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+5
* Add mpd-indent.shAvuton Olrich2006-07-201-623/+709
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-22/+22
* Sigh, another memory leakJ. Alexander Treuman2006-07-161-2/+7
* Fixing what looks like a *huge* memory leakJ. Alexander Treuman2006-07-161-0/+1
* Fixing a whopping 4 memory leaksJ. Alexander Treuman2006-07-161-2/+2
* [CLEANUP] cleanup whitespace -> tabsAvuton Olrich2006-07-141-69/+66
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Remove superfluous \n from addid's commandError call.J. Alexander Treuman2006-05-201-1/+1
* Commit Jat's patch for bug 1282Qball Cow2006-05-081-3/+3
* Commit Jat's patch for bug 1281Qball Cow2006-05-081-1/+1
* Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow2006-04-231-0/+20
* src/playlist.c: remove unnecessary strdup()Eric Wong2006-03-261-4/+5
* Small fix, it's file: test not file:testQball Cow2006-03-261-2/+2
* Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow2006-03-261-73/+106
* for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes2005-03-081-4/+14
* fix stateFile path getting garbledWarren Dukes2005-03-061-18/+28
* implement saved memory by not storing full pathWarren Dukes2004-11-111-16/+11