aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: add function client_is_local()Max Kellermann2012-02-131-1/+1
* command: never print "bad name" in response to "load"Max Kellermann2012-02-131-5/+14
* command: add optional range parameter to "load"Max Kellermann2012-02-091-4/+13
* playlist_save: add start/end_index parametersMax Kellermann2012-02-091-1/+2
* playlist_queue: add start/end_index parametersMax Kellermann2012-02-091-1/+3
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-021-0/+4
* command: new command "seekcur"Max Kellermann2011-12-241-0/+16
* db_print: move code to function db_selection_print()Max Kellermann2011-09-131-9/+6
* database: don't allow uri==NULLMax Kellermann2011-09-131-6/+6
* database: generate GError when database is disabledMax Kellermann2011-09-131-0/+6
* database: add struct db_visitorMax Kellermann2011-09-131-48/+43
* stored_playlist: return GError, code is playlist_resultMax Kellermann2011-09-111-51/+72
* dbUtils: move code to db_print.cMax Kellermann2011-09-061-0/+1
* dbUtils: pass player_control to findAddIn()Max Kellermann2011-09-051-1/+1
* queue: implement song "priorities"Max Kellermann2011-07-191-0/+64
* Merge branch 'v0.16.x'Max Kellermann2011-04-121-1/+1
|\
| * Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-04-121-1/+1
| |\
| | * command: fix return value of handle_currentsong()Max Kellermann2011-03-231-1/+1
* | | Merge commit 'release-0.16.2'Max Kellermann2011-03-191-1/+1
|\| |
| * | command: print playlist load errorMax Kellermann2011-03-181-1/+1
* | | command: "update" and "rescan" need only "CONTROL" permissionMax Kellermann2011-02-271-2/+2
* | | protocol: support client-to-client communicationMax Kellermann2011-01-291-0/+172
* | | client_idle: add header client_idle.hMax Kellermann2011-01-291-0/+1
* | | copyright year 2011Max Kellermann2011-01-291-1/+1
* | | player_control: removed the global variable "pc"Max Kellermann2011-01-101-37/+56
* | | playlist_song: add flag "secure"Max Kellermann2010-12-231-1/+1
|/ /
* | command: don't error when sticker list is run on song with no stickersAnton Khirnov2010-12-071-7/+3
* | command: fallback strftime() formats on WIN32Max Kellermann2010-05-181-2/+4
* | Add support for MixRamp tagsTim Phipps2010-03-211-0/+49
* | command: allow "update" with slash or empty pathMax Kellermann2010-03-121-1/+4
* | command: "update" checks if the path is malformedMax Kellermann2010-02-271-2/+16
* | command: "listplaylist" dumps playlist filesMax Kellermann2010-02-081-0/+6
* | replay_gain: moved code to replay_gain_config.cMax Kellermann2010-01-041-1/+1
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | audio_format: added function audio_format_to_string()Max Kellermann2009-11-141-4/+5
* | include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* | command: added command "decoders"Max Kellermann2009-11-071-0/+10
* | sticker comments in code and example configuration fileRomain Bignon2009-11-041-0/+5
* | command: omitting the range end is possibleMax Kellermann2009-10-181-1/+4
* | command: use GLib limit macros in check_range()Max Kellermann2009-10-181-10/+10
* | command: allow changing replay gain mode on-the-flyMax Kellermann2009-10-171-0/+27
* | command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann2009-10-131-0/+5
* | song: renamed attribute "url" to "uri"Max Kellermann2009-10-131-1/+1
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-3/+3
* | player_control: no CamelCaseMax Kellermann2009-10-081-8/+8
* | player_control: bundle "get" functions in pc_get_status()Max Kellermann2009-10-081-8/+13
* | player_control: allocate getPlayerErrorStr() resultMax Kellermann2009-10-081-2/+5
* | command: range support for "delete"Max Kellermann2009-09-301-3/+3
* | command: relax requirements for unquoted wordsMax Kellermann2009-09-251-1/+1
* | command: added command "rescan"Max Kellermann2009-09-241-1/+23