aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* command: rename to AllCommands.cxxMax Kellermann2012-09-25
* command: move remaining handlers to OtherCommands.cxxMax Kellermann2012-09-25
* command: move code to *Commands.cxxMax Kellermann2012-08-29
* Stats: stats_print() returns voidMax Kellermann2012-08-29
* Merge branch 'v0.17.x'Max Kellermann2012-08-25
|\
| * command: make "single" a boolMax Kellermann2012-08-21
* | DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-16
* | Merge branch 'v0.17.x'Max Kellermann2012-08-14
|\|
| * mapper: fix non-UTF8 music directory nameMax Kellermann2012-08-14
* | DatabasePrint: don't print Last-Modified if unknownMax Kellermann2012-08-08
* | time_print: new library, function time_print()Max Kellermann2012-08-08
* | DatabaseCommands: merge duplicate search/find codeMax Kellermann2012-08-08
* | locate: add a per-item "fold_case" flagMax Kellermann2012-08-08
* | locate: don't allow empty listMax Kellermann2012-08-07
* | locate: add "casefold" flag to parserMax Kellermann2012-08-07
* | command: move code to DatabaseCommands.cxxMax Kellermann2012-08-07
* | command: move print_error() to CommandError.cxxMax Kellermann2012-08-07
|/
* command: require appropriate permissions for searchadd{,pl}Jonathan Neuschäfer2012-07-10
* New command searchaddplgeneticdrift2012-06-27
* New command searchadd similar to command findadd.geneticdrift2012-06-27
* command: read arbitrary local files with "lsinfo"Max Kellermann2012-03-06
* playlist_edit: move UID check to client_allow_file()Max Kellermann2012-03-06
* command, ack: add ack_quark()Max Kellermann2012-03-06
* use g_strerror() instead of strerror()Max Kellermann2012-03-06
* command: fix the "DENIED" ACK codeMax Kellermann2012-03-06
* command: move code to protocol/argparser.cMax Kellermann2012-02-14
* command: use standard error messages in check_int()Max Kellermann2012-02-14
* command: check for empty string after strtol()Max Kellermann2012-02-14
* command: parse unsigned integers and booleans where applicableMax Kellermann2012-02-14
* command: move functions to protocol/result.cMax Kellermann2012-02-14
* command: eliminate local buffer "unknown"Max Kellermann2012-02-14
* command: new command "config"Max Kellermann2012-02-13
* client: add function client_is_local()Max Kellermann2012-02-13
* command: never print "bad name" in response to "load"Max Kellermann2012-02-13
* command: add optional range parameter to "load"Max Kellermann2012-02-09
* playlist_save: add start/end_index parametersMax Kellermann2012-02-09
* playlist_queue: add start/end_index parametersMax Kellermann2012-02-09
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-02
* command: new command "seekcur"Max Kellermann2011-12-24
* db_print: move code to function db_selection_print()Max Kellermann2011-09-13
* database: don't allow uri==NULLMax Kellermann2011-09-13
* database: generate GError when database is disabledMax Kellermann2011-09-13
* database: add struct db_visitorMax Kellermann2011-09-13
* stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-11
* dbUtils: move code to db_print.cMax Kellermann2011-09-06
* dbUtils: pass player_control to findAddIn()Max Kellermann2011-09-05
* queue: implement song "priorities"Max Kellermann2011-07-19
* Merge branch 'v0.16.x'Max Kellermann2011-04-12
|\
| * Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-04-12
| |\
| | * command: fix return value of handle_currentsong()Max Kellermann2011-03-23