aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-21command: make "single" a boolMax Kellermann1-1/+1
2012-08-14mapper: fix non-UTF8 music directory nameMax Kellermann1-1/+1
2012-07-10command: require appropriate permissions for searchadd{,pl}Jonathan Neuschäfer1-2/+2
2012-06-27New command searchaddplgeneticdrift1-0/+28
2012-06-27New command searchadd similar to command findadd.geneticdrift1-0/+26
2012-03-06command: read arbitrary local files with "lsinfo"Max Kellermann1-1/+22
2012-03-06playlist_edit: move UID check to client_allow_file()Max Kellermann1-11/+15
2012-03-06command, ack: add ack_quark()Max Kellermann1-0/+4
2012-03-06use g_strerror() instead of strerror()Max Kellermann1-1/+2
2012-03-06command: fix the "DENIED" ACK codeMax Kellermann1-1/+1
2012-02-14command: move code to protocol/argparser.cMax Kellermann1-166/+1
2012-02-14command: use standard error messages in check_int()Max Kellermann1-49/+27
2012-02-14command: check for empty string after strtol()Max Kellermann1-7/+7
2012-02-14command: parse unsigned integers and booleans where applicableMax Kellermann1-67/+39
2012-02-14command: move functions to protocol/result.cMax Kellermann1-31/+1
2012-02-14command: eliminate local buffer "unknown"Max Kellermann1-2/+1
2012-02-13command: new command "config"Max Kellermann1-0/+19
2012-02-13client: add function client_is_local()Max Kellermann1-1/+1
2012-02-13command: never print "bad name" in response to "load"Max Kellermann1-5/+14
2012-02-09command: add optional range parameter to "load"Max Kellermann1-4/+13
2012-02-09playlist_save: add start/end_index parametersMax Kellermann1-1/+2
2012-02-09playlist_queue: add start/end_index parametersMax Kellermann1-1/+3
2012-02-02directory: require the caller to lock the db_mutexMax Kellermann1-0/+4
2011-12-24command: new command "seekcur"Max Kellermann1-0/+16
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