summaryrefslogtreecommitdiff
path: root/commands.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-04Added proper error handling to server communication.Jon Bergli Heier1-5/+7
2010-09-04Remote host should be remote name in commands_get().Jon Bergli Heier1-1/+1
2010-09-04The get command now takes uri-encoded filenames to handle spaces.Jon Bergli Heier1-1/+5
2010-09-04Updated find command syntax.Jon Bergli Heier1-1/+1
2010-09-03commands.c: remotehost is now remotename for consistency with server->name.Jon Bergli Heier1-7/+7
2010-09-03Set error in list_remote() when failing to retrieve list.Jon Bergli Heier1-0/+5
2010-08-30Only allow 'get' to be used from local (unix) connections.Jon Bergli Heier1-1/+2
2010-08-29Support for fetching files via HTTP, needs more work and fixes.Jon Bergli Heier1-0/+27
2010-08-27list now accept listr which lists files at a remote host.Jon Bergli Heier1-21/+69
2010-08-27Split find into findl and findr, for local and remote search, respectively.Jon Bergli Heier1-21/+25
2010-08-27Do proper error reporting in commands.Jon Bergli Heier1-10/+9
2010-08-26Really fixed find command regression.Jon Bergli Heier1-1/+1
2010-08-26Fixed find command regression.Jon Bergli Heier1-0/+23
2010-08-26Merged commands.c and control_commands.c.Jon Bergli Heier1-26/+15
2010-08-26Added title and album search to commands.Jon Bergli Heier1-2/+4
2010-08-26Removed number of results in find data.Jon Bergli Heier1-1/+0
2010-08-23Added an exit command.Jon Bergli Heier1-0/+7
2010-08-23Implemented the find command.Jon Bergli Heier1-0/+42
2010-08-22Added ping command.Jon Bergli Heier1-1/+12
2010-08-20Added some error reporting to the server command handling.Jon Bergli Heier1-14/+9
2010-08-20Fixed header inclusions across command files.Jon Bergli Heier1-2/+2
2010-08-20Renamed command files.Jon Bergli Heier1-140/+30
2010-08-20Added a service for server commands and moved the list command in there.Jon Bergli Heier1-55/+1
2010-08-18Use encoder_get() in commands.c.Jon Bergli Heier1-2/+7
2010-08-18Dynamically select decoder using decoder_find().Jon Bergli Heier1-2/+9
2010-08-18Handle relative paths in get_raw as well.Jon Bergli Heier1-3/+9
2010-08-18Issue a warning instead of testing directory with g_assert.Jon Bergli Heier1-1/+5
2010-08-17Use relative paths when interacting with the music_* functions.Jon Bergli Heier1-1/+3
2010-08-17Added get_mp3 handler.Jon Bergli Heier1-1/+61
2010-08-16Return HTTP 404 in commands_get_raw().Jon Bergli Heier1-0/+15
2010-08-16Send proper HTTP headers in commands_list().Jon Bergli Heier1-5/+23
2010-08-16Use GSList with music storage.Jon Bergli Heier1-2/+4
2010-08-16Fixed error handling in httpd and commands.Jon Bergli Heier1-4/+16
2010-08-16Send proper HTTP headers in the get_raw response.Jon Bergli Heier1-2/+26
2010-08-16Implemented the get_raw command.Jon Bergli Heier1-0/+43
2010-08-16Output subdirectories when listing.Jon Bergli Heier1-0/+8
2010-08-16Committed some work.Jon Bergli Heier1-0/+31