aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistPrint.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-9/+3
2013-01-27playlist/*: convert to C++Max Kellermann1-1/+1
2013-01-26playlist/*: convert to C++Max Kellermann1-1/+1
2013-01-07Playlist: convert functions to methodsMax Kellermann1-2/+1
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-1/+1
2013-01-06queue: convert all functions to methodsMax Kellermann1-4/+4
2013-01-04playlist: convert to C++Max Kellermann1-1/+1
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-11/+11
2013-01-03client: convert to C++Max Kellermann1-1/+1
2013-01-03database.h: eliminate db_*_song()Max Kellermann1-14/+19
2013-01-02*_print: convert to C++Max Kellermann1-1/+1
2013-01-02playlist_{any,song,queue}: convert to C++Max Kellermann1-3/+3
2012-09-28main: use C++ compilerMax Kellermann1-1/+1
2012-09-28PlaylistFile: use std::list instead of GPtrArrayMax Kellermann1-9/+9
2012-09-28stored_playlist, playlist_save: use C++ compilerMax Kellermann1-1/+1
2012-08-29SongFilter: convert to a C++ classMax Kellermann1-3/+3
2012-08-29playlist_print: rename to PlaylistPrint.cxxMax Kellermann1-3/+6
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann1-2/+2
2012-08-16playlist_print: fix memory leakMax Kellermann1-0/+3
2012-08-08locate: add a per-item "fold_case" flagMax Kellermann1-7/+0
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+12
2011-09-11stored_playlist: return GError, code is playlist_resultMax Kellermann1-2/+3
2011-09-11playlist: move enum playlist_result to playlist_error.hMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-23playlist_song: add flag "secure"Max Kellermann1-1/+1
2010-06-25playlist_print: use playlist_open_any()Max Kellermann1-2/+2
2010-06-01playlist_list: playlist_list_open_path() returns input_streamMax Kellermann1-1/+7
2010-02-08command: "listplaylist" dumps playlist filesMax Kellermann1-0/+37
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-04playlist_print: added wrappers for printing the queueMax Kellermann1-0/+85
2009-02-04playlist_print: use bool instead of intMax Kellermann1-6/+6
2009-02-04playlist_print: no CamelCaseMax Kellermann1-2/+3
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann1-23/+29
2009-01-19sticker: added song sticker libraryMax Kellermann1-9/+24
2009-01-07pcm_prng: renamed prng() to pcm_prng()Max Kellermann1-1/+2
2009-01-03pcm_utils: use the custom PRNG for volume ditheringMax Kellermann1-11/+9
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann1-0/+6
2008-12-30main: moved daemonize() to daemon.cMax Kellermann1-12/+5
2008-12-27cmdline: use gboolean instead of intMax Kellermann1-4/+6
2008-12-27moved command line parser to cmdline.cMax Kellermann1-7/+13
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann1-19/+0
2008-09-09output: removed keepAudioOutputAlive() declarationMax Kellermann1-1/+0
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-17/+0
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-21/+22
2008-09-07output: added output_api.hMax Kellermann1-64/+3