| Commit message (Expand) | Author | Age | Files | Lines |
* | command: rename to AllCommands.cxx | Max Kellermann | 2012-09-25 | 1 | -385/+0 |
* | command: move remaining handlers to OtherCommands.cxx | Max Kellermann | 2012-09-25 | 1 | -277/+1 |
* | command: move code to *Commands.cxx | Max Kellermann | 2012-08-29 | 1 | -1289/+8 |
* | Stats: stats_print() returns void | Max Kellermann | 2012-08-29 | 1 | -1/+2 |
* | Merge branch 'v0.17.x' | Max Kellermann | 2012-08-25 | 1 | -1/+1 |
|\ |
|
| * | command: make "single" a bool | Max Kellermann | 2012-08-21 | 1 | -1/+1 |
* | | DatabasePlugin: add method ReturnSong() | Max Kellermann | 2012-08-16 | 1 | -0/+4 |
* | | Merge branch 'v0.17.x' | Max Kellermann | 2012-08-14 | 1 | -1/+1 |
|\| |
|
| * | mapper: fix non-UTF8 music directory name | Max Kellermann | 2012-08-14 | 1 | -1/+1 |
* | | DatabasePrint: don't print Last-Modified if unknown | Max Kellermann | 2012-08-08 | 1 | -1/+2 |
* | | time_print: new library, function time_print() | Max Kellermann | 2012-08-08 | 1 | -16/+2 |
* | | DatabaseCommands: merge duplicate search/find code | Max Kellermann | 2012-08-08 | 1 | -15/+10 |
* | | locate: add a per-item "fold_case" flag | Max Kellermann | 2012-08-08 | 1 | -1/+1 |
* | | locate: don't allow empty list | Max Kellermann | 2012-08-07 | 1 | -8/+2 |
* | | locate: add "casefold" flag to parser | Max Kellermann | 2012-08-07 | 1 | -2/+2 |
* | | command: move code to DatabaseCommands.cxx | Max Kellermann | 2012-08-07 | 1 | -238/+4 |
* | | command: move print_error() to CommandError.cxx | Max Kellermann | 2012-08-07 | 1 | -104/+1 |
|/ |
|
* | command: require appropriate permissions for searchadd{,pl} | Jonathan Neuschäfer | 2012-07-10 | 1 | -2/+2 |
* | New command searchaddpl | geneticdrift | 2012-06-27 | 1 | -0/+28 |
* | New command searchadd similar to command findadd. | geneticdrift | 2012-06-27 | 1 | -0/+26 |
* | command: read arbitrary local files with "lsinfo" | Max Kellermann | 2012-03-06 | 1 | -1/+22 |
* | playlist_edit: move UID check to client_allow_file() | Max Kellermann | 2012-03-06 | 1 | -11/+15 |
* | command, ack: add ack_quark() | Max Kellermann | 2012-03-06 | 1 | -0/+4 |
* | use g_strerror() instead of strerror() | Max Kellermann | 2012-03-06 | 1 | -1/+2 |
* | command: fix the "DENIED" ACK code | Max Kellermann | 2012-03-06 | 1 | -1/+1 |
* | command: move code to protocol/argparser.c | Max Kellermann | 2012-02-14 | 1 | -166/+1 |
* | command: use standard error messages in check_int() | Max Kellermann | 2012-02-14 | 1 | -49/+27 |
* | command: check for empty string after strtol() | Max Kellermann | 2012-02-14 | 1 | -7/+7 |
* | command: parse unsigned integers and booleans where applicable | Max Kellermann | 2012-02-14 | 1 | -67/+39 |
* | command: move functions to protocol/result.c | Max Kellermann | 2012-02-14 | 1 | -31/+1 |
* | command: eliminate local buffer "unknown" | Max Kellermann | 2012-02-14 | 1 | -2/+1 |
* | command: new command "config" | Max Kellermann | 2012-02-13 | 1 | -0/+19 |
* | client: add function client_is_local() | Max Kellermann | 2012-02-13 | 1 | -1/+1 |
* | command: never print "bad name" in response to "load" | Max Kellermann | 2012-02-13 | 1 | -5/+14 |
* | command: add optional range parameter to "load" | Max Kellermann | 2012-02-09 | 1 | -4/+13 |
* | playlist_save: add start/end_index parameters | Max Kellermann | 2012-02-09 | 1 | -1/+2 |
* | playlist_queue: add start/end_index parameters | Max Kellermann | 2012-02-09 | 1 | -1/+3 |
* | directory: require the caller to lock the db_mutex | Max Kellermann | 2012-02-02 | 1 | -0/+4 |
* | command: new command "seekcur" | Max Kellermann | 2011-12-24 | 1 | -0/+16 |
* | db_print: move code to function db_selection_print() | Max Kellermann | 2011-09-13 | 1 | -9/+6 |
* | database: don't allow uri==NULL | Max Kellermann | 2011-09-13 | 1 | -6/+6 |
* | database: generate GError when database is disabled | Max Kellermann | 2011-09-13 | 1 | -0/+6 |
* | database: add struct db_visitor | Max Kellermann | 2011-09-13 | 1 | -48/+43 |
* | stored_playlist: return GError, code is playlist_result | Max Kellermann | 2011-09-11 | 1 | -51/+72 |
* | dbUtils: move code to db_print.c | Max Kellermann | 2011-09-06 | 1 | -0/+1 |
* | dbUtils: pass player_control to findAddIn() | Max Kellermann | 2011-09-05 | 1 | -1/+1 |
* | queue: implement song "priorities" | Max Kellermann | 2011-07-19 | 1 | -0/+64 |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-04-12 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'v0.15.x' into v0.16.x | Max Kellermann | 2011-04-12 | 1 | -1/+1 |
| |\ |
|
| | * | command: fix return value of handle_currentsong() | Max Kellermann | 2011-03-23 | 1 | -1/+1 |