aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-13db_print: move code to function db_selection_print()Max Kellermann1-9/+6
2011-09-13database: don't allow uri==NULLMax Kellermann1-6/+6
2011-09-13database: generate GError when database is disabledMax Kellermann1-0/+6
2011-09-13database: add struct db_visitorMax Kellermann1-48/+43
2011-09-11stored_playlist: return GError, code is playlist_resultMax Kellermann1-51/+72
2011-09-06dbUtils: move code to db_print.cMax Kellermann1-0/+1
2011-09-05dbUtils: pass player_control to findAddIn()Max Kellermann1-1/+1
2011-07-19queue: implement song "priorities"Max Kellermann1-0/+64
2011-03-23command: fix return value of handle_currentsong()Max Kellermann1-1/+1
2011-03-18command: print playlist load errorMax Kellermann1-1/+1
2011-02-27command: "update" and "rescan" need only "CONTROL" permissionMax Kellermann1-2/+2
2011-01-29protocol: support client-to-client communicationMax Kellermann1-0/+172
2011-01-29client_idle: add header client_idle.hMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-37/+56
2010-12-23playlist_song: add flag "secure"Max Kellermann1-1/+1
2010-12-07command: don't error when sticker list is run on song with no stickersAnton Khirnov1-7/+3
2010-05-18command: fallback strftime() formats on WIN32Max Kellermann1-2/+4
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+49
2010-03-12command: allow "update" with slash or empty pathMax Kellermann1-1/+4
2010-02-27command: "update" checks if the path is malformedMax Kellermann1-2/+16
2010-02-08command: "listplaylist" dumps playlist filesMax Kellermann1-0/+6
2010-01-04replay_gain: moved code to replay_gain_config.cMax Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann1-4/+5
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-07command: added command "decoders"Max Kellermann1-0/+10
2009-11-04sticker comments in code and example configuration fileRomain Bignon1-0/+5
2009-10-18command: omitting the range end is possibleMax Kellermann1-1/+4
2009-10-18command: use GLib limit macros in check_range()Max Kellermann1-10/+10
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann1-0/+27
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann1-0/+5
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann1-1/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-3/+3
2009-10-08player_control: no CamelCaseMax Kellermann1-8/+8
2009-10-08player_control: bundle "get" functions in pc_get_status()Max Kellermann1-8/+13
2009-10-08player_control: allocate getPlayerErrorStr() resultMax Kellermann1-2/+5
2009-09-30command: range support for "delete"Max Kellermann1-3/+3
2009-09-25command: relax requirements for unquoted wordsMax Kellermann1-1/+1
2009-09-24command: added command "rescan"Max Kellermann1-1/+23
2009-09-24update: pass const string to update_enqueue()Max Kellermann1-2/+2
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann1-1/+1
2009-08-25command: add "findadd" command.Anton Khirnov1-0/+25
2009-07-29command: moved command_process_list() to client.cMax Kellermann1-26/+3
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-21/+21
2009-07-19command: use the tokenizer libraryMax Kellermann1-4/+50
2009-07-14playlist: no CamelCaseMax Kellermann1-12/+12
2009-07-06volume: moved range check to handle_setvol()Max Kellermann1-0/+5
2009-07-06volume, mixer: removed the "relative" parameterMax Kellermann1-1/+1
2009-07-06command: removed the "volume" commandMax Kellermann1-22/+1